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)

Constructor Index

 o Errors(int, int)
Constructs an object which could contain the evaluation results of a model

Method Index

 o copy()
Makes a copy of the Errors object
 o toString()
Converts the evaluation results of a model to a string

Constructor Detail

 o 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

Method Detail

 o copy
public final Errors copy()
          Makes a copy of the Errors object
Returns:
the copy
 o 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