Class DelphinIDClassifier
java.lang.Object
rawDeepLearningClassifier.dlClassification.StandardClassifierModel
rawDeepLearningClassifier.dlClassification.delphinID.DelphinIDClassifier
- All Implemented Interfaces:
PamSettings
,SettingsNameProvider
,DLClassiferModel
A classifier based on the delphinID method which uses whistle contours to predict
dolphin species.
- Author:
- Jamie Macaulay
-
Nested Class Summary
Nested classes/interfaces inherited from class rawDeepLearningClassifier.dlClassification.StandardClassifierModel
StandardClassifierModel.TaskThread
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA settings object that can be saved.Get the sound spot worker.Get the sound spot worker.Get any UI components for the model.getName()
Get the name of the model.long
boolean
isDecision
(StandardPrediction modelResult, StandardModelParams modelParmas) Make a decision on whether a result passed a decisionboolean
isModelType
(URI model) Check whether a URI is compatible with a classification frameworkboolean
restoreSettings
(PamControlledUnitSettings pamControlledUnitSettings) void
setDLParams
(DelphinIDParams params) Methods inherited from class rawDeepLearningClassifier.dlClassification.StandardClassifierModel
checkSettingsOK, closeModel, getClassNameIDs, getClassNames, getDLControl, getModelStatus, getNumClasses, getRawSettingsPane, isModelExtensions, millis2Samples, prepModel, runModel, setModel
-
Constructor Details
-
DelphinIDClassifier
-
-
Method Details
-
isModelType
Description copied from interface:DLClassiferModel
Check whether a URI is compatible with a classification framework- Parameters:
model
- - the URI to the model- Returns:
- true if the model is compatible.
-
getName
Description copied from interface:DLClassiferModel
Get the name of the model.- Returns:
- the name of the model.
-
getModelUI
Description copied from interface:DLClassiferModel
Get any UI components for the model. Can be null.- Returns:
- UI components for the model.
-
getDLModelSettings
Description copied from interface:DLClassiferModel
A settings object that can be saved.- Returns:
- the settings object.
-
getUnitName
- Returns:
- A Name specific to this instance of the particular class, e.g. Sperm whale detector, Beaked whale detector, etc.
-
getUnitType
- Returns:
- A Name specific to the type, e.g. Click detector
-
getSettingsReference
- Returns:
- The serialisable object that will be stored
-
isDecision
Description copied from class:StandardClassifierModel
Make a decision on whether a result passed a decision- Overrides:
isDecision
in classStandardClassifierModel
- Parameters:
modelResult
- - the model result.modelParmas
- - the model parameters.- Returns:
- true if a threshold has been met.
-
getSettingsVersion
public long getSettingsVersion()- Returns:
- An integer version number for the settings
-
restoreSettings
- Returns:
- true if successful The object performs final checks (if needed) and then casts the settings data pamcontrolledunitSettings.settings into the correct type and uses as required
-
getDLWorker
Description copied from class:StandardClassifierModel
Get the sound spot worker.- Specified by:
getDLWorker
in classStandardClassifierModel
- Returns:
- the sound spot worker.
-
getDLParams
Description copied from class:StandardClassifierModel
Get the sound spot worker.- Specified by:
getDLParams
in classStandardClassifierModel
- Returns:
- the sound spot worker.
-
setDLParams
-