example.html

来自「数据挖掘方面最新软件」· HTML 代码 · 共 934 行 · 第 1/3 页

HTML
934
字号
</DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setLabel(double)"><!-- --></A><H3>setLabel</H3><PRE>public void <B>setLabel</B>(double&nbsp;value)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getPredictedLabel()"><!-- --></A><H3>getPredictedLabel</H3><PRE>public double <B>getPredictedLabel</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setPredictedLabel(double)"><!-- --></A><H3>setPredictedLabel</H3><PRE>public void <B>setPredictedLabel</B>(double&nbsp;value)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getId()"><!-- --></A><H3>getId</H3><PRE>public double <B>getId</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setId(double)"><!-- --></A><H3>setId</H3><PRE>public void <B>setId</B>(double&nbsp;value)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getWeight()"><!-- --></A><H3>getWeight</H3><PRE>public double <B>getWeight</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setWeight(double)"><!-- --></A><H3>setWeight</H3><PRE>public void <B>setWeight</B>(double&nbsp;value)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getConfidence(java.lang.String)"><!-- --></A><H3>getConfidence</H3><PRE>public double <B>getConfidence</B>(java.lang.String&nbsp;classValue)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setConfidence(java.lang.String, double)"><!-- --></A><H3>setConfidence</H3><PRE>public void <B>setConfidence</B>(java.lang.String&nbsp;classValue,                          double&nbsp;confidence)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getValueAsString(com.rapidminer.example.Attribute)"><!-- --></A><H3>getValueAsString</H3><PRE>public java.lang.String <B>getValueAsString</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute)</PRE><DL><DD><p>Returns the value of this attribute as string representation, i.e. the number as string for numerical attributes and the correctly mapped categorical value for nominal values. The used number of fraction  digits is unlimited (see <A HREF="../../../com/rapidminer/example/table/NumericalAttribute.html#DEFAULT_NUMBER_OF_DIGITS"><CODE>NumericalAttribute.DEFAULT_NUMBER_OF_DIGITS</CODE></A>). Nominal values containing whitespaces will not be quoted.</p>  <p>Please note that this method should not be used in order to get the  nominal values, please use  <A HREF="../../../com/rapidminer/example/Example.html#getNominalValue(com.rapidminer.example.Attribute)"><CODE>getNominalValue(Attribute)</CODE></A> instead.</p><P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getValueAsString(com.rapidminer.example.Attribute, int, boolean)"><!-- --></A><H3>getValueAsString</H3><PRE>public java.lang.String <B>getValueAsString</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute,                                         int&nbsp;fractionDigits,                                         boolean&nbsp;quoteWhitespace)</PRE><DL><DD><p>Returns the value of this attribute as string representation, i.e. the number as string for numerical attributes and the correctly mapped categorical value for nominal values. If the value is numerical the given number of fraction digits is used. If the value is numerical, the given number of fraction digits is used. This value must be either one out of <A HREF="../../../com/rapidminer/example/table/NumericalAttribute.html#DEFAULT_NUMBER_OF_DIGITS"><CODE>NumericalAttribute.DEFAULT_NUMBER_OF_DIGITS</CODE></A> or <A HREF="../../../com/rapidminer/example/table/NumericalAttribute.html#UNLIMITED_NUMBER_OF_DIGITS"><CODE>NumericalAttribute.UNLIMITED_NUMBER_OF_DIGITS</CODE></A> or a number greater or equal to 0. The boolean flag indicates if nominal values containing whitespaces should be quoted with double quotes.</p>  <p>Please note that this method should not be used in order to get the  nominal values, please use  <A HREF="../../../com/rapidminer/example/Example.html#getNominalValue(com.rapidminer.example.Attribute)"><CODE>getNominalValue(Attribute)</CODE></A> instead.</p><P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Returns a dense string representation with all possible fraction digits.  Nominal values containing whitespaces will be quoted with double   quotes.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="toDenseString(int, boolean)"><!-- --></A><H3>toDenseString</H3><PRE>public java.lang.String <B>toDenseString</B>(int&nbsp;fractionDigits,                                      boolean&nbsp;quoteWhitespace)</PRE><DL><DD>This method returns a dense string representation of the example. It first returns the values of all special attributes and then the values of all regular attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="toSparseString(int, int, boolean)"><!-- --></A><H3>toSparseString</H3><PRE>public java.lang.String <B>toSparseString</B>(int&nbsp;format,                                       int&nbsp;fractionDigits,                                       boolean&nbsp;quoteWhitespace)</PRE><DL><DD>Returns regular and some special attributes (label, id, and example weight) in sparse format.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>format</CODE> - one of the formats specified in            <A HREF="../../../com/rapidminer/example/table/SparseFormatDataRowReader.html" title="class in com.rapidminer.example.table"><CODE>SparseFormatDataRowReader</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Example.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=114160&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../com/rapidminer/example/DelegateAttributes.html" title="class in com.rapidminer.example"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../com/rapidminer/example/ExampleFormatter.html" title="class in com.rapidminer.example"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html?com/rapidminer/example/Example.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Example.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright &#169; 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>

⌨️ 快捷键说明

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