|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
class CrosstabStatisticsCalculator
Compute statistics for the crosstab node.
| Nested Class Summary | |
|---|---|
(package private) static class |
CrosstabStatisticsCalculator.CrosstabStatistics
Container for the test statistics. |
| Constructor Summary | |
|---|---|
CrosstabStatisticsCalculator(BufferedDataTable freqTable,
int rowIndex,
int colIndex,
int freqIndex,
CrosstabNodeModel.CrosstabTotals totals,
CrosstabProperties props)
|
|
| Method Summary | |
|---|---|
(package private) CrosstabStatisticsCalculator.CrosstabStatistics |
getStatistics()
Get the statistics for the node. |
(package private) BufferedDataTable |
getTable()
The table with statistics which is appended to the output of the crosstab node (contains e.g. |
(package private) void |
run(ExecutionContext exec)
This method is not Thread-Safe. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrosstabStatisticsCalculator(BufferedDataTable freqTable,
int rowIndex,
int colIndex,
int freqIndex,
CrosstabNodeModel.CrosstabTotals totals,
CrosstabProperties props)
freqTable - table with at least three columns for the explanatory and
response variable and for the frequency.rowIndex - the column index of the explanatory variablecolIndex - the column index of the response variablefreqIndex - the column index of the frequencytotals - the wrapper for the totals (row count total, column count
totals and total count)props - the crosstab properties which is a source for the column names
of the table return by getTable()| Method Detail |
|---|
void run(ExecutionContext exec)
exec - the execution context.BufferedDataTable getTable()
CrosstabStatisticsCalculator.CrosstabStatistics getStatistics()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||