Class HumpbackWhaleGoogle
java.lang.Object
rawDeepLearningClassifier.defaultModels.HumpbackWhaleGoogle
- All Implemented Interfaces:
DLModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the citation for the modelGet the link to the paper for the modelGet a brief description of the model.The model name.Get the URI to the model filegetName()
Get a name for the modelvoid
setParams
(Serializable dlModelSettings) Set the model settings once it has loaded.
-
Constructor Details
-
HumpbackWhaleGoogle
public HumpbackWhaleGoogle()
-
-
Method Details
-
getDescription
Description copied from interface:DLModel
Get a brief description of the model.- Specified by:
getDescription
in interfaceDLModel
- Returns:
- a brief description of the model.
-
getName
Description copied from interface:DLModel
Get a name for the model -
getCitation
Description copied from interface:DLModel
Get the citation for the model- Specified by:
getCitation
in interfaceDLModel
- Returns:
- - the citation.
-
getModelURI
Description copied from interface:DLModel
Get the URI to the model file- Specified by:
getModelURI
in interfaceDLModel
- Returns:
- the model URI.
-
getModelName
Description copied from interface:DLModel
The model name. This is used if, for example, a model is downloaded as a zip file and the model file is located somewhere within the saved folder. For Tensorflow models this will often be saved_model.pb- Specified by:
getModelName
in interfaceDLModel
- Returns:
- the model name;
-
getCitationLink
Description copied from interface:DLModel
Get the link to the paper for the model- Specified by:
getCitationLink
in interfaceDLModel
- Returns:
- the citation link.
-
setParams
Description copied from interface:DLModel
Set the model settings once it has loaded.
-