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
Modifier 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
-
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:
clone
in classStandardModelParams
-
equals
-
toString
- Overrides:
toString
in classStandardModelParams
-