defaultclusternode.html

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

HTML
655
字号
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#insertSubNodeAt(com.rapidminer.operator.learner.clustering.ClusterNode, int)">insertSubNodeAt</A></B>(<A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>&nbsp;clusterNode,                int&nbsp;index)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Insert a cluster node at the specified position.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#removeSubNode(com.rapidminer.operator.learner.clustering.ClusterNode)">removeSubNode</A></B>(<A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>&nbsp;x)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove a sub node.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#removeSubNodeAt(int)">removeSubNodeAt</A></B>(int&nbsp;index)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove a sub node at a given position</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#setWeight(double)">setWeight</A></B>(double&nbsp;weight)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the weight of the node.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#toString()">toString</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.DefaultCluster"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.rapidminer.operator.learner.clustering.<A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html" title="class in com.rapidminer.operator.learner.clustering">DefaultCluster</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#addObject(java.lang.String)">addObject</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#contains(java.lang.String)">contains</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#getDescription()">getDescription</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#getId()">getId</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#getNumberOfObjects()">getNumberOfObjects</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#getObjects()">getObjects</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#hashCode()">hashCode</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#removeObject(java.lang.String)">removeObject</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/DefaultCluster.html#setDescription(java.lang.String)">setDescription</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.Cluster"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.rapidminer.operator.learner.clustering.<A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html" title="interface in com.rapidminer.operator.learner.clustering">Cluster</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#contains(java.lang.String)">contains</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getDescription()">getDescription</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getId()">getId</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getNumberOfObjects()">getNumberOfObjects</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getObjects()">getObjects</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.MutableCluster"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.rapidminer.operator.learner.clustering.<A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableCluster.html" title="interface in com.rapidminer.operator.learner.clustering">MutableCluster</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableCluster.html#addObject(java.lang.String)">addObject</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableCluster.html#removeObject(java.lang.String)">removeObject</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableCluster.html#setDescription(java.lang.String)">setDescription</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.Cluster"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.rapidminer.operator.learner.clustering.<A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html" title="interface in com.rapidminer.operator.learner.clustering">Cluster</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#contains(java.lang.String)">contains</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getDescription()">getDescription</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getId()">getId</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getNumberOfObjects()">getNumberOfObjects</A>, <A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html#getObjects()">getObjects</A></CODE></TD></TR></TABLE>&nbsp;<P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_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>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="DefaultClusterNode(java.lang.String)"><!-- --></A><H3>DefaultClusterNode</H3><PRE>public <B>DefaultClusterNode</B>(java.lang.String&nbsp;clusterId)</PRE><DL><DD>Constructor for DefaultClusterNode.<P><DL><DT><B>Parameters:</B><DD><CODE>clusterId</CODE> - an id</DL></DL><HR><A NAME="DefaultClusterNode(com.rapidminer.operator.learner.clustering.ClusterNode)"><!-- --></A><H3>DefaultClusterNode</H3><PRE>public <B>DefaultClusterNode</B>(<A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>&nbsp;cl)</PRE><DL><DD>Copy constructor. A deep copy of all cluster nodes is performend.<P><DL><DT><B>Parameters:</B><DD><CODE>cl</CODE> - a cluster node.</DL></DL><HR><A NAME="DefaultClusterNode(com.rapidminer.operator.learner.clustering.Cluster)"><!-- --></A><H3>DefaultClusterNode</H3><PRE>public <B>DefaultClusterNode</B>(<A HREF="../../../../../com/rapidminer/operator/learner/clustering/Cluster.html" title="interface in com.rapidminer.operator.learner.clustering">Cluster</A>&nbsp;cl)</PRE><DL><DD>Copy constructor.<P><DL><DT><B>Parameters:</B><DD><CODE>cl</CODE> - a cluster</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="getSubNodes()"><!-- --></A><H3>getSubNodes</H3><PRE>public java.util.Iterator&lt;<A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>&gt; <B>getSubNodes</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#getSubNodes()">ClusterNode</A></CODE></B></DD><DD>Get all children of this node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#getSubNodes()">getSubNodes</A></CODE> in interface <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Iterator of ClusterNode</DL></DD></DL><HR><A NAME="getWeight()"><!-- --></A><H3>getWeight</H3><PRE>public double <B>getWeight</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#getWeight()">ClusterNode</A></CODE></B></DD><DD>Get the weight of this node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#getWeight()">getWeight</A></CODE> in interface <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>double</DL></DD></DL><HR><A NAME="addSubNode(com.rapidminer.operator.learner.clustering.ClusterNode)"><!-- --></A><H3>addSubNode</H3><PRE>public void <B>addSubNode</B>(<A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>&nbsp;clusterNode)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableClusterNode.html#addSubNode(com.rapidminer.operator.learner.clustering.ClusterNode)">MutableClusterNode</A></CODE></B></DD><DD>Add a subcluster to this cluster.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableClusterNode.html#addSubNode(com.rapidminer.operator.learner.clustering.ClusterNode)">addSubNode</A></CODE> in interface <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/MutableClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">MutableClusterNode</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>clusterNode</CODE> - the node to add</DL></DD></DL><HR><A NAME="containsInSubtree(java.lang.String)"><!-- --></A><H3>containsInSubtree</H3><PRE>public boolean <B>containsInSubtree</B>(java.lang.String&nbsp;objId)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#containsInSubtree(java.lang.String)">ClusterNode</A></CODE></B></DD><DD>Returns true, if the current node or any of the nodes in the subtree contain the object referenced by the given id.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#containsInSubtree(java.lang.String)">containsInSubtree</A></CODE> in interface <CODE><A HREF="../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>objId</CODE> - the if of the object<DT><B>Returns:</B><DD>a boolean</DL></DD></DL><HR><A NAME="setWeight(double)"><!-- --></A><H3>setWeight</H3><PRE>public void <B>setWeight</B>(double&nbsp;weight)</PRE>

⌨️ 快捷键说明

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