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

Class weka.classifiers.m5.Values

java.lang.Object
    |
    +----weka.classifiers.m5.Values

public final class Values
extends java.lang.Object
Stores some statistics.

Version:
$Revision: 1.4 $
Author:
Yong Wang (yongwang@cs.waikato.ac.nz)

Constructor Index

 o Values(int, int, int, Instances)
Constructs an object which stores some statistics of the instances such as sum, squared sum, variance, standard deviation

Method Index

 o toString()
Converts the stats to a string

Constructor Detail

 o Values
public Values(int low,
              int high,
              int attribute,
              Instances inst)
          Constructs an object which stores some statistics of the instances such as sum, squared sum, variance, standard deviation
Parameters:
low - the index of the first instance
high - the index of the last instance
attribute - the attribute
inst - the instances

Method Detail

 o toString
public final java.lang.String toString()
          Converts the stats 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