CategoryType - Type of the categories of the categorizer.public static class CosineDeltaCategorizer.Learner<CategoryType> extends AbstractDeltaCategorizer.AbstractLearner<CategoryType>
trainingSet| Constructor and Description |
|---|
Learner()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CosineDeltaCategorizer<CategoryType> |
learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet)
Method that does the training.
|
cloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclonepublic CosineDeltaCategorizer<CategoryType> learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet)
AbstractDeltaCategorizer.AbstractLearnerlearn in interface BatchLearner<java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>>,AbstractDeltaCategorizer<CategoryType>>learn in class AbstractDeltaCategorizer.AbstractLearner<CategoryType>trainingSet - The data that the learning algorithm will use to create an
object of ResultType.