public interface MultiLabelErrorMeasurer extends OptionHandler
Modifier and Type | Method and Description |
---|---|
void |
addPrediction(Prediction prediction,
MultiLabelInstance inst) |
void |
addPrediction(Prediction prediction,
Prediction trueClass) |
void |
addPrediction(Prediction prediction,
Prediction trueClass,
double weight) |
double |
getCurrentError() |
double |
getCurrentError(int index) |
double[] |
getCurrentErrors() |
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
getDescription, measureByteSize
void addPrediction(Prediction prediction, Prediction trueClass, double weight)
void addPrediction(Prediction prediction, Prediction trueClass)
void addPrediction(Prediction prediction, MultiLabelInstance inst)
double getCurrentError()
double getCurrentError(int index)
double[] getCurrentErrors()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.