Class AbstractMultiTargetErrorMeasurer
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.classifiers.rules.multilabel.errormeasurers.AbstractMultiLabelErrorMeasurer
-
- moa.classifiers.rules.multilabel.errormeasurers.AbstractMultiTargetErrorMeasurer
-
- All Implemented Interfaces:
Configurable
,Serializable
,MultiLabelErrorMeasurer
,MultiTargetErrorMeasurer
,MOAObject
,OptionHandler
- Direct Known Subclasses:
MeanAbsoluteDeviationMT
,RelativeMeanAbsoluteDeviationMT
,RelativeRootMeanSquaredErrorMT
,RootMeanSquaredErrorMT
public abstract class AbstractMultiTargetErrorMeasurer extends AbstractMultiLabelErrorMeasurer implements MultiLabelErrorMeasurer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.classifiers.rules.multilabel.errormeasurers.AbstractMultiLabelErrorMeasurer
fadingErrorFactor, fadingErrorFactorOption
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description AbstractMultiTargetErrorMeasurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPrediction(Prediction prediction, MultiLabelInstance inst)
-
Methods inherited from class moa.classifiers.rules.multilabel.errormeasurers.AbstractMultiLabelErrorMeasurer
addPrediction, addPrediction, getCurrentError, getCurrentError, getCurrentErrors, getDescription, prepareForUseImpl
-
Methods inherited from class moa.options.AbstractOptionHandler
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
getDescription, measureByteSize
-
Methods inherited from interface moa.classifiers.rules.multilabel.errormeasurers.MultiLabelErrorMeasurer
addPrediction, addPrediction, getCurrentError, getCurrentError, getCurrentErrors
-
Methods inherited from interface moa.options.OptionHandler
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-
-
-
Method Detail
-
addPrediction
public void addPrediction(Prediction prediction, MultiLabelInstance inst)
- Specified by:
addPrediction
in interfaceMultiLabelErrorMeasurer
- Specified by:
addPrediction
in classAbstractMultiLabelErrorMeasurer
-
-