Klasse HashGroupifyEntry
java.lang.Object
org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry
Implements an equivalence class.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungintThe number of elements in this class.Frequency set for other attributes *.final intThe hashcode of this class.booleanIs this class not an outlier?.The next element in this bucket.The overall next element in original order.intThe number of elements in this class.intThe index of the representative row.final intThe key of this class. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHashGroupifyEntry(DataMatrix matrix, int row, int hash) Creates a new entry. -
Methodenübersicht
-
Felddetails
-
count
public int countThe number of elements in this class. Excluding elements from the public table. -
pcount
public int pcountThe number of elements in this class. Including elements from the public table -
hashcode
public final int hashcodeThe hashcode of this class. -
row
public final int rowThe key of this class. -
next
The next element in this bucket. -
nextOrdered
The overall next element in original order. -
representative
public int representativeThe index of the representative row. -
isNotOutlier
public boolean isNotOutlierIs this class not an outlier?. -
distributions
Frequency set for other attributes *.
-
-
Konstruktordetails
-
HashGroupifyEntry
Creates a new entry.- Parameter:
matrix- the matrixrow- the rowhash- the hash
-
-
Methodendetails
-
hasNext
public boolean hasNext()Return has next- Gibt zurück:
-
next
public int next()Return next value- Gibt zurück:
-
read
public void read()Initialize iterator
-