Uses of Interface
de.aitools.iv.mds.core.Measure

Packages that use Measure
de.aitools.iv.mds.core   
de.aitools.iv.mds.util   
 

Uses of Measure in de.aitools.iv.mds.core
 

Classes in de.aitools.iv.mds.core that implement Measure
 class CosineDissimilarity
           
 class EuclideanDistance
           
 

Constructors in de.aitools.iv.mds.core with parameters of type Measure
Chalmers1996MDS(EndCriteria ec, Measure hdm)
          Creates a new instance of Chalmers1996MDS with an EndCriteria and a Measure to calculate the (dis)similartiy between high-dimensional objects.
Chalmers2003MDS(EndCriteria ec, Measure hdm)
          Creates a new instance of Chalmers2003MDS with an EndCriteria and a Measure to calculate the (dis)similartiy between high-dimensional objects.
Jourdan2004MDS(EndCriteria ec, Measure hdm)
          Creates a new instance of Jourdan2004MDS with an EndCriteria and a Measure to calculate the (dis)similartiy between high-dimensional objects.
Jourdan2004MultiscaleMDS(EndCriteria ec, Measure hdm)
          Creates a new instance of Jourdan2004MultiscaleMDS with an EndCriteria and a Measure to calculate the (dis)similartiy between high-dimensional objects.
SpringModelMDS(EndCriteria ec, Measure hdm)
          Creates a new instance of SpringModelMDS with an EndCriteria and a Measure to calculate the (dis)similartiy between high-dimensional objects.
Stein2006MDS(EndCriteria ec, Measure hdm, java.math.BigInteger[][] hashes)
          Creates a new instance of Stein2006MDS with an EndCriteria, a Measure to calculate the (dis)similartiy between high-dimensional objects and the fuzzy-fingerprintings of the objects to be laid out.
 

Uses of Measure in de.aitools.iv.mds.util
 

Constructors in de.aitools.iv.mds.util with parameters of type Measure
StressCalulator(java.lang.String v, java.lang.String p, Measure hdm)
          Creates a new instance of StressCalulator.