|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.dm.clustering.algorithms.HACTests
public class HACTests
Static tests for HAC-Algorithms using Dendrogram
.
Field Summary | |
---|---|
static Vector[] |
data
Testdata to use. |
Method Summary | |
---|---|
static void |
testSingleLinkEuclideanDistance(DendrogramIterator<DoubleMerge> iterator)
Use this test to check if you clustered data successfully using
a single link method and EuclideanDistance as proximity measure. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Vector[] data
Method Detail |
---|
public static void testSingleLinkEuclideanDistance(DendrogramIterator<DoubleMerge> iterator)
data
successfully using
a single link method and EuclideanDistance
as proximity measure.
iterator
- Dendrogram#iterator()
of the clustering
process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |