Uses of Enum Class
rawDeepLearningClassifier.layoutFX.exampleSounds.ExampleSoundFactory.ExampleSoundType
Packages that use ExampleSoundFactory.ExampleSoundType
Package
Description
-
Uses of ExampleSoundFactory.ExampleSoundType in rawDeepLearningClassifier.dlClassification.animalSpot
Methods in rawDeepLearningClassifier.dlClassification.animalSpot with parameters of type ExampleSoundFactory.ExampleSoundTypeModifier and TypeMethodDescriptionvoid
StandardModelParams.setExampleSound
(ExampleSoundFactory.ExampleSoundType soundType) Set the example sound that should be associated with parameters. -
Uses of ExampleSoundFactory.ExampleSoundType in rawDeepLearningClassifier.layoutFX.dlTransfroms
Methods in rawDeepLearningClassifier.layoutFX.dlTransfroms that return types with arguments of type ExampleSoundFactory.ExampleSoundTypeModifier and TypeMethodDescriptionjavafx.scene.control.ChoiceBox<ExampleSoundFactory.ExampleSoundType>
DLTransformImage.getSpeciesChoiceBox()
Get the species choice box. -
Uses of ExampleSoundFactory.ExampleSoundType in rawDeepLearningClassifier.layoutFX.exampleSounds
Methods in rawDeepLearningClassifier.layoutFX.exampleSounds that return ExampleSoundFactory.ExampleSoundTypeModifier and TypeMethodDescriptionExampleSoundFactory.getExampleSoundTypes
(ExampleSoundFactory.ExampleSoundCategory category) Get all the example sounds for a particular category.Returns the enum constant of this class with the specified name.static ExampleSoundFactory.ExampleSoundType[]
ExampleSoundFactory.ExampleSoundType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rawDeepLearningClassifier.layoutFX.exampleSounds that return types with arguments of type ExampleSoundFactory.ExampleSoundTypeModifier and TypeMethodDescriptionExampleSoundFactory.getExampleSoundTypes
(ExampleSoundFactory.ExampleSoundCategory... cateogry) Get all the example sounds for a set of categories.Methods in rawDeepLearningClassifier.layoutFX.exampleSounds with parameters of type ExampleSoundFactory.ExampleSoundTypeModifier and TypeMethodDescriptionExampleSoundFactory.getExampleSound
(ExampleSoundFactory.ExampleSoundType exampleSoundType) Get the example sound type.