linkclusterconstraintlist.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 470 行 · 第 1/3 页
HTML
470 行
<A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#LinkClusterConstraintList(java.lang.String)">LinkClusterConstraintList</A></B>(java.lang.String name)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#LinkClusterConstraintList(java.lang.String, int)">LinkClusterConstraintList</A></B>(java.lang.String name, int initialCapacity)</CODE><BR> </TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#addConstraint(com.rapidminer.operator.learner.clustering.constrained.constraints.ClusterConstraint)">addConstraint</A></B>(<A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraint.html" title="interface in com.rapidminer.operator.learner.clustering.constrained.constraints">ClusterConstraint</A> cc)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.ArrayList</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#getLinkConstraintsFor(com.rapidminer.operator.learner.clustering.Cluster)">getLinkConstraintsFor</A></B>(<A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/Cluster.html" title="interface in com.rapidminer.operator.learner.clustering">Cluster</A> c)</CODE><BR> Returns a list of all LinkClusterConstraints that involve objects of the cluster 'c'.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.ArrayList<<A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraint.html" title="class in com.rapidminer.operator.learner.clustering.constrained.constraints">LinkClusterConstraint</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#getLinkConstraintsFor(java.lang.String)">getLinkConstraintsFor</A></B>(java.lang.String id)</CODE><BR> Returns a list of all LinkClusterConstraints that involve the object with id 'id'</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.ArrayList<java.util.Set<java.lang.String>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#getNeighbourhoodSets()">getNeighbourhoodSets</A></B>()</CODE><BR> Returns a list of sets of object ids that form the connected components in the graph spanned by the Must-Link-constraints (neighbourhoodsets).</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/constrained/constraints/ClusterConstraint.html" title="interface in com.rapidminer.operator.learner.clustering.constrained.constraints">ClusterConstraint</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/LinkClusterConstraintList.html#removeConstraint(com.rapidminer.operator.learner.clustering.constrained.constraints.ClusterConstraint)">removeConstraint</A></B>(<A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraint.html" title="interface in com.rapidminer.operator.learner.clustering.constrained.constraints">ClusterConstraint</A> cc)</CODE><BR> </TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.clustering.constrained.constraints.ClusterConstraintList"><!-- --></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.constrained.constraints.<A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html" title="class in com.rapidminer.operator.learner.clustering.constrained.constraints">ClusterConstraintList</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#containsConstraint(com.rapidminer.operator.learner.clustering.constrained.constraints.ClusterConstraint)">containsConstraint</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#copy()">copy</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#getConstraintIterator()">getConstraintIterator</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#getConstraints()">getConstraints</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#getExtension()">getExtension</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#getFileDescription()">getFileDescription</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#getName()">getName</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#getViolatedConstraints(com.rapidminer.operator.learner.clustering.ClusterModel)">getViolatedConstraints</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#numberOfConstraints()">numberOfConstraints</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#numberOfViolatedConstraints(com.rapidminer.operator.learner.clustering.ClusterModel)">numberOfViolatedConstraints</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#toResultString()">toResultString</A>, <A HREF="../../../../../../../com/rapidminer/operator/learner/clustering/constrained/constraints/ClusterConstraintList.html#weightOfViolatedConstraints(com.rapidminer.operator.learner.clustering.ClusterModel)">weightOfViolatedConstraints</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#getResultIcon()">getResultIcon</A>, <A HREF="../../../../../../../com/rapidminer/operator/ResultObjectAdapter.html#getVisualizationComponent(com.rapidminer.operator.IOContainer)">getVisualizationComponent</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, toString, wait, wait, wait</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#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> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_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>Field Detail</B></FONT></TH></TR></TABLE><A NAME="initialSizeOfIdMapFactor"><!-- --></A><H3>initialSizeOfIdMapFactor</H3><PRE>public static final float <B>initialSizeOfIdMapFactor</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.rapidminer.operator.learner.clustering.constrained.constraints.LinkClusterConstraintList.initialSizeOfIdMapFactor">Constant Field Values</A></DL></DL><HR><A NAME="minSizeOfConstraintList"><!-- --></A><H3>minSizeOfConstraintList</H3><PRE>public static final int <B>minSizeOfConstraintList</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.rapidminer.operator.learner.clustering.constrained.constraints.LinkClusterConstraintList.minSizeOfConstraintList">Constant Field Values</A></DL></DL><!-- ========= 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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?