📄 resultmatrix.html
字号:
<CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/experiment/ResultMatrix.html#toString()">toString</A></B>()</CODE><BR> returns the matrix as a string</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/experiment/ResultMatrix.html#toStringHeader()">toStringHeader</A></B>()</CODE><BR> returns the header of the matrix as a string</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/experiment/ResultMatrix.html#toStringKey()">toStringKey</A></B>()</CODE><BR> returns returns a key for all the col names, for better readability if the names got cut off</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/experiment/ResultMatrix.html#toStringMatrix()">toStringMatrix</A></B>()</CODE><BR> returns the matrix as a string</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/experiment/ResultMatrix.html#toStringRanking()">toStringRanking</A></B>()</CODE><BR> returns the ranking in a string representation</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/experiment/ResultMatrix.html#toStringSummary()">toStringSummary</A></B>()</CODE><BR> returns the summary as string</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="SIGNIFICANCE_TIE"><!-- --></A><H3>SIGNIFICANCE_TIE</H3><PRE>public static final int <B>SIGNIFICANCE_TIE</B></PRE><DL><DD>tie<P><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#weka.experiment.ResultMatrix.SIGNIFICANCE_TIE">Constant Field Values</A></DL></DL><HR><A NAME="SIGNIFICANCE_WIN"><!-- --></A><H3>SIGNIFICANCE_WIN</H3><PRE>public static final int <B>SIGNIFICANCE_WIN</B></PRE><DL><DD>win<P><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#weka.experiment.ResultMatrix.SIGNIFICANCE_WIN">Constant Field Values</A></DL></DL><HR><A NAME="SIGNIFICANCE_LOSS"><!-- --></A><H3>SIGNIFICANCE_LOSS</H3><PRE>public static final int <B>SIGNIFICANCE_LOSS</B></PRE><DL><DD>loss<P><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#weka.experiment.ResultMatrix.SIGNIFICANCE_LOSS">Constant Field Values</A></DL></DL><HR><A NAME="TIE_STRING"><!-- --></A><H3>TIE_STRING</H3><PRE>public java.lang.String <B>TIE_STRING</B></PRE><DL><DD>tie string<P><DL></DL></DL><HR><A NAME="WIN_STRING"><!-- --></A><H3>WIN_STRING</H3><PRE>public java.lang.String <B>WIN_STRING</B></PRE><DL><DD>win string<P><DL></DL></DL><HR><A NAME="LOSS_STRING"><!-- --></A><H3>LOSS_STRING</H3><PRE>public java.lang.String <B>LOSS_STRING</B></PRE><DL><DD>loss string<P><DL></DL></DL><HR><A NAME="LEFT_PARENTHESES"><!-- --></A><H3>LEFT_PARENTHESES</H3><PRE>public java.lang.String <B>LEFT_PARENTHESES</B></PRE><DL><DD>the left parentheses for enumerating cols/rows<P><DL></DL></DL><HR><A NAME="RIGHT_PARENTHESES"><!-- --></A><H3>RIGHT_PARENTHESES</H3><PRE>public java.lang.String <B>RIGHT_PARENTHESES</B></PRE><DL><DD>the right parentheses for enumerating cols/rows<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="ResultMatrix()"><!-- --></A><H3>ResultMatrix</H3><PRE>public <B>ResultMatrix</B>()</PRE><DL><DD>initializes the matrix as 1x1 matrix<P></DL><HR><A NAME="ResultMatrix(int, int)"><!-- --></A><H3>ResultMatrix</H3><PRE>public <B>ResultMatrix</B>(int cols, int rows)</PRE><DL><DD>initializes the matrix with the given dimensions<P></DL><HR><A NAME="ResultMatrix(weka.experiment.ResultMatrix)"><!-- --></A><H3>ResultMatrix</H3><PRE>public <B>ResultMatrix</B>(<A HREF="../../weka/experiment/ResultMatrix.html" title="class in weka.experiment">ResultMatrix</A> matrix)</PRE><DL><DD>initializes the matrix with the values from the given matrix<P><DL><DT><B>Parameters:</B><DD><CODE>matrix</CODE> - the matrix to get the values from</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getDisplayName()"><!-- --></A><H3>getDisplayName</H3><PRE>public abstract java.lang.String <B>getDisplayName</B>()</PRE><DL><DD>returns the name of the output format<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="assign(weka.experiment.ResultMatrix)"><!-- --></A><H3>assign</H3><PRE>public void <B>assign</B>(<A HREF="../../weka/experiment/ResultMatrix.html" title="class in weka.experiment">ResultMatrix</A> matrix)</PRE><DL><DD>acquires the data from the given matrix<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clear()"><!-- --></A><H3>clear</H3><PRE>public void <B>clear</B>()</PRE><DL><DD>removes the stored data and the ordering, but retains the dimensions of the matrix<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setSize(int, int)"><!-- --></A><H3>setSize</H3><PRE>public void <B>setSize</B>(int cols, int rows)</PRE><DL><DD>clears the content of the matrix and sets the new size<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>cols</CODE> - the number of mean columns<DD><CODE>rows</CODE> - the number of mean rows</DL></DD></DL><HR><A NAME="setMeanPrec(int)"><!-- --></A><H3>setMeanPrec</H3><PRE>public void <B>setMeanPrec</B>(int prec)</PRE><DL><DD>sets the precision for the means<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getMeanPrec()"><!-- --></A><H3>getMeanPrec</H3><PRE>public int <B>getMeanPrec</B>()</PRE><DL><DD>returns the current precision for the means<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setStdDevPrec(int)"><!-- --></A><H3>setStdDevPrec</H3><PRE>public void <B>setStdDevPrec</B>(int prec)</PRE><DL><DD>sets the precision for the standard deviation<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getStdDevPrec()"><!-- --></A><H3>getStdDevPrec</H3><PRE>public int <B>getStdDevPrec</B>()</PRE><DL><DD>returns the current standard deviation precision<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setColNameWidth(int)"><!-- --></A><H3>setColNameWidth</H3><PRE>public void <B>setColNameWidth</B>(int width)</PRE><DL><DD>sets the width for the column names (0 = optimal)<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getColNameWidth()"><!-- --></A><H3>getColNameWidth</H3><PRE>public int <B>getColNameWidth</B>()</PRE><DL><DD>returns the current width for the column names<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setRowNameWidth(int)"><!-- --></A><H3>setRowNameWidth</H3><PRE>public void <B>setRowNameWidth</B>(int width)</PRE><DL><DD>sets the width for the row names (0 = optimal)<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getRowNameWidth()"><!-- --></A><H3>getRowNameWidth</H3><PRE>public int <B>getRowNameWidth</B>()</PRE><DL><DD>returns the current width for the row names<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setMeanWidth(int)"><!-- --></A><H3>setMeanWidth</H3><PRE>public void <B>setMeanWidth</B>(int width)</PRE><DL><DD>sets the width for the mean (0 = optimal)<P>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -