public class Interval
extends java.lang.Object
| Constructor and Description |
|---|
Interval(int _attribute,
int[] _values,
int _begin,
int _end,
int[] classes)
Compute the interval ratios.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enlargeInterval(int newEnd)
Enlarge the interval using a new "end"
|
public Interval(int _attribute,
int[] _values,
int _begin,
int _end,
int[] classes)
Compute the interval ratios.
_attribute - attribute to compute the ratios_values - different values of the attribute_begin - begining index_end - ending indexclasses - number of instances per classes