public class TableMultiWay.UnbalancedTable extends Object
x
.Modifier and Type | Method and Description |
---|---|
double[] |
getListCells()
Returns for each row, a list of the levels of
nKeys
corresponding classification variables that describe a cell. |
int |
getNCells()
Returns the number of non-empty cells.
|
double[] |
getTable()
Returns the frequency for each cell.
|
public int getNCells()
int
containing the number of non-empty cells.public double[] getListCells()
nKeys
corresponding classification variables that describe a cell.double
array containing the list of levels of
nKeys corresponding classification variables that describe a cell.public double[] getTable()
double
array containing the frequency for each
cell.Copyright © 2020 Rogue Wave Software. All rights reserved.