Uses of Interface
rawDeepLearningClassifier.dlClassification.DLClassiferModel
Packages that use DLClassiferModel
Package
Description
-
Uses of DLClassiferModel in rawDeepLearningClassifier
Methods in rawDeepLearningClassifier that return DLClassiferModelModifier and TypeMethodDescriptionDLControl.getDLModel()
Get the current deep learning model.DLControl.getDLModel
(String string) Get a model by it's name.Methods in rawDeepLearningClassifier that return types with arguments of type DLClassiferModel -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification
Classes in rawDeepLearningClassifier.dlClassification that implement DLClassiferModelModifier and TypeClassDescriptionclass
A useful abstract class for standard models which are a file or URL that is loaded, have a UI and utilise PAMSettings to save settings state.Methods in rawDeepLearningClassifier.dlClassification that return DLClassiferModelModifier and TypeMethodDescriptionDefaultModels.DefualtModel.getDLClassifier()
Get the DLClassifier associated with the model.DLClassifierChooser.selectClassiferModel
(URI modelURI) Select the correct classifier model to use from a URI. -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.animalSpot
Classes in rawDeepLearningClassifier.dlClassification.animalSpot that implement DLClassiferModelModifier and TypeClassDescriptionclass
A deep learning classifier running models wihc have been created using the AnimalSpot framework .Methods in rawDeepLearningClassifier.dlClassification.animalSpot with parameters of type DLClassiferModelModifier and TypeMethodDescriptionstatic int
StandardModelPane.getDefaultSamples
(DLClassiferModel dlClassifierModel, StandardModelParams paramsClone) Constructors in rawDeepLearningClassifier.dlClassification.animalSpot with parameters of type DLClassiferModel -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.archiveModel
Classes in rawDeepLearningClassifier.dlClassification.archiveModel that implement DLClassiferModelModifier and TypeClassDescriptionclass
A Tensorflow or PyTorch model zipped with a PAMGuard settings file.class
Loads a zip file and checks for a saved model alongside a pamguard settings file -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.delphinID
Classes in rawDeepLearningClassifier.dlClassification.delphinID that implement DLClassiferModelModifier and TypeClassDescriptionclass
A classifier based on the delphinID method which uses whistle contours to predict dolphin species. -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.dummyClassifier
Classes in rawDeepLearningClassifier.dlClassification.dummyClassifier that implement DLClassiferModelModifier and TypeClassDescriptionclass
Classifier which returns a random results. -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.genericModel
Classes in rawDeepLearningClassifier.dlClassification.genericModel that implement DLClassiferModelModifier and TypeClassDescriptionclass
A generic model - can be load any model but requires manually setting model * -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.ketos
Classes in rawDeepLearningClassifier.dlClassification.ketos that implement DLClassiferModelModifier and TypeClassDescriptionclass
Classifier which uses deep learning models from Meridian's Ketos framework.class
Classifier which uses deep learning models from Meridian's Ketos framework. -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.koogu
Classes in rawDeepLearningClassifier.dlClassification.koogu that implement DLClassiferModelModifier and TypeClassDescriptionclass
Classifier which uses deep learning models from Koogus' framework. -
Uses of DLClassiferModel in rawDeepLearningClassifier.dlClassification.orcaSpot
Classes in rawDeepLearningClassifier.dlClassification.orcaSpot that implement DLClassiferModel