📄 tertius.html
字号:
<DL><DD>Way of handling missing values: max counterinstances<P><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#weka.associations.Tertius.IMPLICIT">Constant Field Values</A></DL></DL><HR><A NAME="SIGNIFICANT"><!-- --></A><H3>SIGNIFICANT</H3><PRE>public static final int <B>SIGNIFICANT</B></PRE><DL><DD>Way of handling missing values: missing as a particular value<P><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#weka.associations.Tertius.SIGNIFICANT">Constant Field Values</A></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="Tertius()"><!-- --></A><H3>Tertius</H3><PRE>public <B>Tertius</B>()</PRE><DL><DD>Constructor that sets the options to the default values.<P></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="globalInfo()"><!-- --></A><H3>globalInfo</H3><PRE>public java.lang.String <B>globalInfo</B>()</PRE><DL><DD>Returns a string describing this associator.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A description of the evaluator suitable for displaying in the explorer/experimenter gui.</DL></DD></DL><HR><A NAME="getTechnicalInformation()"><!-- --></A><H3>getTechnicalInformation</H3><PRE>public <A HREF="../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</A> <B>getTechnicalInformation</B>()</PRE><DL><DD>Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../weka/core/TechnicalInformationHandler.html#getTechnicalInformation()">getTechnicalInformation</A></CODE> in interface <CODE><A HREF="../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the technical information about this class</DL></DD></DL><HR><A NAME="resetOptions()"><!-- --></A><H3>resetOptions</H3><PRE>public void <B>resetOptions</B>()</PRE><DL><DD>Resets the options to the default values.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><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>Parses a given list of options. <p/> <!-- options-start --> Valid options are: <p/> <pre> -K <number of values in result> Set maximum number of confirmation values in the result. (default: 10)</pre> <pre> -F <frequency threshold> Set frequency threshold for pruning. (default: 0)</pre> <pre> -C <confirmation threshold> Set confirmation threshold. (default: 0)</pre> <pre> -N <noise threshold> Set noise threshold : maximum frequency of counter-examples. 0 gives only satisfied rules. (default: 1)</pre> <pre> -R Allow attributes to be repeated in a same rule.</pre> <pre> -L <number of literals> Set maximum number of literals in a rule. (default: 4)</pre> <pre> -G <0=no negation | 1=body | 2=head | 3=body and head> Set the negations in the rule. (default: 0)</pre> <pre> -S Consider only classification rules.</pre> <pre> -c <class index> Set index of class attribute. (default: last).</pre> <pre> -H Consider only horn clauses.</pre> <pre> -E Keep equivalent rules.</pre> <pre> -M Keep same clauses.</pre> <pre> -T Keep subsumed rules.</pre> <pre> -I <0=always match | 1=never match | 2=significant> Set the way to handle missing values. (default: 0)</pre> <pre> -O Use ROC analysis. </pre> <pre> -p <name of file> Set the file containing the parts of the individual for individual-based learning.</pre> <pre> -P <0=no output | 1=on stdout | 2=in separate window> Set output of current values. (default: 0)</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></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 Tertius object.<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="confirmationValuesTipText()"><!-- --></A><H3>confirmationValuesTipText</H3><PRE>public java.lang.String <B>confirmationValuesTipText</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="getConfirmationValues()"><!-- --></A><H3>getConfirmationValues</H3><PRE>public int <B>getConfirmationValues</B>()</PRE><DL><DD>Get the value of confirmationValues.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of confirmationValues.</DL></DD></DL><HR><A NAME="setConfirmationValues(int)"><!-- --></A><H3>setConfirmationValues</H3><PRE>public void <B>setConfirmationValues</B>(int v)</PRE><DL><DD>Set the value of confirmationValues.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>v</CODE> - Value to assign to confirmationValues.</DL></DD></DL><HR><A NAME="frequencyThresholdTipText()"><!-- --></A><H3>frequencyThresholdTipText</H3><PRE>public java.lang.String <B>frequencyThresholdTipText</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="getFrequencyThreshold()"><!-- --></A><H3>getFrequencyThreshold</H3><PRE>public double <B>getFrequencyThreshold</B>()</PRE><DL><DD>Get the value of frequencyThreshold.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of frequencyThreshold.</DL></DD></DL><HR><A NAME="setFrequencyThreshold(double)"><!-- --></A><H3>setFrequencyThreshold</H3><PRE>public void <B>setFrequencyThreshold</B>(double v)</PRE><DL><DD>Set the value of frequencyThreshold.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>v</CODE> - Value to assign to frequencyThreshold.</DL></DD></DL><HR><A NAME="confirmationThresholdTipText()"><!-- --></A><H3>confirmationThresholdTipText</H3><PRE>public java.lang.String <B>confirmationThresholdTipText</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="getConfirmationThreshold()"><!-- --></A><H3>getConfirmationThreshold</H3><PRE>public double <B>getConfirmationThreshold</B>()</PRE><DL><DD>Get the value of confirmationThreshold.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of confirmationThreshold.</DL></DD></DL><HR><A NAME="setConfirmationThreshold(double)"><!-- --></A><H3>setConfirmationThreshold</H3><PRE>public void <B>setConfirmationThreshold</B>(double v)</PRE><DL><DD>Set the value of confirmationThreshold.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>v</CODE> - Value to assign to confirmationThreshold.</DL></DD></DL><HR><A NAME="noiseThresholdTipText()"><!-- --></A><H3>noiseThresholdTipText</H3><PRE>public java.lang.String <B>noiseThresholdTipText</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="getNoiseThreshold()"><!-- --></A><H3>getNoiseThreshold</H3><PRE>public double <B>getNoiseThreshold</B>()</PRE><DL><DD>Get the value of noiseThreshold.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>Value of noiseThreshold.</DL></DD></DL><HR><A NAME="setNoiseThreshold(double)"><!-- --></A><H3>setNoiseThreshold</H3><PRE>public void <B>setNoiseThreshold</B>(double v)</PRE><DL><DD>Set the value of noiseThreshold.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>v</CODE> - Value to assign to noiseThreshold.</DL></DD></DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -