gate.creole.ml.svmlight
Class SVMLightWrapper.LoadDatasetAction
java.lang.Object
javax.swing.AbstractAction
gate.creole.ml.svmlight.SVMLightWrapper.LoadDatasetAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- SVMLightWrapper
protected class SVMLightWrapper.LoadDatasetAction
- extends AbstractAction
This class adds the option to the context menu in the GUI that allows the
user to load a dataset which is in SVM Light's own format from a file.
- See Also:
- Serialized Form
Method Summary |
void |
actionPerformed(ActionEvent evt)
This is the funtion called when the user selects the menu option
load dataset. |
SVMLightWrapper.LoadDatasetAction
public SVMLightWrapper.LoadDatasetAction()
actionPerformed
public void actionPerformed(ActionEvent evt)
- This is the funtion called when the user selects the menu option
load dataset.
- Parameters:
evt
-