Verwendungen von Klasse
org.deidentifier.arx.aggregates.ClassificationConfigurationNaiveBayes
Packages, die ClassificationConfigurationNaiveBayes verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
This package implements classes for analyzing the effect of anonymization on classification tasks
-
Verwendungen von ClassificationConfigurationNaiveBayes in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ClassificationConfigurationNaiveBayes zurückgebenModifizierer und TypMethodeBeschreibungARXClassificationConfiguration.createNaiveBayes()Creates a new instance for naive bayes classifiers -
Verwendungen von ClassificationConfigurationNaiveBayes in org.deidentifier.arx.aggregates
Methoden in org.deidentifier.arx.aggregates, die ClassificationConfigurationNaiveBayes zurückgebenModifizierer und TypMethodeBeschreibungClassificationConfigurationNaiveBayes.clone()ClassificationConfigurationNaiveBayes.create()Returns a new instanceClassificationConfigurationNaiveBayes.setSigma(double sigma) Sets the prior count of add-k smoothing of evidence.ClassificationConfigurationNaiveBayes.setType(ClassificationConfigurationNaiveBayes.Type type) Type -
Verwendungen von ClassificationConfigurationNaiveBayes in org.deidentifier.arx.aggregates.classification
Konstruktoren in org.deidentifier.arx.aggregates.classification mit Parametern vom Typ ClassificationConfigurationNaiveBayesModifiziererKonstruktorBeschreibungMultiClassNaiveBayes(WrappedBoolean interrupt, ClassificationDataSpecification specification, ClassificationConfigurationNaiveBayes config, DataHandleInternal inputHandle) Creates a new instance -
Verwendungen von ClassificationConfigurationNaiveBayes in org.deidentifier.arx.gui.model
Methoden in org.deidentifier.arx.gui.model, die ClassificationConfigurationNaiveBayes zurückgebenModifizierer und TypMethodeBeschreibungModelClassification.getNaiveBayesConfiguration()Returns a naive bayes configuration for ARX