Class Normalizer

java.lang.Object
org.rrd4j.data.Normalizer

class Normalizer extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
     
    (package private) final long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Normalizer(long[] timestamps)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) double[]
    normalize(long[] rawTimestamps, double[] rawValues)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • count

      final int count
    • step

      final long step
  • Constructor Details

    • Normalizer

      Normalizer(long[] timestamps)
  • Method Details

    • normalize

      double[] normalize(long[] rawTimestamps, double[] rawValues)