Uses of Class
com.tietoenator.trip.jxp.classification.TdbTrainingInfo
Packages that use TdbTrainingInfo
-
Uses of TdbTrainingInfo in com.tietoenator.trip.jxp.classification
Methods in com.tietoenator.trip.jxp.classification that return types with arguments of type TdbTrainingInfoModifier and TypeMethodDescriptionTdbCategory.iterator()
Retrieve an iterator over the collection of training information available for this categoryTdbCategory.trainingInfo()
Retrieve a copy of the collection of training information available for this categoryMethods in com.tietoenator.trip.jxp.classification with parameters of type TdbTrainingInfoModifier and TypeMethodDescriptionvoid
TdbCategory.train
(String data, String filename, TdbTrainingInfo info) Add training data to the category.