A B C D E F G H M N O P R S T V

A

AccuracyParser - Class in net.sf.myra.gui.parser
This class represents the parser for the AccuracyMeasure evaluation measure.
AccuracyParser() - Constructor for class net.sf.myra.gui.parser.AccuracyParser
 
add(String, Observation) - Method in class net.sf.myra.gui.util.Configuration
Adds an observation to this configuration.

B

BatchUtil - Class in net.sf.myra.gui.parser
 
BatchUtil() - Constructor for class net.sf.myra.gui.parser.BatchUtil
 

C

compareTo(Configuration) - Method in class net.sf.myra.gui.util.Configuration
Compares this configuration against the specified configuration.
compareTo(Observation) - Method in class net.sf.myra.gui.util.Observation
Compares this observation's value to the specified observation's value.
Configuration - Class in net.sf.myra.gui.util
This class represents a candidate configuration undergoing the F-Race.
Configuration(String) - Constructor for class net.sf.myra.gui.util.Configuration
Creates a new Configuration.
ConfusionMatrixMeasure - Enum in net.sf.myra.gui.parser
 
CurvePanel - Class in net.sf.myra.gui
 
CurvePanel() - Constructor for class net.sf.myra.gui.CurvePanel
Default constructor.

D

DatasetDetailsPanel - Class in net.sf.myra.gui
Panel to show the details of a dataset instance.
DatasetDetailsPanel(Frame) - Constructor for class net.sf.myra.gui.DatasetDetailsPanel
Default constructor.

E

ElapsedTimeParser - Class in net.sf.myra.gui.parser
This class represents the parser for the elapsed time of a run.
ElapsedTimeParser() - Constructor for class net.sf.myra.gui.parser.ElapsedTimeParser
 

F

FRace - Class in net.sf.myra.gui.util
This class represents the F-Race optimisation method.
FRace() - Constructor for class net.sf.myra.gui.util.FRace
 
Frame - Class in net.sf.myra.gui
This class represents the main window.
Frame(String) - Constructor for class net.sf.myra.gui.Frame
Default constructor.
Frame.CustomCellRenderer - Class in net.sf.myra.gui
Custom JComboBox renderer.
Frame.CustomCellRenderer(ListCellRenderer, Frame.ClassifierInfo[]) - Constructor for class net.sf.myra.gui.Frame.CustomCellRenderer
 

G

getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.myra.gui.Frame.CustomCellRenderer
 
getName() - Method in class net.sf.myra.gui.util.Configuration
Returns the configuration name.
getObservation(String) - Method in class net.sf.myra.gui.util.Configuration
Returns the obsservation associated with the specified name.
getOutput() - Method in class net.sf.myra.gui.Frame
Returns the content of the output text field.
getRank() - Method in class net.sf.myra.gui.util.Configuration
Returns the value of the accumulated rank of this configuration.
getRank() - Method in class net.sf.myra.gui.util.Observation
Returns the rank of this observation.
getValue() - Method in class net.sf.myra.gui.util.Observation
Returns the performance on this observation.

H

hFmeasureParser - Class in net.sf.myra.gui.parser
This class represents the parser for the HierarchicalMeasure evaluation measure.
hFmeasureParser() - Constructor for class net.sf.myra.gui.parser.hFmeasureParser
 

M

MAC_OS_X - Static variable in class net.sf.myra.gui.Main
Are we running on a OSX environment?
Main - Class in net.sf.myra.gui
This class represents GUI entry point.
Main() - Constructor for class net.sf.myra.gui.Main
 
main(String[]) - Static method in class net.sf.myra.gui.Main
Display the GUI window.
main(String[]) - Static method in class net.sf.myra.gui.parser.AccuracyParser
 
main(String[]) - Static method in class net.sf.myra.gui.parser.BatchUtil
 
main(String[]) - Static method in class net.sf.myra.gui.parser.ElapsedTimeParser
 
main(String[]) - Static method in class net.sf.myra.gui.parser.SizeParser
 
main(String[]) - Static method in class net.sf.myra.gui.parser.TrainingAccuracyParser
 
main(String[]) - Static method in class net.sf.myra.gui.util.FRace
Entry point.

N

net.sf.myra.gui - package net.sf.myra.gui
 
net.sf.myra.gui.parser - package net.sf.myra.gui.parser
 
net.sf.myra.gui.util - package net.sf.myra.gui.util
 

O

Observation - Class in net.sf.myra.gui.util
This class represents the result of a configuration on a given instance.
Observation(double) - Constructor for class net.sf.myra.gui.util.Observation
Creates a new Observation.

P

parse(String) - Method in class net.sf.myra.gui.parser.AccuracyParser
 
parse(String) - Method in class net.sf.myra.gui.parser.ElapsedTimeParser
 
parse(String) - Method in class net.sf.myra.gui.parser.hFmeasureParser
 
parse(String) - Method in class net.sf.myra.gui.parser.ResultParser
Returns the result (as a string) of parsing the specified text.
parse(String) - Method in class net.sf.myra.gui.parser.SensitivitySpecificityParser
 
parse(String) - Method in class net.sf.myra.gui.parser.SizeParser
 
parse(String) - Method in class net.sf.myra.gui.parser.TrainingAccuracyParser
 
parse(String) - Method in class net.sf.myra.gui.parser.TreeSizeParser
 
ParserPanel - Class in net.sf.myra.gui
 
ParserPanel(Frame) - Constructor for class net.sf.myra.gui.ParserPanel
Default constructor.
print(String, String) - Static method in class net.sf.myra.gui.parser.AccuracyParser
 
print(String, String) - Static method in class net.sf.myra.gui.parser.SizeParser
 
print(String, String) - Static method in class net.sf.myra.gui.parser.TrainingAccuracyParser
 
propertyChange(PropertyChangeEvent) - Method in class net.sf.myra.gui.CurvePanel
 

R

ResultParser - Class in net.sf.myra.gui.parser
Base class for result parsers.
ResultParser() - Constructor for class net.sf.myra.gui.parser.ResultParser
 

S

SensitivitySpecificityParser - Class in net.sf.myra.gui.parser
This class represents the parser for the SensitivitySpecificityMeasure evaluation measure.
SensitivitySpecificityParser() - Constructor for class net.sf.myra.gui.parser.SensitivitySpecificityParser
 
setRank(double) - Method in class net.sf.myra.gui.util.Configuration
Sets the accumulated rank of this configuration over the instances used in the current step of the race.
setRank(double) - Method in class net.sf.myra.gui.util.Observation
Sets the rank of this observation.
setValue(double) - Method in class net.sf.myra.gui.util.Observation
Sets the performance on this observation.
SizeParser - Class in net.sf.myra.gui.parser
This class represents the parser for the rule list size.
SizeParser() - Constructor for class net.sf.myra.gui.parser.SizeParser
 
stdev(Double[]) - Method in class net.sf.myra.gui.parser.ResultParser
Returns the mean and standard deviation of the specified distribution of values.

T

ToolDialog - Class in net.sf.myra.gui
 
ToolDialog(Frame) - Constructor for class net.sf.myra.gui.ToolDialog
Default constructor.
toString() - Method in class net.sf.myra.gui.parser.ResultParser
 
TrainingAccuracyParser - Class in net.sf.myra.gui.parser
This class represents the parser for the AccuracyMeasure evaluation measure.
TrainingAccuracyParser() - Constructor for class net.sf.myra.gui.parser.TrainingAccuracyParser
 
TreeSizeParser - Class in net.sf.myra.gui.parser
This class represents the parser for the rule list size.
TreeSizeParser() - Constructor for class net.sf.myra.gui.parser.TreeSizeParser
 

V

value(ConfusionMatrix) - Method in enum net.sf.myra.gui.parser.ConfusionMatrixMeasure
 
valueOf(String) - Static method in enum net.sf.myra.gui.parser.ConfusionMatrixMeasure
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.myra.gui.parser.ConfusionMatrixMeasure
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H M N O P R S T V

Copyright © 2013. All Rights Reserved.