Class IDIClassifier
java.lang.Object
clickTrainDetector.classification.idiClassifier.IDIClassifier
- All Implemented Interfaces:
CTClassifier
An inter-detection interval based classifier for click trains.
- Author:
- Jamie Macaulay
-
Field Summary
Fields inherited from interface clickTrainDetector.classification.CTClassifier
NOSPECIES, PRECLASSIFIERFLAG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclassifyClickTrain
(CTDataUnit clickTrain) Classify a click train detection.getName()
Get the name of the classifier.Get the CT classifier params.int
Get the unique species ID for the classifier.void
setParams
(CTClassifierParams ctClassifierParams) Set the classifier parameters.
-
Constructor Details
-
IDIClassifier
-
-
Method Details
-
classifyClickTrain
Description copied from interface:CTClassifier
Classify a click train detection.- Specified by:
classifyClickTrain
in interfaceCTClassifier
- Returns:
- the classified data block.
-
getName
Description copied from interface:CTClassifier
Get the name of the classifier.- Specified by:
getName
in interfaceCTClassifier
- Returns:
- the name of the classifier
-
getSpeciesID
public int getSpeciesID()Description copied from interface:CTClassifier
Get the unique species ID for the classifier.- Specified by:
getSpeciesID
in interfaceCTClassifier
- Returns:
- the name of the classifier
-
getCTClassifierGraphics
- Specified by:
getCTClassifierGraphics
in interfaceCTClassifier
-
setParams
Description copied from interface:CTClassifier
Set the classifier parameters.- Specified by:
setParams
in interfaceCTClassifier
- Parameters:
ctClassifierParams
- - the ct classifier paratmers
-
getParams
Description copied from interface:CTClassifier
Get the CT classifier params.- Specified by:
getParams
in interfaceCTClassifier
- Returns:
- the CT classifier params.
-