Class DelphinIDParams
java.lang.Object
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
rawDeepLearningClassifier.dlClassification.delphinID.DelphinIDParams
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Allowed data input types for DelphinID. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe allowed input data type.double
The minimum detection density for whisltes and minimum number of clicks for clicks before a classification is attempted.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
Modifier and TypeMethodDescriptionGet the allowed input data type for the delphinID classifier.Methods inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
clone, setExampleSound, setModel, toString
-
Field Details
-
dataType
The allowed input data type. -
minDetectionValue
public double minDetectionValueThe minimum detection density for whisltes and minimum number of clicks for clicks before a classification is attempted.
-
-
Constructor Details
-
DelphinIDParams
public DelphinIDParams()
-
-
Method Details
-
getDataType
Get the allowed input data type for the delphinID classifier.- Returns:
- the allowed data type.
-