Package de.jungblut.classification
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnewInstance()
-
-
-
Method Detail
-
newInstance
A newInstance()
- Returns:
- a new instance of a classifier.
-
-