Class Scaler.ArrayScaler

  • All Implemented Interfaces:
    Scaler
    Enclosing interface:
    Scaler

    public static class Scaler.ArrayScaler
    extends java.lang.Object
    implements Scaler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int dimension()  
      double scaleProperty​(long nodeId)  
      void scaleProperty​(long nodeId, double[] result, int offset)  
      • Methods inherited from class java.lang.Object

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

      • scaleProperty

        public void scaleProperty​(long nodeId,
                                  double[] result,
                                  int offset)
      • scaleProperty

        public double scaleProperty​(long nodeId)
        Specified by:
        scaleProperty in interface Scaler
      • dimension

        public int dimension()
        Specified by:
        dimension in interface Scaler