Package | Description |
---|---|
moa.classifiers.rules.multilabel.core | |
moa.classifiers.rules.multilabel.errormeasurers | |
moa.classifiers.rules.multilabel.meta |
Modifier and Type | Field and Description |
---|---|
protected MultiLabelErrorMeasurer |
LearningLiteral.errorMeasurer |
Modifier and Type | Method and Description |
---|---|
void |
MultiLabelRule.setErrorMeasurer(MultiLabelErrorMeasurer errorMeasurer) |
void |
LearningLiteral.setErrorMeasurer(MultiLabelErrorMeasurer errorMeasurer) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiTargetErrorMeasurer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiLabelErrorMeasurer |
class |
AbstractMultiTargetErrorMeasurer |
class |
MeanAbsoluteDeviationMT
Mean Absolute Deviation for multitarget and with fading factor
|
class |
RelativeMeanAbsoluteDeviationMT
Relative Mean Absolute Deviation for multitarget and with fading factor
|
class |
RelativeRootMeanSquaredErrorMT
Relative Root Mean Squared Error for multitarget and with fading factor
|
class |
RootMeanSquaredErrorMT
Root Mean Squared Error for multitarget and with fading factor
|
Modifier and Type | Field and Description |
---|---|
protected MultiLabelErrorMeasurer[] |
MultiLabelRandomAMRules.errorMeasurer |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.