程序包 weka.experiment
类 ResultMatrixCSV
java.lang.Object
weka.experiment.ResultMatrix
weka.experiment.ResultMatrixCSV
- 所有已实现的接口:
Serializable
,RevisionHandler
This matrix is a container for the datasets and classifier setups and
their statistics. It outputs the data in CSV format.
- 版本:
- $Revision: 1.4 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
字段概要
从类继承的字段 weka.experiment.ResultMatrix
LEFT_PARENTHESES, LOSS_STRING, RIGHT_PARENTHESES, SIGNIFICANCE_LOSS, SIGNIFICANCE_TIE, SIGNIFICANCE_WIN, TIE_STRING, WIN_STRING
-
构造器概要
构造器构造器说明initializes the matrix as 1x1 matrixResultMatrixCSV
(int cols, int rows) initializes the matrix with the given dimensionsResultMatrixCSV
(ResultMatrix matrix) initializes the matrix with the values from the given matrix -
方法概要
修饰符和类型方法说明void
clear()
removes the stored data but retains the dimensions of the matrixreturns the name of the output formatReturns the revision string.static void
for testing onlyreturns the header of the matrix as a stringreturns returns a key for all the col names, for better readability if the names got cut offreturns the matrix in CSV formatreturns the ranking in a string representationreturns the summary as string从类继承的方法 weka.experiment.ResultMatrix
addHeader, assign, clearHeader, clearRanking, clearSummary, getAverage, getColCount, getColHidden, getColName, getColNameWidth, getColOrder, getCount, getCountWidth, getDisplayCol, getDisplayRow, getEnumerateColNames, getEnumerateRowNames, getHeader, getMean, getMeanPrec, getMeanWidth, getPrintColNames, getPrintRowNames, getRemoveFilterName, getRowCount, getRowHidden, getRowName, getRowNameWidth, getRowOrder, getShowAverage, getShowStdDev, getSignificance, getSignificanceCount, getSignificanceWidth, getStdDev, getStdDevPrec, getStdDevWidth, getVisibleColCount, getVisibleRowCount, headerKeys, setColHidden, setColName, setColNameWidth, setColOrder, setCount, setCountWidth, setEnumerateColNames, setEnumerateRowNames, setMean, setMeanPrec, setMeanWidth, setPrintColNames, setPrintRowNames, setRanking, setRemoveFilterName, setRowHidden, setRowName, setRowNameWidth, setRowOrder, setShowAverage, setShowStdDev, setSignificance, setSignificanceWidth, setSize, setStdDev, setStdDevPrec, setStdDevWidth, setSummary, toString
-
构造器详细资料
-
ResultMatrixCSV
public ResultMatrixCSV()initializes the matrix as 1x1 matrix -
ResultMatrixCSV
public ResultMatrixCSV(int cols, int rows) initializes the matrix with the given dimensions -
ResultMatrixCSV
initializes the matrix with the values from the given matrix- 参数:
matrix
- the matrix to get the values from
-
-
方法详细资料
-
getDisplayName
returns the name of the output format- 指定者:
getDisplayName
在类中ResultMatrix
-
clear
public void clear()removes the stored data but retains the dimensions of the matrix- 覆盖:
clear
在类中ResultMatrix
-
toStringHeader
returns the header of the matrix as a string- 指定者:
toStringHeader
在类中ResultMatrix
- 另请参阅:
-
ResultMatrix.m_HeaderKeys
ResultMatrix.m_HeaderValues
-
toStringMatrix
returns the matrix in CSV format- 指定者:
toStringMatrix
在类中ResultMatrix
-
toStringKey
returns returns a key for all the col names, for better readability if the names got cut off- 指定者:
toStringKey
在类中ResultMatrix
-
toStringSummary
returns the summary as string- 指定者:
toStringSummary
在类中ResultMatrix
-
toStringRanking
returns the ranking in a string representation- 指定者:
toStringRanking
在类中ResultMatrix
-
getRevision
Returns the revision string.- 返回:
- the revision
-
main
for testing only
-