Uses of Enum Class
rawDeepLearningClassifier.layoutFX.exampleSounds.ExampleSoundFactory.ExampleSoundType
Package
Description
-
Uses of ExampleSoundFactory.ExampleSoundType in rawDeepLearningClassifier.dlClassification.animalSpot
Modifier 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
Modifier and TypeMethodDescriptionjavafx.scene.control.ChoiceBox<ExampleSoundFactory.ExampleSoundType>
DLTransformImage.getSpeciesChoiceBox()
Get the species choice box. -
Uses of ExampleSoundFactory.ExampleSoundType in rawDeepLearningClassifier.layoutFX.exampleSounds
Modifier 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.Modifier and TypeMethodDescriptionExampleSoundFactory.getExampleSoundTypes
(ExampleSoundFactory.ExampleSoundCategory... cateogry) Get all the example sounds for a set of categories.Modifier and TypeMethodDescriptionExampleSoundFactory.getExampleSound
(ExampleSoundFactory.ExampleSoundType exampleSoundType) Get the example sound type.