Verwendungen von Klasse
org.deidentifier.arx.ARXPopulationModel
Packages, die ARXPopulationModel verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
This package provides methods for risk analyses
-
Verwendungen von ARXPopulationModel in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ARXPopulationModel zurückgebenModifizierer und TypMethodeBeschreibungARXPopulationModel.clone()Returns a clone of this objectstatic ARXPopulationModelARXPopulationModel.create(int sampleSize, double samplingFraction) Creates a new instancestatic ARXPopulationModelARXPopulationModel.create(long populationSize) Creates a new instancestatic ARXPopulationModelARXPopulationModel.create(ARXPopulationModel.Region region) Creates a new instanceMethoden in org.deidentifier.arx mit Parametern vom Typ ARXPopulationModelModifizierer und TypMethodeBeschreibungDataHandle.getRiskEstimator(ARXPopulationModel model) Returns a risk estimatorDataHandle.getRiskEstimator(ARXPopulationModel model, Set<String> qis) Returns a risk estimator for the given set of quasi-identifiersDataHandle.getRiskEstimator(ARXPopulationModel model, Set<String> qis, ARXSolverConfiguration config) Returns a risk estimator for the given set of quasi-identifiersDataHandle.getRiskEstimator(ARXPopulationModel model, ARXSolverConfiguration config) Returns a risk estimatorDataHandle.getRiskEstimator(ARXPopulationModel model, RiskModelHistogram classes) Returns a risk estimator for the given set of equivalence classes.DataHandle.getRiskEstimator(ARXPopulationModel model, RiskModelHistogram classes, ARXSolverConfiguration config) Returns a risk estimator for the given set of equivalence classes. -
Verwendungen von ARXPopulationModel in org.deidentifier.arx.criteria
Methoden in org.deidentifier.arx.criteria, die ARXPopulationModel zurückgebenModifizierer und TypMethodeBeschreibungKMap.getPopulationModel()PopulationUniqueness.getPopulationModel()PrivacyCriterion.getPopulationModel()Returns the associated population model,nullif there is none.Konstruktoren in org.deidentifier.arx.criteria mit Parametern vom Typ ARXPopulationModelModifiziererKonstruktorBeschreibungKMap(int k, double significanceLevel, ARXPopulationModel populationModel) Creates a new instance of the criterion using thr Poisson estimator proposed by Pannekoek.KMap(int k, double significanceLevel, ARXPopulationModel populationModel, KMap.CellSizeEstimator estimator) Creates a new instance of the criterion using the Poisson estimator proposed by Pannekoek or by El Emam.PopulationUniqueness(double riskThreshold, ARXPopulationModel populationModel) Creates a new instance of this criterion.PopulationUniqueness(double riskThreshold, ARXPopulationModel populationModel, ARXSolverConfiguration config) Creates a new instance of this criterion.PopulationUniqueness(double riskThreshold, RiskModelPopulationUniqueness.PopulationUniquenessModel statisticalModel, ARXPopulationModel populationModel) Creates a new instance of this criterion.PopulationUniqueness(double riskThreshold, RiskModelPopulationUniqueness.PopulationUniquenessModel statisticalModel, ARXPopulationModel populationModel, ARXSolverConfiguration config) Creates a new instance of this criterion. -
Verwendungen von ARXPopulationModel in org.deidentifier.arx.gui.model
Methoden in org.deidentifier.arx.gui.model, die ARXPopulationModel zurückgebenModifizierer und TypMethodeBeschreibungModel.getInputPopulationModel()Returns the input population modelModel.getOutputPopulationModel()Returns the output population model, if any.ModelRisk.getPopulationModel()Returns the backing model -
Verwendungen von ARXPopulationModel in org.deidentifier.arx.gui.view.impl.common.async
Methoden in org.deidentifier.arx.gui.view.impl.common.async, die ARXPopulationModel zurückgebenModifizierer und TypMethodeBeschreibungAnalysisContext.getPopulationModel()Returns a population model for the given context -
Verwendungen von ARXPopulationModel in org.deidentifier.arx.gui.view.impl.risk
Methoden in org.deidentifier.arx.gui.view.impl.risk mit Parametern vom Typ ARXPopulationModelModifizierer und TypMethodeBeschreibungprotected RiskEstimateBuilderInterruptibleViewRisks.getBuilder(AnalysisContextRisk context, ARXPopulationModel population, RiskModelHistogram classes) Creates a risk estimate builder -
Verwendungen von ARXPopulationModel in org.deidentifier.arx.risk
Konstruktoren in org.deidentifier.arx.risk mit Parametern vom Typ ARXPopulationModelModifiziererKonstruktorBeschreibungRiskEstimateBuilder(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 instanceRiskModelPopulationUniqueness(ARXPopulationModel model, RiskModelHistogram classes, ARXSolverConfiguration config) Creates a new instance