Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK.SLinkDistance

Packages that use SLINK.SLinkDistance
de.lmu.ifi.dbs.elki.algorithm.clustering Package collects clustering algorithms. 
de.lmu.ifi.dbs.elki.algorithm.result Package to collect result classes for the results of algorithms. 
 

Uses of SLINK.SLinkDistance in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering with type parameters of type SLINK.SLinkDistance
private  HashMap<Integer,SLINK.SLinkDistance> SLINK.lambda
          The values of the function Lambda of the pointer representation.
private  HashMap<Integer,SLINK.SLinkDistance> SLINK.m
          The values of the helper function m to determine the pointer representation.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering that return SLINK.SLinkDistance
private  SLINK.SLinkDistance SLINK.min(SLINK.SLinkDistance d1, SLINK.SLinkDistance d2)
          Returns the minimum distance of the two given distances.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type SLINK.SLinkDistance
 int SLINK.SLinkDistance.compareTo(SLINK.SLinkDistance o)
          Compares this object with the specified object for order.
private  SLINK.SLinkDistance SLINK.min(SLINK.SLinkDistance d1, SLINK.SLinkDistance d2)
          Returns the minimum distance of the two given distances.
private  SLINK.SLinkDistance SLINK.min(SLINK.SLinkDistance d1, SLINK.SLinkDistance d2)
          Returns the minimum distance of the two given distances.
 

Uses of SLINK.SLinkDistance in de.lmu.ifi.dbs.elki.algorithm.result
 

Fields in de.lmu.ifi.dbs.elki.algorithm.result with type parameters of type SLINK.SLinkDistance
private  HashMap<Integer,SLINK.SLinkDistance> PointerRepresentation.lambda
          The values of the function Lambda of the pointer representation.
 

Constructor parameters in de.lmu.ifi.dbs.elki.algorithm.result with type arguments of type SLINK.SLinkDistance
PointerRepresentation(HashMap<Integer,Integer> pi, HashMap<Integer,SLINK.SLinkDistance> lambda, DistanceFunction<O,D> distanceFunction, Database<O> database)
          Creates a new pointer representation.
 


Release 0.1 (2008-07-10_1838)