Verwendungen von Klasse
org.deidentifier.arx.ARXProcessStatistics
Packages, die ARXProcessStatistics verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
-
Verwendungen von ARXProcessStatistics in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ARXProcessStatistics zurückgebenModifizierer und TypMethodeBeschreibungARXProcessStatistics.clone()ARXResult.getProcessStatistics()Returns statistics for the anonymization processARXProcessStatistics.merge(ARXProcessStatistics statistics) Returns new process statistics that are a merger of this and the other statisticsARXResult.optimize(DataHandle handle) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimize(DataHandle handle, double gsFactor) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimize(DataHandle handle, double gsFactor, ARXListener listener) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeFast(DataHandle handle, double records) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeFast(DataHandle handle, double records, double gsFactor, ARXListener listener) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeFast(DataHandle handle, double records, ARXListener listener) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeIterative(DataHandle handle, double gsFactor, int maxIterations, double adaptionFactor) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeIterative(DataHandle handle, double gsFactor, int maxIterations, double adaptionFactor, ARXListener listener) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeIterativeFast(DataHandle handle, double records) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeIterativeFast(DataHandle handle, double records, double gsFactor, ARXListener listener) This method optimizes the given data output with local recoding to improve its utilityARXResult.optimizeIterativeFast(DataHandle handle, double records, ARXListener listener) This method optimizes the given data output with local recoding to improve its utilityMethoden in org.deidentifier.arx mit Parametern vom Typ ARXProcessStatisticsModifizierer und TypMethodeBeschreibungARXProcessStatistics.merge(ARXProcessStatistics statistics) Returns new process statistics that are a merger of this and the other statisticsKonstruktoren in org.deidentifier.arx mit Parametern vom Typ ARXProcessStatisticsModifiziererKonstruktorBeschreibungARXResult(DataHandle handle, DataDefinition definition, ARXLattice lattice, int historySize, double snapshotSizeSnapshot, double snapshotSizeDataset, Metric<?> metric, ARXConfiguration config, ARXLattice.ARXNode optimum, long time, SolutionSpace<?> solutionSpace, ARXProcessStatistics statistics) Internal constructor for deserialization.