|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.clustering.clusterer.AbstractLinkageMethod
com.rapidminer.operator.clustering.clusterer.CompleteLinkageMethod
public class CompleteLinkageMethod
This class provides the complete linkage method for the AgglomerativeClustering.
| Constructor Summary | |
|---|---|
CompleteLinkageMethod(DistanceMatrix matrix,
int[] clusterIds)
|
|
| Method Summary | |
|---|---|
void |
updateDistances(DistanceMatrix matrix,
int updatedRow,
int unionedRow,
java.util.Map<java.lang.Integer,HierarchicalClusterNode> clusterMap)
|
| Methods inherited from class com.rapidminer.operator.clustering.clusterer.AbstractLinkageMethod |
|---|
getNextAgglomeration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompleteLinkageMethod(DistanceMatrix matrix,
int[] clusterIds)
| Method Detail |
|---|
public void updateDistances(DistanceMatrix matrix,
int updatedRow,
int unionedRow,
java.util.Map<java.lang.Integer,HierarchicalClusterNode> clusterMap)
updateDistances in class AbstractLinkageMethod
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||