|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
static class CrosstabNodeModel.CrosstabTotals
Container class holding the row count totals, the column count totals and the total count of the cross tabulation.
| Constructor Summary | |
|---|---|
CrosstabNodeModel.CrosstabTotals(Map<DataCell,Double> rowTotal,
Map<DataCell,Double> colTotal,
double total)
|
|
| Method Summary | |
|---|---|
(package private) Map<DataCell,Double> |
getColTotal()
Get the column count totals. |
(package private) Map<DataCell,Double> |
getRowTotal()
Get the row count totals. |
(package private) double |
getTotal()
Get the total count. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrosstabNodeModel.CrosstabTotals(Map<DataCell,Double> rowTotal,
Map<DataCell,Double> colTotal,
double total)
rowTotal - the row count totalscolTotal - the column count totalstotal - the total count| Method Detail |
|---|
Map<DataCell,Double> getRowTotal()
Map<DataCell,Double> getColTotal()
double getTotal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||