public static class StatisticsContingencyTable.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
frequency
Associated frequency.
|
int |
value1
Index of the value from the first column.
|
int |
value2
Index of the value from the second column.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |