Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
J
L
M
N
O
R
S
T
U
W
A
actionPerformed(ActionEvent)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Controls starting and stopping the experiment.
adams.gui.menu
- package adams.gui.menu
addPropertyChangeListener(PropertyChangeListener)
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Adds a PropertyChangeListener who will be notified of value changes.
C
calendar
- Variable in class weka.gui.experiment.
HadoopRunLogPanel
createJar(String, String)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Create jar file on the fly for current Hadoop experiment
createRecordReader(InputSplit, TaskAttemptContext)
- Method in class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
D
DEST_ARFF_TEXT
- Static variable in class weka.gui.experiment.
HadoopGuiSetupPanel
DEST_CSV_TEXT
- Static variable in class weka.gui.experiment.
HadoopGuiSetupPanel
DEST_DATABASE_TEXT
- Static variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The strings used to identify the combo box choices
determineHadoopJar()
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
determineHadoopLibJars()
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
determineLinesPerMap(int)
- Static method in class weka.hadoop.
HadoopExperiment
Method to determine how many lines to read per input split.
F
filename
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
folderCount
- Variable in class weka.hadoop.
HadoopExperiment
record total input size, datasets * algorithms * repetition * folds
G
getExperiment()
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Gets the currently configured experiment.
getExpType()
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
getHadoopConfPath()
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
getHadoopGuiSetupPanel()
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
getHadoopHomePath()
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Let user browse for the Jar file
getNumLinesPerSplit(JobContext)
- Static method in class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
Get the number of lines per split
getSplits(JobContext)
- Method in class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
Logically splits the set of input files for the job, splits N lines of the input as one split.
getSplitsForFile(FileStatus, Configuration, int)
- Static method in class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
getTimestamp()
- Static method in class weka.gui.experiment.
HadoopRunLogPanel
Gets a string containing current date and time.
getTimestamp()
- Static method in class weka.hadoop.
HadoopExperiment
Get current time info.
getTitle()
- Method in class adams.gui.menu.
HadoopExperimenter
Returns the title of the window (and text of menuitem).
getUserMode()
- Method in class adams.gui.menu.
HadoopExperimenter
Returns the user mode, which determines visibility as well.
H
HadoopExperiment
- Class in
weka.hadoop
HadoopExperiment()
- Constructor for class weka.hadoop.
HadoopExperiment
HadoopExperiment.Map
- Class in
weka.hadoop
Mapper class that read a whole file as input if its size is small, or read N lines as an inputsplit if input file is large.
HadoopExperiment.Map()
- Constructor for class weka.hadoop.
HadoopExperiment.Map
HadoopExperiment.Reduce
- Class in
weka.hadoop
Collect text data from Mapper and write to output file.
HadoopExperiment.Reduce()
- Constructor for class weka.hadoop.
HadoopExperiment.Reduce
HadoopExperimenter
- Class in
adams.gui.menu
Opens the Hadoop Experimenter.
HadoopExperimenter()
- Constructor for class adams.gui.menu.
HadoopExperimenter
Initializes the menu item with no owner.
HadoopExperimenter(AbstractApplicationFrame)
- Constructor for class adams.gui.menu.
HadoopExperimenter
Initializes the menu item.
HadoopGuiExperimenter
- Class in
weka.gui.experiment
The main class for the experiment environment.
HadoopGuiExperimenter(boolean)
- Constructor for class weka.gui.experiment.
HadoopGuiExperimenter
Creates the experiment environment gui with no initial experiment Removed result panel.
HadoopGuiRunPanel
- Class in
weka.gui.experiment
This panel controls the running of an experiment using Hadoop.
HadoopGuiRunPanel()
- Constructor for class weka.gui.experiment.
HadoopGuiRunPanel
Creates the run panel with no initial experiment.
HadoopGuiRunPanel(Experiment)
- Constructor for class weka.gui.experiment.
HadoopGuiRunPanel
Creates the panel with the supplied initial experiment.
HadoopGuiSetupPanel
- Class in
weka.gui.experiment
This panel controls the configuration of an experiment.
HadoopGuiSetupPanel(Experiment)
- Constructor for class weka.gui.experiment.
HadoopGuiSetupPanel
Creates the setup panel with the supplied initial experiment.
HadoopGuiSetupPanel()
- Constructor for class weka.gui.experiment.
HadoopGuiSetupPanel
Creates the setup panel with no initial experiment.
HadoopRunLogPanel
- Class in
weka.gui.experiment
This panel allows log and status messages to be posted.
HadoopRunLogPanel()
- Constructor for class weka.gui.experiment.
HadoopRunLogPanel
Creates the log panel with no task monitor and the log always visible.
HadoopRunLogPanel(WekaTaskMonitor)
- Constructor for class weka.gui.experiment.
HadoopRunLogPanel
Creates the log panel with a task monitor, where the log is hidden.
HadoopRunLogPanel(WekaTaskMonitor, boolean)
- Constructor for class weka.gui.experiment.
HadoopRunLogPanel
Creates the log panel, possibly with task monitor, where the log is optionally hidden.
HadoopRunLogPanel(WekaTaskMonitor, boolean, boolean, boolean)
- Constructor for class weka.gui.experiment.
HadoopRunLogPanel
Creates the log panel, possibly with task monitor, where the either the log is optionally hidden or the status (having both hidden is not allowed).
I
inputSize
- Variable in class weka.hadoop.
HadoopExperiment
record total input size, datasets * algorithms * repetition * folds
isSingleton()
- Method in class adams.gui.menu.
HadoopExperimenter
Whether the panel can only be displayed once.
J
jarname
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
L
launch()
- Method in class adams.gui.menu.
HadoopExperimenter
Launches the functionality of the menu item.
LINES_PER_MAP
- Static variable in class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
logMessage(String)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Sends the supplied message to the log panel log area.
logMessage(String)
- Method in class weka.gui.experiment.
HadoopRunLogPanel
Sends the supplied message to the log area.
logMsgWithNoTime(String)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Send the supplied message to log pannel log area
logMsgWithNoTime(String)
- Method in class weka.gui.experiment.
HadoopRunLogPanel
Send the supplied message without current time data, because Hadoop already provided it.
M
m_AdditionalMeasures
- Variable in class weka.hadoop.
HadoopExperiment
m_AlgorithmListPanel
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The panel for configuring selected algorithms
m_attID
- Variable in class weka.hadoop.
HadoopExperiment
Attribute index of instance identifier (default -1)
m_ClassFirst
- Variable in class weka.gui.experiment.
HadoopGuiExperimenter
True if the class attribute is the first attribute for all datasets involved in this experiment.
m_Classifier
- Variable in class weka.hadoop.
HadoopExperiment
The classifier used for evaluation
m_csvFileFilter
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Filter for choosing CSV files
m_DatasetListPanel
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The panel for configuring selected datasets
m_DestFileChooser
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The file chooser for selecting result destinations
m_destinationDatabaseURL
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The database destination URL to store results into
m_destinationFilename
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The filename to store results into
m_Exp
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
The experiment to run
m_Exp
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The experiment being configured
m_Exp
- Static variable in class weka.hadoop.
HadoopExperiment
HadoopExperiment object to be used in Map/reduce classes
m_ExpClassificationRBut
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Radio button for choosing classification experiment
m_ExperimentParameterLabel
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Label for parameter field
m_ExperimentParameterTField
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Input field for experiment parameter
m_ExpFilter
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
A filter to ensure only experiment files get shown in the chooser
m_ExpRegressionRBut
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Radio button for choosing regression experiment
m_expType
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_FileChooser
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The file chooser for selecting experiments
m_First
- Variable in class weka.gui.experiment.
HadoopRunLogPanel
An indicator for whether text has been output yet
m_hadoopconf
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
m_hadoopConf
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_HadoopConfButton
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Button for browsing destination files
m_hadoopGuiSetupPanel
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
m_hadoopJar
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
m_hadoopLibjars
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
m_InputHadoopConf
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_inputHadoopConfFolder
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_InputHadoopHome
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_InputHadoopHomeLabel
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_IRclass
- Variable in class weka.hadoop.
HadoopExperiment
Class index for information retrieval statistics (default 0)
m_jarfile
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
m_jarPath
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
m_KOMLFilter
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
A filter to ensure only experiment (in KOML format) files get shown in the chooser
m_Log
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
m_logButton
- Variable in class weka.gui.experiment.
HadoopRunLogPanel
The button for viewing the log
m_LogText
- Variable in class weka.gui.experiment.
HadoopRunLogPanel
Displays the log messages
m_modePanel
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The panel which switched between simple and advanced setup modes
m_NewBut
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Click to create a new experiment with default settings
m_NotesButton
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
A button for bringing up the notes
m_NotesFrame
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Frame for the notes
m_NotesText
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Area for user notes Default of 10 rows
m_NumberOfRepetitionsTField
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Input field for number of repetitions
m_numFolds
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The number of folds for a cross-validation experiment
m_NumFolds
- Variable in class weka.hadoop.
HadoopExperiment
The number of folds in the cross-validation
m_numRepetitions
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The number of times to repeat the sub-experiment
m_OpenBut
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Click to load an experiment
m_predTargetColumn
- Variable in class weka.hadoop.
HadoopExperiment
Flag for prediction and target columns output.
m_Repetition
- Variable in class weka.hadoop.
HadoopExperiment
Repetition number
m_ResultDestinationPath
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Input field for result destination path
m_ResultListener
- Variable in class weka.hadoop.
HadoopExperiment
m_ResultsDestinationPathLabel
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Label for destination field
m_RP
- Variable in class weka.hadoop.
HadoopExperiment
Default ResultProducer
m_RunPanel
- Variable in class weka.gui.experiment.
HadoopGuiExperimenter
The panel for running the experiment
m_RunThread
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
The thread running the experiment
m_SaveBut
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Click to save an experiment
m_SetupPanel
- Variable in class weka.gui.experiment.
HadoopGuiExperimenter
The panel for configuring the experiment
m_SplitEvaluator
- Variable in class weka.hadoop.
HadoopExperiment
two different Split Evaluators
m_SplitEvaluator2
- Variable in class weka.hadoop.
HadoopExperiment
m_StartBut
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
Click to start running the experiment
m_StatusLab
- Variable in class weka.gui.experiment.
HadoopRunLogPanel
Displays the current status
m_StopBut
- Variable in class weka.gui.experiment.
HadoopGuiRunPanel
Click to signal the running experiment to halt
m_Support
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Manages sending notifications to people when we change the experiment, at this stage, only the resultlistener so the resultpanel can update.
m_TabbedPane
- Variable in class weka.gui.experiment.
HadoopGuiExperimenter
The tabbed pane that controls which sub-pane we are working with
m_TaskMonitor
- Variable in class weka.gui.experiment.
HadoopRunLogPanel
The panel for monitoring the number of running tasks (if supplied)
m_trainPercent
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
The training percentage for a train/test split experiment
m_userHasBeenAskedAboutConversion
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
Whether or not the user has consented for the experiment to be simplified
m_XMLFilter
- Variable in class weka.gui.experiment.
HadoopGuiSetupPanel
A filter to ensure only experiment (in XML format) files get shown in the chooser
main(String[])
- Static method in class weka.gui.experiment.
HadoopGuiExperimenter
Tests out the experiment environment.
main(String[])
- Static method in class weka.gui.experiment.
HadoopGuiRunPanel
Tests out the run panel from the command line.
main(String[])
- Static method in class weka.gui.experiment.
HadoopRunLogPanel
Tests out the log panel from the command line.
main(String[])
- Static method in class weka.hadoop.
HadoopExperiment
Main method to run Hadoop experiment.
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context)
- Method in class weka.hadoop.
HadoopExperiment.Map
measures
- Variable in class weka.hadoop.
HadoopExperiment
Store additional measurements value
N
NLineInputFormat
- Class in
org.apache.hadoop.mapreduce.lib.input
NLineInputFormat which splits N lines of input as one split.
NLineInputFormat()
- Constructor for class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
NOT_RUNNING
- Static variable in class weka.gui.experiment.
HadoopGuiRunPanel
The message displayed when no experiment is running
num
- Variable in class weka.hadoop.
HadoopExperiment
String value of input lines split size for hadoop
NUM_IR_STATISTICS
- Static variable in class weka.hadoop.
HadoopExperiment
The number of IR statistics
NUM_UNWEIGHTED_IR_STATISTICS
- Static variable in class weka.hadoop.
HadoopExperiment
The number of unweighted averaged IR statistics
NUM_WEIGHTED_IR_STATISTICS
- Static variable in class weka.hadoop.
HadoopExperiment
The number of averaged IR statistics
O
org.apache.hadoop.mapreduce.lib.input
- package org.apache.hadoop.mapreduce.lib.input
R
reduce(Text, Iterable<Text>, Reducer<Text, Text, Text, NullWritable>.Context)
- Method in class weka.hadoop.
HadoopExperiment.Reduce
Regression_RESULT_SIZE
- Static variable in class weka.hadoop.
HadoopExperiment
removeNotesFrame()
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Deletes the notes frame.
removePropertyChangeListener(PropertyChangeListener)
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Removes a PropertyChangeListener.
RESULT_SIZE
- Static variable in class weka.hadoop.
HadoopExperiment
The length of a result
run(String[])
- Method in class weka.hadoop.
HadoopExperiment
Setting up hadoop job and run
S
setExperiment(Experiment)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Sets the experiment the panel operates on.
setExperiment(Experiment)
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Sets the experiment to configure.
setHadoop()
- Method in class weka.gui.experiment.
HadoopGuiExperimenter
setHadoop(String)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Creates the run panel with input setting of hadoop and jar file.
setHadoopGuiSetupPanel(HadoopGuiSetupPanel)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
setJar()
- Method in class weka.gui.experiment.
HadoopGuiExperimenter
setJar(String)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
setModePanel(SetupModePanel)
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Sets the panel used to switch between simple and advanced modes.
setNumLinesPerSplit(Job, int)
- Static method in class org.apache.hadoop.mapreduce.lib.input.
NLineInputFormat
Set the number of lines per split
setSelectedItem(JComboBox, String)
- Method in class weka.gui.experiment.
HadoopGuiSetupPanel
Sets the selected item of an combobox, since using setSelectedItem(...) doesn't work, if one checks object references!
statusMessage(String)
- Method in class weka.gui.experiment.
HadoopGuiRunPanel
Sends the supplied message to the log panel status line.
statusMessage(String)
- Method in class weka.gui.experiment.
HadoopRunLogPanel
Sends the supplied message to the status line.
T
taskFinished()
- Method in class weka.gui.experiment.
HadoopRunLogPanel
Record a task ending
taskStarted()
- Method in class weka.gui.experiment.
HadoopRunLogPanel
Record the starting of a new task
TYPE_CROSSVALIDATION_TEXT
- Static variable in class weka.gui.experiment.
HadoopGuiSetupPanel
TYPE_FIXEDSPLIT_TEXT
- Static variable in class weka.gui.experiment.
HadoopGuiSetupPanel
TYPE_RANDOMSPLIT_TEXT
- Static variable in class weka.gui.experiment.
HadoopGuiSetupPanel
U
uniqueFile
- Variable in class weka.hadoop.
HadoopExperiment
uniqueFolder
- Variable in class weka.hadoop.
HadoopExperiment
W
weka.gui.experiment
- package weka.gui.experiment
weka.hadoop
- package weka.hadoop
A
C
D
F
G
H
I
J
L
M
N
O
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013
University of Waikato, Hamilton, NZ
. All Rights Reserved.