Class KetosUI
java.lang.Object
rawDeepLearningClassifier.dlClassification.ketos.KetosUI
- All Implemented Interfaces:
DLCLassiferModelUI
UI components for the generic model UI.
- Author:
- Jamie Macaulay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodegetIcon()Get an icon for the model.List<javafx.stage.FileChooser.ExtensionFilter> If using a file dialog to search forvoidGet the parameters for the classifiersGet the settings pane for the classifier.Get a side panel specific to the classifier.voidSet the parameters for the settings pane.
-
Constructor Details
-
KetosUI
SondSpot classifier.- Parameters:
soundSpotClassifier-
-
-
Method Details
-
getSettingsPane
Description copied from interface:DLCLassiferModelUIGet the settings pane for the classifier.- Specified by:
getSettingsPanein interfaceDLCLassiferModelUI- Returns:
- the settings pane.
-
getParams
public void getParams()Description copied from interface:DLCLassiferModelUIGet the parameters for the classifiers- Specified by:
getParamsin interfaceDLCLassiferModelUI
-
setParams
public void setParams()Description copied from interface:DLCLassiferModelUISet the parameters for the settings pane.- Specified by:
setParamsin interfaceDLCLassiferModelUI
-
getSidePanel
Description copied from interface:DLCLassiferModelUIGet a side panel specific to the classifier.- Specified by:
getSidePanelin interfaceDLCLassiferModelUI- Returns:
- the side panel.
-
getModelFileExtensions
Description copied from interface:DLCLassiferModelUIIf using a file dialog to search for- Specified by:
getModelFileExtensionsin interfaceDLCLassiferModelUI- Returns:
- the file extensions (if any) for this type of classifier
-
getIcon
public javafx.scene.Node getIcon()Description copied from interface:DLCLassiferModelUIGet 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:
getIconin interfaceDLCLassiferModelUI- Returns:
- teh model icon.
-