Class DLClassName
java.lang.Object
rawDeepLearningClassifier.dlClassification.DLClassName
- All Implemented Interfaces:
 Serializable
A class name along with a unique identifier number. This allows class names to be
 efficiently stored in data.
- Author:
 - Jamie Macaulay.
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDLClassName(String name, short ID) The class name.DLClassName(String className, short iD, Integer itisCode)  - 
Method Summary
 
- 
Field Details
- 
className
The class name; - 
ID
public short IDUnique ID number for the class name; - 
itisCode
optional ITIS code. 
 - 
 - 
Constructor Details
- 
DLClassName
- Parameters:
 className- Class name. Can be a species name or call type.iD- id within the modelitisCode- ITIS species code from https://itis.gov/ (optional). Get's used by the Tethys module and saves users from having to manually enter all the codes. User can still overwrite them.
 - 
DLClassName
The class name.- Parameters:
 name- - the name of the class. .ID- - the ID.
 
 -