Klasse QualityMeasure
java.lang.Object
org.deidentifier.arx.aggregates.quality.QualityMeasure
Base class for quality measures. Results are reported in range [0, 1].
Higher is better.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract booleanReturns whether this measure is availableabstract booleanisAvailable(String column) Returns whether this measure is available for the given columnbooleanReturns whether this is a column-oriented measurebooleanReturns whether this is a row-oriented measure
-
Konstruktordetails
-
QualityMeasure
public QualityMeasure(boolean rowOriented) Creates a new instance- Parameter:
rowOriented-
-
-
Methodendetails
-
isAvailable
public abstract boolean isAvailable()Returns whether this measure is available- Gibt zurück:
-
isAvailable
Returns whether this measure is available for the given column- Parameter:
column-- Gibt zurück:
-
isColumnOriented
public boolean isColumnOriented()Returns whether this is a column-oriented measure- Gibt zurück:
-
isRowOriented
public boolean isRowOriented()Returns whether this is a row-oriented measure- Gibt zurück:
-