📄 numericcleaner.html
字号:
<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> -D Turns on output of debugging information.</pre> <pre> -min <double> The minimum threshold. (default -Double.MAX_VALUE)</pre> <pre> -min-default <double> The replacement for values smaller than the minimum threshold. (default -Double.MAX_VALUE)</pre> <pre> -max <double> The maximum threshold. (default Double.MAX_VALUE)</pre> <pre> -max-default <double> The replacement for values larger than the maximum threshold. (default Double.MAX_VALUE)</pre> <pre> -closeto <double> The number values are checked for closeness. (default 0)</pre> <pre> -closeto-default <double> The replacement for values that are close to '-closeto'. (default 0)</pre> <pre> -closeto-tolerance <double> The tolerance below which numbers are considered being close to to each other. (default 1E-6)</pre> <pre> -decimals <int> The number of decimals to round to, -1 means no rounding at all. (default -1)</pre> <pre> -R <col1,col2,...> The list of columns to cleanse, e.g., first-last or first-3,5-last. (default first-last)</pre> <pre> -V Inverts the matching sense.</pre> <pre> -include-class Whether to include the class in the cleansing. The class column will always be skipped, if this flag is not present. (default no)</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/filters/SimpleFilter.html#setOptions(java.lang.String[])">setOptions</A></CODE> in class <CODE><A HREF="../../../../weka/filters/SimpleFilter.html" title="class in weka.filters">SimpleFilter</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<DT><B>See Also:</B><DD><A HREF="../../../../weka/filters/SimpleFilter.html#reset()"><CODE>SimpleFilter.reset()</CODE></A></DL></DD></DL><HR><A NAME="getCapabilities()"><!-- --></A><H3>getCapabilities</H3><PRE>public <A HREF="../../../../weka/core/Capabilities.html" title="class in weka.core">Capabilities</A> <B>getCapabilities</B>()</PRE><DL><DD>Returns the Capabilities of this filter.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../weka/core/CapabilitiesHandler.html#getCapabilities()">getCapabilities</A></CODE> in interface <CODE><A HREF="../../../../weka/core/CapabilitiesHandler.html" title="interface in weka.core">CapabilitiesHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../weka/filters/Filter.html#getCapabilities()">getCapabilities</A></CODE> in class <CODE><A HREF="../../../../weka/filters/Filter.html" title="class in weka.filters">Filter</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the capabilities of this object<DT><B>See Also:</B><DD><A HREF="../../../../weka/core/Capabilities.html" title="class in weka.core"><CODE>Capabilities</CODE></A></DL></DD></DL><HR><A NAME="minThresholdTipText()"><!-- --></A><H3>minThresholdTipText</H3><PRE>public java.lang.String <B>minThresholdTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><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="getMinThreshold()"><!-- --></A><H3>getMinThreshold</H3><PRE>public double <B>getMinThreshold</B>()</PRE><DL><DD>Get the minimum threshold.<P><DD><DL><DT><B>Returns:</B><DD>the minimum threshold.</DL></DD></DL><HR><A NAME="setMinThreshold(double)"><!-- --></A><H3>setMinThreshold</H3><PRE>public void <B>setMinThreshold</B>(double value)</PRE><DL><DD>Set the minimum threshold.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the minimum threshold to use.</DL></DD></DL><HR><A NAME="minDefaultTipText()"><!-- --></A><H3>minDefaultTipText</H3><PRE>public java.lang.String <B>minDefaultTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><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="getMinDefault()"><!-- --></A><H3>getMinDefault</H3><PRE>public double <B>getMinDefault</B>()</PRE><DL><DD>Get the minimum default.<P><DD><DL><DT><B>Returns:</B><DD>the minimum default.</DL></DD></DL><HR><A NAME="setMinDefault(double)"><!-- --></A><H3>setMinDefault</H3><PRE>public void <B>setMinDefault</B>(double value)</PRE><DL><DD>Set the minimum default.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the minimum default to use.</DL></DD></DL><HR><A NAME="maxThresholdTipText()"><!-- --></A><H3>maxThresholdTipText</H3><PRE>public java.lang.String <B>maxThresholdTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><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="getMaxThreshold()"><!-- --></A><H3>getMaxThreshold</H3><PRE>public double <B>getMaxThreshold</B>()</PRE><DL><DD>Get the maximum threshold.<P><DD><DL><DT><B>Returns:</B><DD>the maximum threshold.</DL></DD></DL><HR><A NAME="setMaxThreshold(double)"><!-- --></A><H3>setMaxThreshold</H3><PRE>public void <B>setMaxThreshold</B>(double value)</PRE><DL><DD>Set the maximum threshold.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the maximum threshold to use.</DL></DD></DL><HR><A NAME="maxDefaultTipText()"><!-- --></A><H3>maxDefaultTipText</H3><PRE>public java.lang.String <B>maxDefaultTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><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="getMaxDefault()"><!-- --></A><H3>getMaxDefault</H3><PRE>public double <B>getMaxDefault</B>()</PRE><DL><DD>Get the maximum default.<P><DD><DL><DT><B>Returns:</B><DD>the maximum default.</DL></DD></DL><HR><A NAME="setMaxDefault(double)"><!-- --></A><H3>setMaxDefault</H3><PRE>public void <B>setMaxDefault</B>(double value)</PRE><DL><DD>Set the naximum default.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the maximum default to use.</DL></DD></DL><HR><A NAME="closeToTipText()"><!-- --></A><H3>closeToTipText</H3><PRE>public java.lang.String <B>closeToTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><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="getCloseTo()"><!-- --></A><H3>getCloseTo</H3><PRE>public double <B>getCloseTo</B>()</PRE><DL><DD>Get the "close to" number.<P><DD><DL><DT><B>Returns:</B><DD>the "close to" number.</DL></DD></DL><HR><A NAME="setCloseTo(double)"><!-- --></A><H3>setCloseTo</H3><PRE>public void <B>setCloseTo</B>(double value)</PRE><DL><DD>Set the "close to" number.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the number to use for checking closeness.</DL></DD></DL><HR><A NAME="closeToDefaultTipText()"><!-- --></A><H3>closeToDefaultTipText</H3><PRE>public java.lang.String <B>closeToDefaultTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><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="getCloseToDefault()"><!-- --></A><H3>getCloseToDefault</H3>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -