public class CategoricalBin extends AbstractBin
Modifier and Type | Field and Description |
---|---|
int |
_category |
_count, _count0
Constructor and Description |
---|
CategoricalBin(int category) |
CategoricalBin(int category,
int count,
int count0) |
Modifier and Type | Method and Description |
---|---|
CategoricalBin |
clone() |
int |
getCategory() |
double[] |
toDoubles() |
getCount0
public CategoricalBin(int category, int count, int count0)
public CategoricalBin(int category)
public int getCategory()
public CategoricalBin clone()
clone
in class AbstractBin
public double[] toDoubles()
toDoubles
in class AbstractBin