Verwendungen von Klasse
org.deidentifier.arx.aggregates.ClassificationConfigurationRandomForest
Packages, die ClassificationConfigurationRandomForest 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 ClassificationConfigurationRandomForest in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ClassificationConfigurationRandomForest zurückgebenModifizierer und TypMethodeBeschreibungARXClassificationConfiguration.createRandomForest()Creates a new instance for random forest classifiers -
Verwendungen von ClassificationConfigurationRandomForest in org.deidentifier.arx.aggregates
Methoden in org.deidentifier.arx.aggregates, die ClassificationConfigurationRandomForest zurückgebenModifizierer und TypMethodeBeschreibungClassificationConfigurationRandomForest.clone()ClassificationConfigurationRandomForest.create()Returns a new instanceClassificationConfigurationRandomForest.setMaximumNumberOfLeafNodes(int maximumNumberOfLeafNodes) ClassificationConfigurationRandomForest.setMinimumSizeOfLeafNodes(int minimumSizeOfLeafNodes) ClassificationConfigurationRandomForest.setNumberOfTrees(int numberOfTrees) ClassificationConfigurationRandomForest.setNumberOfVariablesToSplit(int numberOfVariablesToSplit) ClassificationConfigurationRandomForest.setSplitRule(ClassificationConfigurationRandomForest.SplitRule splitRule) ClassificationConfigurationRandomForest.setSubsample(double subsample) -
Verwendungen von ClassificationConfigurationRandomForest in org.deidentifier.arx.aggregates.classification
Konstruktoren in org.deidentifier.arx.aggregates.classification mit Parametern vom Typ ClassificationConfigurationRandomForestModifiziererKonstruktorBeschreibungMultiClassRandomForest(WrappedBoolean interrupt, ClassificationDataSpecification specification, ClassificationConfigurationRandomForest config, DataHandleInternal inputHandle) Creates a new instance