Class GenericModelParams
java.lang.Object
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
rawDeepLearningClassifier.dlClassification.genericModel.GenericModelParams
- All Implemented Interfaces:
 Serializable,Cloneable
Parameters for the deep learning module.
- Author:
 - Jamie Macaulay
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionLong[]The input shape for the model if the model has an in-built default.Long[]The output shape for the model if the model has an in-built default.Path to the metadata file.Long[]The input shape defined by the user.Long[]The input shape defined by the user.Fields inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
binaryClassification, classNames, defaultSegmentLen, dlTransfromParams, dlTransfroms, exampleSoundIndex, modelPath, numClasses, threshold, useCUDA, useDefaultSegLen, useDefaultTransfroms - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
setExampleSound, setModel 
- 
Field Details
- 
metadataPath
Path to the metadata file. - 
shape
The input shape defined by the user. - 
outputShape
The input shape defined by the user. - 
defaultShape
The input shape for the model if the model has an in-built default. - 
defualtOuput
The output shape for the model if the model has an in-built default. 
 - 
 - 
Constructor Details
- 
GenericModelParams
public GenericModelParams() 
 - 
 - 
Method Details
- 
clone
- Overrides:
 clonein classStandardModelParams
 - 
equals
 - 
toString
- Overrides:
 toStringin classStandardModelParams
 
 -