Package org.deidentifier.arx.reliability
Klasse ParameterTranslation
java.lang.Object
org.deidentifier.arx.reliability.ParameterTranslation
Class supporting parameter calculations and translations.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final doubleRelative threshold precision -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic doublegetEffectiveRiskThreshold(double riskThreshold) Returns the effective risk thresholdstatic intgetSizeThreshold(double riskThreshold) Returns a minimal class size for the given risk threshold
-
Felddetails
-
RELATIVE_THRESHOLD_PRECISION
public static final double RELATIVE_THRESHOLD_PRECISIONRelative threshold precision- Siehe auch:
-
-
Konstruktordetails
-
ParameterTranslation
public ParameterTranslation()
-
-
Methodendetails
-
getSizeThreshold
public static int getSizeThreshold(double riskThreshold) Returns a minimal class size for the given risk threshold- Parameter:
threshold-- Gibt zurück:
-
getEffectiveRiskThreshold
public static double getEffectiveRiskThreshold(double riskThreshold) Returns the effective risk threshold- Parameter:
riskThreshold-- Gibt zurück:
-