com.rapidminer.operator.clustering.clusterer
Class Agglomeration

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getClusterId1()
           
 int getClusterId2()
           
 double getDistance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agglomeration

public Agglomeration(int clusterId1,
                     int clusterId2,
                     double distance)
Method Detail

getClusterId1

public int getClusterId1()

getClusterId2

public int getClusterId2()

getDistance

public double getDistance()


Copyright © 2001-2009 by Rapid-I