Class LPNorm

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LPNorm​(int p)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double aggregate​(double[] vector)  
      • Methods inherited from class java.lang.Object

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

      • LPNorm

        protected LPNorm​(int p)
    • Method Detail

      • aggregate

        public double aggregate​(double[] vector)
        Specified by:
        aggregate in interface VectorNorm