Class HumpbackWhaleGoogle
java.lang.Object
rawDeepLearningClassifier.defaultModels.HumpbackWhaleGoogle
- All Implemented Interfaces:
 DLModel
- 
Constructor Summary
Constructors - 
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 modelvoidsetParams(Serializable dlModelSettings) Set the model settings once it has loaded. 
- 
Constructor Details
- 
HumpbackWhaleGoogle
public HumpbackWhaleGoogle() 
 - 
 - 
Method Details
- 
getDescription
Description copied from interface:DLModelGet a brief description of the model.- Specified by:
 getDescriptionin interfaceDLModel- Returns:
 - a brief description of the model.
 
 - 
getName
Description copied from interface:DLModelGet a name for the model - 
getCitation
Description copied from interface:DLModelGet the citation for the model- Specified by:
 getCitationin interfaceDLModel- Returns:
 - - the citation.
 
 - 
getModelURI
Description copied from interface:DLModelGet the URI to the model file- Specified by:
 getModelURIin interfaceDLModel- Returns:
 - the model URI.
 
 - 
getModelName
Description copied from interface:DLModelThe 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:
 getModelNamein interfaceDLModel- Returns:
 - the model name;
 
 - 
getCitationLink
Description copied from interface:DLModelGet the link to the paper for the model- Specified by:
 getCitationLinkin interfaceDLModel- Returns:
 - the citation link.
 
 - 
setParams
Description copied from interface:DLModelSet the model settings once it has loaded. 
 -