public class MSEModule extends ErrorModule
Constructor and Description |
---|
MSEModule() |
Modifier and Type | Method and Description |
---|---|
double[] |
calculateMeasure()
Calculate the measure that this module represents.
|
String |
getDefinition()
Return the mathematical formula that this
evaluation module computes.
|
String |
getDescription()
Return the longer (single sentence) description
of this evaluation module
|
String |
getEvalName()
Return the short identifying name of this evaluation module
|
countsForTargets, evaluateForInstance, getErrorsForTarget, getPredictionsForAllTargets, getPredictionsForTarget, reset, toString, toSummaryString
getModule, getModuleList, getTargetFields, setTargetFields
public String getEvalName()
getEvalName
in class ErrorModule
public String getDescription()
getDescription
in class ErrorModule
public String getDefinition()
getDefinition
in class ErrorModule
public double[] calculateMeasure() throws Exception
calculateMeasure
in class ErrorModule
Exception
- if the measure can't be computed for some reason.Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.