Serialized Form


Package net.sf.myra.gui

Class net.sf.myra.gui.CurvePanel extends net.sf.myra.gui.AbstractToolPanel implements Serializable

serialVersionUID: -5194016284802434087L

Serialized Fields

graph

javax.swing.JPanel graph
The graph (curve) display area.


information

net.sf.myra.datamining.statistics.Information information
The statistical information of the selected file.


available

javax.swing.JComboBox available
The available curves (per class).


progress

javax.swing.JProgressBar progress
Progress monitoring bar.


message

javax.swing.JLabel message
The (JVM heap) memory message.


status

javax.swing.JPanel status
The status bar.


selected

java.io.File selected
The selected file (null if no file was selected).


prButton

javax.swing.JRadioButton prButton
The precision-recall curve type button.


rocButton

javax.swing.JRadioButton rocButton
The ROC curve type button.


formatter

java.text.NumberFormat formatter
The default number format instance.

Class net.sf.myra.gui.DatasetDetailsPanel extends net.sf.myra.gui.AbstractToolPanel implements Serializable

serialVersionUID: -484622103505571880L

Serialized Fields

file

javax.swing.JTextField file
The dataset file.


details

javax.swing.JTextArea details
The text field to display the dataset details.

Class net.sf.myra.gui.Frame extends javax.swing.JFrame implements Serializable

serialVersionUID: -6643624963342441948L

Serialized Fields

external

java.lang.String external
The external java executable path used to launch the classifiers.


runner

net.sf.myra.gui.Frame.Runner runner
The classifier runner.


output

javax.swing.JTextArea output
The output area.


classifiers

javax.swing.JComboBox classifiers
The list of available classifiers.


start

javax.swing.JButton start
Start button instance.


stop

javax.swing.JButton stop
Stop button instance.


training

javax.swing.JTextField training
Training file text field (single-run).


test

javax.swing.JTextField test
Test file text field (single-run).


folds

javax.swing.JFormattedTextField folds
Folds (cross-validation) text field.


directory

javax.swing.JTextField directory
Batch directory file text field.


pattern

javax.swing.JTextField pattern
Batch pattern text field.


bulk

javax.swing.JFormattedTextField bulk
Batch bulk text field.


predictions

javax.swing.JTextField predictions
Export predictions text field.


parameter

javax.swing.JPanel parameter
The parameter panel.


options

java.lang.String options
Java VM options.


timestamp

javax.swing.JLabel timestamp
The time stamp information of a classifier run.


scrollLock

javax.swing.JToggleButton scrollLock
The button to indicated of the output vertical scroll is enabled.


outputPanel

javax.swing.JScrollPane outputPanel
The scrollable output panel.

Class net.sf.myra.gui.ParserPanel extends net.sf.myra.gui.AbstractToolPanel implements Serializable

serialVersionUID: -484622103505571880L

Serialized Fields

text

java.lang.String text
The value to be parsed.


result

javax.swing.JTextArea result
The text field to display the result of the parser.


parsers

javax.swing.JComboBox parsers
The result parser options.


externalFile

javax.swing.JTextField externalFile
The external file text field.

Class net.sf.myra.gui.ToolDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -4803984192212198158L



Copyright © 2013. All Rights Reserved.