Example usage for Java weka.experiment ResultMatrix fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getColCount() returns the number of columns. |
String | getColName(int index) returns the name of the row, if the index is valid, otherwise null. |
double | getMean(int col, int row) returns the mean at the given position, if the position is valid, otherwise 0. |
boolean | getShowStdDev() returns whether std deviations are displayed or not. |
double | getStdDev(int col, int row) returns the std deviation at the given position, if the position is valid, otherwise 0. |