Examples of testBatch()


Examples of classes.GeometricRecognizer.testBatch()

        "/resources/gestures/weather1.xml", "/resources/gestures/weather2.xml", };

    List<Category> categories = geo.assembleBatch(filenames);
    assertTrue(!categories.isEmpty());
    // Uncomment to verify the testBatch method (I've commented this one to avoid to much testBatch files...)
    assertTrue(geo.testBatch(1, "fast", categories, "./src/resources/tests/testBatch/"));
  }

  /**
   * Test method for
   * {@link com.antoinelavail.wuv.sixthsense_java.classes.GeometricRecognizer#createRotationGraph(java.lang.String, java.lang.String, java.lang.String, boolean)}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.