Interface TestingHelper.TestingUpdateListener

  • Enclosing class:
    TestingHelper

    public static interface TestingHelper.TestingUpdateListener
    The interface for objects that listen for testing updates.
    • Method Detail

      • testingUpdateRequested

        void testingUpdateRequested​(weka.core.Instances data,
                                    int numTested,
                                    int numTotal)
        Gets called when the testing interval reached or all instances processed.
        Parameters:
        data - the data being used for testing
        numTested - the number instances tested so far
        numTotal - the total number of instances tested