com.rapidminer.operator.clustering.clusterer
Class Agglomeration
java.lang.Object
com.rapidminer.operator.clustering.clusterer.Agglomeration
public class Agglomeration
- extends java.lang.Object
This is a simple data structure for returning an agglomeration of two clusters with a distance within
one method return.
- Author:
- Sebastian Land
|
Constructor Summary |
Agglomeration(int clusterId1,
int clusterId2,
double distance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agglomeration
public Agglomeration(int clusterId1,
int clusterId2,
double distance)
getClusterId1
public int getClusterId1()
getClusterId2
public int getClusterId2()
getDistance
public double getDistance()
Copyright © 2001-2009 by Rapid-I