Uses of Class
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
Packages that use StandardModelParams
Package
Description
-
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification
Methods in rawDeepLearningClassifier.dlClassification that return StandardModelParamsModifier and TypeMethodDescriptionabstract StandardModelParams
StandardClassifierModel.getDLParams()
Get the sound spot worker.SimpleDLDecision.getParams()
Methods in rawDeepLearningClassifier.dlClassification with parameters of type StandardModelParamsModifier 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
Subclasses of StandardModelParams in rawDeepLearningClassifier.dlClassification.animalSpotMethods in rawDeepLearningClassifier.dlClassification.animalSpot that return StandardModelParamsModifier 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.Methods in rawDeepLearningClassifier.dlClassification.animalSpot that return types with arguments of type StandardModelParamsMethods in rawDeepLearningClassifier.dlClassification.animalSpot with parameters of type StandardModelParamsModifier 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
Methods in rawDeepLearningClassifier.dlClassification.archiveModel that return StandardModelParamsModifier and TypeMethodDescriptionArchiveModelClassifier.getDLParams()
ArchiveModelClassifier.getKetosParams()
Get the parameters for the Ketos classifier.ArchiveModelClassifier.makeParams()
Create the parameters class for the model.Methods in rawDeepLearningClassifier.dlClassification.archiveModel that return types with arguments of type StandardModelParamsMethods in rawDeepLearningClassifier.dlClassification.archiveModel with parameters of type StandardModelParamsModifier and TypeMethodDescriptionvoid
ArchiveModelWorker.prepModel
(StandardModelParams dlParams, DLControl dlControl) Prepare the model.void
ArchiveModelClassifier.setDLParams
(StandardModelParams ketosParams) -
Uses of StandardModelParams in rawDeepLearningClassifier.dlClassification.delphinID
Subclasses of StandardModelParams in rawDeepLearningClassifier.dlClassification.delphinIDMethods in rawDeepLearningClassifier.dlClassification.delphinID with parameters of type StandardModelParamsModifier 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.Methods in rawDeepLearningClassifier.dlClassification.genericModel that return StandardModelParamsModifier and TypeMethodDescriptionGenericDLClassifier.getDLParams()
GenericModelPane.getParams
(StandardModelParams currParams) Methods in rawDeepLearningClassifier.dlClassification.genericModel that return types with arguments of type StandardModelParamsMethods in rawDeepLearningClassifier.dlClassification.genericModel with parameters of type StandardModelParamsModifier 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
Subclasses of StandardModelParams in rawDeepLearningClassifier.dlClassification.ketosMethods in rawDeepLearningClassifier.dlClassification.ketos that return StandardModelParamsModifier and TypeMethodDescriptionKetosClassifier.getDLParams()
KetosClassifier2.makeParams()
Create the parameters class for the model.Methods in rawDeepLearningClassifier.dlClassification.ketos that return types with arguments of type StandardModelParamsMethods in rawDeepLearningClassifier.dlClassification.ketos with parameters of type StandardModelParamsModifier and TypeMethodDescriptionvoid
KetosWorker.prepModel
(StandardModelParams ketosDLParams, DLControl dlControl) Prepare the model