Uses of Class
com.tietoenator.trip.jxp.classification.TdbTrainingInfo
-
Packages that use TdbTrainingInfo Package Description com.tietoenator.trip.jxp.classification TRIP text classification support. -
-
Uses of TdbTrainingInfo in com.tietoenator.trip.jxp.classification
Methods in com.tietoenator.trip.jxp.classification that return types with arguments of type TdbTrainingInfo Modifier and Type Method Description java.util.Iterator<TdbTrainingInfo>
TdbCategory. iterator()
Retrieve an iterator over the collection of training information available for this categoryjava.util.Collection<TdbTrainingInfo>
TdbCategory. trainingInfo()
Retrieve a copy of the collection of training information available for this categoryMethods in com.tietoenator.trip.jxp.classification with parameters of type TdbTrainingInfo Modifier and Type Method Description void
TdbCategory. train(java.lang.String data, java.lang.String filename, TdbTrainingInfo info)
Add training data to the category.
-