Uses of Class
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
Package
Description
-
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification
Modifier and TypeMethodDescriptionabstract StandardModelParams
StandardClassifierModel.getDLParams()
Get the sound spot worker.SimpleDLDecision.getParams()
Modifier and TypeMethodDescriptionstatic ArrayList<PamWarning>
StandardClassifierModel.checkSettingsOK
(StandardModelParams genericModelParams, DLControl dlControl) Deprecated.static short[]
StandardClassifierModel.getClassNameIDs
(StandardModelParams standardModelParams) Get the class name IDsboolean
StandardClassifierModel.isDecision
(StandardPrediction modelResult, StandardModelParams modelParmas) Make a decision on whether a result passed a decisionvoid
SimpleDLDecision.setParams
(StandardModelParams genericModelParams) -
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification.animalSpot
Modifier and TypeMethodDescriptionStandardModelParams.clone()
StandardAdvModelPane.getDefaultParams()
Get the default paramters.SoundSpotClassifier.getDLParams()
StandardAdvModelPane.getParams
(StandardModelParams currParams) StandardModelPane.getParams
(StandardModelParams currParams) StandardModelPane.getParamsClone()
SoundSpotClassifier.getSoundSpotParams()
Get the sound spot parameters.static StandardModelParams
StandardModelParams.setModel
(URI uri, StandardModelParams standarModelParams) Set the URI in standard model params.Modifier and TypeMethodDescriptionstatic int
StandardModelPane.getDefaultSamples
(DLClassiferModel dlClassifierModel, StandardModelParams paramsClone) StandardAdvModelPane.getParams
(StandardModelParams currParams) StandardModelPane.getParams
(StandardModelParams currParams) void
SoundSpotWorker.prepModel
(StandardModelParams soundSpotParams, DLControl dlControl) Prepare the modelvoid
StandardAdvModelPane.setDefaultParams
(StandardModelParams defaultParams) static StandardModelParams
StandardModelParams.setModel
(URI uri, StandardModelParams standarModelParams) Set the URI in standard model params.void
StandardAdvModelPane.setParams
(StandardModelParams params) void
StandardModelPane.setParams
(StandardModelParams currParams) void
StandardModelPane.setParamsClone
(StandardModelParams paramsClone) Set the params clone.void
SoundSpotClassifier.setSoundSpotParams
(StandardModelParams soundSpotParmas) Set the sound spot parameters. -
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification.archiveModel
Modifier and TypeMethodDescriptionArchiveModelClassifier.getDLParams()
ArchiveModelClassifier.getKetosParams()
Get the parameters for the Ketos classifier.ArchiveModelClassifier.makeParams()
Create the parameters class for the model.Modifier and TypeMethodDescriptionvoid
ArchiveModelWorker.prepModel
(StandardModelParams dlParams, DLControl dlControl) Prepare the model.void
ArchiveModelClassifier.setDLParams
(StandardModelParams ketosParams) -
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification.delphinID
Modifier and TypeMethodDescriptionboolean
DelphinIDClassifier.isDecision
(StandardPrediction modelResult, StandardModelParams modelParmas) void
DelphinIDWorker.prepModel
(StandardModelParams dlParams, DLControl dlControl) -
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification.genericModel
Modifier and TypeClassDescriptionclass
Parameters for the deep learning module.Modifier and TypeMethodDescriptionGenericDLClassifier.getDLParams()
GenericModelPane.getParams
(StandardModelParams currParams) Modifier and TypeMethodDescriptionGenericModelPane.getParams
(StandardModelParams currParams) abstract void
DLModelWorker.prepModel
(StandardModelParams soundSpotParams, DLControl dlControl) void
GenericModelWorker.prepModel
(StandardModelParams genericParams, DLControl dlControl) void
GenericDLClassifier.setGenericModelParams
(StandardModelParams clone) Set the generic model params.void
GenericModelPane.setParams
(StandardModelParams currParams) -
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification.ketos
Modifier and TypeMethodDescriptionKetosClassifier.getDLParams()
KetosClassifier2.makeParams()
Create the parameters class for the model.Modifier and TypeMethodDescriptionvoid
KetosWorker.prepModel
(StandardModelParams ketosDLParams, DLControl dlControl) Prepare the model