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
-
Constructor Summary
-
Method Summary
-
Field Details
-
className
The class name; -
ID
public short IDUnique ID number for the class name;
-
-
Constructor Details
-
DLClassName
The class name.- Parameters:
name
- - the name of the class. .ID
- - the ID.
-