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 Summary 
Fields
double
The lag value (i.e bin offset to get max value)
double
The maximum value of the correlation function
-
Constructor Summary 
Constructors
-
Method Summary 
-
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()