Uses of Interface
moa.classifiers.rules.multilabel.outputselectors.OutputAttributesSelector
-
Packages that use OutputAttributesSelector Package Description moa.classifiers.rules.multilabel.core moa.classifiers.rules.multilabel.outputselectors -
-
Uses of OutputAttributesSelector in moa.classifiers.rules.multilabel.core
Fields in moa.classifiers.rules.multilabel.core declared as OutputAttributesSelector Modifier and Type Field Description protected OutputAttributesSelector
LearningLiteral. outputSelector
Methods in moa.classifiers.rules.multilabel.core with parameters of type OutputAttributesSelector Modifier and Type Method Description void
LearningLiteral. setOutputAttributesSelector(OutputAttributesSelector outputSelector)
void
MultiLabelRule. setOutputAttributesSelector(OutputAttributesSelector outputSelector)
-
Uses of OutputAttributesSelector in moa.classifiers.rules.multilabel.outputselectors
Classes in moa.classifiers.rules.multilabel.outputselectors that implement OutputAttributesSelector Modifier and Type Class Description class
EntropyThreshold
Entropy measure use by online multi-label AMRules for heuristics computation.class
SelectAllOutputs
class
StdDevThreshold
class
VarianceThreshold
-