- ObjectIterator<T> - Class in org.deidentifier.arx.framework.lattice
-
Wrapper for iterator
- ObjectIterator() - Constructor for class org.deidentifier.arx.framework.lattice.ObjectIterator
-
- ObjectIterator.ObjectIteratorIntArray - Class in org.deidentifier.arx.framework.lattice
-
Iterator for int arrays
- ObjectIterator.ObjectIteratorLong - Class in org.deidentifier.arx.framework.lattice
-
Iterator for longs
- OFFSET - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer
-
Constants.
- offset - Variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer.RenderedInterval
-
Var.
- ONE - Variable in class org.deidentifier.arx.reliability.IntervalArithmeticDouble
-
Interval representing one
- onError() - Method in class org.deidentifier.arx.gui.view.impl.common.async.Analysis
-
Perform error handling.
- onFinish() - Method in class org.deidentifier.arx.gui.view.impl.common.async.Analysis
-
Perform finish.
- onInterrupt() - Method in class org.deidentifier.arx.gui.view.impl.common.async.Analysis
-
Perform interrupt handling.
- onShow(Runnable) - Method in class org.deidentifier.arx.gui.view.impl.MainWindow
-
Executes the given runnable on show.
- open() - Method in class org.deidentifier.arx.gui.view.impl.menu.DialogClassificationConfiguration
-
Open the dialog.
- open() - Method in class org.deidentifier.arx.gui.view.impl.menu.DialogProperties
-
Opens the dialog
- open(Shell) - Method in class org.deidentifier.arx.gui.view.impl.wizard.ARXWizard
-
Opens the dialog.
- optimalInformationLoss - Variable in class org.deidentifier.arx.test.AbstractAnonymizationTest.ARXAnonymizationTestCase
-
Random test variable
- optimalTransformation - Variable in class org.deidentifier.arx.test.AbstractAnonymizationTest.ARXAnonymizationTestCase
-
Random test variable
- optimizable - Variable in class org.deidentifier.arx.test.AbstractAnonymizationTest.ARXAnonymizationTestCase
-
Random test variable
- optimize(DataHandle) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimize(DataHandle, double) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimize(DataHandle, double, ARXListener) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeFast(DataHandle, double) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeFast(DataHandle, double, ARXListener) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeFast(DataHandle, double, double, ARXListener) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeIterative(DataHandle, double, int, double) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeIterative(DataHandle, double, int, double, ARXListener) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeIterativeFast(DataHandle, double) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeIterativeFast(DataHandle, double, ARXListener) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- optimizeIterativeFast(DataHandle, double, double, ARXListener) - Method in class org.deidentifier.arx.ARXResult
-
This method optimizes the given data output with local recoding to improve its utility
- or() - Method in class org.deidentifier.arx.DataSelector
-
- or(int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrix
-
ORs the first value of the row with the given value
- or(int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
-
- ORDERED_STRING - Static variable in class org.deidentifier.arx.DataType
-
A ordered string data type.
- OrderedDistanceTCloseness - Class in org.deidentifier.arx.criteria
-
The t-closeness criterion for ordered attributes.
- OrderedDistanceTCloseness(String, double) - Constructor for class org.deidentifier.arx.criteria.OrderedDistanceTCloseness
-
Creates a new instance of the t-closeness criterion for ordered attributes as proposed in:
Li N, Li T, Venkatasubramanian S.
- org.deidentifier.arx.aggregates - package org.deidentifier.arx.aggregates
-
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
- org.deidentifier.arx.aggregates.classification - package org.deidentifier.arx.aggregates.classification
-
This package implementations for analyzing the effect of
anonymization on classification tasks
- org.deidentifier.arx.aggregates.quality - package org.deidentifier.arx.aggregates.quality
-
This package provides implementations of various quality models which can be
used for quality analysis (but not as optimization functions)
- org.deidentifier.arx.algorithm - package org.deidentifier.arx.algorithm
-
This package provides implementations of search algorithms
- org.deidentifier.arx.certificate - package org.deidentifier.arx.certificate
-
A package implementing certificate creation
- org.deidentifier.arx.certificate.elements - package org.deidentifier.arx.certificate.elements
-
A package implementing elements used in certificates
- org.deidentifier.arx.certificate.resources - package org.deidentifier.arx.certificate.resources
-
A package containing resources used for creating certificates
- org.deidentifier.arx.common - package org.deidentifier.arx.common
-
A package containing commonly used classes
- org.deidentifier.arx.criteria - package org.deidentifier.arx.criteria
-
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
- org.deidentifier.arx.dp - package org.deidentifier.arx.dp
-
- org.deidentifier.arx.examples - package org.deidentifier.arx.examples
-
- org.deidentifier.arx.exceptions - package org.deidentifier.arx.exceptions
-
A package containing exceptions that may be thrown by ARX
- org.deidentifier.arx.framework - package org.deidentifier.arx.framework
-
This package contains subpackages that implement the ARX anonymization framework
- org.deidentifier.arx.framework.check - package org.deidentifier.arx.framework.check
-
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
- org.deidentifier.arx.framework.check.distribution - package org.deidentifier.arx.framework.check.distribution
-
This package implements means for efficiently maintaining distributions of values
for each equivalence class
- org.deidentifier.arx.framework.check.groupify - package org.deidentifier.arx.framework.check.groupify
-
This package implements different hash-groupify operators.
- org.deidentifier.arx.framework.check.history - package org.deidentifier.arx.framework.check.history
-
This package implements the 'history' optimization.
- org.deidentifier.arx.framework.check.transformer - package org.deidentifier.arx.framework.check.transformer
-
This package provides several transformers that efficiently implement the 'projection' optimization.
- org.deidentifier.arx.framework.data - package org.deidentifier.arx.framework.data
-
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
- org.deidentifier.arx.framework.lattice - package org.deidentifier.arx.framework.lattice
-
This package provides the internal generalization lattice
- org.deidentifier.arx.gui - package org.deidentifier.arx.gui
-
- org.deidentifier.arx.gui.model - package org.deidentifier.arx.gui.model
-
- org.deidentifier.arx.gui.resources - package org.deidentifier.arx.gui.resources
-
- org.deidentifier.arx.gui.view - package org.deidentifier.arx.gui.view
-
- org.deidentifier.arx.gui.view.def - package org.deidentifier.arx.gui.view.def
-
- org.deidentifier.arx.gui.view.impl - package org.deidentifier.arx.gui.view.impl
-
- org.deidentifier.arx.gui.view.impl.common - package org.deidentifier.arx.gui.view.impl.common
-
- org.deidentifier.arx.gui.view.impl.common.async - package org.deidentifier.arx.gui.view.impl.common.async
-
- org.deidentifier.arx.gui.view.impl.common.datatable - package org.deidentifier.arx.gui.view.impl.common.datatable
-
- org.deidentifier.arx.gui.view.impl.common.table - package org.deidentifier.arx.gui.view.impl.common.table
-
- org.deidentifier.arx.gui.view.impl.define - package org.deidentifier.arx.gui.view.impl.define
-
- org.deidentifier.arx.gui.view.impl.explore - package org.deidentifier.arx.gui.view.impl.explore
-
- org.deidentifier.arx.gui.view.impl.menu - package org.deidentifier.arx.gui.view.impl.menu
-
- org.deidentifier.arx.gui.view.impl.risk - package org.deidentifier.arx.gui.view.impl.risk
-
- org.deidentifier.arx.gui.view.impl.utility - package org.deidentifier.arx.gui.view.impl.utility
-
- org.deidentifier.arx.gui.view.impl.wizard - package org.deidentifier.arx.gui.view.impl.wizard
-
- org.deidentifier.arx.gui.worker - package org.deidentifier.arx.gui.worker
-
- org.deidentifier.arx.gui.worker.io - package org.deidentifier.arx.gui.worker.io
-
- org.deidentifier.arx.io - package org.deidentifier.arx.io
-
This package provides basic input/output functionality
- org.deidentifier.arx.metric - package org.deidentifier.arx.metric
-
Package providing access to quality models
- org.deidentifier.arx.metric.v2 - package org.deidentifier.arx.metric.v2
-
Main package implementing quality models
- org.deidentifier.arx.reliability - package org.deidentifier.arx.reliability
-
A package containing code that is needed to support
reliability of the privacy models implemented
- org.deidentifier.arx.risk - package org.deidentifier.arx.risk
-
This package provides methods for risk analyses
- org.deidentifier.arx.risk.resources.us - package org.deidentifier.arx.risk.resources.us
-
A package containing resources needed for risk analyses
- org.deidentifier.arx.test - package org.deidentifier.arx.test
-
- OUTLIER_MASK - Static variable in class org.deidentifier.arx.framework.data.Data
-
The outliers mask.