protected class GridSearch.Performance extends Object implements Serializable, RevisionHandler
GridSearch.PerformanceComparator
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected double |
m_ACC
the Accuracy
|
protected double |
m_CC
the Correlation coefficient
|
protected double |
m_Kappa
the kappa value
|
protected double |
m_MAE
the Mean absolute error
|
protected double |
m_RAE
the Relative absolute error
|
protected double |
m_RMSE
the Root mean squared error
|
protected double |
m_RRSE
the Root relative squared error
|
protected GridSearch.PointDouble |
m_Values
the value pair the classifier was built with
|
Constructor and Description |
---|
Performance(GridSearch.PointDouble values,
Evaluation evaluation)
initializes the performance container
|
Modifier and Type | Method and Description |
---|---|
double |
getPerformance(int evaluation)
returns the performance measure
|
String |
getRevision()
Returns the revision string.
|
GridSearch.PointDouble |
getValues()
returns the values-pair for this performance
|
String |
toGnuplot(int evaluation)
returns a Gnuplot string of this performance object
|
String |
toString()
returns a string representation of this performance object
|
String |
toString(int evaluation)
returns a string representation of this performance object
|
protected GridSearch.PointDouble m_Values
protected double m_CC
protected double m_RMSE
protected double m_RRSE
protected double m_MAE
protected double m_RAE
protected double m_ACC
protected double m_Kappa
public Performance(GridSearch.PointDouble values, Evaluation evaluation) throws Exception
values
- the values-pairevaluation
- the evaluation to extract the performance
measures fromException
- if retrieving of measures failspublic double getPerformance(int evaluation)
evaluation
- the type of measure to returnpublic GridSearch.PointDouble getValues()
public String toString(int evaluation)
evaluation
- the type of performance to returnpublic String toGnuplot(int evaluation)
evaluation
- the type of performance to returnpublic String toString()
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.