Package cpod
Class CPODClassification
java.lang.Object
cpod.CPODClassification
Holds CPOD click train classification.
- Author:
- Jamie Macaulay
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enum for species classiifcation from CPOD/FPOD click train detector. -
Field Summary
Modifier and TypeFieldDescriptionint
A unique ID for the click trian within the fileboolean
True fo the clcik train is an echo.short
The quality level of the click trainThe species type. -
Constructor Summary
-
Method Summary
-
Field Details
-
clicktrainID
public int clicktrainIDA unique ID for the click trian within the file -
qualitylevel
public short qualitylevelThe quality level of the click train -
isEcho
public boolean isEchoTrue fo the clcik train is an echo. -
species
The species type.
-
-
Constructor Details
-
CPODClassification
public CPODClassification()
-