Interface DistanceMeasure

  • All Superinterfaces:
    org.apache.commons.math3.ml.distance.DistanceMeasure, Serializable

    public interface DistanceMeasure
    extends org.apache.commons.math3.ml.distance.DistanceMeasure
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double compute​(double timeA, double timeB, double firstTimeA, double firstTimeB, double spatialDistance)  
      double getAlpha()  
      double getBeta()  
      String getName()  
      • Methods inherited from interface org.apache.commons.math3.ml.distance.DistanceMeasure

        compute
    • Method Detail

      • compute

        double compute​(double timeA,
                       double timeB,
                       double firstTimeA,
                       double firstTimeB,
                       double spatialDistance)
      • getAlpha

        double getAlpha()
      • getBeta

        double getBeta()