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
Modifier and TypeFieldDescriptionThe correlation threshold.Match FFT template.Fields inherited from class clickTrainDetector.classification.CTClassifierParams
classifierName, speciesFlag, type
-
Constructor Summary
-
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:
clone
in classCTClassifierParams
-
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 classCTClassifierParams
- Returns:
- description of the parameters in a class.
-