Class TemplateCorrParams
java.lang.Object
clickTrainDetector.classification.CTClassifierParams
clickTrainDetector.classification.templateClassifier.TemplateCorrParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe correlation threshold.Match FFT template.Fields inherited from class clickTrainDetector.classification.CTClassifierParams
classifierName, speciesFlag, type
-
Constructor Summary
-
Method Summary
Methods inherited from class clickTrainDetector.classification.CTClassifierParams
clone, getParameterSet, getUniqueID, newUniqueID, setUniqueID
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface PamModel.parametermanager.ManagedParameters
getParameterSet
-
Field Details
-
spectrumTemplate
Match FFT template. -
corrThreshold
The correlation threshold.
-
-
Constructor Details
-
TemplateCorrParams
public TemplateCorrParams()
-