Uses of Interface
moa.classifiers.rules.multilabel.instancetransformers.InstanceTransformer
-
Packages that use InstanceTransformer Package Description moa.classifiers.rules.multilabel.core moa.classifiers.rules.multilabel.instancetransformers -
-
Uses of InstanceTransformer in moa.classifiers.rules.multilabel.core
Fields in moa.classifiers.rules.multilabel.core declared as InstanceTransformer Modifier and Type Field Description protected InstanceTransformer
LearningLiteral. instanceTransformer
Methods in moa.classifiers.rules.multilabel.core with parameters of type InstanceTransformer Modifier and Type Method Description void
LearningLiteral. setInstanceTransformer(InstanceTransformer instanceTransformer)
void
MultiLabelRule. setInstanceTransformer(InstanceTransformer instanceTransformer)
-
Uses of InstanceTransformer in moa.classifiers.rules.multilabel.instancetransformers
Classes in moa.classifiers.rules.multilabel.instancetransformers that implement InstanceTransformer Modifier and Type Class Description class
InstanceAttributesSelector
Transforms instances considering both a subset of input attributes and a subset of output attributesclass
InstanceOutputAttributesSelector
Transforms instances considering only a subset of output attributesclass
NoInstanceTransformation
Performs no transformation.
-