Class TemplateClassifierParams
java.lang.Object
clickTrainDetector.classification.CTClassifierParams
clickTrainDetector.classification.templateClassifier.TemplateClassifierParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
Parameters for the template classifier
- Author:
 - Jamie Macaulay
 - 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
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classMethods inherited from class clickTrainDetector.classification.CTClassifierParams
getUniqueID, newUniqueID, setUniqueID 
- 
Field Details
- 
spectrumTemplate
Match FFT template. - 
corrThreshold
The correlation threshold. 
 - 
 - 
Constructor Details
- 
TemplateClassifierParams
public TemplateClassifierParams() 
 - 
 - 
Method Details
- 
clone
- Overrides:
 clonein classCTClassifierParams
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classCTClassifierParams- Returns:
 - description of the parameters in a class.
 
 
 -