Package | Description |
---|---|
org.deidentifier.arx.aggregates |
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
|
Modifier and Type | Field and Description |
---|---|
static ClassificationConfigurationRandomForest.SplitRule |
ClassificationConfigurationRandomForest.DEFAULT_SPLIT_RULE
Split rule
|
Modifier and Type | Method and Description |
---|---|
ClassificationConfigurationRandomForest.SplitRule |
ClassificationConfigurationRandomForest.getSplitRule() |
static ClassificationConfigurationRandomForest.SplitRule |
ClassificationConfigurationRandomForest.SplitRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationConfigurationRandomForest.SplitRule[] |
ClassificationConfigurationRandomForest.SplitRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClassificationConfigurationRandomForest |
ClassificationConfigurationRandomForest.setSplitRule(ClassificationConfigurationRandomForest.SplitRule splitRule) |