Class OrcaSpotClassifierUI
java.lang.Object
rawDeepLearningClassifier.dlClassification.orcaSpot.OrcaSpotClassifierUI
- All Implemented Interfaces:
DLCLassiferModelUI
The user interface for OrcaSpot classifier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
getIcon()
Get an icon for the model.List<javafx.stage.FileChooser.ExtensionFilter>
If using a file dialog to search forvoid
Get the parameters for the classifiersGet the settings pane for the classifier.Get a side panel specific to the classifier.void
notifyUpdate
(int type) Notify the UI of an updatevoid
Set the parameters for the settings pane.
-
Constructor Details
-
OrcaSpotClassifierUI
-
-
Method Details
-
getSettingsPane
Description copied from interface:DLCLassiferModelUI
Get the settings pane for the classifier.- Specified by:
getSettingsPane
in interfaceDLCLassiferModelUI
- Returns:
- the settings pane.
-
getParams
public void getParams()Description copied from interface:DLCLassiferModelUI
Get the parameters for the classifiers- Specified by:
getParams
in interfaceDLCLassiferModelUI
-
setParams
public void setParams()Description copied from interface:DLCLassiferModelUI
Set the parameters for the settings pane.- Specified by:
setParams
in interfaceDLCLassiferModelUI
-
notifyUpdate
public void notifyUpdate(int type) Notify the UI of an update- Parameters:
type
-
-
getSidePanel
Description copied from interface:DLCLassiferModelUI
Get a side panel specific to the classifier.- Specified by:
getSidePanel
in interfaceDLCLassiferModelUI
- Returns:
- the side panel.
-
getModelFileExtensions
Description copied from interface:DLCLassiferModelUI
If using a file dialog to search for- Specified by:
getModelFileExtensions
in interfaceDLCLassiferModelUI
- Returns:
- the file extensions (if any) for this type of classifier
-
getIcon
public javafx.scene.Node getIcon()Description copied from interface:DLCLassiferModelUI
Get an icon for the model. Note that this can be null in which case the icon in the UI will be a label with the mdoel name.- Specified by:
getIcon
in interfaceDLCLassiferModelUI
- Returns:
- teh model icon.
-