Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.model.AxesModel

Packages that use AxesModel
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
 

Uses of AxesModel in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace with type parameters of type AxesModel
private  Clustering<AxesModel> DiSH.result
          Holds the result;
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace that return types with arguments of type AxesModel
 Clustering<AxesModel> DiSH.getResult()
          Returns the result of the algorithm.
protected  Clustering<AxesModel> DiSH.runInTime(Database<V> database)
          Performs the DiSH algorithm on the given database.
private  List<Cluster<AxesModel>> DiSH.sortClusters(Map<BitSet,List<Pair<BitSet,DatabaseObjectGroupCollection<List<Integer>>>>> clustersMap, int dimensionality)
          Sets the levels and indices in the clusters and returns a sorted list of the clusters.
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace with type arguments of type AxesModel
private  void DiSH.buildHierarchy(Database<V> database, DiSHDistanceFunction<V,DiSHPreprocessor<V,?>> distanceFunction, List<Cluster<AxesModel>> clusters, int dimensionality)
          Builds the cluster hierarchy
private  boolean DiSH.isParent(Database<V> database, DiSHDistanceFunction<V,DiSHPreprocessor<V,?>> distanceFunction, Cluster<AxesModel> parent, List<Cluster<AxesModel>> children)
          Returns true, if the specified parent cluster is a parent of one child of the children clusters.
private  boolean DiSH.isParent(Database<V> database, DiSHDistanceFunction<V,DiSHPreprocessor<V,?>> distanceFunction, Cluster<AxesModel> parent, List<Cluster<AxesModel>> children)
          Returns true, if the specified parent cluster is a parent of one child of the children clusters.
 


Release 0.2.1 (2009-07-13_1605)