public class RMSEModule extends MSEModule
| Constructor and Description |
|---|
RMSEModule() |
| 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, toSummaryStringgetModule, getModuleList, getTargetFields, setTargetFieldspublic String getEvalName()
getEvalName in class MSEModulepublic String getDescription()
getDescription in class MSEModulepublic String getDefinition()
getDefinition in class MSEModulepublic double[] calculateMeasure()
throws Exception
calculateMeasure in class MSEModuleException - if the measure can't be computed for some reason.Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.