Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea

Packages that use OPTICSXi.SteepArea
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
 

Uses of OPTICSXi.SteepArea in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Subclasses of OPTICSXi.SteepArea in de.lmu.ifi.dbs.elki.algorithm.clustering
static class OPTICSXi.SteepDownArea
          Data structure to represent a steep-down-area for the xi method.
static class OPTICSXi.SteepUpArea
          Data structure to represent a steep-down-area for the xi method.
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering with type parameters of type OPTICSXi.SteepArea
(package private)  Collection<OPTICSXi.SteepArea> OPTICSXi.SteepAreaResult.areas
          Storage
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering that return types with arguments of type OPTICSXi.SteepArea
 Iterator<OPTICSXi.SteepArea> OPTICSXi.SteepAreaResult.iterator()
           
 

Constructor parameters in de.lmu.ifi.dbs.elki.algorithm.clustering with type arguments of type OPTICSXi.SteepArea
OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
          Constructor.
 


Release 0.4.0 (2011-09-20_1324)