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 Object
implements Serializable
Class for containing the evaluation results of a model

Version:
$Revision: 1.2 $
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

Constructors

 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

Methods

 o copy
 public final Errors copy()
Makes a copy of the Errors object

Returns:
the copy
 o toString
 public final String toString()
Converts the evaluation results of a model to a string

Returns:
the converted string
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home