Java weka.experiment ResultMatrix fields, constructors, methods, implement or subclass

Example usage for Java weka.experiment ResultMatrix fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.experiment ResultMatrix.

The text is from its open source code.

Method

intgetColCount()
returns the number of columns.
StringgetColName(int index)
returns the name of the row, if the index is valid, otherwise null.
doublegetMean(int col, int row)
returns the mean at the given position, if the position is valid, otherwise 0.
booleangetShowStdDev()
returns whether std deviations are displayed or not.
doublegetStdDev(int col, int row)
returns the std deviation at the given position, if the position is valid, otherwise 0.