Verwendungen von Klasse
org.deidentifier.arx.DataHandleInternal
Packages, die DataHandleInternal 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
A package containing commonly used classes
This package provides methods for risk analyses
-
Verwendungen von DataHandleInternal in org.deidentifier.arx
Methoden in org.deidentifier.arx, die DataHandleInternal zurückgebenModifizierer und TypMethodeBeschreibungDataHandleInternal.getAssociatedInput()Returns the associated input handle, itself if there is none.DataHandleInternal.getSuperset()Returns the superset, if this handle is a subsetDataHandleInternal.getView()Returns the view -
Verwendungen von DataHandleInternal in org.deidentifier.arx.aggregates
Konstruktoren in org.deidentifier.arx.aggregates mit Parametern vom Typ DataHandleInternalModifiziererKonstruktorBeschreibungStatisticsBuilder(DataHandleInternal handle) Creates a new instance. -
Verwendungen von DataHandleInternal in org.deidentifier.arx.aggregates.classification
Methoden in org.deidentifier.arx.aggregates.classification mit Parametern vom Typ DataHandleInternalModifizierer und TypMethodeBeschreibungabstract ClassificationResultClassificationMethod.classify(DataHandleInternal handle, int row) ClassifyMultiClassLogisticRegression.classify(DataHandleInternal features, int row) MultiClassNaiveBayes.classify(DataHandleInternal features, int row) MultiClassRandomForest.classify(DataHandleInternal features, int row) MultiClassZeroR.classify(DataHandleInternal handle, int row) protected int[]ClassificationDataSpecification.getFeatureIndices(DataHandleInternal handle, String[] features, String clazz) Returns the indexes of all featuresprotected ClassificationFeatureMetadata[]ClassificationDataSpecification.getFeatureMetadata(DataHandleInternal handle, int[] features, ARXFeatureScaling scaling) Returns feature metadataabstract voidClassificationMethod.train(DataHandleInternal features, DataHandleInternal clazz, int row) TrainvoidMultiClassLogisticRegression.train(DataHandleInternal features, DataHandleInternal clazz, int row) voidMultiClassNaiveBayes.train(DataHandleInternal features, DataHandleInternal clazz, int row) voidMultiClassRandomForest.train(DataHandleInternal features, DataHandleInternal clazz, int row) voidMultiClassZeroR.train(DataHandleInternal features, DataHandleInternal clazz, int row) Konstruktoren in org.deidentifier.arx.aggregates.classification mit Parametern vom Typ DataHandleInternalModifiziererKonstruktorBeschreibungClassificationDataSpecification(DataHandleInternal inputFeatureHandle, DataHandleInternal outputFeatureHandle, ARXFeatureScaling scaling, String[] features, String clazz, WrappedBoolean interrupt) Creates a new instanceMultiClassLogisticRegression(WrappedBoolean interrupt, ClassificationDataSpecification specification, ClassificationConfigurationLogisticRegression config, DataHandleInternal inputHandle) Creates a new instanceMultiClassNaiveBayes(WrappedBoolean interrupt, ClassificationDataSpecification specification, ClassificationConfigurationNaiveBayes config, DataHandleInternal inputHandle) Creates a new instanceMultiClassRandomForest(WrappedBoolean interrupt, ClassificationDataSpecification specification, ClassificationConfigurationRandomForest config, DataHandleInternal inputHandle) Creates a new instance -
Verwendungen von DataHandleInternal in org.deidentifier.arx.common
Konstruktoren in org.deidentifier.arx.common mit Parametern vom Typ DataHandleInternalModifiziererKonstruktorBeschreibungTupleWrapper(DataHandleInternal handle, int[] indices, int row) Creates a new instanceTupleWrapper(DataHandleInternal handle, int[] indices, int row, boolean ignoreOutliers) Creates a new instance -
Verwendungen von DataHandleInternal in org.deidentifier.arx.risk
Konstruktoren in org.deidentifier.arx.risk mit Parametern vom Typ DataHandleInternalModifiziererKonstruktorBeschreibungRiskEstimateBuilder(ARXPopulationModel population, DataHandleInternal handle, Set<String> identifiers, ARXConfiguration arxconfig) Creates a new instanceRiskEstimateBuilder(ARXPopulationModel population, DataHandleInternal handle, Set<String> identifiers, ARXSolverConfiguration solverconfig, ARXConfiguration arxconfig) Creates a new instanceRiskEstimateBuilder(ARXPopulationModel population, DataHandleInternal handle, RiskModelHistogram classes, ARXConfiguration arxconfig) Creates a new instanceRiskEstimateBuilder(ARXPopulationModel population, DataHandleInternal handle, RiskModelHistogram classes, ARXSolverConfiguration solverconfig, ARXConfiguration arxconfig) Creates a new instanceRiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, String suppressed, WrappedBoolean stop, WrappedInteger progress) Creates a new instanceRiskModelSampleSummary(DataHandleInternal handle, Set<String> identifiers, double threshold, WrappedBoolean stop, WrappedInteger progress) Creates a new instanceRiskModelSampleWildcard(DataHandleInternal handle, Set<String> identifiers, double threshold, String wildcard, WrappedBoolean stop, WrappedInteger progress) Creates a new instance