Uses of Interface
org.tribuo.classification.WeightedLabels
Packages that use WeightedLabels
Package
Description
Provides an interface to LibLinear-java for classification problems.
Provides an interface to LibSVM for classification problems.
-
Uses of WeightedLabels in org.tribuo.classification.liblinear
Classes in org.tribuo.classification.liblinear that implement WeightedLabelsModifier and TypeClassDescriptionclass
ATrainer
which wraps a liblinear-java classifier trainer. -
Uses of WeightedLabels in org.tribuo.classification.libsvm
Classes in org.tribuo.classification.libsvm that implement WeightedLabelsModifier and TypeClassDescriptionclass
A trainer for classification models that uses LibSVM.