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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclassifyClickTrain(CTDataUnit clickTrain) Classify a click train detection.getName()Get the name of the classifier.Get the CT classifier params.intGet the unique species ID for the classifier.voidsetParams(CTClassifierParams ctClassifierParams) Set the classifier parameters. 
- 
Constructor Details
- 
IDIClassifier
 
 - 
 - 
Method Details
- 
classifyClickTrain
Description copied from interface:CTClassifierClassify a click train detection.- Specified by:
 classifyClickTrainin interfaceCTClassifier- Returns:
 - the classified data block.
 
 - 
getName
Description copied from interface:CTClassifierGet the name of the classifier.- Specified by:
 getNamein interfaceCTClassifier- Returns:
 - the name of the classifier
 
 - 
getSpeciesID
public int getSpeciesID()Description copied from interface:CTClassifierGet the unique species ID for the classifier.- Specified by:
 getSpeciesIDin interfaceCTClassifier- Returns:
 - the name of the classifier
 
 - 
getCTClassifierGraphics
- Specified by:
 getCTClassifierGraphicsin interfaceCTClassifier
 - 
setParams
Description copied from interface:CTClassifierSet the classifier parameters.- Specified by:
 setParamsin interfaceCTClassifier- Parameters:
 ctClassifierParams- - the ct classifier paratmers
 - 
getParams
Description copied from interface:CTClassifierGet the CT classifier params.- Specified by:
 getParamsin interfaceCTClassifier- Returns:
 - the CT classifier params.
 
 
 -