abstractattributes.html

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

HTML
1,134
字号
</DD></DL><HR><A NAME="allSize()"><!-- --></A><H3>allSize</H3><PRE>public int <B>allSize</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#allSize()">Attributes</A></CODE></B></DD><DD>Returns the number of all attributes, i.e. of the regular and the special attributes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#allSize()">allSize</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="size()"><!-- --></A><H3>size</H3><PRE>public int <B>size</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#size()">Attributes</A></CODE></B></DD><DD>Returns the number of regular attributes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#size()">size</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="specialSize()"><!-- --></A><H3>specialSize</H3><PRE>public int <B>specialSize</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#specialSize()">Attributes</A></CODE></B></DD><DD>Returns the number of special attributes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#specialSize()">specialSize</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addRegular(com.rapidminer.example.Attribute)"><!-- --></A><H3>addRegular</H3><PRE>public void <B>addRegular</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#addRegular(com.rapidminer.example.Attribute)">Attributes</A></CODE></B></DD><DD>Adds the given attribute as regular attribute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#addRegular(com.rapidminer.example.Attribute)">addRegular</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="remove(com.rapidminer.example.Attribute)"><!-- --></A><H3>remove</H3><PRE>public boolean <B>remove</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#remove(com.rapidminer.example.Attribute)">Attributes</A></CODE></B></DD><DD>Removes the given attribute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#remove(com.rapidminer.example.Attribute)">remove</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clearRegular()"><!-- --></A><H3>clearRegular</H3><PRE>public void <B>clearRegular</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#clearRegular()">Attributes</A></CODE></B></DD><DD>Removes all regular attributes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#clearRegular()">clearRegular</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="replace(com.rapidminer.example.Attribute, com.rapidminer.example.Attribute)"><!-- --></A><H3>replace</H3><PRE>public <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>&nbsp;first,                         <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;second)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#replace(com.rapidminer.example.Attribute, com.rapidminer.example.Attribute)">Attributes</A></CODE></B></DD><DD>Replaces the first attribute by the second. Returns the second attribute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#replace(com.rapidminer.example.Attribute, com.rapidminer.example.Attribute)">replace</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="get(java.lang.String)"><!-- --></A><H3>get</H3><PRE>public <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>get</B>(java.lang.String&nbsp;name)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#get(java.lang.String)">Attributes</A></CODE></B></DD><DD>Returns the attribute for the given name.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#get(java.lang.String)">get</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getRegular(java.lang.String)"><!-- --></A><H3>getRegular</H3><PRE>public <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>getRegular</B>(java.lang.String&nbsp;name)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getRegular(java.lang.String)">Attributes</A></CODE></B></DD><DD>Returns the regular attribute for the given name.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getRegular(java.lang.String)">getRegular</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getSpecial(java.lang.String)"><!-- --></A><H3>getSpecial</H3><PRE>public <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>getSpecial</B>(java.lang.String&nbsp;name)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getSpecial(java.lang.String)">Attributes</A></CODE></B></DD><DD>Returns the special attribute for the given special name.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getSpecial(java.lang.String)">getSpecial</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getRole(com.rapidminer.example.Attribute)"><!-- --></A><H3>getRole</H3><PRE>public <A HREF="../../../com/rapidminer/example/AttributeRole.html" title="class in com.rapidminer.example">AttributeRole</A> <B>getRole</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getRole(com.rapidminer.example.Attribute)">Attributes</A></CODE></B></DD><DD>Returns the attribute role for the given attribute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getRole(com.rapidminer.example.Attribute)">getRole</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getRole(java.lang.String)"><!-- --></A><H3>getRole</H3><PRE>public <A HREF="../../../com/rapidminer/example/AttributeRole.html" title="class in com.rapidminer.example">AttributeRole</A> <B>getRole</B>(java.lang.String&nbsp;name)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getRole(java.lang.String)">Attributes</A></CODE></B></DD><DD>Returns the attribute role for the given name.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getRole(java.lang.String)">getRole</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getLabel()"><!-- --></A><H3>getLabel</H3><PRE>public <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>getLabel</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getLabel()">Attributes</A></CODE></B></DD><DD>Returns the label attribute or null if no label attribute is defined.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getLabel()">getLabel</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setLabel(com.rapidminer.example.Attribute)"><!-- --></A><H3>setLabel</H3><PRE>public void <B>setLabel</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;label)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#setLabel(com.rapidminer.example.Attribute)">Attributes</A></CODE></B></DD><DD>Sets the label attribute. If the given attribute is null, no label attribute will be used.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#setLabel(com.rapidminer.example.Attribute)">setLabel</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getPredictedLabel()"><!-- --></A><H3>getPredictedLabel</H3><PRE>public <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>getPredictedLabel</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getPredictedLabel()">Attributes</A></CODE></B></DD><DD>Returns the predicted label attribute or null if no label attribute is defined.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getPredictedLabel()">getPredictedLabel</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setPredictedLabel(com.rapidminer.example.Attribute)"><!-- --></A><H3>setPredictedLabel</H3><PRE>public void <B>setPredictedLabel</B>(<A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;predictedLabel)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#setPredictedLabel(com.rapidminer.example.Attribute)">Attributes</A></CODE></B></DD><DD>Sets the predicted label attribute. If the given attribute is null, no predicted label attribute will be used.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/rapidminer/example/Attributes.html#setPredictedLabel(com.rapidminer.example.Attribute)">setPredictedLabel</A></CODE> in interface <CODE><A HREF="../../../com/rapidminer/example/Attributes.html" title="interface in com.rapidminer.example">Attributes</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getId()"><!-- --></A><H3>getId</H3><PRE>public <A HREF="../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> <B>getId</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../com/rapidminer/example/Attributes.html#getId()">Attributes</A></CODE></B></DD><DD>Returns the id attribute or null if no label attribute is defined.

⌨️ 快捷键说明

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