Class SimpleDistanceFunction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getFinalDistance​(Distance dist)
      Computes some (weighted) average of the individual distance components.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleDistanceFunction

        public SimpleDistanceFunction()
    • Method Detail

      • getFinalDistance

        public double getFinalDistance​(Distance dist)
        Description copied from interface: DistanceFunction
        Computes some (weighted) average of the individual distance components.
        Specified by:
        getFinalDistance in interface DistanceFunction
        Parameters:
        dist - Distance object containing all dimensions of distances between log and model
        Returns:
        the final distance in form of a double. Values should be between 0 (best) and 1 (worst)