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