de.aitools.dm.clustering.algorithms
Class DBScan.DBScanGraphAverageSlopeOutlierDetector

java.lang.Object
  extended by de.aitools.dm.clustering.algorithms.DBScan.DBScanGraphAverageSlopeOutlierDetector
All Implemented Interfaces:
DBScan.DBScanGraphKneeDetector
Enclosing class:
DBScan

public final class DBScan.DBScanGraphAverageSlopeOutlierDetector
extends java.lang.Object
implements DBScan.DBScanGraphKneeDetector

TODO

Version:
$Id: DBScan.java,v 1.2 2011/11/09 13:40:46 hoppe Exp $
Author:
johannes.kiesel(/\t)uni-weimar.de

Constructor Summary
DBScan.DBScanGraphAverageSlopeOutlierDetector()
          TODO
 
Method Summary
 double detectKnee(double[] sortedValues)
          TODO
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBScan.DBScanGraphAverageSlopeOutlierDetector

public DBScan.DBScanGraphAverageSlopeOutlierDetector()
TODO

Method Detail

detectKnee

public double detectKnee(double[] sortedValues)
Description copied from interface: DBScan.DBScanGraphKneeDetector
TODO

Specified by:
detectKnee in interface DBScan.DBScanGraphKneeDetector
Returns: