Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
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
|
org.deidentifier.arx.aggregates.classification |
This package implementations for analyzing the effect of
anonymization on classification tasks
|
org.deidentifier.arx.gui.model |
Modifier and Type | Method and Description |
---|---|
static ClassificationConfigurationNaiveBayes |
ARXClassificationConfiguration.createNaiveBayes()
Creates a new instance for naive bayes classifiers
|
Modifier and Type | Method and Description |
---|---|
ClassificationConfigurationNaiveBayes |
ClassificationConfigurationNaiveBayes.clone() |
static ClassificationConfigurationNaiveBayes |
ClassificationConfigurationNaiveBayes.create()
Returns a new instance
|
ClassificationConfigurationNaiveBayes |
ClassificationConfigurationNaiveBayes.setSigma(double sigma)
Sets the prior count of add-k smoothing of evidence.
|
ClassificationConfigurationNaiveBayes |
ClassificationConfigurationNaiveBayes.setType(ClassificationConfigurationNaiveBayes.Type type)
Type
|
Constructor and Description |
---|
MultiClassNaiveBayes(WrappedBoolean interrupt,
ClassificationDataSpecification specification,
ClassificationConfigurationNaiveBayes config,
DataHandleInternal inputHandle)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
ClassificationConfigurationNaiveBayes |
ModelClassification.getNaiveBayesConfiguration()
Returns a naive bayes configuration for ARX
|