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