|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.classifiers.m5.Measures
Class for performance measures
Constructor Summary | |
Measures()
Constructs a Measures object which could containing the performance measures |
Method Summary | |
void |
incremental(Measures m)
Adds up performance measures for cross-validation |
java.lang.String |
toString(double absDev,
double sd,
java.lang.String set,
java.lang.String smooth)
Converts the performance measures to a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Measures()
Method Detail |
public final java.lang.String toString(double absDev, double sd, java.lang.String set, java.lang.String smooth)
absDev
- the absolute deviation of the class attributesd
- the standard deviation of the class attributesmooth
- either "u" or "s" for unsmoothed or smoothedpublic final void incremental(Measures m)
m
- performance measures of a fold
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |