attributes.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,626 行 · 第 1/4 页
HTML
1,626 行
<A NAME="TYPE_ATTRIBUTE"><!-- --></A><H3>TYPE_ATTRIBUTE</H3><PRE>static final int <B>TYPE_ATTRIBUTE</B></PRE><DL><DD>Indicates a regular attribute type.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_ATTRIBUTE">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_LABEL"><!-- --></A><H3>TYPE_LABEL</H3><PRE>static final int <B>TYPE_LABEL</B></PRE><DL><DD>Indicates the special attribute type label.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_LABEL">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_ID"><!-- --></A><H3>TYPE_ID</H3><PRE>static final int <B>TYPE_ID</B></PRE><DL><DD>Indicates the special attribute type id.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_ID">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_WEIGHT"><!-- --></A><H3>TYPE_WEIGHT</H3><PRE>static final int <B>TYPE_WEIGHT</B></PRE><DL><DD>Indicates the special attribute type weight (example weights).<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_WEIGHT">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_BATCH"><!-- --></A><H3>TYPE_BATCH</H3><PRE>static final int <B>TYPE_BATCH</B></PRE><DL><DD>Indicates the special attribute type batch (example batches).<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_BATCH">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_CLUSTER"><!-- --></A><H3>TYPE_CLUSTER</H3><PRE>static final int <B>TYPE_CLUSTER</B></PRE><DL><DD>Indicates the special attribute type cluster.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_CLUSTER">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_PREDICTION"><!-- --></A><H3>TYPE_PREDICTION</H3><PRE>static final int <B>TYPE_PREDICTION</B></PRE><DL><DD>Indicates the special attribute type prediction.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_PREDICTION">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_OUTLIER"><!-- --></A><H3>TYPE_OUTLIER</H3><PRE>static final int <B>TYPE_OUTLIER</B></PRE><DL><DD>Indicates the special attribute type outlier.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_OUTLIER">Constant Field Values</A></DL></DL><HR><A NAME="TYPE_COST"><!-- --></A><H3>TYPE_COST</H3><PRE>static final int <B>TYPE_COST</B></PRE><DL><DD>Indicates the special attribute type cost.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.rapidminer.example.Attributes.TYPE_COST">Constant Field Values</A></DL></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="clone()"><!-- --></A><H3>clone</H3><PRE>java.lang.Object <B>clone</B>()</PRE><DL><DD>Returns a clone of this attribute set.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>boolean <B>equals</B>(java.lang.Object o)</PRE><DL><DD>Returns true if the given object is equal to this attribute set.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>int <B>hashCode</B>()</PRE><DL><DD>Returns the hash code of this attribute set.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="iterator()"><!-- --></A><H3>iterator</H3><PRE>java.util.Iterator<<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> <B>iterator</B>()</PRE><DL><DD>Iterates over all regular attributes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>iterator</CODE> in interface <CODE>java.lang.Iterable<<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="allAttributes()"><!-- --></A><H3>allAttributes</H3><PRE>java.util.Iterator<<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> <B>allAttributes</B>()</PRE><DL><DD>Returns an iterator over all attributes, including the special attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="allAttributeRoles()"><!-- --></A><H3>allAttributeRoles</H3><PRE>java.util.Iterator<<A HREF="../../../com/rapidminer/example/AttributeRole.html" title="class in com.rapidminer.example">AttributeRole</A>> <B>allAttributeRoles</B>()</PRE><DL><DD>Returns an iterator over all attribute roles, including the special attribute roles.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="specialAttributes()"><!-- --></A><H3>specialAttributes</H3><PRE>java.util.Iterator<<A HREF="../../../com/rapidminer/example/AttributeRole.html" title="class in com.rapidminer.example">AttributeRole</A>> <B>specialAttributes</B>()</PRE><DL><DD>Returns an iterator over the attribute roles of the special attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="contains(com.rapidminer.example.Attribute)"><!-- --></A><H3>contains</H3><PRE>boolean <B>contains</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> attribute)</PRE><DL><DD>Returns true if this attribute set contains the given attribute.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="size()"><!-- --></A><H3>size</H3><PRE>int <B>size</B>()</PRE><DL><DD>Returns the number of regular attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="specialSize()"><!-- --></A><H3>specialSize</H3><PRE>int <B>specialSize</B>()</PRE><DL><DD>Returns the number of special attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="allSize()"><!-- --></A><H3>allSize</H3><PRE>int <B>allSize</B>()</PRE><DL><DD>Returns the number of all attributes, i.e. of the regular and the special attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="add(com.rapidminer.example.AttributeRole)"><!-- --></A><H3>add</H3><PRE>void <B>add</B>(<A HREF="../../../com/rapidminer/example/AttributeRole.html" title="class in com.rapidminer.example">AttributeRole</A> attributeRole)</PRE><DL><DD>Adds a new attribute role.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addRegular(com.rapidminer.example.Attribute)"><!-- --></A><H3>addRegular</H3><PRE>void <B>addRegular</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> attribute)</PRE><DL><DD>Adds the given attribute as regular attribute.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="remove(com.rapidminer.example.AttributeRole)"><!-- --></A><H3>remove</H3><PRE>boolean <B>remove</B>(<A HREF="../../../com/rapidminer/example/AttributeRole.html" title="class in com.rapidminer.example">AttributeRole</A> attributeRole)</PRE><DL><DD>Removes the given attribute role.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="remove(com.rapidminer.example.Attribute)"><!-- --></A><H3>remove</H3><PRE>boolean <B>remove</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> attribute)</PRE><DL><DD>Removes the given attribute.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clearRegular()"><!-- --></A><H3>clearRegular</H3><PRE>void <B>clearRegular</B>()</PRE><DL><DD>Removes all regular attributes.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="replace(com.rapidminer.example.Attribute, com.rapidminer.example.Attribute)"><!-- --></A><H3>replace</H3><PRE><A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>replace</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> first, <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> second)</PRE><DL><DD>Replaces the first attribute by the second. Returns the second attribute.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="get(java.lang.String)"><!-- --></A><H3>get</H3><PRE><A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>get</B>(java.lang.String name)</PRE><DL><DD>Returns the attribute for the given name.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?