CategoryType - Type of the categories of the categorizer.public abstract static class AbstractDeltaCategorizer.AbstractLearner<CategoryType> extends AbstractCloneableSerializable implements SupervisedBatchLearner<Vector,CategoryType,AbstractDeltaCategorizer<CategoryType>>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> |
trainingSet
The training set.
|
| Constructor and Description |
|---|
AbstractLearner()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractDeltaCategorizer<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, waitcloneprotected java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet
public abstract AbstractDeltaCategorizer<CategoryType> learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet)
learn in interface BatchLearner<java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>>,AbstractDeltaCategorizer<CategoryType>>trainingSet -