All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.classifiers.m5.Errors
java.lang.Object
|
+----weka.classifiers.m5.Errors
- public final class Errors
- extends java.lang.Object
- implements java.io.Serializable
Class for containing the evaluation results of a model
- Version:
- $Revision: 1.4 $
- Author:
- Yong Wang (yongwang@cs.waikato.ac.nz)
Errors(int, int)
- Constructs an object which could contain the evaluation results of a model
copy()
- Makes a copy of the Errors object
toString()
- Converts the evaluation results of a model to a string
Errors
public Errors(int first,
int last)
Constructs an object which could contain the evaluation results of a model
- Parameters:
first
- the index of the first instance
last
- the index of the last instance
copy
public final Errors copy()
Makes a copy of the Errors object
- Returns:
- the copy
toString
public final java.lang.String toString()
Converts the evaluation results of a model to a string
- Returns:
- the converted string
- Overrides:
- toString in class java.lang.Object
All Packages Class Hierarchy This Package Previous Next Index WEKA's home