Verwendungen von Enum
org.deidentifier.arx.aggregates.ClassificationConfigurationNaiveBayes.Type
Packages, die ClassificationConfigurationNaiveBayes.Type verwenden
Package
Beschreibung
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
-
Verwendungen von ClassificationConfigurationNaiveBayes.Type in org.deidentifier.arx.aggregates
Felder in org.deidentifier.arx.aggregates, die deklariert sind als ClassificationConfigurationNaiveBayes.TypeModifizierer und TypFeldBeschreibungstatic final ClassificationConfigurationNaiveBayes.TypeClassificationConfigurationNaiveBayes.DEFAULT_TYPEDefault valueMethoden in org.deidentifier.arx.aggregates, die ClassificationConfigurationNaiveBayes.Type zurückgebenModifizierer und TypMethodeBeschreibungClassificationConfigurationNaiveBayes.getType()TypeGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.ClassificationConfigurationNaiveBayes.Type.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.deidentifier.arx.aggregates mit Parametern vom Typ ClassificationConfigurationNaiveBayes.TypeModifizierer und TypMethodeBeschreibungClassificationConfigurationNaiveBayes.setType(ClassificationConfigurationNaiveBayes.Type type) TypeKonstruktoren in org.deidentifier.arx.aggregates mit Parametern vom Typ ClassificationConfigurationNaiveBayes.TypeModifiziererKonstruktorBeschreibungprotectedClassificationConfigurationNaiveBayes(boolean deterministic, int maxRecords, int numberOfFolds, long seed, int vectorLength, ClassificationConfigurationNaiveBayes.Type type, double sigma) Clone constructor