kmeansclustermodel.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 510 行 · 第 1/3 页
HTML
510 行
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/clusterer/KMeansClusterModel.html#getDistanceFromCentroid(int, com.rapidminer.example.Example)">getDistanceFromCentroid</A></B>(int index, <A HREF="../../../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A> e)</CODE><BR> Get the distance from a given example to the centroid with a given index.</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><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/clusterer/KMeansClusterModel.html#setCentroid(int, double[])">setCentroid</A></B>(int index, double[] values)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/clusterer/KMeansClusterModel.html#toResultString()">toResultString</A></B>()</CODE><BR> The default implementation simply returns the result of the method <CODE>Object.toString()</CODE>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/clusterer/KMeansClusterModel.html#toString()">toString</A></B>()</CODE><BR> </TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.FlatCrispClusterModel"><!-- --></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/FlatCrispClusterModel.html" title="class in com.rapidminer.operator.learner.clustering">FlatCrispClusterModel</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#addCluster(com.rapidminer.operator.learner.clustering.DefaultCluster)">addCluster</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#copy()">copy</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#getClusterAt(int)">getClusterAt</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#getClusterById(java.lang.String)">getClusterById</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#getNumberOfClusters()">getNumberOfClusters</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#removeCluster(com.rapidminer.operator.learner.clustering.DefaultCluster)">removeCluster</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatCrispClusterModel.html#removeClusterAt(int)">removeClusterAt</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.AbstractClusterModel"><!-- --></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/AbstractClusterModel.html" title="class in com.rapidminer.operator.learner.clustering">AbstractClusterModel</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getAllPropertyKeys()">getAllPropertyKeys</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getExtension()">getExtension</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getFileDescription()">getFileDescription</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getName()">getName</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getProperty(java.lang.String)">getProperty</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getRenderHeight(int)">getRenderHeight</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getRenderWidth(int)">getRenderWidth</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getResultIcon()">getResultIcon</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#getVisualizationComponent(com.rapidminer.operator.IOContainer)">getVisualizationComponent</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#render(java.awt.Graphics, int, int)">render</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/AbstractClusterModel.html#setProperty(java.lang.String, java.lang.Object)">setProperty</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.ResultObjectAdapter"><!-- --></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.<A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html" title="class in com.rapidminer.operator">ResultObjectAdapter</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#addAction(javax.swing.Action)">addAction</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#getActions()">getActions</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#isSavable()">isSavable</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#log(java.lang.String)">log</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#logError(java.lang.String)">logError</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#logNote(java.lang.String)">logNote</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#logWarning(java.lang.String)">logWarning</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#readResolve()">readResolve</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#save(java.io.File)">save</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#toHTML(java.lang.String)">toHTML</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.AbstractIOObject"><!-- --></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.<A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html" title="class in com.rapidminer.operator">AbstractIOObject</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#getLog()">getLog</A>, <A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#getSource()">getSource</A>, <A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#initWriting()">initWriting</A>, <A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#read(java.io.InputStream)">read</A>, <A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#setSource(java.lang.String)">setSource</A>, <A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#setWorkingOperator(com.rapidminer.operator.Operator)">setWorkingOperator</A>, <A HREF="../../../../../../com/rapidminer/operator/AbstractIOObject.html#write(java.io.OutputStream)">write</A></CODE></TD></TR></TABLE> <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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.FlatClusterModel"><!-- --></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/FlatClusterModel.html" title="interface in com.rapidminer.operator.learner.clustering">FlatClusterModel</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatClusterModel.html#getClusterAt(int)">getClusterAt</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/FlatClusterModel.html#getNumberOfClusters()">getNumberOfClusters</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.ClusterModel"><!-- --></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/ClusterModel.html" title="interface in com.rapidminer.operator.learner.clustering">ClusterModel</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterModel.html#getAllPropertyKeys()">getAllPropertyKeys</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/clustering/ClusterModel.html#getProperty(java.lang.String)">getProperty</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.ResultObject"><!-- --></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.<A HREF="../../../../../../com/rapidminer/operator/ResultObject.html" title="interface in com.rapidminer.operator">ResultObject</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/ResultObject.html#getActions()">getActions</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObject.html#getName()">getName</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObject.html#getResultIcon()">getResultIcon</A>, <A HREF="../../../../../../com/rapidminer/operator/ResultObject.html#getVisualizationComponent(com.rapidminer.operator.IOContainer)">getVisualizationComponent</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.IOObject"><!-- --></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.<A HREF="../../../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/IOObject.html#copy()">copy</A>, <A HREF="../../../../../../com/rapidminer/operator/IOObject.html#getLog()">getLog</A>, <A HREF="../../../../../../com/rapidminer/operator/IOObject.html#getSource()">getSource</A>, <A HREF="../../../../../../com/rapidminer/operator/IOObject.html#setSource(java.lang.String)">setSource</A>, <A HREF="../../../../../../com/rapidminer/operator/IOObject.html#setWorkingOperator(com.rapidminer.operator.Operator)">setWorkingOperator</A>, <A HREF="../../../../../../com/rapidminer/operator/IOObject.html#write(java.io.OutputStream)">write</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.Saveable"><!-- --></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.<A HREF="../../../../../../com/rapidminer/operator/Saveable.html" title="interface in com.rapidminer.operator">Saveable</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../com/rapidminer/operator/Saveable.html#getExtension()">getExtension</A>, <A HREF="../../../../../../com/rapidminer/operator/Saveable.html#getFileDescription()">getFileDescription</A>, <A HREF="../../../../../../com/rapidminer/operator/Saveable.html#isSavable()">isSavable</A>, <A HREF="../../../../../../com/rapidminer/operator/Saveable.html#save(java.io.File)">save</A></CODE></TD></TR></TABLE> <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="KMeansClusterModel(double[][], com.rapidminer.example.ExampleSet)"><!-- --></A><H3>KMeansClusterModel</H3><PRE>public <B>KMeansClusterModel</B>(double[][] centroids, <A HREF="../../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> es)</PRE><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="getCentroidDistance(int, int)"><!-- --></A><H3>getCentroidDistance</H3><PRE>public double <B>getCentroidDistance</B>(int index1, int index2)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/CentroidBasedClusterModel.html#getCentroidDistance(int, int)">CentroidBasedClusterModel</A></CODE></B></DD><DD>Get the distance between two centroids with given indices.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/CentroidBasedClusterModel.html#getCentroidDistance(int, int)">getCentroidDistance</A></CODE> in interface <CODE><A HREF="../../../../../../com/rapidminer/operator/learner/clustering/CentroidBasedClusterModel.html" title="interface in com.rapidminer.operator.learner.clustering">CentroidBasedClusterModel</A></CODE></DL></DD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?