| Package | Description |
|---|---|
| com.bayesia.api | |
| com.bayesia.api.discretization.settings |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
APIUtils.discretize(TargetedDiscretizationSettings discretizationSettings,
double[] values,
double[] weights,
short[] classes)
Perform a discretization of the given values and weights accordingly to the discretization settings provided.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionTreeSettings
This class is used to perform targeted discretization using a decision tree.
|