de.aitools.dm.clustering.algorithms
Class TestDBScan

java.lang.Object
  extended by de.aitools.dm.clustering.algorithms.TestDBScan

public final class TestDBScan
extends java.lang.Object

Version:
$Id: TestDBScan.java,v 1.1 2011/10/24 17:16:17 dogu3912 Exp $
Author:
johannes.kiesel(/\t)uni-weimar.de

Field Summary
static Vector[] DATA
           
 
Constructor Summary
TestDBScan()
           
 
Method Summary
 void testDBScanAllParameters()
           
 void testDBScanGraphAverageSlopeOutlierDetector()
           
 void testDBScanSearchProximity()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA

public static final Vector[] DATA
Constructor Detail

TestDBScan

public TestDBScan()
Method Detail

testDBScanSearchProximity

public void testDBScanSearchProximity()

testDBScanAllParameters

public void testDBScanAllParameters()

testDBScanGraphAverageSlopeOutlierDetector

public void testDBScanGraphAverageSlopeOutlierDetector()