attribute.html

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

HTML
978
字号
<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="registerStatistics(com.rapidminer.example.Statistics)"><!-- --></A><H3>registerStatistics</H3><PRE>void <B>registerStatistics</B>(<A HREF="../../../com/rapidminer/example/Statistics.html" title="interface in com.rapidminer.example">Statistics</A>&nbsp;statistics)</PRE><DL><DD>Registers the attribute statistics.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getStatistics(java.lang.String)"><!-- --></A><H3>getStatistics</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>double <B>getStatistics</B>(java.lang.String&nbsp;statisticsName)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Please use the method <A HREF="../../../com/rapidminer/example/ExampleSet.html#getStatistics(com.rapidminer.example.Attribute, java.lang.String)"><CODE>ExampleSet.getStatistics(Attribute, String)</CODE></A> instead.</I><P><DD>Returns the attribute statistics.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getStatistics(java.lang.String, java.lang.String)"><!-- --></A><H3>getStatistics</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>double <B>getStatistics</B>(java.lang.String&nbsp;statisticsName,                                java.lang.String&nbsp;parameter)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Please use the method <A HREF="../../../com/rapidminer/example/ExampleSet.html#getStatistics(com.rapidminer.example.Attribute, java.lang.String, java.lang.String)"><CODE>ExampleSet.getStatistics(Attribute, String, String)</CODE></A> instead.</I><P><DD>Returns the attribute statistics with the given parameter.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getConstruction()"><!-- --></A><H3>getConstruction</H3><PRE><A HREF="../../../com/rapidminer/example/ConstructionDescription.html" title="class in com.rapidminer.example">ConstructionDescription</A> <B>getConstruction</B>()</PRE><DL><DD>Returns the construction description.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getMapping()"><!-- --></A><H3>getMapping</H3><PRE><A HREF="../../../com/rapidminer/example/table/NominalMapping.html" title="interface in com.rapidminer.example.table">NominalMapping</A> <B>getMapping</B>()</PRE><DL><DD>Returns the nominal mapping between nominal values and internal double representations.   Please note that invoking this method might result in an exception for non-nominal  attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setMapping(com.rapidminer.example.table.NominalMapping)"><!-- --></A><H3>setMapping</H3><PRE>void <B>setMapping</B>(<A HREF="../../../com/rapidminer/example/table/NominalMapping.html" title="interface in com.rapidminer.example.table">NominalMapping</A>&nbsp;nominalMapping)</PRE><DL><DD>Returns the nominal mapping between nominal values and internal double representations.   Please note that invoking this method might result in an exception for non-nominal  attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getBlockType()"><!-- --></A><H3>getBlockType</H3><PRE>int <B>getBlockType</B>()</PRE><DL><DD>Returns the block type of this attribute.<P><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../com/rapidminer/tools/Ontology.html#ATTRIBUTE_BLOCK_TYPE"><CODE>Ontology.ATTRIBUTE_BLOCK_TYPE</CODE></A></DL></DD></DL><HR><A NAME="setBlockType(int)"><!-- --></A><H3>setBlockType</H3><PRE>void <B>setBlockType</B>(int&nbsp;b)</PRE><DL><DD>Sets the block type of this attribute.<P><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../com/rapidminer/tools/Ontology.html#ATTRIBUTE_BLOCK_TYPE"><CODE>Ontology.ATTRIBUTE_BLOCK_TYPE</CODE></A></DL></DD></DL><HR><A NAME="getValueType()"><!-- --></A><H3>getValueType</H3><PRE>int <B>getValueType</B>()</PRE><DL><DD>Returns the value type of this attribute.<P><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../com/rapidminer/tools/Ontology.html#ATTRIBUTE_VALUE_TYPE"><CODE>Ontology.ATTRIBUTE_VALUE_TYPE</CODE></A></DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>java.lang.String <B>toString</B>()</PRE><DL><DD>Returns a human readable string that describes this attribute.<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="setDefault(double)"><!-- --></A><H3>setDefault</H3><PRE>void <B>setDefault</B>(double&nbsp;value)</PRE><DL><DD>Sets the default value for this attribute.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getDefault()"><!-- --></A><H3>getDefault</H3><PRE>double <B>getDefault</B>()</PRE><DL><DD>Returns the default value for this attribute.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="isNominal()"><!-- --></A><H3>isNominal</H3><PRE>boolean <B>isNominal</B>()</PRE><DL><DD>Returns true if the attribute is nominal.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="isNumerical()"><!-- --></A><H3>isNumerical</H3><PRE>boolean <B>isNumerical</B>()</PRE><DL><DD>Returns true if the attribute is nominal.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getAsString(double, int, boolean)"><!-- --></A><H3>getAsString</H3><PRE>java.lang.String <B>getAsString</B>(double&nbsp;value,                             int&nbsp;digits,                             boolean&nbsp;quoteWhitespace)</PRE><DL><DD>Returns a formatted string of the given value according to the attribute type.<P><DD><DL></DL></DD><DD><DL></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/Attribute.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/AbstractAttributes.html" title="class in com.rapidminer.example"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../com/rapidminer/example/AttributeDescription.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/Attribute.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Attribute.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;CONSTR&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;CONSTR&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 + -
显示快捷键?