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?.
|
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.
|
int |
row
The key of this class.
|
Constructor and Description |
---|
HashGroupifyEntry(DataMatrix matrix,
int row,
int hash)
Creates a new entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Return has next
|
int |
next()
Return next value
|
void |
read()
Initialize iterator
|
public int count
public int pcount
public final int hashcode
public final int row
public HashGroupifyEntry next
public HashGroupifyEntry nextOrdered
public int representative
public boolean isNotOutlier
public Distribution[] distributions
public HashGroupifyEntry(DataMatrix matrix, int row, int hash)
matrix
- the matrixrow
- the rowhash
- the hash