svmattributeeval.html

来自「数据挖掘的最常用工具。由于开源」· HTML 代码 · 共 1,193 行 · 第 1/3 页

HTML
1,193
字号
<CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setAttsToEliminatePerIteration(int)">setAttsToEliminatePerIteration</A></B>(int&nbsp;cRate)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the constant rate of attribute elimination per iteration</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setComplexityParameter(double)">setComplexityParameter</A></B>(double&nbsp;svmC)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of C for SMO</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setEpsilonParameter(double)">setEpsilonParameter</A></B>(double&nbsp;svmP)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of P for SMO</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setFilterType(weka.core.SelectedTag)">setFilterType</A></B>(<A HREF="../../weka/core/SelectedTag.html" title="class in weka.core">SelectedTag</A>&nbsp;newType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The filtering mode to pass to SMO</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setOptions(java.lang.String[])">setOptions</A></B>(java.lang.String[]&nbsp;options)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a given list of options.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setPercentThreshold(int)">setPercentThreshold</A></B>(int&nbsp;pThresh)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the threshold below which percentage elimination reverts to constant elimination.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setPercentToEliminatePerIteration(int)">setPercentToEliminatePerIteration</A></B>(int&nbsp;pRate)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the percentage of attributes to eliminate per iteration</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#setToleranceParameter(double)">setToleranceParameter</A></B>(double&nbsp;svmT)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of T for SMO</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#toleranceParameterTipText()">toleranceParameterTipText</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a tip text for this property suitable for display in the GUI</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/SVMAttributeEval.html#toString()">toString</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a description of the evaluator</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_weka.attributeSelection.ASEvaluation"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class weka.attributeSelection.<A HREF="../../weka/attributeSelection/ASEvaluation.html" title="class in weka.attributeSelection">ASEvaluation</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../weka/attributeSelection/ASEvaluation.html#forName(java.lang.String, java.lang.String[])">forName</A>, <A HREF="../../weka/attributeSelection/ASEvaluation.html#makeCopies(weka.attributeSelection.ASEvaluation, int)">makeCopies</A>, <A HREF="../../weka/attributeSelection/ASEvaluation.html#postProcess(int[])">postProcess</A></CODE></TD></TR></TABLE>&nbsp;<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>&nbsp;<P><!-- ========= 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="SVMAttributeEval()"><!-- --></A><H3>SVMAttributeEval</H3><PRE>public <B>SVMAttributeEval</B>()</PRE><DL><DD>Constructor<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 attribute evaluator<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="listOptions()"><!-- --></A><H3>listOptions</H3><PRE>public java.util.Enumeration <B>listOptions</B>()</PRE><DL><DD>Returns an enumeration describing all 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 options</DL></DD></DL><HR><A NAME="setOptions(java.lang.String[])"><!-- --></A><H3>setOptions</H3><PRE>public void <B>setOptions</B>(java.lang.String[]&nbsp;options)                throws java.lang.Exception</PRE><DL><DD>Parses a given list of options. <p/>   <!-- options-start --> Valid options are: <p/>  <pre> -X &lt;constant rate of elimination&gt;  Specify the constant rate of attribute  elimination per invocation of  the support vector machine.  Default = 1.</pre>  <pre> -Y &lt;percent rate of elimination&gt;  Specify the percentage rate of attributes to  elimination per invocation of  the support vector machine.  Trumps constant rate (above threshold).  Default = 0.</pre>  <pre> -Z &lt;threshold for percent elimination&gt;  Specify the threshold below which   percentage attribute elimination  reverts to the constant method.</pre>  <pre> -P &lt;epsilon&gt;  Specify the value of P (epsilon  parameter) to pass on to the  support vector machine.  Default = 1.0e-25</pre>  <pre> -T &lt;tolerance&gt;  Specify the value of T (tolerance  parameter) to pass on to the  support vector machine.  Default = 1.0e-10</pre>  <pre> -C &lt;complexity&gt;  Specify the value of C (complexity  parameter) to pass on to the  support vector machine.  Default = 1.0</pre>  <pre> -N  Whether the SVM should 0=normalize/1=standardize/2=neither.  (default 0=normalize)</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 error occurs</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 SVMAttributeEval<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="attsToEliminatePerIterationTipText()"><!-- --></A><H3>attsToEliminatePerIterationTipText</H3><PRE>public java.lang.String <B>attsToEliminatePerIterationTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="percentToEliminatePerIterationTipText()"><!-- --></A><H3>percentToEliminatePerIterationTipText</H3><PRE>public java.lang.String <B>percentToEliminatePerIterationTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="percentThresholdTipText()"><!-- --></A><H3>percentThresholdTipText</H3><PRE>public java.lang.String <B>percentThresholdTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="epsilonParameterTipText()"><!-- --></A><H3>epsilonParameterTipText</H3><PRE>public java.lang.String <B>epsilonParameterTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="toleranceParameterTipText()"><!-- --></A><H3>toleranceParameterTipText</H3><PRE>public java.lang.String <B>toleranceParameterTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="complexityParameterTipText()"><!-- --></A><H3>complexityParameterTipText</H3><PRE>public java.lang.String <B>complexityParameterTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="filterTypeTipText()"><!-- --></A><H3>filterTypeTipText</H3><PRE>public java.lang.String <B>filterTypeTipText</B>()</PRE><DL><DD>Returns a tip text for this property suitable for display in the GUI<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>tip text string describing this property</DL></DD></DL><HR><A NAME="setAttsToEliminatePerIteration(int)"><!-- --></A><H3>setAttsToEliminatePerIteration</H3><PRE>public void <B>setAttsToEliminatePerIteration</B>(int&nbsp;cRate)</PRE><DL><DD>Set the constant rate of attribute elimination per iteration

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?