Package | Description |
---|---|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.metric |
Package providing access to quality models
|
org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
Modifier and Type | Method and Description |
---|---|
MetricConfiguration |
Model.getMetricConfiguration()
Returns the configuration of the metric.
|
Modifier and Type | Method and Description |
---|---|
MetricConfiguration |
Metric.getConfiguration()
Returns the configuration of this metric.
|
Modifier and Type | Method and Description |
---|---|
abstract Metric<?> |
MetricDescription.createInstance(MetricConfiguration config)
Creates an instance with the given configuration options.
|
Modifier and Type | Method and Description |
---|---|
MetricConfiguration |
MetricSDNMPublisherPayout.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDNMKLDivergence.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDNMEntropyBasedInformationLoss.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDNMDiscernability.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDNMAmbiguity.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDDiscernability.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDClassification.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDAECS.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDStatic.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDPrecision.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMNormalizedEntropyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMNormalizedEntropy.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMEntropyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMEntropyPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMEntropy.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUEntropyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUEntropyPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUEntropy.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMPrecision.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMLossPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMLossPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMLoss.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDHeight.getConfiguration()
Returns the configuration of this metric.
|