|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.dm.clustering.dendrogram.DoubleMergeBase
public class DoubleMergeBase
A very basic implementation of a DoubleMerge
. Only the constructor
can be used to specify the values.
Constructor Summary | |
---|---|
DoubleMergeBase(int clusterA,
int clusterB,
double mergedAt)
Create a new DoubleMergeBase . |
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. |
double |
getMergedAt()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleMergeBase(int clusterA, int clusterB, double mergedAt)
DoubleMergeBase
.
clusterA
- One cluster that was merged...clusterB
- ... with this other cluster...mergedAt
- ... at this value.Method Detail |
---|
public double getMergedAt()
getMergedAt
in interface DoubleMerge
public int getClusterA()
Merge
getClusterA
in interface Merge
public int getClusterB()
Merge
getClusterB
in interface Merge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |