Class DefaultModels.DefualtModel
java.lang.Object
rawDeepLearningClassifier.dlClassification.DefaultModels.DefualtModel
- Enclosing class:
DefaultModels
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the DLClassifier associated with the model.
-
Field Details
-
name
The name of the model. -
filename
The filename of the model
-
-
Constructor Details
-
DefualtModel
-
-
Method Details
-
getDLClassifier
Get the DLClassifier associated with the model. Technically this could be overridden to provide a different DLClassifierModel.- Returns:
- the default model classifier.
-