public class Cutpoints
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Cutpoints()
Main Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addCutpoint(int indiceC,
double novoCorte)
Adds a new cutpoint
|
int |
attAt(int index)
GET of a mapped attribute index
|
void |
narrowDown(java.util.ArrayList<java.lang.Integer> indices)
Narrows down our cutpoint list keeping just the listed indices.
|
int |
numCutpoints()
GET of the number of cutpoints
|
void |
sort()
SORT of cutpoint
|
java.lang.String |
toString() |
double |
valueAt(int index)
GET of a mapped attribute value
|
public void addCutpoint(int indiceC, double novoCorte)
public void narrowDown(java.util.ArrayList<java.lang.Integer> indices)
public int attAt(int index)
public double valueAt(int index)
public int numCutpoints()
public void sort()
public java.lang.String toString()
toString
in class java.lang.Object