Package | Description |
---|---|
com.tietoenator.trip.jxp.classification |
TRIP text classification support.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbTrainingInfo> |
TdbCategory.iterator()
Retrieve an iterator over the collection of training information available for this category
|
java.util.Collection<TdbTrainingInfo> |
TdbCategory.trainingInfo()
Retrieve a copy of the collection of training information available for this category
|
Modifier and Type | Method and Description |
---|---|
void |
TdbCategory.train(java.lang.String data,
java.lang.String filename,
TdbTrainingInfo info)
Add training data to the category.
|