osdlcore.html

来自「weka是机器学习和数据挖掘领域最有影响力的开源项目之一」· HTML 代码 · 共 1,708 行 · 第 1/5 页

HTML
1,708
字号
 displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setTuneInterpolationParameter(boolean)"><!-- --></A><H3>setTuneInterpolationParameter</H3><PRE>public void <B>setTuneInterpolationParameter</B>(boolean&nbsp;value)</PRE><DL><DD>Sets whether the interpolation parameter is to be tuned based on the bounds.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - if true the parameter is tuned</DL></DD></DL><HR><A NAME="getTuneInterpolationParameter()"><!-- --></A><H3>getTuneInterpolationParameter</H3><PRE>public boolean <B>getTuneInterpolationParameter</B>()</PRE><DL><DD>Returns whether the interpolation parameter is to be tuned based on the bounds.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if the parameter is to be tuned</DL></DD></DL><HR><A NAME="interpolationParameterLowerBoundTipText()"><!-- --></A><H3>interpolationParameterLowerBoundTipText</H3><PRE>public java.lang.String <B>interpolationParameterLowerBoundTipText</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="setInterpolationParameterLowerBound(double)"><!-- --></A><H3>setInterpolationParameterLowerBound</H3><PRE>public void <B>setInterpolationParameterLowerBound</B>(double&nbsp;value)</PRE><DL><DD>Sets the lower bound for the interpolation parameter tuning  (0 &lt;= x &lt; 1).<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the tne lower bound<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if bound is invalid</DL></DD></DL><HR><A NAME="getInterpolationParameterLowerBound()"><!-- --></A><H3>getInterpolationParameterLowerBound</H3><PRE>public double <B>getInterpolationParameterLowerBound</B>()</PRE><DL><DD>Returns the lower bound for the interpolation parameter tuning (0 &lt;= x &lt; 1).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the lower bound</DL></DD></DL><HR><A NAME="interpolationParameterUpperBoundTipText()"><!-- --></A><H3>interpolationParameterUpperBoundTipText</H3><PRE>public java.lang.String <B>interpolationParameterUpperBoundTipText</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="setInterpolationParameterUpperBound(double)"><!-- --></A><H3>setInterpolationParameterUpperBound</H3><PRE>public void <B>setInterpolationParameterUpperBound</B>(double&nbsp;value)</PRE><DL><DD>Sets the upper bound for the interpolation parameter tuning  (0 &lt; x &lt;= 1).<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the tne upper bound<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if bound is invalid</DL></DD></DL><HR><A NAME="getInterpolationParameterUpperBound()"><!-- --></A><H3>getInterpolationParameterUpperBound</H3><PRE>public double <B>getInterpolationParameterUpperBound</B>()</PRE><DL><DD>Returns the upper bound for the interpolation parameter tuning (0 &lt; x &lt;= 1).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the upper bound</DL></DD></DL><HR><A NAME="setInterpolationParameterBounds(double, double)"><!-- --></A><H3>setInterpolationParameterBounds</H3><PRE>public void <B>setInterpolationParameterBounds</B>(double&nbsp;sLow,                                            double&nbsp;sUp)                                     throws java.lang.IllegalArgumentException</PRE><DL><DD>Sets the interpolation bounds for the interpolation parameter. When tuning the interpolation parameter only values in the interval <code> [sLow, sUp] </code> are considered. It is important to note that using this method immediately implies that the interpolation parameter is to be tuned.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>sLow</CODE> - lower bound for the interpolation parameter,  should not be smaller than 0 or greater than <code> sUp </code><DD><CODE>sUp</CODE> - upper bound for the interpolation parameter, should not exceed 1 or be smaller than <code> sLow </code><DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if one of the above conditions  is not satisfied.</DL></DD></DL><HR><A NAME="interpolationParameterTipText()"><!-- --></A><H3>interpolationParameterTipText</H3><PRE>public java.lang.String <B>interpolationParameterTipText</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="setInterpolationParameter(double)"><!-- --></A><H3>setInterpolationParameter</H3><PRE>public void <B>setInterpolationParameter</B>(double&nbsp;s)                               throws java.lang.IllegalArgumentException</PRE><DL><DD>Sets the interpolation parameter.  This immediately means that the interpolation parameter is not to be tuned.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - value for the interpolation parameter.<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code> s </code> is not in the range [0,1].</DL></DD></DL><HR><A NAME="getInterpolationParameter()"><!-- --></A><H3>getInterpolationParameter</H3><PRE>public double <B>getInterpolationParameter</B>()</PRE><DL><DD>Returns the current value of the interpolation parameter.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the value of the interpolation parameter</DL></DD></DL><HR><A NAME="numberOfPartsForInterpolationParameterTipText()"><!-- --></A><H3>numberOfPartsForInterpolationParameterTipText</H3><PRE>public java.lang.String <B>numberOfPartsForInterpolationParameterTipText</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="setNumberOfPartsForInterpolationParameter(int)"><!-- --></A><H3>setNumberOfPartsForInterpolationParameter</H3><PRE>public void <B>setNumberOfPartsForInterpolationParameter</B>(int&nbsp;sParts)                                               throws java.lang.IllegalArgumentException</PRE><DL><DD>Sets the granularity for tuning the interpolation parameter. The interval between lower and upper bounds for the interpolation parameter is divided into <code> sParts </code> parts, i.e. <code> sParts + 1 </code> values will be checked when  <code> tuneInterpolationParameter </code> is invoked. This also means that the interpolation parameter is to be tuned.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>sParts</CODE> - the number of parts<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code> sParts </code> is  smaller or equal than 0.</DL></DD></DL><HR><A NAME="getNumberOfPartsForInterpolationParameter()"><!-- --></A><H3>getNumberOfPartsForInterpolationParameter</H3><PRE>public int <B>getNumberOfPartsForInterpolationParameter</B>()</PRE><DL><DD>Gets the granularity for tuning the interpolation parameter.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the number of parts in which the interval  <code> [s_low, s_up] </code> is to be split</DL></DD></DL><HR><A NAME="balancedTipText()"><!-- --></A><H3>balancedTipText</H3><PRE>public java.lang.String <B>balancedTipText</B>()</PRE><DL><DD>Returns a string suitable for displaying in the gui/experimenter.<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="setBalanced(boolean)"><!-- --></A><H3>setBalanced</H3><PRE>public void <B>setBalanced</B>(boolean&nbsp;balanced)</PRE><DL><DD>If <code> balanced </code> is <code> true </code> then the balanced version of OSDL will be used, otherwise the ordinary version of  OSDL will be in effect.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>balanced</CODE> - if <code> true </code> then B-OSDL is used, otherwise it is OSDL</DL></DD></DL><HR><A NAME="getBalanced()"><!-- --></A><H3>getBalanced</H3><PRE>public boolean <B>getBalanced</B>()</PRE><DL><DD>Returns if the balanced version of OSDL is in effect.<P><DD><DL></DL></DD>

⌨️ 快捷键说明

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