public class HashGroupifyEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
count
The number of elements in this class.
|
Distribution[] |
distributions
Frequency set for other attributes *.
|
int |
hashcode
The hashcode of this class.
|
boolean |
isNotOutlier
Is this class not an outlier?.
|
int[] |
key
The key of this class.
|
HashGroupifyEntry |
next
The next element in this bucket.
|
HashGroupifyEntry |
nextOrdered
The overall next element in original order.
|
int |
pcount
The number of elements in this class.
|
int |
representative
The index of the representative row.
|
Constructor and Description |
---|
HashGroupifyEntry(int[] key,
int hash)
Creates a new entry.
|
public int count
public int pcount
public final int hashcode
public final int[] key
public HashGroupifyEntry next
public HashGroupifyEntry nextOrdered
public int representative
public boolean isNotOutlier
public Distribution[] distributions