- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.AddModelsPanel
-
This will support the button triggered events for this panel.
- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
Deals with user input to the various buttons in this GUI
- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.ListModelsPanel
-
This handles all of the button events.
- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.LoadModelsPanel
-
This will support the button triggered events for this panel.
- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNodeEditor
-
This implements the action listener for the buttons in this editor, If
they hit the choose class button then the popup menu for choosing the
generic object ype is created.
- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.tree.ModelTreeNodeEditor
-
The item Listener that gets registered with all node editors that
have a widget that had actionPerformed events.
- actionPerformed(ActionEvent) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNodeEditor
-
This is the actionListener that while handle events from the JButton that
specifies the type of iterator.
- add(Object) - Method in class weka.gui.ensembleLibraryEditor.ModelList.SortedListModel
-
- addAll(Object[]) - Method in class weka.gui.ensembleLibraryEditor.ModelList.SortedListModel
-
- addEditorNodes(String, String) - Method in class weka.gui.ensembleLibraryEditor.tree.PropertyNode
-
This method figures out what kind of parameter type this node
represents and then creates the appropriate set of child nodes
for editing.
- addModel(EnsembleLibraryModel) - Method in class weka.classifiers.EnsembleLibrary
-
adds a LibraryModel to the Library
- addModel(String) - Method in class weka.classifiers.EnsembleLibrary
-
adds a LibraryModel to the Library
- addModel(EnsembleLibraryModel) - Method in class weka.gui.ensembleLibraryEditor.ListModelsPanel
-
Adds a model to the current library
- AddModelsPanel - Class in weka.gui.ensembleLibraryEditor
-
The purpose of this class is to create a user interface that will
provide an intuitive method of building "playlists" of weka
classifiers to be trained.
- AddModelsPanel(ListModelsPanel) - Constructor for class weka.gui.ensembleLibraryEditor.AddModelsPanel
-
This constructor simply stores the reference to the
ListModelsPanel and builf the user interface.
- addNumbers(Number, Number) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
adds two objects that are instances of one of the child classes of
java.lang.Number
- addPropertyChangeListener(PropertyChangeListener) - Method in class weka.classifiers.EnsembleLibrary
-
Adds an object to the list of those that wish to be informed when the
library changes.
- addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.EnsembleLibraryEditor
-
Adds an object to the list of those that wish to be informed when the
library changes.
- addWorkingDirectoryListener(PropertyChangeListener) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Adds an object to the list of those that wish to be informed when the
eotking directory changes.
- ALGORITHM_BACKWARD - Static variable in class weka.classifiers.meta.EnsembleSelection
-
- ALGORITHM_BEST - Static variable in class weka.classifiers.meta.EnsembleSelection
-
- ALGORITHM_BUILD_LIBRARY - Static variable in class weka.classifiers.meta.EnsembleSelection
-
- ALGORITHM_FORWARD - Static variable in class weka.classifiers.meta.EnsembleSelection
-
The "enumeration" of the algorithms we can use.
- ALGORITHM_FORWARD_BACKWARD - Static variable in class weka.classifiers.meta.EnsembleSelection
-
- algorithmTipText() - Method in class weka.classifiers.meta.EnsembleSelection
-
Returns the tip text for this property
- applyFileSizeFilters() - Method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
Removes models from the list that fit the regular expressions
defining models that have large file sizes
- applyFilters(Pattern[]) - Method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
This is the code common to the previous three methods.
- applyTestTimeFilters() - Method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
Removes models from the list that fit the regular expressions
defining models that have large test times
- applyTrainTimeFilters() - Method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
Removes models from the list that fit the regular expressions
defining models that have large train times
- GenericObjectNode - Class in weka.gui.ensembleLibraryEditor.tree
-
This class is responsible for allowing users to choose an object that
was provided with a GenericObjectEditor.
- GenericObjectNode(AddModelsPanel, Object, GenericObjectEditor, String) - Constructor for class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
The constructor initialiazes the member variables of this node,
Note that the "value" of this generic object is stored as the treeNode
user object.
- GenericObjectNodeEditor - Class in weka.gui.ensembleLibraryEditor.tree
-
This class creates a simple user interface for selecting the Generic
Object Type.
- GenericObjectNodeEditor(GenericObjectNode) - Constructor for class weka.gui.ensembleLibraryEditor.tree.GenericObjectNodeEditor
-
The constructor builds initializes the various member values from the
node
- getAlgorithm() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets the algorithm
- getAllValues() - Method in class weka.gui.ensembleLibraryEditor.tree.PropertyNode
-
This method gets the range of values as specified by the
child editor nodes.
- getAsText() - Method in class weka.gui.EnsembleLibraryEditor
-
Some objects can be represented as text, but a library cannot.
- getAveragePrediction(Instance) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Returns the average of the prediction of the models across all folds.
- getCapabilities() - Method in class weka.classifiers.meta.EnsembleSelection
-
We return true for basically everything except for Missing class values,
because we can't really answer for all the models in our library.
- getCellEditorValue() - Method in class weka.gui.ensembleLibraryEditor.tree.ModelTreeNodeEditor
-
I'm supposed to implemnent this as part of the TreeCellEDitor
interface.
- getCheckable() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
returns whether or not this node can be toggled on and off
- getChecksum() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
get the checksum
- getClassifier() - Method in class weka.classifiers.EnsembleLibraryModel
-
Returns the base classifier this library model represents.
- getCustomEditor() - Method in class weka.gui.EnsembleLibraryEditor
-
Gets a GUI component with which the user can edit the cost matrix.
- getCustomEditor() - Method in class weka.gui.EnsembleSelectionLibraryEditor
-
Gets a GUI component with which the user can edit the cost matrix.
- getDataDirectoryName(Instances) - Static method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Returns the unique name for the set of instances supplied.
- getDefaultRenderer(PropertyEditor) - Static method in class weka.gui.EnsembleLibraryEditor
-
This is a helper function that creates a renderer for Default Objects.
- getDefaultWorkingDirectory() - Static method in class weka.classifiers.meta.EnsembleSelection
-
This method tries to find a reasonable path name for the ensemble working
directory where models and files will be stored.
- getDescriptionText() - Method in class weka.classifiers.EnsembleLibraryModel
-
getter for the string representation
- getEditor() - Method in class weka.gui.ensembleLibraryEditor.tree.DefaultNode
-
this returns the property editor that was provided for this object.
- getEditor() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
A getter for the GenericObjectEditor for this node
- getEditorValue(Object) - Static method in class weka.gui.EnsembleLibraryEditor
-
This method handles the different object editor types in weka to obtain
their current values.
- getElementAt(int) - Method in class weka.gui.ensembleLibraryEditor.ModelList.SortedListModel
-
- getErrorText() - Method in class weka.classifiers.EnsembleLibraryModel
-
getter for the error text
- getFileName(String) - Static method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
The purpose of this method is to get an appropriate file name for a model
based on its string representation of a model.
- getFoldPrediction(Instance, int) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Returns prediction of the classifier for the specified fold.
- getFolds() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
get the number of folds
- getGreedySortInitialization() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of greedySortInitialization.
- getHelpText() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
getter for the tooltip text
- getHillclimbIterations() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets the number of hillclimbIterations.
- getHillclimbMetric() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets the hill climbing metric.
- getHillclimbPredictions() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
This method will get the predictions for all the models in the
ensemble library.
- getIndividualPerformance(Instances, int) - Method in class weka.classifiers.meta.ensembleSelection.ModelBag
-
Gets the individual performances of all the models in the bag.
- getInstancesChecksum(Instances) - Static method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
This method takes an Instances object and returns a checksum of its
toString method - that is the checksum of the .arff file that would
be created if the Instances object were transformed into an arff file
in the file system.
- getIteratorType() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
getter for this node's iteratorType which will be one of the three
enumerated values
- getJavaInitializationString() - Method in class weka.gui.EnsembleLibraryEditor
-
Returns the Java code that generates an object the same as the one being
edited.
- getLibrary() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets the ensemble library.
- getLibrary() - Method in class weka.gui.ensembleLibraryEditor.ListModelsPanel
-
returns the current library
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class weka.gui.ensembleLibraryEditor.ModelList.ModelListRenderer
-
This is the only method necessary to overload.
- getMetric(Evaluation, int) - Static method in class weka.classifiers.meta.ensembleSelection.EnsembleMetricHelper
-
Given an Evaluation object and metric, call the appropriate function to get
the value for that metric and return it.
- getModelClass() - Method in class weka.classifiers.EnsembleLibraryModel
-
getter for the modelClass
- getModelListFile() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Gets the model list file that holds the list of models
in the ensemble library.
- getModelNames() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
This method will return a Set object containing all the
String representations of the models.
- getModelRatio() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of modelRatio.
- getModels() - Method in class weka.classifiers.EnsembleLibrary
-
getter for the set of models in this library
- getModels() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Returs the array of classifiers
- getModelWeights() - Method in class weka.classifiers.meta.ensembleSelection.ModelBag
-
returns the model weights
- getName() - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
gets the name of the parameter value represented by this node
which is stored as the node's user object
- getName() - Method in class weka.gui.ensembleLibraryEditor.tree.DefaultNode
-
gets the name of the parameter value represented by this node
- getName() - Method in class weka.gui.ensembleLibraryEditor.tree.PropertyNode
-
getter for the name to be displayed for this node
- getNodeEditor() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
A getter for the GenericObjectNodeEditor for this node
- getNumberFormat() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
A helper method to figure out what number format should be used to
display the numbers value in a formatted text box.
- getNumFolds() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets the number of folds for the cross-validation.
- getNumModelBags() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets numModelBags.
- getObject() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
getter for this node's object
- getOneValue() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
figures out the class of this node's object and returns a new instance of
it initialized with the value of "1".
- getOptions() - Method in class weka.classifiers.EnsembleLibraryModel
-
getter for the classifier options
- getOptions() - Method in class weka.classifiers.meta.EnsembleSelection
-
Gets the current settings of the Classifier.
- getOptionsWereValid() - Method in class weka.classifiers.EnsembleLibraryModel
-
getter for the optionsWereValid member variable
- getPackageName() - Static method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
this bit of code grabs all of the .model.xml files located in
the ensemble selection package directory.
- getParentPanel() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
getter for the parent panel
- getPropertyEditor() - Method in class weka.gui.ensembleLibraryEditor.tree.PropertyNode
-
this returns the property editor that was provided for this object.
- getReplacement() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of replacement.
- getRevision() - Method in class weka.classifiers.EnsembleLibrary
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.EnsembleLibraryModel
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.EnsembleLibraryModelComparator
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleMetricHelper
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.meta.EnsembleSelection
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.meta.ensembleSelection.ModelBag
-
Returns the revision string.
- getSeed() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Get the seed
- getSelected() - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
getter for the node state
- getSelected() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
getter for the node selected state
- getSize() - Method in class weka.gui.ensembleLibraryEditor.ModelList.SortedListModel
-
- getSortInitializationRatio() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of sortInitializationRatio.
- getStringChecksum(String) - Static method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Gets a checksum for the string defining this classifier.
- getStringRepresentation() - Method in class weka.classifiers.EnsembleLibraryModel
-
getter for the string representation
- getTags() - Method in class weka.gui.EnsembleLibraryEditor
-
Some objects can return tags, but a cost matrix cannot.
- getTechnicalInformation() - Method in class weka.classifiers.meta.EnsembleSelection
-
Return the technical information.
- getText() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
returns the text to be displayed for this node
- getToolTipText() - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
getter for the tooltip text
- getToolTipText() - Method in class weka.gui.ensembleLibraryEditor.tree.DefaultNode
-
getter for the tooltip text
- getToolTipText() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
getter for the tooltip text
- getToolTipText() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
getter for the tooltip text
- getToolTipText() - Method in class weka.gui.ensembleLibraryEditor.tree.PropertyNode
-
getter for the tooltip text
- getTree() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
returns the current tree
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class weka.gui.ensembleLibraryEditor.tree.ModelTreeNodeEditor
-
This method uses the ModelTreeNodeRenderer class to get the individual
editors and then registers this classes editing event listeners with
them
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class weka.gui.ensembleLibraryEditor.tree.ModelTreeNodeRenderer
-
This is the method of this class that is responsible for figuring out how
to display each of the tree nodes.
- getTwoValue() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
figures out the class of this node's object and returns a new instance of
it initialized with the value of "2".
- getValidationPredictions() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
getter for validation predictions
- getValidationRatio() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
get validationRatio
- getValidationRatio() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of validationRatio.
- getValue() - Method in class weka.gui.EnsembleLibraryEditor
-
Gets the cost matrix that is being edited.
- getValue() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
getter for this node's object
- getValues() - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
This method iterates over all of the child nodes of this
GenericObjectNode and requests the verious sets of values that the
user has presumably specified.
- getVerboseOutput() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of verboseOutput.
- getWorkingDirectory() - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Gets the working Directory of the ensemble library.
- getWorkingDirectory() - Method in class weka.classifiers.meta.EnsembleSelection
-
Get the value of working directory.
- getZeroValue() - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
figures out the class of this node's object and returns a new instance of
it initialized with the value of "0".
- globalInfo() - Method in class weka.classifiers.meta.EnsembleSelection
-
Returns a string describing classifier
- greedySortInitializationTipText() - Method in class weka.classifiers.meta.EnsembleSelection
-
Returns the tip text for this property
- saveLibrary(File, EnsembleLibrary, JComponent) - Static method in class weka.classifiers.EnsembleLibrary
-
Saves the given library in the specified file.
- saveModel(String, EnsembleSelectionLibraryModel) - Static method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Saves the given model to the specified file.
- scale - Static variable in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
this defines the number of decimal places we care about, we arbitrarily
chose 7 thinking that anything beyond this is overkill
- setActionListener(ActionListener) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNodeEditor
-
This method provides a way for the ModelTreeNodeEditor to register an
actionListener with this editor.
- setAlgorithm(SelectedTag) - Method in class weka.classifiers.meta.EnsembleSelection
-
Sets the Algorithm to use
- setAsText(String) - Method in class weka.gui.EnsembleLibraryEditor
-
Some objects can be represented as text, but a library cannot.
- setBoxSelected(boolean) - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
sets whether the box is selected
- setChecksum(String) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
set the checksum
- setDebug(boolean) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Set debug flag for the library and all its models.
- setDebug(boolean) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
This is used to propagate the m_Debug flag of the EnsembleSelection
classifier to this class.
- setDescriptionText(String) - Method in class weka.classifiers.EnsembleLibraryModel
-
setter for the description text
- setErrorText(String) - Method in class weka.classifiers.EnsembleLibraryModel
-
setter for the error text
- setFileName(String) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Sets the .elm file name for this library model
- setFolds(int) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Set the number of folds for cross validation.
- setGreedySortInitialization(boolean) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of greedySortInitialization.
- setHillclimbIterations(int) - Method in class weka.classifiers.meta.EnsembleSelection
-
Sets the number of hillclimbIterations.
- setHillclimbMetric(SelectedTag) - Method in class weka.classifiers.meta.EnsembleSelection
-
Sets the hill climbing metric.
- setItemListener(ItemListener) - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNodeEditor
-
This method provides a way for the ModelTreeNodeEditor
to register an itemListener with this editor.
- setItemListener(ItemListener) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNodeEditor
-
This method provides a way for the ModelTreeNodeEditor to register an
itemListener with this editor.
- setIteratorType(int) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
setter for this nodes iteratorType which should be one of the three
enumerated values
- setLibrary(EnsembleSelectionLibrary) - Method in class weka.classifiers.meta.EnsembleSelection
-
Sets the ensemble library.
- setLibrary(EnsembleLibrary) - Method in class weka.gui.ensembleLibraryEditor.ListModelsPanel
-
this is necessay to set the Library object after initiialization
- setLibrary(EnsembleSelectionLibrary) - Method in class weka.gui.ensembleLibraryEditor.LoadModelsPanel
-
Sets the library to use
- setModelListFile(String) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Sets the model list file that holds the list of models
in the ensemble library.
- setModelRatio(double) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of modelRatio.
- setModels(TreeSet) - Method in class weka.classifiers.EnsembleLibrary
-
setter for the set of models in this library
- setName(String) - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
sets the name of the parameter value represented by this node
and stores it as the node's user object
- setNodeEditor(GenericObjectNodeEditor) - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
A setter for the GenericObjectNodeEditor for this node
- setNumFolds(int) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Set the number of folds for cross validation.
- setNumFolds(int) - Method in class weka.classifiers.meta.EnsembleSelection
-
Sets the number of folds for the cross-validation.
- setNumModelBags(int) - Method in class weka.classifiers.meta.EnsembleSelection
-
Sets numModelBags.
- setObject(Object) - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
setter for this nodes object
- setOptions(String[]) - Method in class weka.classifiers.meta.EnsembleSelection
-
- setOptionsWereValid(boolean) - Method in class weka.classifiers.EnsembleLibraryModel
-
setter for the optionsWereValid member variable
- setPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNodeEditor
-
Sets the prop change listener
- setPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNodeEditor
-
This method provides a way for the ModelTreeNodeEditor to register a
PropertyListener with this editor.
- setReplacement(boolean) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of replacement.
- setSeed(int) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Set the seed
- setSelected(boolean) - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
setter for the node state
- setSelected(boolean) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
setter for the node selected state
- setSortInitializationRatio(double) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of sortInitializationRatio.
- setTree(JTree) - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
It seems kind of dumb that the reference to the tree model is passed in
seperately - but know that this is actually necessary.
- setUserObject(Object) - Method in class weka.gui.ensembleLibraryEditor.tree.CheckBoxNode
-
this is a simple filter for the setUserObject method.
- setUserObject(Object) - Method in class weka.gui.ensembleLibraryEditor.tree.DefaultNode
-
this is a simple filter for the setUserObject method.
- setUserObject(Object) - Method in class weka.gui.ensembleLibraryEditor.tree.GenericObjectNode
-
this is a simple filter for the setUserObject method.
- setUserObject(Object) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
this is a simple filter for the setUserObject method.
- setValidationPredictions(double[][]) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
setter for validation predictions
- setValidationRatio(double) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Sets the validation-set ratio.
- setValidationRatio(double) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibraryModel
-
Sets the validation set ratio (only meaningful if folds == 1)
- setValidationRatio(double) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of validationRatio.
- setValue(Object) - Method in class weka.gui.EnsembleLibraryEditor
-
Sets the value of the Library to be edited.
- setValue(Number) - Method in class weka.gui.ensembleLibraryEditor.tree.NumberNode
-
setter for this nodes object
- setValue(Object) - Method in class weka.gui.EnsembleSelectionLibraryEditor
-
Sets the value of the Library to be edited.
- setVerboseOutput(boolean) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of verboseOutput.
- setWorkingDirectory(File) - Method in class weka.classifiers.meta.ensembleSelection.EnsembleSelectionLibrary
-
Sets the working Directory of the ensemble library.
- setWorkingDirectory(File) - Method in class weka.classifiers.meta.EnsembleSelection
-
Set the value of working directory.
- shuffle(Random) - Method in class weka.classifiers.meta.ensembleSelection.ModelBag
-
Shuffle the models.
- size() - Method in class weka.classifiers.EnsembleLibrary
-
Returns the number of models in the ensemble library
- SortedListModel() - Constructor for class weka.gui.ensembleLibraryEditor.ModelList.SortedListModel
-
default constructor
- sortInitializationRatioTipText() - Method in class weka.classifiers.meta.EnsembleSelection
-
Returns the tip text for this property
- sortInitialize(int, boolean, Instances, int) - Method in class weka.classifiers.meta.ensembleSelection.ModelBag
-
Sort initialize the bag.
- stateChanged(ChangeEvent) - Method in class weka.gui.ensembleLibraryEditor.DefaultModelsPanel
-
this listener event fires when the use switches back to this panel
it checks to se if the working directory has changed since they were
here last.
- stateChanged(ChangeEvent) - Method in class weka.gui.ensembleLibraryEditor.LoadModelsPanel
-
this listener event fires when the use switches back to this panel it
checks to se if the working directory has changed since they were here
last.
- supportsCustomEditor() - Method in class weka.gui.EnsembleLibraryEditor
-
Indicates whether the library can be edited in a GUI, which it can.