de.aitools.dm.clustering.dendrogram
Interface Merge

All Superinterfaces:
ClusterStep
All Known Subinterfaces:
DoubleMerge
All Known Implementing Classes:
DoubleMergeBase

public interface Merge
extends ClusterStep

One possible ClusterStep: Merging to clusters.

Version:
$Id: Merge.java,v 1.1 2011/06/22 14:22:51 dogu3912 Exp $
Author:
johannes.kiesel(/\t)uni-weimar.de

Method Summary
 int getClusterA()
          The ID of one of the both clusters that are merged in this step.
 int getClusterB()
          The ID of one of the both clusters that are merged in this step.
 

Method Detail

getClusterA

int getClusterA()
The ID of one of the both clusters that are merged in this step.

Returns:
The ID of the cluster with the smaller ID of the both clusters that are merged.

getClusterB

int getClusterB()
The ID of one of the both clusters that are merged in this step.

Returns:
The ID of the cluster with the higher ID of the both clusters that are merged.