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 ClassificationConfigurationNaiveBayes.Type |
ClassificationConfigurationNaiveBayes.DEFAULT_TYPE
Default value
|
Modifier and Type | Method and Description |
---|---|
ClassificationConfigurationNaiveBayes.Type |
ClassificationConfigurationNaiveBayes.getType()
Type
|
static ClassificationConfigurationNaiveBayes.Type |
ClassificationConfigurationNaiveBayes.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationConfigurationNaiveBayes.Type[] |
ClassificationConfigurationNaiveBayes.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClassificationConfigurationNaiveBayes |
ClassificationConfigurationNaiveBayes.setType(ClassificationConfigurationNaiveBayes.Type type)
Type
|