Class CorrelationValue

java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.CorrelationValue

public class CorrelationValue extends Object
Holds the maximum value for the correlation function and lag value.
Author:
Jamie Macaulay
  • Field Details

    • correlationValue

      public double correlationValue
      The maximum value of the correlation function
    • correlationLag

      public double correlationLag
      The lag value (i.e bin offset to get max value)
  • Constructor Details

    • CorrelationValue

      public CorrelationValue()