Class ManhattanNorm

    • Constructor Summary

      Constructors 
      Constructor Description
      ManhattanNorm()  
    • Method Summary

      Modifier and Type Method Description
      double distance​(java.util.Vector<java.lang.Double> obj1, java.util.Vector<java.lang.Double> obj2)
      The distance between the two object, i.e.
      Term distanceTerm​(java.util.Vector<Term> obj1, java.util.Vector<Term> obj2)
      The distance between the two objects as a term.
      double norm​(java.util.Vector<java.lang.Double> obj)
      Returns the norm of the given object
      Term normTerm​(java.util.Vector<Term> obj)
      Returns the norm as a term of the given terms
      • Methods inherited from class java.lang.Object

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

      • ManhattanNorm

        public ManhattanNorm()
    • Method Detail

      • norm

        public double norm​(java.util.Vector<java.lang.Double> obj)
        Description copied from interface: Norm
        Returns the norm of the given object
        Parameters:
        obj - some object
        Returns:
        the norm of the object
      • distance

        public double distance​(java.util.Vector<java.lang.Double> obj1,
                               java.util.Vector<java.lang.Double> obj2)
        Description copied from interface: Norm
        The distance between the two object, i.e. the norm of the difference vector.
        Parameters:
        obj1 - some object
        obj2 - some object
        Returns:
        the distance between the two objects