程序包 weka.experiment
类 ResultMatrixSignificance
java.lang.Object
weka.experiment.ResultMatrix
weka.experiment.ResultMatrixSignificance
- 所有已实现的接口:
Serializable
,RevisionHandler
This matrix is a container for the datasets and classifier setups and
their statistics. It outputs only the significance indicators - sometimes
good for recognizing patterns.
- 版本:
- $Revision: 1.5 $
- 作者:
- 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 matrixResultMatrixSignificance
(int cols, int rows) initializes the matrix with the given dimensionsResultMatrixSignificance
(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 onlyvoid
setShowStdDev
(boolean show) sets whether to display the std deviations or not - always false!returns 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 as plain textreturns 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, setSignificance, setSignificanceWidth, setSize, setStdDev, setStdDevPrec, setStdDevWidth, setSummary, toString
-
构造器详细资料
-
ResultMatrixSignificance
public ResultMatrixSignificance()initializes the matrix as 1x1 matrix -
ResultMatrixSignificance
public ResultMatrixSignificance(int cols, int rows) initializes the matrix with the given dimensions -
ResultMatrixSignificance
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
-
setShowStdDev
public void setShowStdDev(boolean show) sets whether to display the std deviations or not - always false!- 覆盖:
setShowStdDev
在类中ResultMatrix
-
toStringMatrix
returns the matrix as plain text- 指定者:
toStringMatrix
在类中ResultMatrix
-
toStringHeader
returns the header of the matrix as a string- 指定者:
toStringHeader
在类中ResultMatrix
- 另请参阅:
-
ResultMatrix.m_HeaderKeys
ResultMatrix.m_HeaderValues
-
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
-