📄 bvdecomposesegcvsub.html
字号:
<CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setClassifier(weka.classifiers.Classifier)">setClassifier</A></B>(<A HREF="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A> newClassifier)</CODE><BR> Set the classifiers being analysed</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setClassifyIterations(int)">setClassifyIterations</A></B>(int classifyIterations)</CODE><BR> Sets the number of times an instance is classified</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setClassIndex(int)">setClassIndex</A></B>(int classIndex)</CODE><BR> Sets index of attribute to discretize on</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setDataFileName(java.lang.String)">setDataFileName</A></B>(java.lang.String dataFileName)</CODE><BR> Sets the name of the dataset file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setDebug(boolean)">setDebug</A></B>(boolean debug)</CODE><BR> Sets debugging mode</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setOptions(java.lang.String[])">setOptions</A></B>(java.lang.String[] options)</CODE><BR> Sets the OptionHandler's options using the given list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setP(double)">setP</A></B>(double proportion)</CODE><BR> Set the proportion of instances that are common between two training sets used to train a classifier.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setSeed(int)">setSeed</A></B>(int seed)</CODE><BR> Sets the random number seed</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#setTrainSize(int)">setTrainSize</A></B>(int size)</CODE><BR> Set the training size.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/classifiers/BVDecomposeSegCVSub.html#toString()">toString</A></B>()</CODE><BR> Returns description of the bias-variance decomposition results.</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"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="BVDecomposeSegCVSub()"><!-- --></A><H3>BVDecomposeSegCVSub</H3><PRE>public <B>BVDecomposeSegCVSub</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="listOptions()"><!-- --></A><H3>listOptions</H3><PRE>public java.util.Enumeration <B>listOptions</B>()</PRE><DL><DD>Returns an enumeration describing the available options.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../weka/core/OptionHandler.html#listOptions()">listOptions</A></CODE> in interface <CODE><A HREF="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an enumeration of all the available options.</DL></DD></DL><HR><A NAME="setOptions(java.lang.String[])"><!-- --></A><H3>setOptions</H3><PRE>public void <B>setOptions</B>(java.lang.String[] options) throws java.lang.Exception</PRE><DL><DD>Sets the OptionHandler's options using the given list. All options will be set (or reset) during this call (i.e. incremental setting of options is not possible).<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../weka/core/OptionHandler.html#setOptions(java.lang.String[])">setOptions</A></CODE> in interface <CODE><A HREF="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>options</CODE> - the list of options as an array of strings<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if an option is not supported</DL></DD></DL><HR><A NAME="getOptions()"><!-- --></A><H3>getOptions</H3><PRE>public java.lang.String[] <B>getOptions</B>()</PRE><DL><DD>Gets the current settings of the CheckClassifier.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../weka/core/OptionHandler.html#getOptions()">getOptions</A></CODE> in interface <CODE><A HREF="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an array of strings suitable for passing to setOptions</DL></DD></DL><HR><A NAME="setClassifier(weka.classifiers.Classifier)"><!-- --></A><H3>setClassifier</H3><PRE>public void <B>setClassifier</B>(<A HREF="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A> newClassifier)</PRE><DL><DD>Set the classifiers being analysed<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>newClassifier</CODE> - the Classifier to use.</DL></DD></DL><HR><A NAME="getClassifier()"><!-- --></A><H3>getClassifier</H3><PRE>public <A HREF="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A> <B>getClassifier</B>()</PRE><DL><DD>Gets the name of the classifier being analysed<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the classifier being analysed.</DL></DD></DL><HR><A NAME="setDebug(boolean)"><!-- --></A><H3>setDebug</H3><PRE>public void <B>setDebug</B>(boolean debug)</PRE><DL><DD>Sets debugging mode<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>debug</CODE> - true if debug output should be printed</DL></DD></DL><HR><A NAME="getDebug()"><!-- --></A><H3>getDebug</H3><PRE>public boolean <B>getDebug</B>()</PRE><DL><DD>Gets whether debugging is turned on<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if debugging output is on</DL></DD></DL><HR><A NAME="setSeed(int)"><!-- --></A><H3>setSeed</H3><PRE>public void <B>setSeed</B>(int seed)</PRE><DL><DD>Sets the random number seed<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getSeed()"><!-- --></A><H3>getSeed</H3><PRE>public int <B>getSeed</B>()</PRE><DL><DD>Gets the random number seed<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the random number seed</DL></DD></DL><HR><A NAME="setClassifyIterations(int)"><!-- --></A><H3>setClassifyIterations</H3><PRE>public void <B>setClassifyIterations</B>(int classifyIterations)</PRE><DL><DD>Sets the number of times an instance is classified<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>classifyIterations</CODE> - number of times an instance is classified</DL></DD></DL><HR><A NAME="getClassifyIterations()"><!-- --></A><H3>getClassifyIterations</H3><PRE>public int <B>getClassifyIterations</B>()</PRE><DL><DD>Gets the number of times an instance is classified<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the maximum number of times an instance is classified</DL></DD></DL><HR><A NAME="setDataFileName(java.lang.String)"><!-- --></A><H3>setDataFileName</H3><PRE>public void <B>setDataFileName</B>(java.lang.String dataFileName)</PRE><DL><DD>Sets the name of the dataset file.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataFileName</CODE> - name of dataset file.</DL></DD></DL><HR><A NAME="getDataFileName()"><!-- --></A><H3>getDataFileName</H3><PRE>public java.lang.String <B>getDataFileName</B>()</PRE><DL><DD>Get the name of the data file used for the decomposition<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the name of the data file</DL></DD></DL><HR><A NAME="getClassIndex()"><!-- --></A><H3>getClassIndex</H3><PRE>public int <B>getClassIndex</B>()</PRE><DL><DD>Get the index (starting from 1) of the attribute used as the class.<P><DD><DL></DL></DD><DD><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -