public final class Values extends Object implements RevisionHandler
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
String |
getRevision()
Returns the revision string.
|
String |
toString()
Converts the stats to a string
|
public Values(int low, int high, int attribute, Instances inst)
low
- the index of the first instancehigh
- the index of the last instanceattribute
- the attributeinst
- the instancespublic final String toString()
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.