Class DeepAcousticsPane
java.lang.Object
PamController.SettingsPane<StandardModelParams>
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelPane
rawDeepLearningClassifier.dlClassification.deepAcoustics.DeepAcousticsPane
Settings pane for the Deep Acoustics classifier.
This pane allows users to set parameters specific to the Deep Acoustics model, such as confidence thresholds.
- Author:
- Jamie Macaulay
-
Field Summary
Fields inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelPane
defaultSegBox, popOver, usedefaultSeg -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParams(StandardModelParams currParams) Get settings from the pane.newModelSelected(File file) Called whenever a new model has been selectedvoidsetParams(StandardModelParams currParams) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelPane
getAdvSettingsPane, getContentNode, getCurrentSelectedFile, getDefaultSamples, getName, getParamsClone, getPredictionGridPane, getVBoxHolder, paneInitialized, setAdvSettingsPane, setCurrentSelectedFile, setParamsClone, showAdvPaneMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow
-
Constructor Details
-
DeepAcousticsPane
-
-
Method Details
-
newModelSelected
Description copied from class:StandardModelPaneCalled whenever a new model has been selected- Specified by:
newModelSelectedin classStandardModelPane- Parameters:
file- - the file.- Returns:
-
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Overrides:
getParamsin classStandardModelPane- Returns:
- settings class
-
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Overrides:
setParamsin classStandardModelPane- Parameters:
currParams- - current settings class.
-