Class GenericModelPane
java.lang.Object
PamController.SettingsPane<StandardModelParams>
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelPane
rawDeepLearningClassifier.dlClassification.genericModel.GenericModelPane
Settings pane for the generic pane.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetParams
(StandardModelParams currParams) Get settings from the pane.void
newModelSelected
(File file) Called whenever a new model has been selectedvoid
setParams
(StandardModelParams currParams) Called whenever the pane is first shown/open to set pane to show current settings.void
showAdvPane
(PamButton advSettingsButton) Sho0w the advanced settings.Methods inherited from class rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelPane
getAdvSettingsPane, getContentNode, getCurrentSelectedFile, getDefaultSamples, getName, getParamsClone, getVBoxHolder, paneInitialized, setAdvSettingsPane, setCurrentSelectedFile, setParamsClone
Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow
-
Constructor Details
-
GenericModelPane
-
-
Method Details
-
showAdvPane
Description copied from class:StandardModelPane
Sho0w the advanced settings.- Overrides:
showAdvPane
in classStandardModelPane
- Parameters:
advSettingsButton
- - the advanced settings.
-
setParams
Description copied from class:SettingsPane
Called whenever the pane is first shown/open to set pane to show current settings.- Overrides:
setParams
in classStandardModelPane
- Parameters:
currParams
- - current settings class.
-
getParams
Description copied from class:SettingsPane
Get settings from the pane.- Overrides:
getParams
in classStandardModelPane
- Returns:
- settings class
-
newModelSelected
Description copied from class:StandardModelPane
Called whenever a new model has been selected- Specified by:
newModelSelected
in classStandardModelPane
- Parameters:
file
- - the file.
-