Interface CTClassification
- All Known Implementing Classes:
 BearingClassification,Chi2CTClassification,IDIClassification,MTClkTrnClassification,SimpleCTClassification,StandardClassification,TemplateClassification
public interface CTClassification
A classification results for a single click train.
- Author:
 - Jamie Macaulay
 
- 
Method Summary
Modifier and TypeMethodDescriptionThe classifier typeGet string logging for the classifier.intGet the species ID for the classifier.Get summary string for classifiers. 
- 
Method Details
- 
getClassifierType
CTClassifierType getClassifierType()The classifier type- Returns:
 - the classifier type
 
 - 
getSpeciesID
int getSpeciesID()Get the species ID for the classifier. 0 is unassigned and will results in the click train being deleted . >0 means the click train has been classified. invalid input: '<'0 means that the click train has been detected but not classified.- Returns:
 - the species ID for the classifier.
 
 - 
getSummaryString
String getSummaryString()Get summary string for classifiers.- Returns:
 - a string summary of classifiers.
 
 - 
getJSONLogging
ClassifierJSONLogging getJSONLogging()Get string logging for the classifier.- Returns:
 - the JSON logging
 
 
 -