Interface ClassifierFactory<A extends Classifier>


  • public interface ClassifierFactory<A extends Classifier>
    Factory interface for building new classifiers, majorly used in crossvalidation to generate new classifiers when needed.
    Author:
    thomas.jungblut
    • Method Detail

      • newInstance

        A newInstance()
        Returns:
        a new instance of a classifier.