CategoryType
- Type of the categories of the categorizer.public static class BurrowsDeltaCategorizer.Learner<CategoryType> extends AbstractDeltaCategorizer.AbstractLearner<CategoryType>
trainingSet
Constructor and Description |
---|
Learner()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
BurrowsDeltaCategorizer<CategoryType> |
learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet)
Method that does the training.
|
clone
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public BurrowsDeltaCategorizer<CategoryType> learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet)
AbstractDeltaCategorizer.AbstractLearner
learn
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
.