Serialized Form


Package weka.classifiers

Class weka.classifiers.AbstractClassifier extends java.lang.Object implements Serializable

serialVersionUID: 6502780192411755341L

Serialized Fields

m_Debug

boolean m_Debug

Class weka.classifiers.AggregateableEvaluation extends Evaluation implements Serializable

serialVersionUID: 8734675926526110924L

Class weka.classifiers.CostMatrix extends java.lang.Object implements Serializable

serialVersionUID: -1973792250544554965L

Serialized Fields

m_size

int m_size

m_matrix

java.lang.Object[][] m_matrix

Class weka.classifiers.EnsembleLibrary extends java.lang.Object implements Serializable

serialVersionUID: -7987178904923706760L

Serialized Fields

m_Models

java.util.TreeSet<E> m_Models
the set of classifiers that constitute the library

Class weka.classifiers.EnsembleLibraryModel extends java.lang.Object implements Serializable

serialVersionUID: 7932816660173443200L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Custom serialization method

Throws:
java.io.IOException - if something goes wrong IO-wise
java.lang.ClassNotFoundException - if class couldn't be found

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Custom serialization method

Throws:
java.io.IOException - if something goes wrong IO-wise
Serialized Fields

m_Classifier

Classifier m_Classifier
this is an array of options


m_DescriptionText

java.lang.String m_DescriptionText
the description of this classifier


m_ErrorText

java.lang.String m_ErrorText
this is also saved separately


m_OptionsWereValid

boolean m_OptionsWereValid
a boolean variable tracking whether or not this classifier was able to be built successfully with the given set of options


m_StringRepresentation

java.lang.String m_StringRepresentation
this is stores redundantly to speed up the many operations that frequently need to get the model string representations (like JList renderers)

Class weka.classifiers.EnsembleLibraryModelComparator extends java.lang.Object implements Serializable

serialVersionUID: -6522464740036141188L

Class weka.classifiers.Evaluation extends java.lang.Object implements Serializable

serialVersionUID: -7010314486866816271L

Serialized Fields

m_NumClasses

int m_NumClasses

m_NumFolds

int m_NumFolds

m_Incorrect

double m_Incorrect

m_Correct

double m_Correct

m_Unclassified

double m_Unclassified

m_MissingClass

double m_MissingClass

m_WithClass

double m_WithClass

m_ConfusionMatrix

double[][] m_ConfusionMatrix

m_ClassNames

java.lang.String[] m_ClassNames

m_ClassIsNominal

boolean m_ClassIsNominal

m_ClassPriors

double[] m_ClassPriors

m_ClassPriorsSum

double m_ClassPriorsSum

m_CostMatrix

CostMatrix m_CostMatrix

m_TotalCost

double m_TotalCost

m_SumErr

double m_SumErr

m_SumAbsErr

double m_SumAbsErr

m_SumSqrErr

double m_SumSqrErr

m_SumClass

double m_SumClass

m_SumSqrClass

double m_SumSqrClass

m_SumPredicted

double m_SumPredicted

m_SumSqrPredicted

double m_SumSqrPredicted

m_SumClassPredicted

double m_SumClassPredicted

m_SumPriorAbsErr

double m_SumPriorAbsErr

m_SumPriorSqrErr

double m_SumPriorSqrErr

m_SumKBInfo

double m_SumKBInfo

m_MarginCounts

double[] m_MarginCounts

m_NumTrainClassVals

int m_NumTrainClassVals

m_TrainClassVals

double[] m_TrainClassVals

m_TrainClassWeights

double[] m_TrainClassWeights

m_PriorEstimator

UnivariateKernelEstimator m_PriorEstimator

m_ComplexityStatisticsAvailable

boolean m_ComplexityStatisticsAvailable

m_SumPriorEntropy

double m_SumPriorEntropy

m_SumSchemeEntropy

double m_SumSchemeEntropy

m_CoverageStatisticsAvailable

boolean m_CoverageStatisticsAvailable

m_ConfLevel

double m_ConfLevel

m_TotalSizeOfRegions

double m_TotalSizeOfRegions

m_TotalCoverage

double m_TotalCoverage

m_MinTarget

double m_MinTarget

m_MaxTarget

double m_MaxTarget

m_Predictions

FastVector<E> m_Predictions

m_NoPriors

boolean m_NoPriors

m_Header

Instances m_Header

m_DiscardPredictions

boolean m_DiscardPredictions

Class weka.classifiers.IteratedSingleClassifierEnhancer extends SingleClassifierEnhancer implements Serializable

serialVersionUID: -6217979135443319724L

Serialized Fields

m_Classifiers

Classifier[] m_Classifiers

m_NumIterations

int m_NumIterations

Class weka.classifiers.MultipleClassifiersCombiner extends AbstractClassifier implements Serializable

serialVersionUID: 2776436621129422119L

Serialized Fields

m_Classifiers

Classifier[] m_Classifiers

Class weka.classifiers.ParallelIteratedSingleClassifierEnhancer extends IteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: -5026378741833046436L

Serialized Fields

m_numExecutionSlots

int m_numExecutionSlots

m_completed

int m_completed

m_failed

int m_failed

Class weka.classifiers.ParallelMultipleClassifiersCombiner extends MultipleClassifiersCombiner implements Serializable

serialVersionUID: 728109028953726626L

Serialized Fields

m_numExecutionSlots

int m_numExecutionSlots

m_completed

int m_completed

m_failed

int m_failed

Class weka.classifiers.RandomizableClassifier extends AbstractClassifier implements Serializable

serialVersionUID: -8816375798262351903L

Serialized Fields

m_Seed

int m_Seed

Class weka.classifiers.RandomizableIteratedSingleClassifierEnhancer extends IteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: 5063351391524938557L

Serialized Fields

m_Seed

int m_Seed

Class weka.classifiers.RandomizableMultipleClassifiersCombiner extends MultipleClassifiersCombiner implements Serializable

serialVersionUID: 5057936555724785679L

Serialized Fields

m_Seed

int m_Seed

Class weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer extends ParallelIteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: 1298141000373615374L

Serialized Fields

m_Seed

int m_Seed

Class weka.classifiers.RandomizableParallelMultipleClassifiersCombiner extends ParallelMultipleClassifiersCombiner implements Serializable

serialVersionUID: 8274061943448676943L

Serialized Fields

m_Seed

int m_Seed

Class weka.classifiers.RandomizableSingleClassifierEnhancer extends SingleClassifierEnhancer implements Serializable

serialVersionUID: 558286687096157160L

Serialized Fields

m_Seed

int m_Seed

Class weka.classifiers.SingleClassifierEnhancer extends AbstractClassifier implements Serializable

serialVersionUID: -3665885256363525164L

Serialized Fields

m_Classifier

Classifier m_Classifier

Package weka.classifiers.meta

Class weka.classifiers.meta.AdaBoostM1 extends RandomizableIteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: -7378107808933117974L

Serialized Fields

m_Betas

double[] m_Betas

m_NumIterationsPerformed

int m_NumIterationsPerformed

m_WeightThreshold

int m_WeightThreshold

m_UseResampling

boolean m_UseResampling

m_NumClasses

int m_NumClasses

m_ZeroR

Classifier m_ZeroR

Class weka.classifiers.meta.AdditiveRegression extends IteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: -2368937577670527151L

Serialized Fields

m_shrinkage

double m_shrinkage

m_NumIterationsPerformed

int m_NumIterationsPerformed

m_zeroR

ZeroR m_zeroR

m_SuitableData

boolean m_SuitableData

Class weka.classifiers.meta.AttributeSelectedClassifier extends SingleClassifierEnhancer implements Serializable

serialVersionUID: -5951805453487947577L

Serialized Fields

m_AttributeSelection

AttributeSelection m_AttributeSelection

m_Evaluator

ASEvaluation m_Evaluator

m_Search

ASSearch m_Search

m_ReducedHeader

Instances m_ReducedHeader

m_numClasses

int m_numClasses

m_numAttributesSelected

double m_numAttributesSelected

m_selectionTime

double m_selectionTime

m_totalTime

double m_totalTime

Class weka.classifiers.meta.Bagging extends RandomizableParallelIteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: -505879962237199703L

Serialized Fields

m_BagSizePercent

int m_BagSizePercent

m_CalcOutOfBag

boolean m_CalcOutOfBag

m_OutOfBagError

double m_OutOfBagError

m_random

java.util.Random m_random

m_inBag

boolean[][] m_inBag

m_data

Instances m_data

Class weka.classifiers.meta.ClassificationViaRegression extends SingleClassifierEnhancer implements Serializable

serialVersionUID: 4500023123618669859L

Serialized Fields

m_Classifiers

Classifier[] m_Classifiers

m_ClassFilters

MakeIndicator[] m_ClassFilters

Class weka.classifiers.meta.CostSensitiveClassifier extends RandomizableSingleClassifierEnhancer implements Serializable

serialVersionUID: -720658209263002404L

Serialized Fields

m_MatrixSource

int m_MatrixSource

m_OnDemandDirectory

java.io.File m_OnDemandDirectory

m_CostFile

java.lang.String m_CostFile

m_CostMatrix

CostMatrix m_CostMatrix

m_MinimizeExpectedCost

boolean m_MinimizeExpectedCost

Class weka.classifiers.meta.CVParameterSelection extends RandomizableSingleClassifierEnhancer implements Serializable

serialVersionUID: -6529603380876641265L

Serialized Fields

m_ClassifierOptions

java.lang.String[] m_ClassifierOptions

m_BestClassifierOptions

java.lang.String[] m_BestClassifierOptions

m_InitOptions

java.lang.String[] m_InitOptions

m_BestPerformance

double m_BestPerformance

m_CVParams

FastVector<E> m_CVParams

m_NumAttributes

int m_NumAttributes

m_TrainFoldSize

int m_TrainFoldSize

m_NumFolds

int m_NumFolds

Class weka.classifiers.meta.CVParameterSelection.CVParameter extends java.lang.Object implements Serializable

serialVersionUID: -4668812017709421953L

Serialized Fields

m_ParamChar

char m_ParamChar

m_Lower

double m_Lower

m_Upper

double m_Upper

m_Steps

double m_Steps

m_ParamValue

double m_ParamValue

m_AddAtEnd

boolean m_AddAtEnd

m_RoundParam

boolean m_RoundParam

Class weka.classifiers.meta.EnsembleSelection extends RandomizableClassifier implements Serializable

serialVersionUID: -1744155148765058511L

Serialized Fields

m_library

EnsembleSelectionLibrary m_library
The Library of models, from which we can select our ensemble. Usually loaded from a model list file (.mlf or .model.xml) using the -L command-line option.


m_chosen_models

EnsembleSelectionLibraryModel[] m_chosen_models
List of models chosen by EnsembleSelection. Populated by buildClassifier.


m_chosen_model_weights

int[] m_chosen_model_weights
An array of weights for the chosen models. Elements are parallel to those in m_chosen_models. That is, m_chosen_model_weights[i] is the weight associated with the model at m_chosen_models[i].


m_total_weight

int m_total_weight
Total weight of all chosen models.


m_modelRatio

double m_modelRatio
ratio of library models that will be randomly chosen to be used for each model bag


m_validationRatio

double m_validationRatio
Indicates the fraction of the given training set that should be used for hillclimbing/validation. This fraction is set aside and not used for training. It is assumed that any loaded models were also not trained on set-aside data. (If the same percentage and random seed were used previously to train the models in the library, this will work as expected - i.e., those models will be valid)


m_modelLibraryFileName

java.lang.String m_modelLibraryFileName
The name of the Model Library File (if one is specified) which lists models from which ensemble selection will choose. This is only used when run from the command-line, as otherwise m_library is responsible for this.


m_numModelBags

int m_numModelBags
The number of "model bags". Using 1 is equivalent to no bagging at all.


m_hillclimbMetric

int m_hillclimbMetric
The metric for which the ensemble will be optimized.


m_algorithm

int m_algorithm
The algorithm used for ensemble selection.


m_hillclimbIterations

int m_hillclimbIterations
number of hillclimbing iterations for the ensemble selection algorithm


m_sortInitializationRatio

double m_sortInitializationRatio
ratio of library models to be used for sort initialization


m_replacement

boolean m_replacement
specifies whether or not the ensemble algorithm is allowed to include a specific model in the library more than once in each ensemble


m_greedySortInitialization

boolean m_greedySortInitialization
specifies whether we use "greedy" sort initialization. If false, we simply add the best m_sortInitializationRatio models of the bag blindly. If true, we add the best models in order up to m_sortInitializationRatio until adding the next model would not help performance.


m_verboseOutput

boolean m_verboseOutput
Specifies whether or not we will output metrics for all models


m_cachedPredictions

java.util.Map<K,V> m_cachedPredictions
Hash map of cached predictions. The key is a stringified Instance. Each entry is a 2d array, first indexed by classifier index (i.e., the one used in m_chosen_model). The second index is the usual "distribution" index across classes.


m_workingDirectory

java.io.File m_workingDirectory
This string will store the working directory where all models , temporary prediction values, and modellist logs are to be built and stored.


m_NumFolds

int m_NumFolds
Indicates the number of folds for cross-validation. A value of 1 indicates there is no cross-validation. Cross validation is done in the "embedded" fashion described by Caruana, Niculescu, and Munson (unpublished work - tech report forthcoming)

Class weka.classifiers.meta.FilteredClassifier extends SingleClassifierEnhancer implements Serializable

serialVersionUID: -4523450618538717400L

Serialized Fields

m_Filter

Filter m_Filter

m_FilteredInstances

Instances m_FilteredInstances

Class weka.classifiers.meta.LogitBoost extends RandomizableIteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: -3905660358715833753L

Serialized Fields

m_Classifiers

Classifier[][] m_Classifiers

m_NumClasses

int m_NumClasses

m_NumGenerated

int m_NumGenerated

m_NumFolds

int m_NumFolds

m_NumRuns

int m_NumRuns

m_WeightThreshold

int m_WeightThreshold

m_NumericClassData

Instances m_NumericClassData

m_ClassAttribute

Attribute m_ClassAttribute

m_UseResampling

boolean m_UseResampling

m_Precision

double m_Precision

m_Shrinkage

double m_Shrinkage

m_RandomInstance

java.util.Random m_RandomInstance

m_Offset

double m_Offset

m_ZeroR

Classifier m_ZeroR

Class weka.classifiers.meta.MultiClassClassifier extends RandomizableSingleClassifierEnhancer implements Serializable

serialVersionUID: -3879602011542849141L

Serialized Fields

m_Classifiers

Classifier[] m_Classifiers

m_pairwiseCoupling

boolean m_pairwiseCoupling

m_SumOfWeights

double[] m_SumOfWeights

m_ClassFilters

Filter[] m_ClassFilters

m_ZeroR

ZeroR m_ZeroR

m_ClassAttribute

Attribute m_ClassAttribute

m_TwoClassDataset

Instances m_TwoClassDataset

m_RandomWidthFactor

double m_RandomWidthFactor

m_Method

int m_Method

Class weka.classifiers.meta.MultiClassClassifierUpdateable extends MultiClassClassifier implements Serializable

serialVersionUID: -1619685269774366430L

Class weka.classifiers.meta.MultiScheme extends RandomizableMultipleClassifiersCombiner implements Serializable

serialVersionUID: 5710744346128957520L

Serialized Fields

m_Classifier

Classifier m_Classifier

m_ClassifierIndex

int m_ClassifierIndex

m_NumXValFolds

int m_NumXValFolds

Class weka.classifiers.meta.RandomCommittee extends RandomizableParallelIteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: -9204394360557300092L

Serialized Fields

m_data

Instances m_data

Class weka.classifiers.meta.RandomSubSpace extends RandomizableParallelIteratedSingleClassifierEnhancer implements Serializable

serialVersionUID: 1278172513912424947L

Serialized Fields

m_SubSpaceSize

double m_SubSpaceSize

m_ZeroR

Classifier m_ZeroR

m_data

Instances m_data

Class weka.classifiers.meta.RegressionByDiscretization extends SingleClassifierEnhancer implements Serializable

serialVersionUID: 5066426153134050378L

Serialized Fields

m_Discretizer

Discretize m_Discretizer

m_NumBins

int m_NumBins

m_ClassMeans

double[] m_ClassMeans

m_ClassCounts

int[] m_ClassCounts

m_DeleteEmptyBins

boolean m_DeleteEmptyBins

m_OldIndexToNewIndex

int[] m_OldIndexToNewIndex

m_DiscretizedHeader

Instances m_DiscretizedHeader

m_UseEqualFrequency

boolean m_UseEqualFrequency

m_MinimizeAbsoluteError

boolean m_MinimizeAbsoluteError

m_estimatorType

int m_estimatorType

m_OriginalTargetValues

double[] m_OriginalTargetValues

m_NewTargetValues

int[] m_NewTargetValues

Class weka.classifiers.meta.Stacking extends RandomizableParallelMultipleClassifiersCombiner implements Serializable

serialVersionUID: 5134738557155845452L

Serialized Fields

m_MetaClassifier

Classifier m_MetaClassifier

m_MetaFormat

Instances m_MetaFormat

m_BaseFormat

Instances m_BaseFormat

m_NumFolds

int m_NumFolds

Class weka.classifiers.meta.Vote extends RandomizableMultipleClassifiersCombiner implements Serializable

serialVersionUID: -637891196294399624L

Serialized Fields

m_CombinationRule

int m_CombinationRule

m_Random

java.util.Random m_Random

m_classifiersToLoad

java.util.List<E> m_classifiersToLoad

m_preBuiltClassifiers

java.util.List<E> m_preBuiltClassifiers

Package weka.classifiers.meta.ensembleSelection

Class weka.classifiers.meta.ensembleSelection.EnsembleModelMismatchException extends java.lang.Exception implements Serializable

serialVersionUID: 4660917211181280739L

Class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary extends EnsembleLibrary implements Serializable

serialVersionUID: -6444026512552917835L

Serialized Fields

m_workingDirectory

java.io.File m_workingDirectory
the working ensemble library directory.


m_modelListFile

java.lang.String m_modelListFile
tha name of the model list file storing the list of models currently being used by the model library


m_trainingData

Instances[] m_trainingData
the training data used to build the library. One per fold.


m_hillclimbData

Instances[] m_hillclimbData
the test data used for hillclimbing. One per fold.


m_predictions

double[][][] m_predictions
the predictions of each model. Built by trainAll. First index is for the model. Second is for the instance. third is for the class (we use distributionForInstance).


m_seed

int m_seed
the random seed used to partition the training data into validation and training folds


m_folds

int m_folds
the number of folds


m_validationRatio

double m_validationRatio
the ratio of validation data used to train the model

Class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel extends EnsembleLibraryModel implements Serializable

serialVersionUID: -6426075459862947640L

Serialized Fields

m_models

Classifier[] m_models
the models


m_seed

int m_seed
The seed that was used to create this model


m_checksum

java.lang.String m_checksum
The checksum of the instances.arff object that was used to create this model


m_validationRatio

double m_validationRatio
The validation ratio that was used to create this model


m_folds

int m_folds
The number of folds, or number of CV models that was used to create this "model"


m_fileName

java.lang.String m_fileName
The .elm file name that this model should be saved/loaded to/from


m_validationPredictions

double[][] m_validationPredictions
the validation predictions of this model. First index for the instance. third is for the class (we use distributionForInstance).


Package weka.gui

Class weka.gui.AttributeListPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -2030706987910400362L

Serialized Fields

m_Table

javax.swing.JTable m_Table

m_Model

weka.gui.AttributeListPanel.AttributeTableModel m_Model

Class weka.gui.AttributeSelectionPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 627131485290359194L

Serialized Fields

m_IncludeAll

javax.swing.JButton m_IncludeAll

m_RemoveAll

javax.swing.JButton m_RemoveAll

m_Invert

javax.swing.JButton m_Invert

m_Pattern

javax.swing.JButton m_Pattern

m_Table

javax.swing.JTable m_Table

m_Model

weka.gui.AttributeSelectionPanel.AttributeTableModel m_Model

m_PatternRegEx

java.lang.String m_PatternRegEx

Class weka.gui.AttributeSummaryPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5434987925737735880L

Serialized Fields

m_AttributeNameLab

javax.swing.JLabel m_AttributeNameLab

m_AttributeTypeLab

javax.swing.JLabel m_AttributeTypeLab

m_MissingLab

javax.swing.JLabel m_MissingLab

m_UniqueLab

javax.swing.JLabel m_UniqueLab

m_DistinctLab

javax.swing.JLabel m_DistinctLab

m_StatsTable

javax.swing.JTable m_StatsTable

m_Instances

Instances m_Instances

m_AttributeStats

AttributeStats[] m_AttributeStats

m_allEqualWeights

boolean m_allEqualWeights

Class weka.gui.AttributeVisualizationPanel extends PrintablePanel implements Serializable

serialVersionUID: -8650490488825371193L

Serialized Fields

m_data

Instances m_data

m_as

AttributeStats m_as

m_asCache

AttributeStats[] m_asCache

m_attribIndex

int m_attribIndex

m_maxValue

double m_maxValue

m_histBarCounts

double[] m_histBarCounts

m_histBarClassCounts

SparseInstance[] m_histBarClassCounts

m_barRange

double m_barRange

m_classIndex

int m_classIndex

m_hc

java.lang.Thread m_hc

m_threadRun

boolean m_threadRun

m_doneCurrentAttribute

boolean m_doneCurrentAttribute

m_displayCurrentAttribute

boolean m_displayCurrentAttribute

m_colorAttrib

javax.swing.JComboBox m_colorAttrib

m_fm

java.awt.FontMetrics m_fm

m_locker

java.lang.Integer m_locker

m_colorList

FastVector<E> m_colorList

Class weka.gui.CheckBoxList extends javax.swing.JList implements Serializable

serialVersionUID: -4359573373359270258L

Class weka.gui.CheckBoxList.CheckBoxListModel extends javax.swing.DefaultListModel implements Serializable

serialVersionUID: 7772455499540273507L

Class weka.gui.CheckBoxList.CheckBoxListRenderer extends javax.swing.JCheckBox implements Serializable

serialVersionUID: 1059591605858524586L

Class weka.gui.ConverterFileChooser extends javax.swing.JFileChooser implements Serializable

serialVersionUID: -5373058011025481738L

Serialized Fields

m_Self

ConverterFileChooser m_Self

m_DialogType

int m_DialogType

m_CurrentConverter

java.lang.Object m_CurrentConverter

m_ConfigureButton

javax.swing.JButton m_ConfigureButton

m_Listener

java.beans.PropertyChangeListener m_Listener

m_LastFilter

javax.swing.filechooser.FileFilter m_LastFilter

m_CapabilitiesFilter

Capabilities m_CapabilitiesFilter

m_OverwriteWarning

boolean m_OverwriteWarning

m_FileMustExist

boolean m_FileMustExist

m_CheckBoxOptions

javax.swing.JCheckBox m_CheckBoxOptions

m_LabelOptions

javax.swing.JLabel m_LabelOptions

m_Editor

GenericObjectEditor m_Editor

m_EditorResult

int m_EditorResult

m_CoreConvertersOnly

boolean m_CoreConvertersOnly

Class weka.gui.DatabaseConnectionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -1081946748666245054L

Serialized Fields

m_DbaseURLText

javax.swing.JTextField m_DbaseURLText

m_DbaseURLLab

javax.swing.JLabel m_DbaseURLLab

m_UserNameText

javax.swing.JTextField m_UserNameText

m_UserNameLab

javax.swing.JLabel m_UserNameLab

m_PasswordText

javax.swing.JPasswordField m_PasswordText

m_PasswordLab

javax.swing.JLabel m_PasswordLab

m_DebugCheckBox

javax.swing.JCheckBox m_DebugCheckBox

m_DebugLab

javax.swing.JLabel m_DebugLab

m_returnValue

int m_returnValue

Class weka.gui.ETable extends javax.swing.JTable implements Serializable

serialVersionUID: -3028630226368293049L

Serialized Fields

MAC_FOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR

java.awt.Color MAC_FOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR

MAC_UNFOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR

java.awt.Color MAC_UNFOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR

MAC_UNFOCUSED_SELECTED_CELL_BACKGROUND_COLOR

java.awt.Color MAC_UNFOCUSED_SELECTED_CELL_BACKGROUND_COLOR

MAC_FOCUSED_UNSELECTED_VERTICAL_LINE_COLOR

java.awt.Color MAC_FOCUSED_UNSELECTED_VERTICAL_LINE_COLOR

MAC_FOCUSED_SELECTED_VERTICAL_LINE_COLOR

java.awt.Color MAC_FOCUSED_SELECTED_VERTICAL_LINE_COLOR

MAC_UNFOCUSED_UNSELECTED_VERTICAL_LINE_COLOR

java.awt.Color MAC_UNFOCUSED_UNSELECTED_VERTICAL_LINE_COLOR

MAC_UNFOCUSED_SELECTED_VERTICAL_LINE_COLOR

java.awt.Color MAC_UNFOCUSED_SELECTED_VERTICAL_LINE_COLOR

MAC_OS_ALTERNATE_ROW_COLOR

java.awt.Color MAC_OS_ALTERNATE_ROW_COLOR

Class weka.gui.ExtensionFileFilter extends javax.swing.filechooser.FileFilter implements Serializable

Serialized Fields

m_Description

java.lang.String m_Description

m_Extension

java.lang.String[] m_Extension

Class weka.gui.GenericArrayEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 3914616975334750480L

Serialized Fields

m_Support

java.beans.PropertyChangeSupport m_Support

m_Label

javax.swing.JLabel m_Label

m_ElementList

javax.swing.JList m_ElementList

m_ElementClass

java.lang.Class<T> m_ElementClass

m_ListModel

javax.swing.DefaultListModel m_ListModel

m_ElementEditor

java.beans.PropertyEditor m_ElementEditor

m_DeleteBut

javax.swing.JButton m_DeleteBut

m_EditBut

javax.swing.JButton m_EditBut

m_UpBut

javax.swing.JButton m_UpBut

m_DownBut

javax.swing.JButton m_DownBut

m_AddBut

javax.swing.JButton m_AddBut

m_Editor

java.beans.PropertyEditor m_Editor

m_PD

PropertyDialog m_PD

m_InnerActionListener

java.awt.event.ActionListener m_InnerActionListener

m_InnerSelectionListener

javax.swing.event.ListSelectionListener m_InnerSelectionListener

m_InnerMouseListener

java.awt.event.MouseListener m_InnerMouseListener

Class weka.gui.GenericObjectEditor.CapabilitiesFilterDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -7845503345689646266L

Serialized Fields

m_Self

javax.swing.JDialog m_Self

m_Popup

javax.swing.JPopupMenu m_Popup

m_Capabilities

Capabilities m_Capabilities

m_InfoLabel

javax.swing.JLabel m_InfoLabel

m_List

CheckBoxList m_List

m_OkButton

javax.swing.JButton m_OkButton

m_CancelButton

javax.swing.JButton m_CancelButton

Class weka.gui.GenericObjectEditor.GOEPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3656028520876011335L

Serialized Fields

m_ChildPropertySheet

PropertySheetPanel m_ChildPropertySheet

m_ClassNameLabel

javax.swing.JLabel m_ClassNameLabel

m_OpenBut

javax.swing.JButton m_OpenBut

m_SaveBut

javax.swing.JButton m_SaveBut

m_okBut

javax.swing.JButton m_okBut

m_cancelBut

javax.swing.JButton m_cancelBut

m_FileChooser

javax.swing.JFileChooser m_FileChooser

Class weka.gui.GenericObjectEditor.GOETreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: -1707872446682150133L

Serialized Fields

m_Capabilities

Capabilities m_Capabilities

Class weka.gui.GenericObjectEditor.JTreePopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: -3404546329655057387L

Serialized Fields

m_Self

javax.swing.JPopupMenu m_Self

m_tree

javax.swing.JTree m_tree

m_scroller

javax.swing.JScrollPane m_scroller

m_FilterButton

javax.swing.JButton m_FilterButton

m_RemoveFilterButton

javax.swing.JButton m_RemoveFilterButton

m_CloseButton

javax.swing.JButton m_CloseButton

Class weka.gui.GenericObjectEditorHistory extends java.lang.Object implements Serializable

serialVersionUID: -1255734638729633595L

Serialized Fields

m_History

java.util.Vector<E> m_History

Class weka.gui.GenericObjectEditorHistory.HistorySelectionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 45824542929908105L

Serialized Fields

m_HistoryItem

java.lang.Object m_HistoryItem

Class weka.gui.GUIChooser extends javax.swing.JFrame implements Serializable

serialVersionUID: 9001529425230247914L

Serialized Fields

m_Self

GUIChooser m_Self

m_jMenuBar

javax.swing.JMenuBar m_jMenuBar

m_jMenuProgram

javax.swing.JMenu m_jMenuProgram

m_jMenuVisualization

javax.swing.JMenu m_jMenuVisualization

m_jMenuTools

javax.swing.JMenu m_jMenuTools

m_jMenuHelp

javax.swing.JMenu m_jMenuHelp

m_PanelApplications

javax.swing.JPanel m_PanelApplications

m_ExplorerBut

javax.swing.JButton m_ExplorerBut

m_ExplorerFrame

javax.swing.JFrame m_ExplorerFrame

m_ExperimenterBut

javax.swing.JButton m_ExperimenterBut

m_ExperimenterFrame

javax.swing.JFrame m_ExperimenterFrame

m_KnowledgeFlowBut

javax.swing.JButton m_KnowledgeFlowBut

m_pendingKnowledgeFlowLoad

java.lang.String m_pendingKnowledgeFlowLoad

m_KnowledgeFlowFrame

javax.swing.JFrame m_KnowledgeFlowFrame

m_SimpleBut

javax.swing.JButton m_SimpleBut

m_SimpleCLI

SimpleCLI m_SimpleCLI

m_GroovyConsoleFrame

javax.swing.JFrame m_GroovyConsoleFrame

m_JythonConsoleFrame

javax.swing.JFrame m_JythonConsoleFrame

m_ArffViewers

java.util.Vector<E> m_ArffViewers

m_SqlViewerFrame

javax.swing.JFrame m_SqlViewerFrame

m_BayesNetGUIFrame

javax.swing.JFrame m_BayesNetGUIFrame

m_EnsembleLibraryFrame

javax.swing.JFrame m_EnsembleLibraryFrame

m_PackageManagerFrame

javax.swing.JFrame m_PackageManagerFrame

m_Plots

java.util.Vector<E> m_Plots

m_ROCs

java.util.Vector<E> m_ROCs

m_TreeVisualizers

java.util.Vector<E> m_TreeVisualizers

m_GraphVisualizers

java.util.Vector<E> m_GraphVisualizers

m_BoundaryVisualizerFrame

javax.swing.JFrame m_BoundaryVisualizerFrame

m_SystemInfoFrame

javax.swing.JFrame m_SystemInfoFrame

m_MemoryUsageFrame

javax.swing.JFrame m_MemoryUsageFrame

m_weka

java.awt.Image m_weka

m_FileChooserTreeVisualizer

javax.swing.JFileChooser m_FileChooserTreeVisualizer

m_FileChooserGraphVisualizer

javax.swing.JFileChooser m_FileChooserGraphVisualizer

m_FileChooserPlot

javax.swing.JFileChooser m_FileChooserPlot

m_FileChooserROC

javax.swing.JFileChooser m_FileChooserROC

m_Icon

java.awt.Image m_Icon

m_ChildFrames

java.util.HashSet<E> m_ChildFrames

Class weka.gui.GUIChooser.ChildFrameSDI extends javax.swing.JFrame implements Serializable

serialVersionUID: 8588293938686425618L

Serialized Fields

m_Parent

GUIChooser m_Parent

Class weka.gui.HierarchyPropertyParser extends java.lang.Object implements Serializable

serialVersionUID: -4151103338506077544L

Serialized Fields

m_Root

weka.gui.HierarchyPropertyParser.TreeNode m_Root

m_Current

weka.gui.HierarchyPropertyParser.TreeNode m_Current

m_Seperator

java.lang.String m_Seperator

m_Depth

int m_Depth

Class weka.gui.InstancesSummaryPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5243579535296681063L

Serialized Fields

m_RelationNameLab

javax.swing.JLabel m_RelationNameLab

m_NumInstancesLab

javax.swing.JLabel m_NumInstancesLab

m_NumAttributesLab

javax.swing.JLabel m_NumAttributesLab

m_sumOfWeightsLab

javax.swing.JLabel m_sumOfWeightsLab

m_Instances

Instances m_Instances

m_showZeroInstancesAsUnknown

boolean m_showZeroInstancesAsUnknown

Class weka.gui.ListSelectorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 906147926840288895L

Serialized Fields

m_SelectBut

javax.swing.JButton m_SelectBut

m_CancelBut

javax.swing.JButton m_CancelBut

m_PatternBut

javax.swing.JButton m_PatternBut

m_List

javax.swing.JList m_List

m_Result

int m_Result

m_PatternRegEx

java.lang.String m_PatternRegEx

Class weka.gui.LogPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -4072464549112439484L

Serialized Fields

m_StatusLab

javax.swing.JLabel m_StatusLab

m_LogText

javax.swing.JTextArea m_LogText

m_logButton

javax.swing.JButton m_logButton

m_First

boolean m_First

m_TaskMonitor

WekaTaskMonitor m_TaskMonitor

Class weka.gui.LogWindow extends javax.swing.JFrame implements Serializable

serialVersionUID: 5650947361381061112L

Serialized Fields

m_UseWordwrap

boolean m_UseWordwrap

m_Output

javax.swing.JTextPane m_Output

m_ButtonClear

javax.swing.JButton m_ButtonClear

m_ButtonClose

javax.swing.JButton m_ButtonClose

m_LabelCurrentSize

javax.swing.JLabel m_LabelCurrentSize

m_SpinnerMaxSize

javax.swing.JSpinner m_SpinnerMaxSize

m_CheckBoxWordwrap

javax.swing.JCheckBox m_CheckBoxWordwrap

Class weka.gui.Main extends javax.swing.JFrame implements Serializable

serialVersionUID: 1453813254824253849L

Serialized Fields

m_Self

Main m_Self

m_GUIType

int m_GUIType

m_ChildFrames

java.util.HashSet<E> m_ChildFrames

m_FileChooserTreeVisualizer

javax.swing.JFileChooser m_FileChooserTreeVisualizer

m_FileChooserGraphVisualizer

javax.swing.JFileChooser m_FileChooserGraphVisualizer

m_FileChooserPlot

javax.swing.JFileChooser m_FileChooserPlot

m_FileChooserROC

javax.swing.JFileChooser m_FileChooserROC

jMenuHelp

javax.swing.JMenu jMenuHelp

jMenuVisualization

javax.swing.JMenu jMenuVisualization

jMenuTools

javax.swing.JMenu jMenuTools

jDesktopPane

javax.swing.JDesktopPane jDesktopPane

jMenuApplications

javax.swing.JMenu jMenuApplications

jMenuItemHelpSystemInfo

javax.swing.JMenuItem jMenuItemHelpSystemInfo

jMenuItemHelpAbout

javax.swing.JMenuItem jMenuItemHelpAbout

jMenuItemHelpHomepage

javax.swing.JMenuItem jMenuItemHelpHomepage

jMenuItemHelpWekaWiki

javax.swing.JMenuItem jMenuItemHelpWekaWiki

jMenuItemHelpWekaDoc

javax.swing.JMenuItem jMenuItemHelpWekaDoc

jMenuItemHelpSourceforge

javax.swing.JMenuItem jMenuItemHelpSourceforge

jMenuItemVisualizationBoundaryVisualizer

javax.swing.JMenuItem jMenuItemVisualizationBoundaryVisualizer

jMenuItemVisualizationGraphVisualizer

javax.swing.JMenuItem jMenuItemVisualizationGraphVisualizer

jMenuItemVisualizationTreeVisualizer

javax.swing.JMenuItem jMenuItemVisualizationTreeVisualizer

jMenuItemVisualizationROC

javax.swing.JMenuItem jMenuItemVisualizationROC

jMenuItemVisualizationPlot

javax.swing.JMenuItem jMenuItemVisualizationPlot

jMenuItemToolsEnsembleLibrary

javax.swing.JMenuItem jMenuItemToolsEnsembleLibrary

jMenuItemToolsSqlViewer

javax.swing.JMenuItem jMenuItemToolsSqlViewer

jMenuItemToolsGroovyConsole

javax.swing.JMenuItem jMenuItemToolsGroovyConsole

jMenuItemToolsJythonConsole

javax.swing.JMenuItem jMenuItemToolsJythonConsole

jMenuItemToolsArffViewer

javax.swing.JMenuItem jMenuItemToolsArffViewer

jMenuItemApplicationsSimpleCLI

javax.swing.JMenuItem jMenuItemApplicationsSimpleCLI

jMenuItemApplicationsKnowledgeFlow

javax.swing.JMenuItem jMenuItemApplicationsKnowledgeFlow

jMenuItemApplicationsExperimenter

javax.swing.JMenuItem jMenuItemApplicationsExperimenter

jMenuItemApplicationsExplorer

javax.swing.JMenuItem jMenuItemApplicationsExplorer

jMenuItemProgramExit

javax.swing.JMenuItem jMenuItemProgramExit

jMenuItemProgramLogWindow

javax.swing.JMenuItem jMenuItemProgramLogWindow

jMenuItemProgramMemoryUsage

javax.swing.JMenuItem jMenuItemProgramMemoryUsage

jMenuItemProgramPreferences

javax.swing.JMenuItem jMenuItemProgramPreferences

jMenuProgram

javax.swing.JMenu jMenuProgram

jMenuExtensions

javax.swing.JMenu jMenuExtensions

jMenuWindows

javax.swing.JMenu jMenuWindows

jMenuBar

javax.swing.JMenuBar jMenuBar

Class weka.gui.Main.BackgroundDesktopPane extends javax.swing.JDesktopPane implements Serializable

serialVersionUID: 2046713123452402745L

Serialized Fields

m_Background

java.awt.Image m_Background

Class weka.gui.Main.ChildFrameMDI extends javax.swing.JInternalFrame implements Serializable

serialVersionUID: 3772573515346899959L

Serialized Fields

m_Parent

Main m_Parent

Class weka.gui.Main.ChildFrameSDI extends javax.swing.JFrame implements Serializable

serialVersionUID: 8588293938686425618L

Serialized Fields

m_Parent

Main m_Parent

Class weka.gui.MemoryUsagePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -4812319791687471721L

Serialized Fields

m_History

java.util.Vector<E> m_History

m_Memory

Memory m_Memory

m_Monitor

MemoryUsagePanel.MemoryMonitor m_Monitor

m_ButtonGC

javax.swing.JButton m_ButtonGC

m_Percentages

java.util.Vector<E> m_Percentages

m_Colors

java.util.Hashtable<K,V> m_Colors

m_DefaultColor

java.awt.Color m_DefaultColor

m_BackgroundColor

java.awt.Color m_BackgroundColor

m_FrameLocation

java.awt.Point m_FrameLocation

Class weka.gui.PackageManager extends javax.swing.JPanel implements Serializable

serialVersionUID: -7463821313750352385L

Serialized Fields

m_table

javax.swing.JTable m_table

m_splitP

javax.swing.JSplitPane m_splitP

m_infoPane

javax.swing.JEditorPane m_infoPane

m_installedBut

javax.swing.JRadioButton m_installedBut

m_availableBut

javax.swing.JRadioButton m_availableBut

m_allBut

javax.swing.JRadioButton m_allBut

m_installBut

javax.swing.JButton m_installBut

m_forceBut

javax.swing.JCheckBox m_forceBut

m_uninstallBut

javax.swing.JButton m_uninstallBut

m_refreshCacheBut

javax.swing.JButton m_refreshCacheBut

m_progress

javax.swing.JProgressBar m_progress

m_detailLabel

javax.swing.JLabel m_detailLabel

m_backB

javax.swing.JButton m_backB

m_browserHistory

java.util.LinkedList<E> m_browserHistory

m_homeB

javax.swing.JButton m_homeB

m_browserTools

javax.swing.JToolBar m_browserTools

m_newPackagesAvailableL

javax.swing.JLabel m_newPackagesAvailableL

m_model

javax.swing.table.DefaultTableModel m_model

m_packageLookupInfo

java.util.Map<K,V> m_packageLookupInfo

m_allPackages

java.util.List<E> m_allPackages

m_installedPackages

java.util.List<E> m_installedPackages

m_availablePackages

java.util.List<E> m_availablePackages

m_sortColumn

int m_sortColumn

m_reverseSort

boolean m_reverseSort

m_unofficialBut

javax.swing.JButton m_unofficialBut

m_unofficialChooser

FileEnvironmentField m_unofficialChooser

m_unofficialFrame

javax.swing.JFrame m_unofficialFrame

m_packageComparator

java.util.Comparator<T> m_packageComparator

m_installing

boolean m_installing

m_cacheEstablished

boolean m_cacheEstablished

m_cacheRefreshInProgress

boolean m_cacheRefreshInProgress

Class weka.gui.PackageManager.ComboBoxEditor extends javax.swing.DefaultCellEditor implements Serializable

Class weka.gui.PropertyDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -2314850859392433539L

Serialized Fields

m_Editor

java.beans.PropertyEditor m_Editor

m_EditorComponent

java.awt.Component m_EditorComponent

Class weka.gui.PropertyPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 5370025273466728904L

Serialized Fields

m_Editor

java.beans.PropertyEditor m_Editor

m_PD

PropertyDialog m_PD

m_HasCustomPanel

boolean m_HasCustomPanel

m_CustomPanel

javax.swing.JPanel m_CustomPanel

Class weka.gui.PropertySelectorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -3155058124137930518L

Serialized Fields

m_SelectBut

javax.swing.JButton m_SelectBut

m_CancelBut

javax.swing.JButton m_CancelBut

m_Root

javax.swing.tree.DefaultMutableTreeNode m_Root

m_RootObject

java.lang.Object m_RootObject

m_Result

int m_Result

m_ResultPath

java.lang.Object[] m_ResultPath

m_Tree

javax.swing.JTree m_Tree

Class weka.gui.PropertySheetPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8939835593429918345L

Serialized Fields

m_Target

java.lang.Object m_Target

m_Customizer

GOECustomizer m_Customizer

m_Properties

java.beans.PropertyDescriptor[] m_Properties

m_Methods

java.beans.MethodDescriptor[] m_Methods

m_Editors

java.beans.PropertyEditor[] m_Editors

m_Values

java.lang.Object[] m_Values

m_Views

javax.swing.JComponent[] m_Views

m_Labels

javax.swing.JLabel[] m_Labels

m_TipTexts

java.lang.String[] m_TipTexts

m_HelpText

java.lang.StringBuffer m_HelpText

m_HelpDialog

javax.swing.JDialog m_HelpDialog

m_CapabilitiesDialog

PropertySheetPanel.CapabilitiesHelpDialog m_CapabilitiesDialog

m_HelpBut

javax.swing.JButton m_HelpBut

m_CapabilitiesBut

javax.swing.JButton m_CapabilitiesBut

m_CapabilitiesText

javax.swing.JTextArea m_CapabilitiesText

m_NumEditable

int m_NumEditable

m_aboutPanel

javax.swing.JPanel m_aboutPanel

support

java.beans.PropertyChangeSupport support

Class weka.gui.PropertySheetPanel.CapabilitiesHelpDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -1404770987103289858L

Serialized Fields

m_Self

PropertySheetPanel.CapabilitiesHelpDialog m_Self

Class weka.gui.ResultHistoryPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 4297069440135326829L

Serialized Fields

m_SingleText

javax.swing.text.JTextComponent m_SingleText

m_SingleName

java.lang.String m_SingleName

m_Model

javax.swing.DefaultListModel m_Model

m_List

javax.swing.JList m_List

m_Results

java.util.Hashtable<K,V> m_Results

m_FramedOutput

java.util.Hashtable<K,V> m_FramedOutput

m_Objs

java.util.Hashtable<K,V> m_Objs

m_HandleRightClicks

boolean m_HandleRightClicks

m_Printer

PrintableComponent m_Printer

Class weka.gui.ResultHistoryPanel.RKeyAdapter extends java.awt.event.KeyAdapter implements Serializable

serialVersionUID: -8675332541861828079L

Class weka.gui.ResultHistoryPanel.RMouseAdapter extends java.awt.event.MouseAdapter implements Serializable

serialVersionUID: -8991922650552358669L

Class weka.gui.SetInstancesPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -384804041420453735L

Serialized Fields

m_OpenFileBut

javax.swing.JButton m_OpenFileBut

m_OpenURLBut

javax.swing.JButton m_OpenURLBut

m_CloseBut

javax.swing.JButton m_CloseBut

m_Summary

InstancesSummaryPanel m_Summary

m_ClassLabel

javax.swing.JLabel m_ClassLabel

m_ClassComboBox

javax.swing.JComboBox m_ClassComboBox

m_FileChooser

ConverterFileChooser m_FileChooser

m_LastURL

java.lang.String m_LastURL

m_IOThread

java.lang.Thread m_IOThread

m_Support

java.beans.PropertyChangeSupport m_Support

m_Instances

Instances m_Instances

m_Loader

Loader m_Loader

m_ParentFrame

javax.swing.JFrame m_ParentFrame

m_CloseButPanel

javax.swing.JPanel m_CloseButPanel

m_readIncrementally

boolean m_readIncrementally

m_showZeroInstancesAsUnknown

boolean m_showZeroInstancesAsUnknown

m_showClassComboBox

boolean m_showClassComboBox

Class weka.gui.SimpleCLI extends javax.swing.JFrame implements Serializable

serialVersionUID: -50661410800566036L

Class weka.gui.SimpleCLIPanel extends ScriptingPanel implements Serializable

serialVersionUID: 1089039734615114942L

Serialized Fields

m_OutputArea

javax.swing.JTextPane m_OutputArea

m_Input

javax.swing.JTextField m_Input

m_CommandHistory

java.util.Vector<E> m_CommandHistory

m_HistoryPos

int m_HistoryPos

m_RunThread

java.lang.Thread m_RunThread

m_Completion

SimpleCLIPanel.CommandlineCompletion m_Completion

Class weka.gui.SortedTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 4030907921461127548L

Serialized Fields

mModel

javax.swing.table.TableModel mModel

mIndices

int[] mIndices

mSortColumn

int mSortColumn

mAscending

boolean mAscending

Class weka.gui.SplashWindow extends java.awt.Window implements Serializable

serialVersionUID: -2685134277041307795L

Serialized Fields

image

java.awt.Image image

paintCalled

boolean paintCalled

Class weka.gui.ViewerDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 6747718484736047752L

Serialized Fields

m_Result

int m_Result

m_OkButton

javax.swing.JButton m_OkButton

m_CancelButton

javax.swing.JButton m_CancelButton

m_UndoButton

javax.swing.JButton m_UndoButton

m_ArffPanel

ArffPanel m_ArffPanel

Class weka.gui.WekaTaskMonitor extends javax.swing.JPanel implements Serializable

serialVersionUID: 508309816292197578L

Serialized Fields

m_ActiveTasks

int m_ActiveTasks

m_MonitorLabel

javax.swing.JLabel m_MonitorLabel

m_iconStationary

javax.swing.ImageIcon m_iconStationary

m_iconAnimated

javax.swing.ImageIcon m_iconAnimated

m_animating

boolean m_animating

Package weka.gui.ensembleLibraryEditor

Class weka.gui.ensembleLibraryEditor.AddModelsPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 4874639416371962573L

Serialized Fields

m_ListModelsPanel

ListModelsPanel m_ListModelsPanel
This is a reference to the main gui object that is responsible for displaying the model library. This panel will add models to the main panel through methods in this object.


m_Tree

javax.swing.JTree m_Tree
The JTree that will display the classifier options available in the currently select3ed model type


m_TreeModel

javax.swing.tree.DefaultTreeModel m_TreeModel
The tree model that will be used to add and remove nodes from the currently selected model type


m_GenerateButton

javax.swing.JButton m_GenerateButton
This button will allow users to generate a group of models from the currently selected classifer options in the m_Tree object.


m_GenerateLabel

javax.swing.JLabel m_GenerateLabel
This will display messages associated with model generation. Currently the number of models generated and the number of them that had errors.


m_RemoveSelectedButton

javax.swing.JButton m_RemoveSelectedButton
This button will allow users to remove all of the models currently selected in the m_ModeList object


m_RemoveInvalidButton

javax.swing.JButton m_RemoveInvalidButton
This button will remove all of the models that had errors during model generation.


m_AddSelectedButton

javax.swing.JButton m_AddSelectedButton
This button will add all of the models that had are currently selected in the model list.


m_AddAllButton

javax.swing.JButton m_AddAllButton
This button will allow users to add all models currently in the model list to the model library in the ListModelsPanel. Note that this operation will exclude any models that had errors


m_ModelList

ModelList m_ModelList
This object will store all of the model sets generated from the m_Tree. The ModelList class is a custom class in weka.gui that knows how to display library model objects in a JList


m_TreeView

javax.swing.JScrollPane m_TreeView
the scroll pane holding our classifer parameters

Class weka.gui.ensembleLibraryEditor.DefaultModelsPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -6123488873592563339L

Serialized Fields

EXCLUDE_OPTIONS

java.lang.String[] EXCLUDE_OPTIONS
options to exclude


m_DefaultFileNames

java.lang.String[] m_DefaultFileNames
an array of libray files to be used in populating the default list comboBox


m_LargeFileSizeModels

java.lang.String[] m_LargeFileSizeModels
an array of model Strings that should be excluded if the file size option is selected


m_LargeTrainTimeModels

java.lang.String[] m_LargeTrainTimeModels
an array of model Strings that should be excluded if the train time option is selected


m_LargeTestTimeModels

java.lang.String[] m_LargeTestTimeModels
an array of model Strings that should be excluded if the test time option is selected


m_ExcludeModelsComboBox

javax.swing.JComboBox m_ExcludeModelsComboBox
this is a combo box that will allow the user to select which set of models to remove from the list


m_ExcludeModelsButton

javax.swing.JButton m_ExcludeModelsButton
this is a button that will allow the user to select which set of models to remove from the list


m_DefaultFilesComboBox

javax.swing.JComboBox m_DefaultFilesComboBox
this is a combo box that will allow the user to select the default model file


m_RefreshButton

javax.swing.JButton m_RefreshButton
allows the user to reload the default set


m_ModelList

ModelList m_ModelList
This object will store all of the models that can be selected from the default list. The ModelList class is a custom class in weka.gui that knows how to display library model objects in a JList


m_RemoveSelectedButton

javax.swing.JButton m_RemoveSelectedButton
This button allows the user to remove all the models currently selected in the model List from those that will be added


m_AddAllButton

javax.swing.JButton m_AddAllButton
This button allows the user to add all the in the current working default set to the library


m_AddSelectedButton

javax.swing.JButton m_AddSelectedButton
This button allows the user to add all the models currently selected to the current set of models in this library, after this is selected it should also send the user back to the main interface


m_ListModelsPanel

ListModelsPanel m_ListModelsPanel
This is a reference to the main gui object that is responsible for displaying the model library. This panel will add models to the main panel through methods in this object.


m_ListUpdatePending

boolean m_ListUpdatePending
whether an update is pending

Class weka.gui.ensembleLibraryEditor.ListModelsPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -1986253077944432252L

Serialized Fields

m_Library

EnsembleLibrary m_Library
The library being edited


m_RemoveSelectedButton

javax.swing.JButton m_RemoveSelectedButton
The button for removing selected models


m_OpenModelFileButton

javax.swing.JButton m_OpenModelFileButton
The button for opening a model list from a file


m_SaveModelFileButton

javax.swing.JButton m_SaveModelFileButton
The button for saving a model list to a file


m_ModelList

ModelList m_ModelList
The ModelList object that displays all currently selected models


m_modelListChooser

javax.swing.JFileChooser m_modelListChooser
The file chooser for the user to select model list files to save and load

Class weka.gui.ensembleLibraryEditor.LoadModelsPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -6961209378227736515L

Serialized Fields

m_ListModelsPanel

ListModelsPanel m_ListModelsPanel
This is a reference to the main gui object that is responsible for displaying the model library. This panel will add models to the main panel through methods in this object.


m_LoadingLabel

javax.swing.JLabel m_LoadingLabel
This will display messages associated with model loading. Currently the number of models found and the number of data sets.


m_DirectoryLabel

javax.swing.JLabel m_DirectoryLabel
This will display the current working Directory of the Ensemble Library.


m_RefreshListButton

javax.swing.JButton m_RefreshListButton
This button will refresh the model list currently displayed in the case that either the working directory changed or the models stored in it changed.


m_RemoveSelectedButton

javax.swing.JButton m_RemoveSelectedButton
This button will allow users to remove all of the models currently selected in the m_ModeList object


m_AddAllButton

javax.swing.JButton m_AddAllButton
This button will allow users to add all models currently in the model list to the model library in the ListModelsPanel. Note that this operation will exclude any models that had errors


m_AddSelectedButton

javax.swing.JButton m_AddSelectedButton
This button will add all of the models that had are currently selected in the model list.


m_ModelList

ModelList m_ModelList
This object will store all of the models that were found in the library's current working directory. The ModelList class is JList list = new JList(listModel); a custom class in weka.gui that knows how to display library model objects in a JList


m_Library

EnsembleSelectionLibrary m_Library
A reference to the main library object so that we can get the current working Directory.


m_EnsembleLibraryEditor

EnsembleSelectionLibraryEditor m_EnsembleLibraryEditor
A reference to the libary editor that contains this panel so that we can see if we're selected or not.


m_workingDirectoryChanged

boolean m_workingDirectoryChanged

Class weka.gui.ensembleLibraryEditor.ModelList extends javax.swing.JList implements Serializable

serialVersionUID: -421567241792939539L

Class weka.gui.ensembleLibraryEditor.ModelList.ModelListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

serialVersionUID: -7061163240718897794L

Class weka.gui.ensembleLibraryEditor.ModelList.SortedListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: -8334675481243839371L

Serialized Fields

m_Models

java.util.SortedSet<E> m_Models
Define a SortedSet


Package weka.gui.ensembleLibraryEditor.tree

Class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 727140674668443817L

Serialized Fields

m_Selected

boolean m_Selected
tracks whether this node is currently selected as a model parameter


m_ToolTipText

java.lang.String m_ToolTipText
the tip text for our node editor to display

Class weka.gui.ensembleLibraryEditor.tree.CheckBoxNodeEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -1506685976284982111L

Serialized Fields

m_SelectedCheckBox

javax.swing.JCheckBox m_SelectedCheckBox
the checkbox the user will interact with


m_Label

javax.swing.JLabel m_Label
the label that will display the name of this parameter value


textForeground

java.awt.Color textForeground
colors we'll use


textBackground

java.awt.Color textBackground
colors we'll use


m_Node

CheckBoxNode m_Node
a reference to the node this editor represents

Class weka.gui.ensembleLibraryEditor.tree.DefaultNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: -2182147677358461880L

Serialized Fields

m_Name

java.lang.String m_Name
the name of this node


m_ToolTipText

java.lang.String m_ToolTipText
the tip text for our node editor to display


m_PropertyEditor

java.beans.PropertyEditor m_PropertyEditor
The default PropertyEditor that was supplied for this node

Class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 688096727663132485L

Serialized Fields

m_Properties

java.beans.PropertyDescriptor[] m_Properties
Holds properties of the target


m_UsedPropertyIndexes

java.util.Vector<E> m_UsedPropertyIndexes
this tracks which indexes of the m_Properties


m_Methods

java.beans.MethodDescriptor[] m_Methods
Holds the methods of the target


m_Editors

java.beans.PropertyEditor[] m_Editors
Holds property editors of the object


m_Values

java.lang.Object[] m_Values
Holds current object values for each property


m_Names

java.lang.String[] m_Names
The labels for each property


m_TipTexts

java.lang.String[] m_TipTexts
The tool tip text for each property


m_HelpText

java.lang.StringBuffer m_HelpText
StringBuffer containing help text for the object being edited


m_GenericObjectEditor

GenericObjectEditor m_GenericObjectEditor
the GenericObjectEditor that was supplied for this node


m_WorkingSetCombinations

java.util.Vector<E> m_WorkingSetCombinations
this Vector stores all of the possible combinations of parameters that it obtains from its child nodes. These combinations are created by the recursive combineAllValues method


m_ToolTipText

java.lang.String m_ToolTipText
the tip text for our node editor to display


m_TreeModel

javax.swing.tree.DefaultTreeModel m_TreeModel
a reference to the tree model is necessary to be able to add and remove nodes in the tree


m_Tree

javax.swing.JTree m_Tree
this is a reference to the Tree object that this node is contained within. Its required for this node to be able to add/remove nodes from the JTree


m_ParentPanel

AddModelsPanel m_ParentPanel
This is a reference to the parent panel of the JTree so that we can supply it as the required argument when supplying warning JDialog messages

Class weka.gui.ensembleLibraryEditor.tree.GenericObjectNodeEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: -2382339640932830323L

Serialized Fields

m_GenericObjectEditor

GenericObjectEditor m_GenericObjectEditor
a reference to the GenericObjectEditor for this node


m_Label

javax.swing.JLabel m_Label
the label that will display the node object type


m_ChooseClassButton

javax.swing.JButton m_ChooseClassButton
the button that will create the JPopupMenu to choose the object type


m_MoreInfoButton

javax.swing.JButton m_MoreInfoButton
Button to pop up the full help text in a separate frame


m_HelpFrame

javax.swing.JFrame m_HelpFrame
Help frame


m_propertyChangeSupport

java.beans.PropertyChangeSupport m_propertyChangeSupport
a propertyChangeSupportListener to inform the TreeNodeEditor when we stop editing - needs to be done manually for that popup


textForeground

java.awt.Color textForeground
the colors


textBackground

java.awt.Color textBackground
the colors


m_Node

GenericObjectNode m_Node
A reference to the node


m_popup

javax.swing.JPopupMenu m_popup
the popup menu to show the node parameter GUI

Class weka.gui.ensembleLibraryEditor.tree.InvalidInputException extends java.lang.Exception implements Serializable

serialVersionUID: 9192136737177003882L

Class weka.gui.ensembleLibraryEditor.tree.ModelTreeNodeEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 7057924814405386358L

Serialized Fields

m_Tree

javax.swing.JTree m_Tree
This is the underlying tree holding all our parameter nodes in the GUI.

Class weka.gui.ensembleLibraryEditor.tree.NumberClassNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: -4896867049872120453L

Class weka.gui.ensembleLibraryEditor.tree.NumberNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: -2505599954089243851L

Serialized Fields

m_Name

java.lang.String m_Name
the name of the node to be displayed


m_IteratorType

int m_IteratorType
the iterator type, NOT_ITERATOR, TIMES_EQUAL, or PLUS_EQUAL


m_Checkable

boolean m_Checkable
this stores whether or not this node should have a checkbox


m_Selected

boolean m_Selected
this stores the node's selected state


m_ToolTipText

java.lang.String m_ToolTipText
the node's tipText

Class weka.gui.ensembleLibraryEditor.tree.NumberNodeEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 3486848815982334460L

Serialized Fields

m_IteratorButton

javax.swing.JButton m_IteratorButton
the button that toggles the type of iterator that this node represents


m_NumberField

javax.swing.JFormattedTextField m_NumberField
the textField that allows editing of the number value


m_SelectedCheckBox

javax.swing.JCheckBox m_SelectedCheckBox
the checkBox that allows thi snode to be selected/unselected


m_Label

javax.swing.JLabel m_Label
the label that prints the name of this node


textForeground

java.awt.Color textForeground
the colors to use


textBackground

java.awt.Color textBackground
the colors to use


m_Node

NumberNode m_Node
a reference to the node this editor is rendering

Class weka.gui.ensembleLibraryEditor.tree.PropertyNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 8179038568780212829L

Serialized Fields

m_ParentPanel

AddModelsPanel m_ParentPanel
this is a reference to the parent panel of the JTree which is needed to display correctly anchored JDialogs


m_Name

java.lang.String m_Name
the name of the node to be displayed


m_ToolTipText

java.lang.String m_ToolTipText
the node's tip text


m_PropertyEditor

java.beans.PropertyEditor m_PropertyEditor
The propertyEditor created for the node, this is very useful in figuring out exactly waht kind of child editor nodes to create


m_TreeModel

javax.swing.tree.DefaultTreeModel m_TreeModel
a reference to the tree model is necessary to be able to add and remove nodes in the tree


m_Tree

javax.swing.JTree m_Tree
a reference to the tree