Uses of Class
at.tuwien.ifs.feature.extraction.audio.distance.AbstractMetric

Packages that use AbstractMetric
at.tuwien.ifs.feature.extraction.audio.distance   
 

Uses of AbstractMetric in at.tuwien.ifs.feature.extraction.audio.distance
 

Subclasses of AbstractMetric in at.tuwien.ifs.feature.extraction.audio.distance
 class L1Metric
          Implements the L1 or city block metric.
 class L2Metric
          Implements the L2 or Euclidean metric.