clusternode.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 536 行 · 第 1/3 页
HTML
536 行
Get the root node of the cluster tree.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></FONT></TD><TD><CODE><B>SimpleHierarchicalClusterModel.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/SimpleHierarchicalClusterModel.html#getRootNode()">getRootNode</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></FONT></TD><TD><CODE><B>DefaultClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#getSubNodeAt(int)">getSubNodeAt</A></B>(int i)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></FONT></TD><TD><CODE><B>ClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#getSubNodeAt(int)">getSubNodeAt</A></B>(int i)</CODE><BR> Get the subnode at position i.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/package-summary.html">com.rapidminer.operator.learner.clustering</A> that return types with arguments of type <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.List<<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>></CODE></FONT></TD><TD><CODE><B>ClusterModelPredecessorIndex.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterModelPredecessorIndex.html#getPathToRoot(com.rapidminer.operator.learner.clustering.ClusterNode)">getPathToRoot</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Iterator<<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>></CODE></FONT></TD><TD><CODE><B>DefaultClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#getSubNodes()">getSubNodes</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Iterator<<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>></CODE></FONT></TD><TD><CODE><B>ClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html#getSubNodes()">getSubNodes</A></B>()</CODE><BR> Get all children of this node.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/package-summary.html">com.rapidminer.operator.learner.clustering</A> with parameters of type <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>ClusterUtils.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterUtils.html#addClusterAttributeRec(com.rapidminer.example.ExampleSet, com.rapidminer.example.Attribute, com.rapidminer.operator.learner.clustering.ClusterNode)">addClusterAttributeRec</A></B>(<A HREF="../../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> es, <A HREF="../../../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> att, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>DefaultClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#addSubNode(com.rapidminer.operator.learner.clustering.ClusterNode)">addSubNode</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> clusterNode)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>MutableClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/MutableClusterNode.html#addSubNode(com.rapidminer.operator.learner.clustering.ClusterNode)">addSubNode</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> clusterNode)</CODE><BR> Add a subcluster to this cluster.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></FONT></TD><TD><CODE><B>ClusterModelPredecessorIndex.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterModelPredecessorIndex.html#getMostSpecificCommonNode(com.rapidminer.operator.learner.clustering.ClusterNode, com.rapidminer.operator.learner.clustering.ClusterNode)">getMostSpecificCommonNode</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn1, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn2)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.List<<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A>></CODE></FONT></TD><TD><CODE><B>ClusterModelPredecessorIndex.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterModelPredecessorIndex.html#getPathToRoot(com.rapidminer.operator.learner.clustering.ClusterNode)">getPathToRoot</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></CODE></FONT></TD><TD><CODE><B>ClusterModelPredecessorIndex.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterModelPredecessorIndex.html#getPredecessor(com.rapidminer.operator.learner.clustering.ClusterNode)">getPredecessor</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>DefaultClusterNode.</B><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> clusterNode, int index)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>MutableClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/MutableClusterNode.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> clusterNode, int index)</CODE><BR> 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> void</CODE></FONT></TD><TD><CODE><B>DefaultClusterNode.</B><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> x)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>MutableClusterNode.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/MutableClusterNode.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> node)</CODE><BR> Remove a sub node.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SimpleHierarchicalClusterModel.</B><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/SimpleHierarchicalClusterModel.html#setRootNode(com.rapidminer.operator.learner.clustering.ClusterNode)">setRootNode</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> rootNode)</CODE><BR> </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/package-summary.html">com.rapidminer.operator.learner.clustering</A> with parameters of type <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterIterator.html#ClusterIterator(com.rapidminer.operator.learner.clustering.ClusterNode)">ClusterIterator</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cn)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/DefaultClusterNode.html#DefaultClusterNode(com.rapidminer.operator.learner.clustering.ClusterNode)">DefaultClusterNode</A></B>(<A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterNode.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterNode</A> cl)</CODE><BR> Copy constructor.</TD></TR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?