|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.classifiers.m5.Errors
Class for containing the evaluation results of a model
Constructor Summary | |
Errors(int first,
int last)
Constructs an object which could contain the evaluation results of a model |
Method Summary | |
Errors |
copy()
Makes a copy of the Errors object |
java.lang.String |
toString()
Converts the evaluation results of a model to a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Errors(int first, int last)
first
- the index of the first instancelast
- the index of the last instanceMethod Detail |
public final Errors copy()
public final java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |