Class CorrelationValue
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.CorrelationValue
Holds the maximum value for the correlation function and lag value.
- Author:
 - Jamie Macaulay
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe lag value (i.e bin offset to get max value)doubleThe maximum value of the correlation function - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
correlationValue
public double correlationValueThe maximum value of the correlation function - 
correlationLag
public double correlationLagThe lag value (i.e bin offset to get max value) 
 - 
 - 
Constructor Details
- 
CorrelationValue
public CorrelationValue() 
 -