📄 jrip.html
字号:
Valid options are: <p/> <pre> -F <number of folds> Set number of folds for REP One fold is used as pruning set. (default 3)</pre> <pre> -N <min. weights> Set the minimal weights of instances within a split. (default 2.0)</pre> <pre> -O <number of runs> Set the number of runs of optimizations. (Default: 2)</pre> <pre> -D Set whether turn on the debug mode (Default: false)</pre> <pre> -S <seed> The seed of randomization (Default: 1)</pre> <pre> -E Whether NOT check the error rate>=0.5 in stopping criteria (default: check)</pre> <pre> -P Whether NOT use pruning (default: use pruning)</pre> <!-- options-end --><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><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#setOptions(java.lang.String[])">setOptions</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</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 Classifier.<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><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#getOptions()">getOptions</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</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="enumerateMeasures()"><!-- --></A><H3>enumerateMeasures</H3><PRE>public java.util.Enumeration <B>enumerateMeasures</B>()</PRE><DL><DD>Returns an enumeration of the additional measure names<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html#enumerateMeasures()">enumerateMeasures</A></CODE> in interface <CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html" title="interface in weka.core">AdditionalMeasureProducer</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an enumeration of the measure names</DL></DD></DL><HR><A NAME="getMeasure(java.lang.String)"><!-- --></A><H3>getMeasure</H3><PRE>public double <B>getMeasure</B>(java.lang.String additionalMeasureName)</PRE><DL><DD>Returns the value of the named measure<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html#getMeasure(java.lang.String)">getMeasure</A></CODE> in interface <CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html" title="interface in weka.core">AdditionalMeasureProducer</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>additionalMeasureName</CODE> - the name of the measure to query for its value<DT><B>Returns:</B><DD>the value of the named measure<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if the named measure is not supported</DL></DD></DL><HR><A NAME="foldsTipText()"><!-- --></A><H3>foldsTipText</H3><PRE>public java.lang.String <B>foldsTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setFolds(int)"><!-- --></A><H3>setFolds</H3><PRE>public void <B>setFolds</B>(int fold)</PRE><DL><DD>Sets the number of folds to use<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>fold</CODE> - the number of folds</DL></DD></DL><HR><A NAME="getFolds()"><!-- --></A><H3>getFolds</H3><PRE>public int <B>getFolds</B>()</PRE><DL><DD>Gets the number of folds<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the number of folds</DL></DD></DL><HR><A NAME="minNoTipText()"><!-- --></A><H3>minNoTipText</H3><PRE>public java.lang.String <B>minNoTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setMinNo(double)"><!-- --></A><H3>setMinNo</H3><PRE>public void <B>setMinNo</B>(double m)</PRE><DL><DD>Sets the minimum total weight of the instances in a rule<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>m</CODE> - the minimum total weight of the instances in a rule</DL></DD></DL><HR><A NAME="getMinNo()"><!-- --></A><H3>getMinNo</H3><PRE>public double <B>getMinNo</B>()</PRE><DL><DD>Gets the minimum total weight of the instances in a rule<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the minimum total weight of the instances in a rule</DL></DD></DL><HR><A NAME="seedTipText()"><!-- --></A><H3>seedTipText</H3><PRE>public java.lang.String <B>seedTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setSeed(long)"><!-- --></A><H3>setSeed</H3><PRE>public void <B>setSeed</B>(long s)</PRE><DL><DD>Sets the seed value to use in randomizing the data<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - the new seed value</DL></DD></DL><HR><A NAME="getSeed()"><!-- --></A><H3>getSeed</H3><PRE>public long <B>getSeed</B>()</PRE><DL><DD>Gets the current seed value to use in randomizing the data<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the seed value</DL></DD></DL><HR><A NAME="optimizationsTipText()"><!-- --></A><H3>optimizationsTipText</H3><PRE>public java.lang.String <B>optimizationsTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setOptimizations(int)"><!-- --></A><H3>setOptimizations</H3><PRE>public void <B>setOptimizations</B>(int run)</PRE><DL><DD>Sets the number of optimization runs<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>run</CODE> - the number of optimization runs</DL></DD></DL><HR><A NAME="getOptimizations()"><!-- --></A><H3>getOptimizations</H3><PRE>public int <B>getOptimizations</B>()</PRE><DL><DD>Gets the the number of optimization runs<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the number of optimization runs</DL></DD></DL><HR><A NAME="debugTipText()"><!-- --></A><H3>debugTipText</H3><PRE>public java.lang.String <B>debugTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#debugTipText()">debugTipText</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setDebug(boolean)"><!-- --></A><H3>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -