Class CorrelationChi2Params
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.CorrelationChi2Params
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Parameters for correlation MHT variable
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe filter parameters.boolean
Use a filter for correlation calculations.Fields inherited from class clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
errLimits, error, errorScaleValue, minError, name, SCALE_FACTOR_AMPLITUDE, SCALE_FACTOR_BEARING, SCALE_FACTOR_CORRELATION, SCALE_FACTOR_ICI, SCALE_FACTOR_PFREQ, SCALE_FACTOR_TIMEDELAYS
-
Constructor Summary
ConstructorDescriptionCorrelationChi2Params
(String name) Parameters for the correlation chi^2CorrelationChi2Params
(String name, String unitString, double error, double minError, double errorScaleValue) -
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classMethods inherited from class clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
clone, getUnits, getUnitString, toString
-
Field Details
-
useFilter
public boolean useFilterUse a filter for correlation calculations. -
fftFilterParams
The filter parameters. How the waveforms are filtered before corss correlation values are calculated.
-
-
Constructor Details
-
CorrelationChi2Params
Parameters for the correlation chi^2- Parameters:
name
-
-
CorrelationChi2Params
-
CorrelationChi2Params
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classSimpleChi2VarParams
- Returns:
- description of the parameters in a class.
-