A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

absDev(int, Instances) - Static method in class weka.classifiers.m5.M5Utils
Returns the absolute deviation value of the instances values of an attribute
ACCEPT - Static variable in class weka.gui.treevisualizer.TreeDisplayEvent
States that the user has accepted the tree.
accept(File) - Method in class weka.gui.ExtensionFileFilter
Returns true if the supplied file should be accepted (i.e.
accept(File, String) - Method in class weka.gui.ExtensionFileFilter
Returns true if the file in the given directory with the given name should be accepted.
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.DatabaseResultListener
Submit the result to the appropriate table of the database
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.CSVResultListener
Just prints out each result as it is received.
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.InstancesResultListener
Collects each instance and adjusts the header information.
acceptResult(ResultProducer, Object[], Object[]) - Method in interface weka.experiment.ResultListener
Accepts results from a ResultProducer.
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.AveragingResultProducer
Accepts results from a ResultProducer.
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.DatabaseResultProducer
Accepts results from a ResultProducer.
actEntropy - Variable in class weka.classifiers.kstar.KStarWrapper
used/reused to hold the actual entropy
actionPerformed(ActionEvent) - Method in class weka.gui.SimpleCLI
Only gets called when return is pressed in the input area, which starts the command running.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.GeneratorPropertyIteratorPanel
Handles the various button clicking type activities.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.DatasetListPanel
Handle actions when buttons get pressed.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.RunPanel
Controls starting and stopping the experiment.
actionPerformed(ActionEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Performs the action associated with the ActionEvent.
actionPerformed(ActionEvent) - Method in class weka.gui.streams.InstanceLoader
 
actual() - Method in class weka.classifiers.evaluation.NominalPrediction
Gets the actual class value.
actual() - Method in interface weka.classifiers.evaluation.Prediction
Gets the actual class value.
actual() - Method in class weka.classifiers.evaluation.NumericPrediction
Gets the actual class value.
actualNumBags() - Method in class weka.classifiers.j48.Distribution
Returns number of non-empty bags of distribution.
actualNumClasses() - Method in class weka.classifiers.j48.Distribution
Returns number of classes actually occuring in distribution.
actualNumClasses(int) - Method in class weka.classifiers.j48.Distribution
Returns number of classes actually occuring in given bag.
AdaBoostM1 - class weka.classifiers.AdaBoostM1.
Class for boosting a classifier using Freund & Schapire's Adaboost M1 method.
AdaBoostM1() - Constructor for class weka.classifiers.AdaBoostM1
 
ADD_CHILDREN - Static variable in class weka.gui.treevisualizer.TreeDisplayEvent
 
add(Cobweb.CTree, Cobweb.CTree) - Method in class weka.clusterers.Cobweb
Adds an example to the tree.
add(double) - Method in class weka.experiment.Stats
Adds a value to the observed values
add(double, double) - Method in class weka.experiment.PairedStats
Add an observed pair of values.
add(double, double) - Method in class weka.experiment.Stats
Adds a value that has been seen n times to the observed values
add(Instance) - Method in class weka.core.Instances
Adds one instance to the end of the set.
add(int, double[]) - Method in class weka.classifiers.j48.Distribution
Adds counts to given bag.
add(int, Instance) - Method in class weka.classifiers.j48.Distribution
Adds given instance to given bag.
addActionListener(ActionListener) - Method in class weka.gui.visualize.VisualizePanel
Add a listener for this visualize panel
addAttributePanelListener(AttributePanelListener) - Method in class weka.gui.visualize.AttributePanel
Add a listener to the list of things listening to this panel
addCancelListener(ActionListener) - Method in class weka.gui.GenericObjectEditor.GOEPanel
This is used to hook an action listener to the cancel button
addChild(Edge) - Method in class weka.gui.treevisualizer.Node
Set the value of children.
addCVParameter(String) - Method in class weka.classifiers.CVParameterSelection
Adds a scheme parameter to the list of parameters to be set by cross-validation
addElement(Object) - Method in class weka.core.FastVector
Adds an element to this vector.
addErrs(double, double, float) - Static method in class weka.classifiers.j48.Stats
Computes estimated extra error for given total number of instances and errors.
AddFilter - class weka.filters.AddFilter.
An instance filter that adds a new attribute to the dataset.
AddFilter() - Constructor for class weka.filters.AddFilter
 
addInstanceListener(InstanceListener) - Method in class weka.gui.streams.InstanceLoader
 
addInstanceListener(InstanceListener) - Method in class weka.gui.streams.InstanceJoiner
 
addInstanceListener(InstanceListener) - Method in interface weka.gui.streams.InstanceProducer
 
addInstWithUnknown(Instances, int) - Method in class weka.classifiers.j48.Distribution
Adds all instances with unknown values for given attribute, weighted according to frequency of instances in each bag.
AdditionalMeasureProducer - interface weka.core.AdditionalMeasureProducer.
Interface to something that can produce measures other than those calculated by evaluation modules.
addObject(String, Object) - Method in class weka.gui.ResultHistoryPanel
Adds an object to the results list
addOkListener(ActionListener) - Method in class weka.gui.GenericObjectEditor.GOEPanel
This is used to hook an action listener to the ok button
addPlot(PlotData2D) - Method in class weka.gui.visualize.Plot2D
Add a plot to the list of plots to display
addPlot(PlotData2D) - Method in class weka.gui.visualize.VisualizePanel
Set a new plot to the visualize panel
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.GenericArrayEditor
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.GenericObjectEditor
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.SetInstancesPanel
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.CostMatrixEditor
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.PropertySheetPanel
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.experiment.SetupPanel
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.explorer.PreprocessPanel
Adds a PropertyChangeListener who will be notified of value changes.
addRange(int, Instances, int, int) - Method in class weka.classifiers.j48.Distribution
Adds all instances in given range to given bag.
addRepaintNotify(Component) - Method in class weka.gui.visualize.ClassPanel
Adds a component that will need to be repainted if the user changes the colour of a label.
addRepaintNotify(Component) - Method in class weka.gui.visualize.LegendPanel
Adds a component that will need to be repainted if the user changes the colour of a label.
addResult(String, StringBuffer) - Method in class weka.gui.ResultHistoryPanel
Adds a new result to the result list.
addStringValue(String) - Method in class weka.core.Attribute
Adds a string value to the list of valid strings for attributes of type STRING and returns the index of the string.
addToList(BitSet, double) - Method in class weka.classifiers.DecisionTable.LinkedList
Aadds an element (Link) to the list.
addToList(BitSet, double) - Method in class weka.attributeSelection.BestFirst.LinkedList2
adds an element (Link) to the list.
addValue(double, double) - Method in class weka.estimators.NormalEstimator
Add a new data value to the current estimator.
addValue(double, double) - Method in class weka.estimators.DiscreteEstimator
Add a new data value to the current estimator.
addValue(double, double) - Method in class weka.estimators.MahalanobisEstimator
Add a new data value to the current estimator.
addValue(double, double) - Method in class weka.estimators.KernelEstimator
Add a new data value to the current estimator.
addValue(double, double) - Method in interface weka.estimators.Estimator
Add a new data value to the current estimator.
addValue(double, double) - Method in class weka.estimators.PoissonEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in interface weka.estimators.ConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.DDConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.NDConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.KDConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.DKConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.KKConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.DNConditionalEstimator
Add a new data value to the current estimator.
addValue(double, double, double) - Method in class weka.estimators.NNConditionalEstimator
Add a new data value to the current estimator.
addWeights(Instance, double[]) - Method in class weka.classifiers.j48.Distribution
Adds given instance to all bags weighting it according to given weights.
adjustCenter(double) - Method in class weka.gui.treevisualizer.Node
Will increase or decrease the postion of center.
advanceCounters() - Method in class weka.experiment.Experiment
Increments iteration counters appropriately.
AllFilter - class weka.filters.AllFilter.
A simple instance filter that passes all instances directly through.
AllFilter() - Constructor for class weka.filters.AllFilter
 
appendElements(FastVector) - Method in class weka.core.FastVector
Appends all elements of the supplied vector to this vector.
applyCostMatrix(Instances, Random) - Method in class weka.classifiers.CostMatrix
Changes the dataset to reflect a given set of costs.
APPROVE_OPTION - Static variable in class weka.gui.PropertySelectorDialog
Signifies an OK property selection
APPROVE_OPTION - Static variable in class weka.gui.ListSelectorDialog
Signifies an OK property selection
Apriori - class weka.associations.Apriori.
Class implementing an Apriori-type algorithm.
Apriori() - Constructor for class weka.associations.Apriori
Constructor that allows to sets default values for the minimum confidence and the maximum number of rules the minimum confidence.
arrayToString(Object[]) - Static method in class weka.experiment.DatabaseUtils
Converts an array of objects to a string by inserting a space between each element.
ASEvaluation - class weka.attributeSelection.ASEvaluation.
Abstract attribute selection evaluation class
ASEvaluation() - Constructor for class weka.attributeSelection.ASEvaluation
 
ASSearch - class weka.attributeSelection.ASSearch.
Abstract attribute selection search class.
ASSearch() - Constructor for class weka.attributeSelection.ASSearch
 
assignIDs(int) - Method in class weka.classifiers.j48.ClassifierTree
Assigns a uniqe id to every node in the tree.
AssociationsPanel - class weka.gui.explorer.AssociationsPanel.
This panel allows the user to select, configure, and run a scheme that learns associations.
AssociationsPanel() - Constructor for class weka.gui.explorer.AssociationsPanel
Creates the associator panel
Associator - class weka.associations.Associator.
Abstract scheme for learning associations.
Associator() - Constructor for class weka.associations.Associator
 
attIndex() - Method in class weka.classifiers.j48.BinC45Split
Returns index of attribute for which split was generated.
attIndex() - Method in class weka.classifiers.j48.C45Split
Returns index of attribute for which split was generated.
Attribute - class weka.core.Attribute.
Class for handling an attribute.
attribute(int) - Method in class weka.core.Instance
Returns the attribute with the given index.
attribute(int) - Method in class weka.core.Instances
Returns an attribute.
attribute(String) - Method in class weka.core.Instances
Returns an attribute given its name.
Attribute(String) - Constructor for class weka.core.Attribute
Constructor for a numeric attribute.
Attribute(String, FastVector) - Constructor for class weka.core.Attribute
Constructor for nominal attributes and string attributes.
AttributeEvaluator - class weka.attributeSelection.AttributeEvaluator.
Abstract attribute evaluator.
AttributeEvaluator() - Constructor for class weka.attributeSelection.AttributeEvaluator
 
attributeEvaluatorTipText() - Method in class weka.attributeSelection.RankSearch
Returns the tip text for this property
attributeEvaluatorTipText() - Method in class weka.attributeSelection.RaceSearch
Returns the tip text for this property
AttributeFilter - class weka.filters.AttributeFilter.
An instance filter that deletes a range of attributes from the dataset.
AttributeFilter() - Constructor for class weka.filters.AttributeFilter
 
attributeIndexTipText() - Method in class weka.filters.AddFilter
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.TimeSeriesTranslateFilter
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.CopyAttributesFilter
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.NumericTransformFilter
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.FirstOrderFilter
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.AttributeFilter
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.DiscretizeFilter
Returns the tip text for this property
attributeNameTipText() - Method in class weka.filters.AddFilter
Returns the tip text for this property
AttributePanel - class weka.gui.visualize.AttributePanel.
This panel displays one dimensional views of the attributes in a dataset.
AttributePanel() - Constructor for class weka.gui.visualize.AttributePanel
This constructs an attributePanel.
AttributePanelEvent - class weka.gui.visualize.AttributePanelEvent.
Class encapsulating a change in the AttributePanel's selected x and y attributes.
AttributePanelEvent(boolean, boolean, int) - Constructor for class weka.gui.visualize.AttributePanelEvent
Constructor
AttributePanelListener - interface weka.gui.visualize.AttributePanelListener.
Interface for classes that want to listen for Attribute selection changes in the attribute panel
AttributeSelectedClassifier - class weka.classifiers.AttributeSelectedClassifier.
Class for running an arbitrary classifier on data that has been reduced through attribute selection.
AttributeSelectedClassifier() - Constructor for class weka.classifiers.AttributeSelectedClassifier
 
AttributeSelection - class weka.attributeSelection.AttributeSelection.
Attribute selection class.
AttributeSelection() - Constructor for class weka.attributeSelection.AttributeSelection
constructor.
attributeSelectionChange(AttributePanelEvent) - Method in interface weka.gui.visualize.AttributePanelListener
Called when the user clicks on an attribute bar
AttributeSelectionFilter - class weka.filters.AttributeSelectionFilter.
Filter for doing attribute selection.
AttributeSelectionFilter() - Constructor for class weka.filters.AttributeSelectionFilter
Constructor
AttributeSelectionPanel - class weka.gui.AttributeSelectionPanel.
Creates a panel that displays the attributes contained in a set of instances, letting the user toggle whether each attribute is selected or not (eg: so that unselected attributes can be removed before classification).
AttributeSelectionPanel - class weka.gui.explorer.AttributeSelectionPanel.
This panel allows the user to select and configure an attribute evaluator and a search method, set the attribute of the current dataset to be used as the class, and perform attribute selection using one of two selection modes (select using all the training data or perform a n-fold cross validation---on each trial selecting features using n-1 folds of the data).
AttributeSelectionPanel() - Constructor for class weka.gui.AttributeSelectionPanel
Creates the attribute selection panel with no initial instances.
AttributeSelectionPanel() - Constructor for class weka.gui.explorer.AttributeSelectionPanel
Creates the classifier panel
attributeSparse(int) - Method in class weka.core.Instance
Returns the attribute with the given index.
attributeSparse(int) - Method in class weka.core.SparseInstance
Returns the attribute associated with the internal index.
AttributeStats - class weka.core.AttributeStats.
A Utility class that contains summary information on an the values that appear in a dataset for a particular attribute.
AttributeStats() - Constructor for class weka.core.AttributeStats
 
attributeStats(int) - Method in class weka.core.Instances
Calculates summary statistics on the values that appear in this set of instances for a specified attribute.
AttributeSummaryPanel - class weka.gui.AttributeSummaryPanel.
This panel displays summary statistics about an attribute: name, type number/% of missing/unique values, number of distinct values.
AttributeSummaryPanel() - Constructor for class weka.gui.AttributeSummaryPanel
Creates the instances panel with no initial instances.
AttributeTransformer - interface weka.attributeSelection.AttributeTransformer.
Abstract attribute transformer.
AttributeTypeFilter - class weka.filters.AttributeTypeFilter.
An instance filter that deletes all attributes of a specified type from the dataset.
AttributeTypeFilter() - Constructor for class weka.filters.AttributeTypeFilter
 
attrSplit(int, Instances) - Method in class weka.classifiers.m5.SplitInfo
Finds the best splitting point for an attribute in the instances
AveragingResultProducer - class weka.experiment.AveragingResultProducer.
AveragingResultProducer takes the results from a ResultProducer and submits the average to the result listener.
AveragingResultProducer() - Constructor for class weka.experiment.AveragingResultProducer
 
avgCost() - Method in class weka.classifiers.Evaluation
Gets the average cost, that is, total cost of misclassifications (incorrect plus unclassified) over the total number of instances.
avgProb - Variable in class weka.classifiers.kstar.KStarWrapper
used/reused to hold the average transformation probability

B

B_ENTROPY - Static variable in interface weka.classifiers.kstar.KStarConstants
 
B_SPHERE - Static variable in interface weka.classifiers.kstar.KStarConstants
Blend setting modes
backQuoteChars(String) - Static method in class weka.core.Utils
Converts carriage returns and new lines in a string into \r and \n.
Bagging - class weka.classifiers.Bagging.
Class for bagging a classifier.
Bagging() - Constructor for class weka.classifiers.Bagging
 
BATCH_FINISHED - Static variable in class weka.gui.streams.InstanceEvent
Specifies that the batch of instances is finished
batchFilterFile(Filter, String[]) - Static method in class weka.filters.Filter
Method for testing filters ability to process multiple batches.
batchFinished() - Method in class weka.filters.Filter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.TimeSeriesTranslateFilter
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.StringToNominalFilter
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.NormalizationFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.SplitDatasetFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.ResampleFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.NominalToBinaryFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.ReplaceMissingValuesFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.AttributeSelectionFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.NumericToBinaryFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.RandomizeFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.DiscretizeFilter
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.gui.streams.InstanceSavePanel
 
batchFinished() - Method in class weka.gui.streams.InstanceViewer
 
batchFinished() - Method in class weka.gui.streams.InstanceJoiner
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.gui.streams.InstanceTable
 
BestFirst - class weka.attributeSelection.BestFirst.
Class for performing a best first search.
BestFirst.Link2 - class weka.attributeSelection.BestFirst.Link2.
Class for a node in a linked list.
BestFirst.Link2(BestFirst, BitSet, double) - Constructor for class weka.attributeSelection.BestFirst.Link2
 
BestFirst.LinkedList2 - class weka.attributeSelection.BestFirst.LinkedList2.
Class for handling a linked list.
BestFirst.LinkedList2(BestFirst, int) - Constructor for class weka.attributeSelection.BestFirst.LinkedList2
 
BestFirst() - Constructor for class weka.attributeSelection.BestFirst
Constructor
bestHost(Cobweb.CTree, Cobweb.CTree, double, double) - Method in class weka.clusterers.Cobweb
Finds the best place to add a new node during training.
bestHostCluster(Cobweb.CTree, Cobweb.CTree, double, double) - Method in class weka.clusterers.Cobweb
Finds the cluster that an unseen instance belongs to.
binarizeNumericAttributesTipText() - Method in class weka.attributeSelection.ChiSquaredAttributeEval
Returns the tip text for this property
binarizeNumericAttributesTipText() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns the tip text for this property
BinC45ModelSelection - class weka.classifiers.j48.BinC45ModelSelection.
Class for selecting a C4.5-like binary (!) split for a given dataset.
BinC45ModelSelection(int, Instances) - Constructor for class weka.classifiers.j48.BinC45ModelSelection
Initializes the split selection method with the given parameters.
BinC45Split - class weka.classifiers.j48.BinC45Split.
Class implementing a binary C4.5-like split on an attribute.
BinC45Split(int, int, double) - Constructor for class weka.classifiers.j48.BinC45Split
Initializes the split model.
binomialStandardError(double, int) - Static method in class weka.core.Statistics
Computes standard error for observed values of a binomial random variable.
binsTipText() - Method in class weka.filters.DiscretizeFilter
Returns the tip text for this property
buildAssociations(Instances) - Method in class weka.associations.Associator
Generates an associator.
buildAssociations(Instances) - Method in class weka.associations.Apriori
Method that generates all large itemsets with a minimum support, and from these all association rules with a minimum confidence.
buildClassifier(Instances) - Method in class weka.classifiers.Classifier
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.MetaCost
Builds the model of the base learner.
buildClassifier(Instances) - Method in class weka.classifiers.Prism
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.DecisionTable
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.DecisionStump
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.AdaBoostM1
Boosting method.
buildClassifier(Instances) - Method in class weka.classifiers.ClassificationViaRegression
Builds the classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.AttributeSelectedClassifier
Build the classifier on the dimensionally reduced data.
buildClassifier(Instances) - Method in class weka.classifiers.Stacking
Buildclassifier selects a classifier from the set of classifiers by minimising error on the training data.
buildClassifier(Instances) - Method in class weka.classifiers.CVParameterSelection
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.OneR
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.Bagging
Bagging method.
buildClassifier(Instances) - Method in class weka.classifiers.ThresholdSelector
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.KernelDensity
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.IBk
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.ZeroR
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.RegressionByDiscretization
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.IB1
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.LogitBoost
Boosting method.
buildClassifier(Instances) - Method in class weka.classifiers.HyperPipes
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.Id3
Builds Id3 decision tree classifier.
buildClassifier(Instances) - Method in class weka.classifiers.MultiClassClassifier
Builds the classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.MultiScheme
Buildclassifier selects a classifier from the set of classifiers by minimising error on the training data.
buildClassifier(Instances) - Method in class weka.classifiers.UserClassifier
Call this function to build a decision tree for the training data provided.
buildClassifier(Instances) - Method in class weka.classifiers.CostSensitiveClassifier
Builds the model of the base learner.
buildClassifier(Instances) - Method in class weka.classifiers.NaiveBayes
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.SMO
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.Logistic
Builds the classifier
buildClassifier(Instances) - Method in class weka.classifiers.LWR
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.VotedPerceptron
Builds the ensemble of perceptrons.
buildClassifier(Instances) - Method in class weka.classifiers.NaiveBayesSimple
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.LinearRegression
Builds a regression model for the given data.
buildClassifier(Instances) - Method in class weka.classifiers.FilteredClassifier
Build the classifier on the filtered data.
buildClassifier(Instances) - Method in class weka.classifiers.j48.ClassifierSplitModel
Builds the classifier split model for the given set of instances.
buildClassifier(Instances) - Method in class weka.classifiers.j48.J48
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.j48.ClassifierTree
Method for building a classifier tree.
buildClassifier(Instances) - Method in class weka.classifiers.j48.NoSplit
Creates a "no-split"-split for a given set of instances.
buildClassifier(Instances) - Method in class weka.classifiers.j48.BinC45Split
Creates a C4.5-type split on the given data.
buildClassifier(Instances) - Method in class weka.classifiers.j48.MakeDecList
Builds dec list.
buildClassifier(Instances) - Method in class weka.classifiers.j48.PruneableClassifierTree
Method for building a pruneable classifier tree.
buildClassifier(Instances) - Method in class weka.classifiers.j48.PART
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.j48.C45Split
Creates a C4.5-type split on the given data.
buildClassifier(Instances) - Method in class weka.classifiers.j48.C45PruneableClassifierTree
Method for building a pruneable classifier tree.
buildClassifier(Instances) - Method in class weka.classifiers.m5.M5Prime
Construct a model tree by training instances
buildClassifier(Instances) - Method in class weka.classifiers.kstar.KStar
Generates the classifier.
buildClusterer(Instances) - Method in class weka.clusterers.Clusterer
Generates a clusterer.
buildClusterer(Instances) - Method in class weka.clusterers.Cobweb
Builds the clusterer.
buildClusterer(Instances) - Method in class weka.clusterers.EM
Classifies a given instance.
buildDecList(Instances, boolean) - Method in class weka.classifiers.j48.ClassifierDecList
Builds the partial tree without hold out set.
buildDecList(Instances, Instances, boolean) - Method in class weka.classifiers.j48.ClassifierDecList
Builds the partial tree with hold out set
buildEvaluator(Instances) - Method in class weka.attributeSelection.ASEvaluation
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Initializes a symmetrical uncertainty attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.GainRatioAttributeEval
Initializes a gain ratio attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.CfsSubsetEval
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.ReliefFAttributeEval
Initializes a ReliefF attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.ChiSquaredAttributeEval
Initializes a chi-squared attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.OneRAttributeEval
Initializes an information gain attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.InfoGainAttributeEval
Initializes an information gain attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.ConsistencySubsetEval
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.ClassifierSubsetEval
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.PrincipalComponents
Initializes principal components and performs the analysis
buildEvaluator(Instances) - Method in class weka.attributeSelection.WrapperSubsetEval
Generates a attribute evaluator.
buildRule(Instances) - Method in class weka.classifiers.j48.C45PruneableDecList
Method for building a pruned partial tree.
buildRule(Instances, Instances) - Method in class weka.classifiers.j48.PruneableDecList
Method for building a pruned partial tree.
buildTree(Instances, boolean) - Method in class weka.classifiers.j48.ClassifierTree
Builds the tree structure.
buildTree(Instances, Instances, boolean) - Method in class weka.classifiers.j48.ClassifierTree
Builds the tree structure with hold out set
BVDecompose - class weka.classifiers.BVDecompose.
Class for performing a Bias-Variance decomposition on any classifier using the method specified in:
BVDecompose() - Constructor for class weka.classifiers.BVDecompose
 

C

C45ModelSelection - class weka.classifiers.j48.C45ModelSelection.
Class for selecting a C4.5-type split for a given dataset.
C45ModelSelection(int, Instances) - Constructor for class weka.classifiers.j48.C45ModelSelection
Initializes the split selection method with the given parameters.
C45PruneableClassifierTree - class weka.classifiers.j48.C45PruneableClassifierTree.
Class for handling a tree structure that can be pruned using C4.5 procedures.
C45PruneableClassifierTree(ModelSelection, boolean, float, boolean, boolean) - Constructor for class weka.classifiers.j48.C45PruneableClassifierTree
Constructor for pruneable tree structure.
C45PruneableDecList - class weka.classifiers.j48.C45PruneableDecList.
Class for handling a partial tree structure pruned using C4.5's pruning heuristic.
C45PruneableDecList(ModelSelection, double, int) - Constructor for class weka.classifiers.j48.C45PruneableDecList
Constructor for pruneable tree structure.
C45Split - class weka.classifiers.j48.C45Split.
Class implementing a C4.5-type split on an attribute.
C45Split(int, int, double) - Constructor for class weka.classifiers.j48.C45Split
Initializes the split model.
cacheKeyNameTipText() - Method in class weka.experiment.DatabaseResultListener
Returns the tip text for this property
calculateDerived() - Method in class weka.experiment.PairedStats
Calculates the derived statistics (significance etc).
calculateDerived() - Method in class weka.experiment.Stats
Tells the object to calculate any statistics that don't have their values automatically updated during add.
calculateStatistics(Instance, int, int, int) - Method in class weka.experiment.PairedTTester
Computes a paired t-test comparison for a specified dataset between two resultsets.
calculateStdDevsTipText() - Method in class weka.experiment.AveragingResultProducer
Returns the tip text for this property
CANCEL_OPTION - Static variable in class weka.gui.PropertySelectorDialog
Signifies a cancelled property selection
CANCEL_OPTION - Static variable in class weka.gui.ListSelectorDialog
Signifies a cancelled property selection
capacity() - Method in class weka.core.FastVector
Returns the capacity of the vector.
CfsSubsetEval - class weka.attributeSelection.CfsSubsetEval.
CFS attribute subset evaluator.
CfsSubsetEval() - Constructor for class weka.attributeSelection.CfsSubsetEval
Constructor
check(double) - Method in class weka.classifiers.j48.Distribution
Checks if at least two bags contain a minimum number of instances.
CheckClassifier - class weka.classifiers.CheckClassifier.
Class for examining the capabilities and finding problems with classifiers.
CheckClassifier() - Constructor for class weka.classifiers.CheckClassifier
 
checkForInstance(Instances) - Method in class weka.classifiers.ThresholdSelector
Checks whether instance of designated class is in subset.
checkForRemainingOptions(String[]) - Static method in class weka.core.Utils
Checks if the given array contains any non-empty options.
checkForStringAttributes() - Method in class weka.core.Instances
Checks for string attributes in the dataset
checkInstance(Instance) - Method in class weka.core.Instances
Checks if the given instance is compatible with this dataset.
checkModel() - Method in class weka.classifiers.j48.ClassifierSplitModel
Checks if generated model is valid.
CheckOptionHandler - class weka.core.CheckOptionHandler.
Simple command line checking of classes that implement OptionHandler.
CheckOptionHandler() - Constructor for class weka.core.CheckOptionHandler
 
checkOptionHandler(OptionHandler, String[]) - Static method in class weka.core.CheckOptionHandler
Runs some diagnostic tests on an optionhandler object.
chiSquared(double[][], boolean) - Static method in class weka.core.ContingencyTables
Returns chi-squared probability for a given matrix.
ChiSquaredAttributeEval - class weka.attributeSelection.ChiSquaredAttributeEval.
Class for Evaluating attributes individually by measuring the chi-squared statistic with respect to the class.
ChiSquaredAttributeEval() - Constructor for class weka.attributeSelection.ChiSquaredAttributeEval
Constructor
chiSquaredProbability(double, int) - Static method in class weka.core.Statistics
Returns chi-squared probability for given value and degrees of freedom.
chiVal(double[][], boolean) - Static method in class weka.core.ContingencyTables
Computes chi-squared statistic for a contingency table.
chooseIndex() - Method in class weka.classifiers.j48.C45PruneableDecList
Method for choosing a subset to expand.
chooseIndex() - Method in class weka.classifiers.j48.PruneableDecList
Method for choosing a subset to expand.
chooseLastIndex() - Method in class weka.classifiers.j48.C45PruneableDecList
Choose last index (ie.
chooseLastIndex() - Method in class weka.classifiers.j48.PruneableDecList
Choose last index (ie.
classAttribute() - Method in class weka.core.Instance
Returns class attribute.
classAttribute() - Method in class weka.core.Instances
Returns the class attribute.
classFirst(boolean) - Method in class weka.experiment.Experiment
Sets whether the first attribute is treated as the class for all datasets involved in the experiment.
ClassificationViaRegression - class weka.classifiers.ClassificationViaRegression.
Class for doing classification using regression methods.
ClassificationViaRegression() - Constructor for class weka.classifiers.ClassificationViaRegression
 
Classifier - class weka.classifiers.Classifier.
Abstract classifier.
Classifier() - Constructor for class weka.classifiers.Classifier
 
ClassifierDecList - class weka.classifiers.j48.ClassifierDecList.
Class for handling a rule (partial tree) for a decision list.
ClassifierDecList(ModelSelection) - Constructor for class weka.classifiers.j48.ClassifierDecList
Constructor - just calls constructor of class DecList.
ClassifierPanel - class weka.gui.explorer.ClassifierPanel.
This panel allows the user to select and configure a classifier, set the attribute of the current dataset to be used as the class, and evaluate the classifier using a number of testing modes (test on the training data, train/test on a percentage split, n-fold cross-validation, test on a separate split).
ClassifierPanel() - Constructor for class weka.gui.explorer.ClassifierPanel
Creates the classifier panel
ClassifierSplitEvaluator - class weka.experiment.ClassifierSplitEvaluator.
A SplitEvaluator that produces results for a classification scheme on a nominal class attribute.
ClassifierSplitEvaluator() - Constructor for class weka.experiment.ClassifierSplitEvaluator
No args constructor.
ClassifierSplitModel - class weka.classifiers.j48.ClassifierSplitModel.
Abstract class for classification models that can be used recursively to split the data.
ClassifierSplitModel() - Constructor for class weka.classifiers.j48.ClassifierSplitModel
 
ClassifierSubsetEval - class weka.attributeSelection.ClassifierSubsetEval.
Classifier subset evaluator.
ClassifierSubsetEval() - Constructor for class weka.attributeSelection.ClassifierSubsetEval
 
classifierTipText() - Method in class weka.classifiers.AttributeSelectedClassifier
Returns the tip text for this property
classifierTipText() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the tip text for this property
classifierTipText() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the tip text for this property
classifierTipText() - Method in class weka.experiment.ClassifierSplitEvaluator
Returns the tip text for this property
classifierTipText() - Method in class weka.experiment.RegressionSplitEvaluator
Returns the tip text for this property
ClassifierTree - class weka.classifiers.j48.ClassifierTree.
Class for handling a tree structure used for classification.
ClassifierTree(ModelSelection) - Constructor for class weka.classifiers.j48.ClassifierTree
Constructor.
CLASSIFY_CHILD - Static variable in class weka.gui.treevisualizer.TreeDisplayEvent
Asks for another learning scheme to classify this node.
classifyInstance(Instance) - Method in class weka.classifiers.Classifier
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.MetaCost
Classifies a given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.Prism
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.DistributionClassifier
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.Stacking
Classifies a given instance using the stacked classifier.
classifyInstance(Instance) - Method in class weka.classifiers.CVParameterSelection
Predicts the class value for the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.OneR
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.ThresholdSelector
Predicts the class value for the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.ZeroR
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.RegressionByDiscretization
Returns a predicted class for the test instance.
classifyInstance(Instance) - Method in class weka.classifiers.IB1
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.Id3
Classifies a given test instance using the decision tree.
classifyInstance(Instance) - Method in class weka.classifiers.MultiScheme
Classifies a given instance using the selected classifier.
classifyInstance(Instance) - Method in class weka.classifiers.CostSensitiveClassifier
Classifies a given instance by choosing the class with the minimum expected misclassification cost.
classifyInstance(Instance) - Method in class weka.classifiers.LWR
Predicts the class value for the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.LinearRegression
Classifies the given instance using the linear regression function.
classifyInstance(Instance) - Method in class weka.classifiers.j48.ClassifierSplitModel
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.j48.J48
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.j48.ClassifierTree
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.j48.MakeDecList
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.j48.ClassifierDecList
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.j48.PART
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.m5.M5Prime
Classifies the given test instance.
classIndex() - Method in class weka.core.Instance
Returns the class attribute's index.
classIndex() - Method in class weka.core.Instances
Returns the class attribute's index.
classIsMissing() - Method in class weka.core.Instance
Tests if an instance's class is missing.
ClassPanel - class weka.gui.visualize.ClassPanel.
This panel displays coloured labels for nominal attributes and a spectrum for numeric attributes.
ClassPanel() - Constructor for class weka.gui.visualize.ClassPanel
 
classProb(int, Instance) - Method in class weka.classifiers.j48.ClassifierSplitModel
Gets class probability for instance.
classProb(int, Instance) - Method in class weka.classifiers.j48.BinC45Split
Gets class probability for instance.
classProb(int, Instance) - Method in class weka.classifiers.j48.C45Split
Gets class probability for instance.
classValue() - Method in class weka.core.Instance
Returns an instance's class value in internal format.
cleanup() - Method in class weka.classifiers.j48.BinC45ModelSelection
Sets reference to training data to null.
cleanup() - Method in class weka.classifiers.j48.C45ModelSelection
Sets reference to training data to null.
cleanup(Instances) - Method in class weka.classifiers.j48.ClassifierTree
Cleanup in order to save memory.
cleanup(Instances) - Method in class weka.classifiers.j48.ClassifierDecList
Cleanup in order to save memory.
clear() - Method in class weka.classifiers.kstar.KStarCache.CacheTable
Clears this hashtable so that it contains no keys.
clear() - Method in class weka.classifiers.kstar.LightHashTable
Clears this hashtable so that it contains no keys.
clone() - Method in class weka.classifiers.j48.ClassifierSplitModel
Allows to clone a model (shallow copy).
clone() - Method in class weka.classifiers.j48.Distribution
Clones distribution (Deep copy of distribution).
Clusterer - class weka.clusterers.Clusterer.
Abstract clusterer.
Clusterer() - Constructor for class weka.clusterers.Clusterer
 
ClustererPanel - class weka.gui.explorer.ClustererPanel.
This panel allows the user to select and configure a clusterer, and evaluate the clusterer using a number of testing modes (test on the training data, train/test on a percentage split, test on a separate split).
ClustererPanel() - Constructor for class weka.gui.explorer.ClustererPanel
Creates the clusterer panel
ClusterEvaluation - class weka.clusterers.ClusterEvaluation.
Class for evaluating clustering models.
ClusterEvaluation() - Constructor for class weka.clusterers.ClusterEvaluation
Constructor.
clusterInstance(Instance) - Method in class weka.clusterers.Clusterer
Classifies a given instance.
clusterInstance(Instance) - Method in class weka.clusterers.Cobweb
Clusters an instance.
clusterInstance(Instance) - Method in class weka.clusterers.DistributionClusterer
Assigns an instance to a Cluster.
clusterResultsToString() - Method in class weka.clusterers.ClusterEvaluation
return the results of clustering.
Cobweb - class weka.clusterers.Cobweb.
 
Cobweb() - Constructor for class weka.clusterers.Cobweb
 
cochransCriterion(double[][]) - Static method in class weka.core.ContingencyTables
Tests if Cochran's criterion is fullfilled for the given contingency table.
codingCost() - Method in class weka.classifiers.j48.ClassifierSplitModel
Returns coding costs of model.
codingCost() - Method in class weka.classifiers.j48.C45Split
Returns coding cost for split (used in rule learner).
collapse() - Method in class weka.classifiers.j48.C45PruneableClassifierTree
Collapses a tree to a node if training error doesn't increase.
Colors - class weka.gui.treevisualizer.Colors.
This class maintains a list that contains all the colornames from the dotty standard and what color (in RGB) they represent
Colors() - Constructor for class weka.gui.treevisualizer.Colors
 
combine(Function, Function) - Static method in class weka.classifiers.m5.Function
Constructs a new function of which the variable list is a combination of those of two functions
combine(int[], int[]) - Static method in class weka.classifiers.m5.Ivector
Outputs a new integer vector which contains all the values in two integer vectors; assuming list1 and list2 are incrementally sorted and no identical integers within each integer vector
compactify() - Method in class weka.core.Instances
Compactifies the set of instances.
compareOptions(String[], String[]) - Static method in class weka.core.CheckOptionHandler
Compares the two given sets of options.
computeValue(double[][]) - Method in class weka.classifiers.ThresholdSelector
Computes the value of the optimization criterion for the given confusion matrix.
ConditionalEstimator - interface weka.estimators.ConditionalEstimator.
Interface for conditional probability estimators.
confidenceForRule(ItemSet, ItemSet) - Static method in class weka.associations.ItemSet
Outputs the confidence for a rule.
confusionMatrix() - Method in class weka.classifiers.Evaluation
Returns a copy of the confusion matrix.
connectToDatabase() - Method in class weka.experiment.DatabaseUtils
Opens a connection to the database
ConsistencySubsetEval - class weka.attributeSelection.ConsistencySubsetEval.
Consistency attribute subset evaluator.
ConsistencySubsetEval.hashKey - class weka.attributeSelection.ConsistencySubsetEval.hashKey.
Class providing keys to the hash table.
ConsistencySubsetEval.hashKey(ConsistencySubsetEval, double[]) - Constructor for class weka.attributeSelection.ConsistencySubsetEval.hashKey
Constructor for a hashKey
ConsistencySubsetEval.hashKey(ConsistencySubsetEval, Instance, int) - Constructor for class weka.attributeSelection.ConsistencySubsetEval.hashKey
Constructor for a hashKey
ConsistencySubsetEval() - Constructor for class weka.attributeSelection.ConsistencySubsetEval
Constructor.
CONST_AUTOMATIC_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
containedBy(Instance) - Method in class weka.associations.ItemSet
Checks if an instance contains an item set.
containsKey(double) - Method in class weka.classifiers.kstar.KStarCache
Checks if the specified key maps with an entry in the cache table
containsKey(double) - Method in class weka.classifiers.kstar.KStarCache.CacheTable
Tests if the specified double is a key in this hashtable.
containsKey(double) - Method in class weka.classifiers.kstar.LightHashTable
Tests if the specified double is a key in this hashtable.
ContingencyTables - class weka.core.ContingencyTables.
Class implementing some statistical routines for contingency tables.
ContingencyTables() - Constructor for class weka.core.ContingencyTables
 
convertInstance(Instance) - Method in interface weka.attributeSelection.AttributeTransformer
Transforms an instance in the format of the original data to the transformed space
convertInstance(Instance) - Method in class weka.attributeSelection.PrincipalComponents
Transform an instance in original (unormalized) format.
convertNewLines(String) - Static method in class weka.core.Utils
Converts carriage returns and new lines in a string into \r and \n.
convertToAttribX(double) - Method in class weka.gui.visualize.Plot2D
convert a Panel x coordinate to a raw x value.
convertToAttribY(double) - Method in class weka.gui.visualize.Plot2D
convert a Panel y coordinate to a raw y value.
convertToPanelX(double) - Method in class weka.gui.visualize.Plot2D
Convert an raw x value to Panel x coordinate.
convertToPanelY(double) - Method in class weka.gui.visualize.Plot2D
Convert an raw y value to Panel y coordinate.
copy() - Method in class weka.core.Attribute
Produces a shallow copy of this attribute.
copy() - Method in class weka.core.Instance
Produces a shallow copy of this instance.
copy() - Method in interface weka.core.Copyable
This method produces a shallow copy of an object.
copy() - Method in class weka.core.FastVector
Produces a shallow copy of this vector.
copy() - Method in class weka.core.SparseInstance
Produces a shallow copy of this instance.
copy() - Method in class weka.classifiers.m5.Function
Makes a copy of a function
copy() - Method in class weka.classifiers.m5.Errors
Makes a copy of the Errors object
copy() - Method in class weka.classifiers.m5.SplitInfo
Makes a copy of this SplitInfo object
copy(double[], int) - Static method in class weka.classifiers.m5.Dvector
Returns a copy of the first n elements of a double vector
copy(int[], int) - Static method in class weka.classifiers.m5.Ivector
Makes a copy of the first n elements in an integer vector
copy(Node) - Method in class weka.classifiers.m5.Node
Makes a copy of the tree under this node
Copyable - interface weka.core.Copyable.
Interface implemented by classes that can produce "shallow" copies of their objects.
CopyAttributesFilter - class weka.filters.CopyAttributesFilter.
An instance filter that copies a range of attributes in the dataset.
CopyAttributesFilter() - Constructor for class weka.filters.CopyAttributesFilter
 
copyElements() - Method in class weka.core.FastVector
Clones the vector and shallow copies all its elements.
correct() - Method in class weka.classifiers.Evaluation
Gets the number of instances correctly classified (that is, for which a correct prediction was made).
correlation - Variable in class weka.experiment.PairedStats
The correlation coefficient
correlation(double[], double[], int) - Static method in class weka.core.Utils
Returns the correlation coefficient of two double vectors.
correlation(double[], double[], int) - Static method in class weka.classifiers.m5.M5Utils
Returns the correlation coefficient of two double vectors
correlationCoefficient() - Method in class weka.classifiers.Evaluation
Returns the correlation coefficient if the class is numeric.
CostMatrix - class weka.classifiers.CostMatrix.
Class for a misclassification cost matrix.
CostMatrix(CostMatrix) - Constructor for class weka.classifiers.CostMatrix
Creates a cost matrix identical to an existing matrix.
CostMatrix(int) - Constructor for class weka.classifiers.CostMatrix
Creates a default cost matrix for the given number of classes.
CostMatrix(Reader) - Constructor for class weka.classifiers.CostMatrix
Creates a cost matrix from a cost file.
CostMatrixEditor - class weka.gui.CostMatrixEditor.
A PropertyEditor for CostMatrices.
CostMatrixEditor() - Constructor for class weka.gui.CostMatrixEditor
 
CostSensitiveClassifier - class weka.classifiers.CostSensitiveClassifier.
This metaclassifier makes its base classifier cost-sensitive.
CostSensitiveClassifier() - Constructor for class weka.classifiers.CostSensitiveClassifier
 
CostSensitiveClassifierSplitEvaluator - class weka.experiment.CostSensitiveClassifierSplitEvaluator.
A SplitEvaluator that produces results for a classification scheme on a nominal class attribute, including weighted misclassification costs.
CostSensitiveClassifierSplitEvaluator() - Constructor for class weka.experiment.CostSensitiveClassifierSplitEvaluator
 
count - Variable in class weka.experiment.PairedStats
The number of data points seen
count - Variable in class weka.experiment.Stats
The number of values seen
CramersV(double[][]) - Static method in class weka.core.ContingencyTables
Computes Cramer's V for a contingency table.
create(Reader) - Method in class weka.gui.treevisualizer.TreeBuild
This will build A node structure from the dotty format passed.
createExperimentIndex() - Method in class weka.experiment.DatabaseUtils
Attempts to create the experiment index table
createExperimentIndexEntry(ResultProducer) - Method in class weka.experiment.DatabaseUtils
Attempts to insert a results entry for the table into the experiment index.
createResultsTable(ResultProducer, String) - Method in class weka.experiment.DatabaseUtils
Creates a results table for the supplied result producer.
crossoverProbTipText() - Method in class weka.attributeSelection.GeneticSearch
Returns the tip text for this property
CrossValidateAttributes() - Method in class weka.attributeSelection.AttributeSelection
Perform a cross validation for attribute selection.
crossValidateModel(Classifier, Instances, int) - Method in class weka.classifiers.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(String, Instances, int, String[]) - Method in class weka.classifiers.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(String, Instances, int, String[]) - Static method in class weka.clusterers.ClusterEvaluation
Performs a cross-validation for a distribution clusterer on a set of instances.
CrossValidationResultProducer - class weka.experiment.CrossValidationResultProducer.
Generates for each run, carries out an n-fold cross-validation, using the set SplitEvaluator to generate some results.
CrossValidationResultProducer() - Constructor for class weka.experiment.CrossValidationResultProducer
 
CSVResultListener - class weka.experiment.CSVResultListener.
CSVResultListener outputs the received results in csv format to a Writer
CSVResultListener() - Constructor for class weka.experiment.CSVResultListener
 
CVParameterSelection - class weka.classifiers.CVParameterSelection.
Class for performing parameter selection by cross-validation for any classifier.
CVParameterSelection() - Constructor for class weka.classifiers.CVParameterSelection
 
CVResultsString() - Method in class weka.attributeSelection.AttributeSelection
returns a string summarizing the results of repeated attribute selection runs on splits of a dataset.

D

DatabaseResultListener - class weka.experiment.DatabaseResultListener.
DatabaseResultListener takes the results from a ResultProducer and submits them to a central database.
DatabaseResultListener() - Constructor for class weka.experiment.DatabaseResultListener
Sets up the database drivers
DatabaseResultProducer - class weka.experiment.DatabaseResultProducer.
DatabaseResultProducer examines a database and extracts out the results produced by the specified ResultProducer and submits them to the specified ResultListener.
DatabaseResultProducer() - Constructor for class weka.experiment.DatabaseResultProducer
Creates the DatabaseResultProducer, letting the parent constructor do it's thing.
databaseURLTipText() - Method in class weka.experiment.DatabaseUtils
Returns the tip text for this property
DatabaseUtils - class weka.experiment.DatabaseUtils.
DatabaseUtils provides utility functions for accessing the experiment database.
DatabaseUtils() - Constructor for class weka.experiment.DatabaseUtils
Sets up the database drivers
DATASET_FIELD_NAME - Static variable in class weka.experiment.CrossValidationResultProducer
 
DATASET_FIELD_NAME - Static variable in class weka.experiment.RandomSplitResultProducer
 
dataset() - Method in class weka.core.Instance
Returns the dataset this instance has access to.
DatasetListPanel - class weka.gui.experiment.DatasetListPanel.
This panel controls setting a list of datasets for an experiment to iterate over.
DatasetListPanel() - Constructor for class weka.gui.experiment.DatasetListPanel
Create the dataset list panel initially disabled.
DatasetListPanel(Experiment) - Constructor for class weka.gui.experiment.DatasetListPanel
Creates the dataset list panel with the given experiment.
DDConditionalEstimator - class weka.estimators.DDConditionalEstimator.
Conditional probability estimator for a discrete domain conditional upon a discrete domain.
DDConditionalEstimator(int, int, boolean) - Constructor for class weka.estimators.DDConditionalEstimator
Constructor
debugTipText() - Method in class weka.attributeSelection.RaceSearch
Returns the tip text for this property
DecisionStump - class weka.classifiers.DecisionStump.
Class for building and using a decision stump.
DecisionStump() - Constructor for class weka.classifiers.DecisionStump
 
DecisionTable - class weka.classifiers.DecisionTable.
Class for building and using a simple decision table majority classifier.
DecisionTable.hashKey - class weka.classifiers.DecisionTable.hashKey.
Class providing keys to the hash table
DecisionTable.hashKey(DecisionTable, double[]) - Constructor for class weka.classifiers.DecisionTable.hashKey
Constructor for a hashKey
DecisionTable.hashKey(DecisionTable, Instance, int) - Constructor for class weka.classifiers.DecisionTable.hashKey
Constructor for a hashKey
DecisionTable.Link - class weka.classifiers.DecisionTable.Link.
Class for a node in a linked list.
DecisionTable.Link(DecisionTable, BitSet, double) - Constructor for class weka.classifiers.DecisionTable.Link
The constructor.
DecisionTable.LinkedList - class weka.classifiers.DecisionTable.LinkedList.
Class for handling a linked list.
DecisionTable.LinkedList(DecisionTable) - Constructor for class weka.classifiers.DecisionTable.LinkedList
 
DecisionTable() - Constructor for class weka.classifiers.DecisionTable
Constructor for a DecisionTable
decompose() - Method in class weka.classifiers.BVDecompose
Carry out the bias-variance decomposition
DEFAULT_SHAPE_SIZE - Static variable in class weka.gui.visualize.Plot2D
 
del(int, Instance) - Method in class weka.classifiers.j48.Distribution
Deletes given instance from given bag.
delete(int) - Method in class weka.core.Instances
Removes an instance at the given position from the set.
deleteAttributeAt(int) - Method in class weka.core.Instance
Deletes an attribute at the given position (0 to numAttributes() - 1).
deleteAttributeAt(int) - Method in class weka.core.Instances
Deletes an attribute at the given position (0 to numAttributes() - 1).
deleteItemSets(FastVector, int) - Static method in class weka.associations.ItemSet
Deletes all item sets that don't have minimum support.
deleteStringAttributes() - Method in class weka.core.Instances
Deletes all string attributes in the dataset.
deleteTrailingZerosAndDot(StringBuffer) - Static method in class weka.classifiers.m5.M5Utils
Deletes the trailing zeros and decimal point in a stringBuffer
deleteWithMissing(Attribute) - Method in class weka.core.Instances
Removes all instances with missing values for a particular attribute from the dataset.
deleteWithMissing(int) - Method in class weka.core.Instances
Removes all instances with missing values for a particular attribute from the dataset.
deleteWithMissingClass() - Method in class weka.core.Instances
Removes all instances with a missing class value from the dataset.
delRange(int, Instances, int, int) - Method in class weka.classifiers.j48.Distribution
Deletes all instances in given range from given bag.
densityForInstance(Instance) - Method in class weka.clusterers.DistributionClusterer
Computes the density for a given instance.
densityForInstance(Instance) - Method in class weka.clusterers.EM
Computes the density for a given instance.
description() - Method in class weka.core.Option
Returns the option's description.
determineBounds() - Method in class weka.gui.visualize.Plot2D
Determine the min and max values for axis and colouring attributes
determineColumnConstraints(ResultProducer) - Method in class weka.experiment.DatabaseResultListener
Determines if there are any constraints (imposed by the destination) on any additional measures produced by resultProducers.
determineColumnConstraints(ResultProducer) - Method in class weka.experiment.CSVResultListener
Determines if there are any constraints (imposed by the destination) on the result columns to be produced by resultProducers.
determineColumnConstraints(ResultProducer) - Method in interface weka.experiment.ResultListener
Determines if there are any constraints (imposed by the destination) on additional result columns to be produced by resultProducers.
determineColumnConstraints(ResultProducer) - Method in class weka.experiment.AveragingResultProducer
Determines if there are any constraints (imposed by the destination) on the result columns to be produced by resultProducers.
DIAMOND_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
differencesProbability - Variable in class weka.experiment.PairedStats
The probability of obtaining the observed differences
differencesSignificance - Variable in class weka.experiment.PairedStats
A significance indicator: 0 if the differences are not significant > 0 if x significantly greater than y < 0 if x significantly less than y
differencesStats - Variable in class weka.experiment.PairedStats
The stats associated with the paired differences
directionTipText() - Method in class weka.attributeSelection.BestFirst
Returns the tip text for this property
disconnectFromDatabase() - Method in class weka.experiment.DatabaseUtils
Closes the connection to the database.
DiscreteEstimator - class weka.estimators.DiscreteEstimator.
Simple symbolic probability estimator based on symbol counts.
DiscreteEstimator(int, boolean) - Constructor for class weka.estimators.DiscreteEstimator
Constructor
DiscretizeFilter - class weka.filters.DiscretizeFilter.
An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.
DiscretizeFilter() - Constructor for class weka.filters.DiscretizeFilter
Constructor - initialises the filter
distinctCount - Variable in class weka.core.AttributeStats
The number of distinct values
Distribution - class weka.classifiers.j48.Distribution.
Class for handling a distribution of class values.
distribution() - Method in class weka.classifiers.j48.ClassifierSplitModel
Returns the distribution of class values induced by the model.
distribution() - Method in class weka.classifiers.evaluation.NominalPrediction
Gets the predicted probabilities
Distribution(Distribution) - Constructor for class weka.classifiers.j48.Distribution
Creates distribution with only one bag by merging all bags of given distribution.
Distribution(Distribution, int) - Constructor for class weka.classifiers.j48.Distribution
Creates distribution with two bags by merging all bags apart of the indicated one.
Distribution(double[][]) - Constructor for class weka.classifiers.j48.Distribution
Creates and initializes a new distribution using the given array.
Distribution(Instances) - Constructor for class weka.classifiers.j48.Distribution
Creates a distribution with only one bag according to instances in source.
Distribution(Instances, ClassifierSplitModel) - Constructor for class weka.classifiers.j48.Distribution
Creates a distribution according to given instances and split model.
Distribution(int, int) - Constructor for class weka.classifiers.j48.Distribution
Creates and initializes a new distribution.
DistributionClassifier - class weka.classifiers.DistributionClassifier.
Abstract classification model that produces (for each test instance) an estimate of the membership in each class (ie.
DistributionClassifier() - Constructor for class weka.classifiers.DistributionClassifier
 
DistributionClusterer - class weka.clusterers.DistributionClusterer.
Abstract clustering model that produces (for each test instance) an estimate of the membership in each cluster (ie.
DistributionClusterer() - Constructor for class weka.clusterers.DistributionClusterer
 
distributionForInstance(Instance) - Method in class weka.classifiers.DistributionClassifier
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.DecisionTable
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.DecisionStump
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.AdaBoostM1
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.ClassificationViaRegression
Returns the distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.AttributeSelectedClassifier
Classifies a given instance after attribute selection
distributionForInstance(Instance) - Method in class weka.classifiers.Bagging
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.KernelDensity
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.IBk
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.ZeroR
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.LogitBoost
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.HyperPipes
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.Id3
Computes class distribution for instance using decision tree.
distributionForInstance(Instance) - Method in class weka.classifiers.MultiClassClassifier
Returns the distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.UserClassifier
Call this function to get a double array filled with the probability of how likely each class type is the class of the instance.
distributionForInstance(Instance) - Method in class weka.classifiers.NaiveBayes
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.SMO
Outputs the distribution for the given output.
distributionForInstance(Instance) - Method in class weka.classifiers.Logistic
Computes the distribution for a given instance
distributionForInstance(Instance) - Method in class weka.classifiers.VotedPerceptron
Outputs the distribution for the given output.
distributionForInstance(Instance) - Method in class weka.classifiers.NaiveBayesSimple
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.FilteredClassifier
Classifies a given instance after filtering.
distributionForInstance(Instance) - Method in class weka.classifiers.j48.J48
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.j48.ClassifierTree
Returns class probabilities for a weighted instance.
distributionForInstance(Instance) - Method in class weka.classifiers.j48.MakeDecList
Returns the class distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.j48.ClassifierDecList
Returns class probabilities for a weighted instance.
distributionForInstance(Instance) - Method in class weka.classifiers.j48.PART
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.kstar.KStar
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.clusterers.DistributionClusterer
Predicts the cluster memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.clusterers.EM
Predicts the cluster memberships for a given instance.
DKConditionalEstimator - class weka.estimators.DKConditionalEstimator.
Conditional probability estimator for a discrete domain conditional upon a numeric domain.
DKConditionalEstimator(int, double) - Constructor for class weka.estimators.DKConditionalEstimator
Constructor
DNConditionalEstimator - class weka.estimators.DNConditionalEstimator.
Conditional probability estimator for a discrete domain conditional upon a numeric domain.
DNConditionalEstimator(int, double) - Constructor for class weka.estimators.DNConditionalEstimator
Constructor
doHistory(KeyEvent) - Method in class weka.gui.SimpleCLI
Changes the currently displayed command line when certain keys are pressed.
doRun(int) - Method in interface weka.experiment.ResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.CrossValidationResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.RandomSplitResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.AveragingResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.DatabaseResultProducer
Gets the results for a specified run number.
doRunKeys(int) - Method in interface weka.experiment.ResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.CrossValidationResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.RandomSplitResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.AveragingResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.DatabaseResultProducer
Gets the keys for a specified run number.
doTests() - Method in class weka.classifiers.CheckClassifier
Begin the tests, reporting results to System.out
doubleToString(double, int) - Static method in class weka.core.Utils
Rounds a double and converts it into String.
doubleToString(double, int, int) - Static method in class weka.core.Utils
Rounds a double and converts it into a formatted decimal-justified String.
doubleToStringF(double, int, int) - Static method in class weka.classifiers.m5.M5Utils
Rounds a double and converts it into a formatted right-justified String.
doubleToStringG(double, int, int) - Static method in class weka.classifiers.m5.M5Utils
Rounds a double and converts it into a formatted right-justified String.
Drawable - interface weka.core.Drawable.
Interface to something that can be drawn as a graph.
dumpDistribution() - Method in class weka.classifiers.j48.Distribution
Prints distribution.
dumpLabel(int, Instances) - Method in class weka.classifiers.j48.ClassifierSplitModel
Prints label for subset index of instances (eg class).
dumpModel(Instances) - Method in class weka.classifiers.j48.ClassifierSplitModel
Prints the split model.
Dvector - class weka.classifiers.m5.Dvector.
Class for handling a double vector.
Dvector() - Constructor for class weka.classifiers.m5.Dvector
 

E

Edge - class weka.gui.treevisualizer.Edge.
This class is used in conjunction with the Node class to form a tree structure.
Edge(String, String, String) - Constructor for class weka.gui.treevisualizer.Edge
This constructs an Edge with the specified label and parent , child serial tags.
editableProperties() - Method in class weka.gui.PropertySheetPanel
Gets the number of editable properties for the current target.
elementAt(int) - Method in class weka.core.FastVector
Returns the element at the given position.
elements() - Method in class weka.core.FastVector
Returns an enumeration of this vector.
elements(int) - Method in class weka.core.FastVector
Returns an enumeration of this vector, skipping the element with the given index.
EM - class weka.clusterers.EM.
Simple EM (estimation maximisation) class.
EM() - Constructor for class weka.clusterers.EM
Constructor.
empty() - Method in class weka.core.Queue
Checks if queue is empty.
entropy(double[]) - Static method in class weka.core.ContingencyTables
Computes the entropy of the given array.
EntropyBasedSplitCrit - class weka.classifiers.j48.EntropyBasedSplitCrit.
"Abstract" class for computing splitting criteria based on the entropy of a class distribution.
EntropyBasedSplitCrit() - Constructor for class weka.classifiers.j48.EntropyBasedSplitCrit
 
entropyConditionedOnColumns(double[][]) - Static method in class weka.core.ContingencyTables
Computes conditional entropy of the rows given the columns.
entropyConditionedOnRows(double[][]) - Static method in class weka.core.ContingencyTables
Computes conditional entropy of the columns given the rows.
entropyConditionedOnRows(double[][], double[][], double) - Static method in class weka.core.ContingencyTables
Computes conditional entropy of the columns given the rows of the test matrix with respect to the train matrix.
entropyOverColumns(double[][]) - Static method in class weka.core.ContingencyTables
Computes the columns' entropy for the given contingency table.
entropyOverRows(double[][]) - Static method in class weka.core.ContingencyTables
Computes the rows' entropy for the given contingency table.
EntropySplitCrit - class weka.classifiers.j48.EntropySplitCrit.
Class for computing the entropy for a given distribution.
EntropySplitCrit() - Constructor for class weka.classifiers.j48.EntropySplitCrit
 
enumerateAttributes() - Method in class weka.core.Instance
Returns an enumeration of all the attributes.
enumerateAttributes() - Method in class weka.core.Instances
Returns an enumeration of all the attributes.
enumerateInstances() - Method in class weka.core.Instances
Returns an enumeration of all instances in the dataset.
enumerateMeasures() - Method in interface weka.core.AdditionalMeasureProducer
Returns an enumeration of the measure names.
enumerateMeasures() - Method in class weka.classifiers.DecisionTable
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.AttributeSelectedClassifier
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.j48.J48
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.j48.PART
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.m5.M5Prime
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.experiment.ClassifierSplitEvaluator
Returns an enumeration of any additional measure names that might be in the classifier
enumerateMeasures() - Method in class weka.experiment.CrossValidationResultProducer
Returns an enumeration of any additional measure names that might be in the SplitEvaluator
enumerateMeasures() - Method in class weka.experiment.RegressionSplitEvaluator
Returns an enumeration of any additional measure names that might be in the classifier
enumerateMeasures() - Method in class weka.experiment.RandomSplitResultProducer
Returns an enumeration of any additional measure names that might be in the SplitEvaluator
enumerateMeasures() - Method in class weka.experiment.AveragingResultProducer
Returns an enumeration of any additional measure names that might be in the result producer
enumerateMeasures() - Method in class weka.experiment.DatabaseResultProducer
Returns an enumeration of any additional measure names that might be in the result producer
enumerateValues() - Method in class weka.core.Attribute
Returns an enumeration of all the attribute's values if the attribute is nominal or a string, null otherwise.
EPSILON - Static variable in interface weka.classifiers.kstar.KStarConstants
 
eq(double, double) - Static method in class weka.core.Utils
Tests if a is equal to b.
eqDouble(double, double) - Static method in class weka.classifiers.m5.M5Utils
Tests if two double values are equal to each other
equalHeaders(Instance) - Method in class weka.core.Instance
Tests if the headers of two instances are equivalent.
equalHeaders(Instances) - Method in class weka.core.Instances
Checks if two headers are equivalent.
equals(Object) - Method in class weka.core.Attribute
Tests if given attribute is equal to this attribute.
equals(Object) - Method in class weka.core.SelectedTag
 
equals(Object) - Method in class weka.classifiers.DecisionTable.hashKey
Tests if two instances are equal
equals(Object) - Method in class weka.classifiers.Evaluation
Tests whether the current evaluation object is equal to another evaluation object
equals(Object) - Method in class weka.associations.ItemSet
Tests if two item sets are equal.
equals(Object) - Method in class weka.attributeSelection.ConsistencySubsetEval.hashKey
Tests if two instances are equal
ERROR_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
error() - Method in class weka.classifiers.evaluation.NumericPrediction
Calculates the prediction error.
ErrorBasedMeritEvaluator - interface weka.attributeSelection.ErrorBasedMeritEvaluator.
Interface for evaluators that calculate the "merit" of attributes/subsets as the error of a learning scheme
errorMsg(String) - Static method in class weka.classifiers.m5.M5Utils
Prints error message and exits
errorRate() - Method in class weka.classifiers.Evaluation
Returns the estimated error rate or the root mean squared error (if the class is numeric).
Errors - class weka.classifiers.m5.Errors.
Class for containing the evaluation results of a model
errors(Instances) - Method in class weka.classifiers.m5.Function
Evaluates a function
errors(Instances, boolean) - Method in class weka.classifiers.m5.Node
Evaluates a tree
Errors(int, int) - Constructor for class weka.classifiers.m5.Errors
Constructs an object which could contain the evaluation results of a model
Estimator - interface weka.estimators.Estimator.
Interface for probability estimators.
evaluateAttribute(int) - Method in class weka.attributeSelection.AttributeEvaluator
evaluates an individual attribute
evaluateAttribute(int) - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
evaluates an individual attribute by measuring the symmetrical uncertainty between it and the class.
evaluateAttribute(int) - Method in class weka.attributeSelection.GainRatioAttributeEval
evaluates an individual attribute by measuring the gain ratio of the class given the attribute.
evaluateAttribute(int) - Method in class weka.attributeSelection.ReliefFAttributeEval
Evaluates an individual attribute using ReliefF's instance based approach.
evaluateAttribute(int) - Method in class weka.attributeSelection.ChiSquaredAttributeEval
evaluates an individual attribute by measuring its chi-squared value.
evaluateAttribute(int) - Method in class weka.attributeSelection.OneRAttributeEval
evaluates an individual attribute by measuring the amount of information gained about the class given the attribute.
evaluateAttribute(int) - Method in class weka.attributeSelection.InfoGainAttributeEval
evaluates an individual attribute by measuring the amount of information gained about the class given the attribute.
evaluateAttribute(int) - Method in class weka.attributeSelection.PrincipalComponents
Evaluates the merit of a transformed attribute.
evaluateClusterer(Clusterer, String[]) - Static method in class weka.clusterers.ClusterEvaluation
Evaluates a clusterer with the options given in an array of strings.
evaluateClusterer(Instances) - Method in class weka.clusterers.ClusterEvaluation
Evaluate the clusterer on a set of instances.
evaluateModel(Classifier, Instances) - Method in class weka.classifiers.Evaluation
Evaluates the classifier on a given set of instances.
evaluateModel(Classifier, String[]) - Static method in class weka.classifiers.Evaluation
Evaluates a classifier with the options given in an array of strings.
evaluateModel(String, String[]) - Static method in class weka.classifiers.Evaluation
Evaluates a classifier with the options given in an array of strings.
evaluateModelOnce(Classifier, Instance) - Method in class weka.classifiers.Evaluation
Evaluates the classifier on a single instance.
evaluateModelOnce(double[], Instance) - Method in class weka.classifiers.Evaluation
Evaluates the supplied distribution on a single instance.
evaluateModelOnce(double, Instance) - Method in class weka.classifiers.Evaluation
Evaluates the supplied prediction on a single instance.
evaluateSubset(BitSet) - Method in class weka.attributeSelection.SubsetEvaluator
evaluates a subset of attributes
evaluateSubset(BitSet) - Method in class weka.attributeSelection.CfsSubsetEval
evaluates a subset of attributes
evaluateSubset(BitSet) - Method in class weka.attributeSelection.ConsistencySubsetEval
Evaluates a subset of attributes
evaluateSubset(BitSet) - Method in class weka.attributeSelection.ClassifierSubsetEval
Evaluates a subset of attributes
evaluateSubset(BitSet) - Method in class weka.attributeSelection.WrapperSubsetEval
Evaluates a subset of attributes
evaluateSubset(BitSet, Instance, boolean) - Method in class weka.attributeSelection.HoldOutSubsetEvaluator
Evaluates a subset of attributes with respect to a single instance.
evaluateSubset(BitSet, Instance, boolean) - Method in class weka.attributeSelection.ClassifierSubsetEval
Evaluates a subset of attributes with respect to a single instance.
evaluateSubset(BitSet, Instances) - Method in class weka.attributeSelection.HoldOutSubsetEvaluator
Evaluates a subset of attributes with respect to a set of instances.
evaluateSubset(BitSet, Instances) - Method in class weka.attributeSelection.ClassifierSubsetEval
Evaluates a subset of attributes with respect to a set of instances.
Evaluation - class weka.classifiers.Evaluation.
Class for evaluating machine learning models.
Evaluation(Instances) - Constructor for class weka.classifiers.Evaluation
Initializes all the counters for the evaluation.
Evaluation(Instances, CostMatrix) - Constructor for class weka.classifiers.Evaluation
Initializes all the counters for the evaluation and also takes a cost matrix as parameter.
EvaluationUtils - class weka.classifiers.evaluation.EvaluationUtils.
Contains utility functions for generating lists of predictions in various manners.
EvaluationUtils() - Constructor for class weka.classifiers.evaluation.EvaluationUtils
 
evaluatorTipText() - Method in class weka.classifiers.AttributeSelectedClassifier
Returns the tip text for this property
execute(String) - Method in class weka.experiment.DatabaseUtils
Executes a SQL query.
ExhaustiveSearch - class weka.attributeSelection.ExhaustiveSearch.
Class for performing an exhaustive search.
ExhaustiveSearch() - Constructor for class weka.attributeSelection.ExhaustiveSearch
Constructor
EXP_INDEX_TABLE - Static variable in class weka.experiment.DatabaseUtils
The name of the table containing the index to experiments
EXP_RESULT_COL - Static variable in class weka.experiment.DatabaseUtils
The name of the column containing the results table name
EXP_RESULT_PREFIX - Static variable in class weka.experiment.DatabaseUtils
The prefix for result table names
EXP_SETUP_COL - Static variable in class weka.experiment.DatabaseUtils
The name of the column containing the experiment setup (parameters)
EXP_TYPE_COL - Static variable in class weka.experiment.DatabaseUtils
The name of the column containing the experiment type (ResultProducer)
expectedCosts(double[]) - Method in class weka.classifiers.CostMatrix
Calculates the expected misclassification cost for each possible class value, given class probability estimates.
expectedResultsPerAverageTipText() - Method in class weka.experiment.AveragingResultProducer
Returns the tip text for this property
Experiment - class weka.experiment.Experiment.
Holds all the necessary configuration information for a standard type experiment.
Experiment() - Constructor for class weka.experiment.Experiment
 
Experimenter - class weka.gui.experiment.Experimenter.
The main class for the experiment environment.
Experimenter(boolean) - Constructor for class weka.gui.experiment.Experimenter
Creates the experiment environment gui with no initial experiment
experimentIndexExists() - Method in class weka.experiment.DatabaseUtils
Returns true if the experiment index exists.
Explorer - class weka.gui.explorer.Explorer.
The main class for the Weka explorer.
Explorer() - Constructor for class weka.gui.explorer.Explorer
Creates the experiment environment gui with no initial experiment
ExtensionFileFilter - class weka.gui.ExtensionFileFilter.
Provides a file filter for FileChoosers that accepts or rejects files based on their extension.
ExtensionFileFilter(String, String) - Constructor for class weka.gui.ExtensionFileFilter
Creates the ExtensionFileFilter

F

factor(int, int, double) - Method in class weka.classifiers.m5.Node
Calculates a multiplication factor used at this node
falseNegativeRate(int) - Method in class weka.classifiers.Evaluation
Calculate the false negative rate with respect to a particular class.
falsePositiveRate(int) - Method in class weka.classifiers.Evaluation
Calculate the false positive rate with respect to a particular class.
FastVector - class weka.core.FastVector.
Implements a fast vector class without synchronized methods.
FastVector.FastVectorEnumeration - class weka.core.FastVector.FastVectorEnumeration.
Class for enumerating the vector's elements.
FastVector.FastVectorEnumeration(FastVector, FastVector) - Constructor for class weka.core.FastVector.FastVectorEnumeration
Constructs an enumeration.
FastVector.FastVectorEnumeration(FastVector, FastVector, int) - Constructor for class weka.core.FastVector.FastVectorEnumeration
Constructs an enumeration with a special element.
FastVector() - Constructor for class weka.core.FastVector
Constructs an empty vector with initial capacity zero.
FastVector(int) - Constructor for class weka.core.FastVector
Constructs a vector with the given capacity.
FastVector(int, int, double) - Constructor for class weka.core.FastVector
Constructs a vector with the given capacity, capacity increment and capacity mulitplier.
FCriticalValue(double, int, int) - Static method in class weka.core.Statistics
Critical value for given probability of F-distribution.
FILE_EXTENSION - Static variable in class weka.core.Instances
The filename extension that should be used for arff files
FILE_EXTENSION - Static variable in class weka.classifiers.CostMatrix
The filename extension that should be used for cost files
FileEditor - class weka.gui.FileEditor.
A PropertyEditor for File objects that lets the user select a file.
FileEditor() - Constructor for class weka.gui.FileEditor
 
Filter - class weka.filters.Filter.
An abstract class for instance filters: objects that take instances as input, carry out some transformation on the instance and then output the instance.
Filter() - Constructor for class weka.filters.Filter
 
FilteredClassifier - class weka.classifiers.FilteredClassifier.
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
FilteredClassifier() - Constructor for class weka.classifiers.FilteredClassifier
 
filterFile(Filter, String[]) - Static method in class weka.filters.Filter
Method for testing filters.
findNumBinsTipText() - Method in class weka.filters.DiscretizeFilter
Returns the tip text for this property
finished() - Method in class weka.experiment.OutputZipper
Closes the zip file.
firstElement() - Method in class weka.core.FastVector
Returns the first element of the vector.
firstInstance() - Method in class weka.core.Instances
Returns the first instance in the set.
FirstOrderFilter - class weka.filters.FirstOrderFilter.
This instance filter takes a range of N numeric attributes and replaces them with N-1 numeric attributes, the values of which are the difference between consecutive attribute values from the original instance.
FirstOrderFilter() - Constructor for class weka.filters.FirstOrderFilter
 
FLOOR - Static variable in interface weka.classifiers.kstar.KStarConstants
 
FLOOR1 - Static variable in interface weka.classifiers.kstar.KStarConstants
 
floorDouble(double) - Static method in class weka.classifiers.m5.M5Utils
Returns the largest (closest to positive infinity) long integer value that is not greater than the argument.
fMeasure(int) - Method in class weka.classifiers.Evaluation
Calculate the F-Measure with respect to a particular class.
FOLD_FIELD_NAME - Static variable in class weka.experiment.CrossValidationResultProducer
 
foldsTipText() - Method in class weka.attributeSelection.RaceSearch
Returns the tip text for this property
foldsTipText() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the tip text for this property
FORMAT_AVAILABLE - Static variable in class weka.gui.streams.InstanceEvent
Specifies that the instance format is available
formulaeToString(boolean) - Method in class weka.classifiers.m5.Node
Converts all the linear models at the leaves under the node to a string
forName(Class, String, String[]) - Static method in class weka.core.Utils
Creates a new instance of an object given it's class name and (optional) arguments to pass to it's setOptions method.
forName(String, String[]) - Static method in class weka.classifiers.Classifier
Creates a new instance of a classifier given it's class name and (optional) arguments to pass to it's setOptions method.
forName(String, String[]) - Static method in class weka.associations.Associator
Creates a new instance of a associator given it's class name and (optional) arguments to pass to it's setOptions method.
forName(String, String[]) - Static method in class weka.clusterers.Clusterer
Creates a new instance of a clusterer given it's class name and (optional) arguments to pass to it's setOptions method.
forName(String, String[]) - Static method in class weka.attributeSelection.ASEvaluation
Creates a new instance of an attribute/subset evaluator given it's class name and (optional) arguments to pass to it's setOptions method.
forName(String, String[]) - Static method in class weka.attributeSelection.ASSearch
Creates a new instance of a search class given it's class name and (optional) arguments to pass to it's setOptions method.
ForwardSelection - class weka.attributeSelection.ForwardSelection.
Class for performing a forward selection hill climbing search.
ForwardSelection() - Constructor for class weka.attributeSelection.ForwardSelection
 
FProbability(double, int, int) - Static method in class weka.core.Statistics
Computes probability of F-ratio.
Function - class weka.classifiers.m5.Function.
Class for handling a linear function.
function() - Method in class weka.classifiers.m5.Node
Finds the appropriate order of the unsmoothed linear model at this node
Function() - Constructor for class weka.classifiers.m5.Function
Constructs a function of constant value
Function(Instances) - Constructor for class weka.classifiers.m5.Function
Constucts a function with all attributes except the class in the inst
Function(int) - Constructor for class weka.classifiers.m5.Function
Constructs a function with one attribute

G

gainRatio() - Method in class weka.classifiers.j48.BinC45Split
Returns (C4.5-type) gain ratio for the generated split.
gainRatio() - Method in class weka.classifiers.j48.C45Split
Returns (C4.5-type) gain ratio for the generated split.
gainRatio(double[][]) - Static method in class weka.core.ContingencyTables
Computes gain ratio for contingency table (split on rows).
GainRatioAttributeEval - class weka.attributeSelection.GainRatioAttributeEval.
Class for Evaluating attributes individually by measuring gain ratio with respect to the class.
GainRatioAttributeEval() - Constructor for class weka.attributeSelection.GainRatioAttributeEval
Constructor
GainRatioSplitCrit - class weka.classifiers.j48.GainRatioSplitCrit.
Class for computing the gain ratio for a given distribution.
GainRatioSplitCrit() - Constructor for class weka.classifiers.j48.GainRatioSplitCrit
 
generateRankingTipText() - Method in class weka.attributeSelection.RaceSearch
Returns the tip text for this property
generateRankingTipText() - Method in class weka.attributeSelection.ForwardSelection
Returns the tip text for this property
generateRankingTipText() - Method in class weka.attributeSelection.Ranker
Returns the tip text for this property
generateRules(double, FastVector, int) - Method in class weka.associations.ItemSet
Generates all rules for an item set.
generateRulesBruteForce(double, FastVector, int, int, double) - Method in class weka.associations.ItemSet
Generates all significant rules for an item set.
GeneratorPropertyIteratorPanel - class weka.gui.experiment.GeneratorPropertyIteratorPanel.
This panel controls setting a list of values for an arbitrary resultgenerator property for an experiment to iterate over.
GeneratorPropertyIteratorPanel() - Constructor for class weka.gui.experiment.GeneratorPropertyIteratorPanel
Creates the property iterator panel initially disabled.
GeneratorPropertyIteratorPanel(Experiment) - Constructor for class weka.gui.experiment.GeneratorPropertyIteratorPanel
Creates the property iterator panel and sets the experiment.
GenericArrayEditor - class weka.gui.GenericArrayEditor.
A PropertyEditor for arrays of objects that themselves have property editors.
GenericArrayEditor() - Constructor for class weka.gui.GenericArrayEditor
Sets up the array editor.
GenericObjectEditor - class weka.gui.GenericObjectEditor.
A PropertyEditor for objects that themselves have been defined as editable in the GenericObjectEditor configuration file, which lists possible values that can be selected from, and themselves configured.
GenericObjectEditor.GOEPanel - class weka.gui.GenericObjectEditor.GOEPanel.
Handles the GUI side of editing values.
GenericObjectEditor.GOEPanel(GenericObjectEditor) - Constructor for class weka.gui.GenericObjectEditor.GOEPanel
Creates the GUI editor component
GenericObjectEditor() - Constructor for class weka.gui.GenericObjectEditor
 
GeneticSearch - class weka.attributeSelection.GeneticSearch.
Class for performing a genetic based search.
GeneticSearch() - Constructor for class weka.attributeSelection.GeneticSearch
Constructor.
getAcuity() - Method in class weka.clusterers.Cobweb
get the accuity value
getArffFile() - Method in class weka.gui.streams.InstanceSavePanel
 
getArffFile() - Method in class weka.gui.streams.InstanceLoader
 
getAsText() - Method in class weka.gui.GenericArrayEditor
Returns null as we don't support getting/setting values as text.
getAsText() - Method in class weka.gui.SelectedTagEditor
Gets the current value as text.
getAsText() - Method in class weka.gui.GenericObjectEditor
Returns null as we don't support getting/setting values as text.
getAsText() - Method in class weka.gui.CostMatrixEditor
Returns null as we don't support getting/setting values as text.
getAttribute1() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getAttribute2() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getAttributeEvaluator() - Method in class weka.attributeSelection.RankSearch
Get the attribute evaluator used to generate the ranking.
getAttributeEvaluator() - Method in class weka.attributeSelection.RaceSearch
Get the attribute evaluator used to generate the ranking.
getAttributeIndex() - Method in class weka.filters.InstanceFilter
Get the attribute to be used for selection (-1 for last)
getAttributeIndex() - Method in class weka.filters.SwapAttributeValuesFilter
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.StringToNominalFilter
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.MergeTwoValuesFilter
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.AddFilter
Get the index where the attribute will be inserted
getAttributeIndex() - Method in class weka.filters.MakeIndicatorFilter
Get the index of the attribute used.
getAttributeIndices() - Method in class weka.filters.TimeSeriesTranslateFilter
Get the current range selection
getAttributeIndices() - Method in class weka.filters.CopyAttributesFilter
Get the current range selection
getAttributeIndices() - Method in class weka.filters.NumericTransformFilter
Get the current range selection
getAttributeIndices() - Method in class weka.filters.FirstOrderFilter
Get the current range selection
getAttributeIndices() - Method in class weka.filters.AttributeFilter
Get the current range selection.
getAttributeIndices() - Method in class weka.filters.DiscretizeFilter
Gets the current range selection
getAttributeMax(int) - Method in class weka.classifiers.IBk
Get an attributes maximum observed value
getAttributeMin(int) - Method in class weka.classifiers.IBk
Get an attributes minimum observed value
getAttributeName() - Method in class weka.filters.AddFilter
Get the name of the attribute to be created
getAttributeSelectionMethod() - Method in class weka.classifiers.LinearRegression
Gets the method used to select attributes for use in the linear regression.
getAttributeType() - Method in class weka.filters.AttributeTypeFilter
Gets the type of attribute that will be deleted.
getBagSizePercent() - Method in class weka.classifiers.MetaCost
Gets the size of each bag, as a percentage of the training set size.
getBagSizePercent() - Method in class weka.classifiers.Bagging
Gets the size of each bag, as a percentage of the training set size.
getBaseClassifier(int) - Method in class weka.classifiers.Stacking
Gets the specific classifier from the set of base classifiers.
getBaseClassifiers() - Method in class weka.classifiers.Stacking
Gets the list of possible classifers to choose from.
getBias() - Method in class weka.classifiers.BVDecompose
Get the calculated bias squared
getBiasToUniformClass() - Method in class weka.filters.ResampleFilter
Gets the bias towards a uniform class.
getBinarizeNumericAttributes() - Method in class weka.attributeSelection.ChiSquaredAttributeEval
get whether numeric attributes are just being binarized.
getBinarizeNumericAttributes() - Method in class weka.attributeSelection.InfoGainAttributeEval
get whether numeric attributes are just being binarized.
getBinaryAttributesNominal() - Method in class weka.filters.NominalToBinaryFilter
Gets if binary attributes are to be treated as nominal ones.
getBinarySplits() - Method in class weka.classifiers.j48.J48
Get the value of binarySplits.
getBinarySplits() - Method in class weka.classifiers.j48.PART
Get the value of binarySplits.
getBins() - Method in class weka.filters.DiscretizeFilter
Gets the number of bins numeric attributes will be divided into
getC() - Method in class weka.classifiers.SMO
Get the value of C.
getCacheKeyName() - Method in class weka.experiment.DatabaseResultListener
Get the value of CacheKeyName.
getCacheSize() - Method in class weka.classifiers.SMO
Get the size of the kernel cache
getCacheValues(double) - Method in class weka.classifiers.kstar.KStarCache
Returns the values in the cache mapped by the specified key
getCalculateStdDevs() - Method in class weka.experiment.AveragingResultProducer
Get the value of CalculateStdDevs.
getCenter() - Method in class weka.gui.treevisualizer.Node
Get the value of center.
getChild(int) - Method in class weka.gui.treevisualizer.Node
Get the Edge for the child number 'i'.
getCindex() - Method in class weka.gui.visualize.PlotData2D
Get the currently set colouring index of the data
getCIndex() - Method in class weka.gui.visualize.VisualizePanel
Get the index of the attribute selected for coloring
getClassForIRStatistics() - Method in class weka.experiment.ClassifierSplitEvaluator
Get the value of ClassForIRStatistics.
getClassifier() - Method in class weka.classifiers.MetaCost
Gets the distribution classifier used.
getClassifier() - Method in class weka.classifiers.AdaBoostM1
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.ClassificationViaRegression
Get the base classifier (regression scheme) used as the classifier
getClassifier() - Method in class weka.classifiers.AttributeSelectedClassifier
Gets the classifier used.
getClassifier() - Method in class weka.classifiers.CheckClassifier
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.CVParameterSelection
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.Bagging
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.RegressionByDiscretization
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.LogitBoost
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.MultiClassClassifier
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.BVDecompose
Gets the name of the classifier being analysed
getClassifier() - Method in class weka.classifiers.CostSensitiveClassifier
Gets the distribution classifier used.
getClassifier() - Method in class weka.classifiers.FilteredClassifier
Gets the classifier used.
getClassifier() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get the classifier used as the base learner.
getClassifier() - Method in class weka.attributeSelection.WrapperSubsetEval
Get the classifier used as the base learner.
getClassifier() - Method in class weka.experiment.ClassifierSplitEvaluator
Get the value of Classifier.
getClassifier() - Method in class weka.experiment.RegressionSplitEvaluator
Get the value of Classifier.
getClassifier(int) - Method in class weka.classifiers.MultiScheme
Gets a single classifier from the set of available classifiers.
getClassifiers() - Method in class weka.classifiers.MultiScheme
Gets the list of possible classifers to choose from.
getClassIndex() - Method in class weka.classifiers.BVDecompose
Get the index (starting from 1) of the attribute used as the class.
getClassName() - Method in class weka.filters.NumericTransformFilter
Get the class containing the transformation method.
getClearEachDataset() - Method in class weka.gui.streams.InstanceViewer
 
getClusterAssignments() - Method in class weka.clusterers.ClusterEvaluation
Return an array of cluster assignments corresponding to the most recent set of instances clustered.
getColor() - Method in class weka.gui.treevisualizer.Node
Get the value of color.
getCommand() - Method in class weka.gui.treevisualizer.TreeDisplayEvent
 
getCompatibilityState() - Method in interface weka.experiment.ResultProducer
Gets a description of the internal settings of the result producer, sufficient for distinguishing a ResultProducer instance from another with different settings (ignoring those settings set through this interface).
getCompatibilityState() - Method in class weka.experiment.CrossValidationResultProducer
Gets a description of the internal settings of the result producer, sufficient for distinguishing a ResultProducer instance from another with different settings (ignoring those settings set through this interface).
getCompatibilityState() - Method in class weka.experiment.RandomSplitResultProducer
Gets a description of the internal settings of the result producer, sufficient for distinguishing a ResultProducer instance from another with different settings (ignoring those settings set through this interface).
getCompatibilityState() - Method in class weka.experiment.AveragingResultProducer
Gets a description of the internal settings of the result producer, sufficient for distinguishing a ResultProducer instance from another with different settings (ignoring those settings set through this interface).
getCompatibilityState() - Method in class weka.experiment.DatabaseResultProducer
Gets a description of the internal settings of the result producer, sufficient for distinguishing a ResultProducer instance from another with different settings (ignoring those settings set through this interface).
getConfidenceFactor() - Method in class weka.classifiers.j48.J48
Get the value of CF.
getConfidenceFactor() - Method in class weka.classifiers.j48.PART
Get the value of CF.
getCostMatrix() - Method in class weka.classifiers.MetaCost
Gets the misclassification cost matrix.
getCostMatrix() - Method in class weka.classifiers.CostSensitiveClassifier
Gets the misclassification cost matrix.
getCostMatrixSource() - Method in class weka.classifiers.MetaCost
Gets the source location method of the cost matrix.
getCostMatrixSource() - Method in class weka.classifiers.CostSensitiveClassifier
Gets the source location method of the cost matrix.
getCount(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the number of visible nodes there are (this may accidentally count some of the invis nodes).
getCrossoverProb() - Method in class weka.attributeSelection.GeneticSearch
get the probability of crossover
getCrossVal() - Method in class weka.classifiers.DecisionTable
Gets the number of folds for cross validation
getCrossValidate() - Method in class weka.classifiers.IBk
Gets whether hold-one-out cross-validation will be used to select the best k value
getCurrentDatasetNumber() - Method in class weka.experiment.Experiment
When an experiment is running, this returns the current dataset number.
getCurrentPropertyNumber() - Method in class weka.experiment.Experiment
When an experiment is running, this returns the index of the current custom property value.
getCurrentRunNumber() - Method in class weka.experiment.Experiment
When an experiment is running, this returns the current run number.
getCurve(FastVector) - Method in class weka.classifiers.evaluation.MarginCurve
Calculates the cumulative margin distribution for the set of predictions, returning the result as a set of Instances.
getCurve(FastVector) - Method in class weka.classifiers.evaluation.ThresholdCurve
Calculates the performance stats for the default class and return results as a set of Instances.
getCurve(FastVector, int) - Method in class weka.classifiers.evaluation.ThresholdCurve
Calculates the performance stats for the desired class and return results as a set of Instances.
getCustomEditor() - Method in class weka.gui.GenericArrayEditor
Returns the array editing component.
getCustomEditor() - Method in class weka.gui.GenericObjectEditor
Returns the array editing component.
getCustomEditor() - Method in class weka.gui.FileEditor
Gets the custom editor component.
getCustomEditor() - Method in class weka.gui.CostMatrixEditor
Returns the array editing component.
getCutoff() - Method in class weka.clusterers.Cobweb
get the cutoff
getCutPoints(int) - Method in class weka.filters.DiscretizeFilter
Gets the cut points for an attribute
getCVisible() - Method in class weka.gui.treevisualizer.Node
Get If this node's childs are visible.
getCVParameter(int) - Method in class weka.classifiers.CVParameterSelection
Gets the scheme paramter with the given index.
getCVPredictions(DistributionClassifier, Instances, int) - Method in class weka.classifiers.evaluation.EvaluationUtils
Generate a bunch of predictions ready for processing, by performing a cross-validation on the supplied dataset.
getDatabaseURL() - Method in class weka.experiment.DatabaseUtils
Get the value of DatabaseURL.
getDataFileName() - Method in class weka.classifiers.BVDecompose
Get the name of the data file used for the decomposition
getDatasetKeyColumns() - Method in class weka.experiment.PairedTTester
Get the value of DatasetKeyColumns.
getDatasets() - Method in class weka.experiment.Experiment
Gets the datasets in the experiment.
getDebug() - Method in class weka.classifiers.AdaBoostM1
Get whether debugging is turned on
getDebug() - Method in class weka.classifiers.CheckClassifier
Get whether debugging is turned on
getDebug() - Method in class weka.classifiers.CVParameterSelection
Gets whether debugging is turned on
getDebug() - Method in class weka.classifiers.ThresholdSelector
Gets whether debugging is turned on
getDebug() - Method in class weka.classifiers.IBk
Get the value of Debug.
getDebug() - Method in class weka.classifiers.RegressionByDiscretization
Gets whether debugging output will be printed
getDebug() - Method in class weka.classifiers.LogitBoost
Get whether debugging is turned on
getDebug() - Method in class weka.classifiers.MultiScheme
Get whether debugging is turned on
getDebug() - Method in class weka.classifiers.BVDecompose
Gets whether debugging is turned on
getDebug() - Method in class weka.classifiers.Logistic
Gets whether debugging output will be printed.
getDebug() - Method in class weka.classifiers.LWR
SGts whether debugging output should be produced
getDebug() - Method in class weka.classifiers.LinearRegression
Controls whether debugging output will be printed
getDebug() - Method in class weka.clusterers.EM
Get debug mode
getDebug() - Method in class weka.attributeSelection.RaceSearch
Get whether output is to be verbose
getDebug() - Method in class weka.gui.streams.InstanceSavePanel
 
getDebug() - Method in class weka.gui.streams.InstanceLoader
 
getDebug() - Method in class weka.gui.streams.InstanceViewer
 
getDebug() - Method in class weka.gui.streams.InstanceJoiner
 
getDebug() - Method in class weka.gui.streams.InstanceCounter
 
getDebug() - Method in class weka.gui.streams.InstanceTable
 
getDelta() - Method in class weka.associations.Apriori
Get the value of delta.
getDescription() - Method in class weka.gui.ExtensionFileFilter
Gets the description of accepted files.
getDesignatedClass() - Method in class weka.classifiers.ThresholdSelector
Get the value of designatedClass.
getDirection() - Method in class weka.attributeSelection.BestFirst
Get the search direction
getDisplayRules() - Method in class weka.classifiers.DecisionTable
Gets whether rules are being printed
getDistanceWeighting() - Method in class weka.classifiers.IBk
Gets the distance weighting method used.
getDistributionClassifier() - Method in class weka.classifiers.ThresholdSelector
Get the DistributionClassifier used as the classifier.
getEditor() - Method in class weka.gui.PropertyDialog
Gets the current property editor.
getElement(int, int) - Method in class weka.core.Matrix
Returns the value of a cell in the matrix.
getEntropicAutoBlend() - Method in class weka.classifiers.kstar.KStar
Get whether entropic blending being used
getEntry(double) - Method in class weka.classifiers.kstar.KStarCache.CacheTable
Returns the table entry to which the specified key is mapped in this hashtable.
getEntry(double) - Method in class weka.classifiers.kstar.LightHashTable
Returns the table entry to which the specified key is mapped in this hashtable.
getEpsilon() - Method in class weka.classifiers.SMO
Get the value of epsilon.
getError() - Method in class weka.classifiers.BVDecompose
Get the calculated error rate
getEstimatedErrorsForLeaf() - Method in class weka.classifiers.j48.C45PruneableDecList
Computes estimated errors for leaf.
getEstimator(double) - Method in interface weka.estimators.ConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.DDConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.NDConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.KDConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.DKConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.KKConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.DNConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.NNConditionalEstimator
Get a probability estimator for a value
getEvaluationMode() - Method in class weka.classifiers.ThresholdSelector
Gets the evaluation mode.
getEvaluator() - Method in class weka.classifiers.AttributeSelectedClassifier
Gets the attribute evaluator used
getEvaluator() - Method in class weka.filters.AttributeSelectionFilter
Get the name of the attribute/subset evaluator
getExpectedResultsPerAverage() - Method in class weka.experiment.AveragingResultProducer
Get the value of ExpectedResultsPerAverage.
getExperiment() - Method in class weka.gui.experiment.SetupPanel
Gets the currently configured experiment.
getExponent() - Method in class weka.classifiers.SMO
Get the value of exponent.
getExponent() - Method in class weka.classifiers.VotedPerceptron
Get the value of exponent.
getFallout() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the fallout.
getFalseNegative() - Method in class weka.classifiers.evaluation.TwoClassStats
Gets the number of positive instances predicted as negative
getFalsePositive() - Method in class weka.classifiers.evaluation.TwoClassStats
Gets the number of negative instances predicted as positive
getFalsePositiveRate() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the false positive rate.
getFillWithMissing() - Method in class weka.filters.TimeSeriesTranslateFilter
Gets whether missing values should be used rather than removing instances where the translated value is not known (due to border effects).
getFilter() - Method in class weka.classifiers.FilteredClassifier
Gets the filter used.
getFindNumBins() - Method in class weka.filters.DiscretizeFilter
Get the value of FindNumBins.
getFirstValueIndex() - Method in class weka.filters.SwapAttributeValuesFilter
Get the index of the first value used.
getFirstValueIndex() - Method in class weka.filters.MergeTwoValuesFilter
Get the index of the first value used.
getFlag(char, String[]) - Static method in class weka.core.Utils
Checks if the given array contains the flag "-Char".
getFMeasure() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the F-Measure.
getFold() - Method in class weka.filters.SplitDatasetFilter
Gets the fold which is selected.
getFolds() - Method in class weka.attributeSelection.WrapperSubsetEval
Get the number of folds used for accuracy estimation
getFoldsType() - Method in class weka.attributeSelection.RaceSearch
Get the xfold type
getGCount(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the number of visible groups of siblings there are.
getGenerateRanking() - Method in class weka.attributeSelection.RaceSearch
Gets whether ranking has been requested.
getGenerateRanking() - Method in interface weka.attributeSelection.RankedOutputSearch
Gets whether the user has opted to see a ranked list of attributes rather than the normal result of the search
getGenerateRanking() - Method in class weka.attributeSelection.ForwardSelection
Gets whether ranking has been requested.
getGenerateRanking() - Method in class weka.attributeSelection.Ranker
This is a dummy method.
getGlobalBlend() - Method in class weka.classifiers.kstar.KStar
Get the value of the global blend parameter
getGroup() - Method in class weka.classifiers.DecisionTable.Link
Gets the group.
getGroup() - Method in class weka.attributeSelection.BestFirst.Link2
Get a group
getHashtable(FastVector, int) - Static method in class weka.associations.ItemSet
Return a hashtable filled with the given item sets.
getHeight(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the number of visible levels there are.
getHoldOutFile() - Method in class weka.attributeSelection.ClassifierSubsetEval
Gets the file that holds hold out/test instances.
getID() - Method in class weka.core.Tag
 
getID() - Method in class weka.gui.treevisualizer.TreeDisplayEvent
 
getID() - Method in class weka.gui.streams.InstanceEvent
Get the event type
getInstanceRange() - Method in class weka.filters.TimeSeriesTranslateFilter
Gets the number of instances forward to translate values between.
getInstances() - Method in class weka.experiment.PairedTTester
Get the value of Instances.
getInstances() - Method in class weka.gui.SetInstancesPanel
Gets the set of instances currently held by the panel
getInstances() - Method in class weka.gui.visualize.VisualizePanel
Get the master plot's instances
getInstances() - Method in class weka.gui.treevisualizer.Node
This will return the Instances object related to this node.
getInstances1() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getInstances2() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getInstancesIndices() - Method in class weka.filters.SplitDatasetFilter
Gets ranges of instances selected.
getInvert() - Method in class weka.core.Range
Gets whether the range sense is inverted, i.e.
getInvertSelection() - Method in class weka.filters.InstanceFilter
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.TimeSeriesTranslateFilter
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.SplitDatasetFilter
Gets if selection is to be inverted.
getInvertSelection() - Method in class weka.filters.CopyAttributesFilter
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.NumericTransformFilter
Get whether the supplied columns are to be transformed or not
getInvertSelection() - Method in class weka.filters.AttributeFilter
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.DiscretizeFilter
Gets whether the supplied columns are to be removed or kept
getJavaInitializationString() - Method in class weka.gui.GenericArrayEditor
Supposedly returns an initialization string to create a classifier identical to the current one, including it's state, but this doesn't appear possible given that the initialization string isn't supposed to contain multiple statements.
getJavaInitializationString() - Method in class weka.gui.SelectedTagEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class weka.gui.GenericObjectEditor
Supposedly returns an initialization string to create a Object identical to the current one, including it's state, but this doesn't appear possible given that the initialization string isn't supposed to contain multiple statements.
getJavaInitializationString() - Method in class weka.gui.FileEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class weka.gui.CostMatrixEditor
Supposedly returns an initialization string to create a classifier identical to the current one, including it's state, but this doesn't appear possible given that the initialization string isn't supposed to contain multiple statements.
getKey() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the key describing the current SplitEvaluator.
getKey() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the key describing the current SplitEvaluator.
getKey() - Method in interface weka.experiment.SplitEvaluator
Gets the key describing the current SplitEvaluator.
getKeyFieldName() - Method in class weka.experiment.AveragingResultProducer
Get the value of KeyFieldName.
getKeyNames() - Method in interface weka.experiment.ResultProducer
Gets the names of each of the key columns produced for a single run.
getKeyNames() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the names of each of the key columns produced for a single run.
getKeyNames() - Method in class weka.experiment.CrossValidationResultProducer
Gets the names of each of the columns produced for a single run.
getKeyNames() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the names of each of the key columns produced for a single run.
getKeyNames() - Method in class weka.experiment.RandomSplitResultProducer
Gets the names of each of the columns produced for a single run.
getKeyNames() - Method in class weka.experiment.AveragingResultProducer
Gets the names of each of the columns produced for a single run.
getKeyNames() - Method in class weka.experiment.DatabaseResultProducer
Gets the names of each of the columns produced for a single run.
getKeyNames() - Method in interface weka.experiment.SplitEvaluator
Gets the names of each of the key columns produced for a single run.
getKeyTypes() - Method in interface weka.experiment.ResultProducer
Gets the data types of each of the key columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the data types of each of the key columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.CrossValidationResultProducer
Gets the data types of each of the columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the data types of each of the key columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.RandomSplitResultProducer
Gets the data types of each of the columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.AveragingResultProducer
Gets the data types of each of the columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.DatabaseResultProducer
Gets the data types of each of the columns produced for a single run.
getKeyTypes() - Method in interface weka.experiment.SplitEvaluator
Gets the data types of each of the key columns produced for a single run.
getKNN() - Method in class weka.classifiers.IBk
Gets the number of neighbours the learner will use.
getKNN() - Method in class weka.classifiers.LWR
Gets the number of neighbours used for kernel bandwidth setting.
getLabel() - Method in class weka.gui.treevisualizer.Edge
Get the value of label.
getLabel() - Method in class weka.gui.treevisualizer.Node
Get the value of label.
getLine(int) - Method in class weka.gui.treevisualizer.Edge
Returns line number n
getLine(int) - Method in class weka.gui.treevisualizer.Node
Returns the text String for the specfied line.
getLinkAt(int) - Method in class weka.classifiers.DecisionTable.LinkedList
Returns the element (Link) at a specific index from the list.
getLinkAt(int) - Method in class weka.attributeSelection.BestFirst.LinkedList2
returns the element (Link) at a specific index from the list.
getList() - Method in class weka.gui.ResultHistoryPanel
Gets the JList used by the results list
getLocallyPredictive() - Method in class weka.attributeSelection.CfsSubsetEval
Return true if including locally predictive attributes
getLower() - Method in class weka.gui.experiment.RunNumberPanel
Gets the current lower run number.
getLowerBoundMinSupport() - Method in class weka.associations.Apriori
Get the value of lowerBoundMinSupport.
getLowerOrderTerms() - Method in class weka.classifiers.SMO
Check whether lower-order terms are being used.
getMakeBinary() - Method in class weka.filters.DiscretizeFilter
Gets whether binary attributes should be made for discretized ones.
getMasterPlot() - Method in class weka.gui.visualize.Plot2D
Get the master plot
getMaxC() - Method in class weka.gui.visualize.Plot2D
Return the current max value of the colouring attribute
getMaxCost(int) - Method in class weka.classifiers.CostMatrix
Gets the maximum misclassification cost possible for a given actual class value
getMaxGenerations() - Method in class weka.attributeSelection.GeneticSearch
get the number of generations
getMaxIterations() - Method in class weka.classifiers.AdaBoostM1
Get the maximum number of boost iterations
getMaxIterations() - Method in class weka.classifiers.LogitBoost
Get the maximum number of boost iterations
getMaxIterations() - Method in class weka.clusterers.EM
Get the maximum number of iterations
getMaxK() - Method in class weka.classifiers.VotedPerceptron
Get the value of maxK.
getMaxStale() - Method in class weka.classifiers.DecisionTable
Gets the number of non improving decision tables
getMaxX() - Method in class weka.gui.visualize.Plot2D
Return the current max value of the attribute plotted on the x axis
getMaxY() - Method in class weka.gui.visualize.Plot2D
Return the current max value of the attribute plotted on the y axis
getMeanSquared() - Method in class weka.classifiers.IBk
Gets whether the mean squared error is used rather than mean absolute error when doing cross-validation.
getMeasure(String) - Method in interface weka.core.AdditionalMeasureProducer
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.DecisionTable
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.AttributeSelectedClassifier
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.j48.J48
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.j48.PART
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.m5.M5Prime
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.ClassifierSplitEvaluator
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.CrossValidationResultProducer
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.RegressionSplitEvaluator
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.RandomSplitResultProducer
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.AveragingResultProducer
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.DatabaseResultProducer
Returns the value of the named measure
getMerit() - Method in class weka.classifiers.DecisionTable.Link
Gets the merit.
getMetaClassifier() - Method in class weka.classifiers.Stacking
Gets the meta classifier.
getMethodName() - Method in class weka.filters.NumericTransformFilter
Get the transformation method.
getMinBucketSize() - Method in class weka.classifiers.OneR
Get the value of minBucketSize.
getMinC() - Method in class weka.gui.visualize.Plot2D
Return the current min value of the colouring attribute
getMinConfidence() - Method in class weka.associations.Apriori
Get the value of minConfidence.
getMinimizeExpectedCost() - Method in class weka.classifiers.CostSensitiveClassifier
Gets the value of MinimizeExpectedCost.
getMinNumObj() - Method in class weka.classifiers.j48.J48
Get the value of minNumObj.
getMinNumObj() - Method in class weka.classifiers.j48.PART
Get the value of minNumObj.
getMinSupport() - Method in class weka.associations.Apriori
Get the value of minSupport.
getMinX() - Method in class weka.gui.visualize.Plot2D
Return the current min value of the attribute plotted on the x axis
getMinY() - Method in class weka.gui.visualize.Plot2D
Return the current min value of the attribute plotted on the y axis
getMissingMerge() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
get whether missing values are being distributed or not
getMissingMerge() - Method in class weka.attributeSelection.GainRatioAttributeEval
get whether missing values are being distributed or not
getMissingMerge() - Method in class weka.attributeSelection.ChiSquaredAttributeEval
get whether missing values are being distributed or not
getMissingMerge() - Method in class weka.attributeSelection.InfoGainAttributeEval
get whether missing values are being distributed or not
getMissingMode() - Method in class weka.classifiers.kstar.KStar
Gets the method to use for handling missing values.
getMissingSeperate() - Method in class weka.attributeSelection.CfsSubsetEval
Return true is missing is treated as a seperate value
getModelType() - Method in class weka.classifiers.m5.M5Prime
Get the value of Model.
getModifyHeader() - Method in class weka.filters.InstanceFilter
Gets whether the header will be modified when selecting on nominal attributes.
getMutationProb() - Method in class weka.attributeSelection.GeneticSearch
get the probability of mutation
getName() - Method in class weka.gui.visualize.VisualizePanel
Returns the name associated with this plot.
getNameAtIndex(int) - Method in class weka.gui.ResultHistoryPanel
Gets the name of theitem in the list at the specified index
getNamedBuffer(String) - Method in class weka.gui.ResultHistoryPanel
Gets the named buffer
getNamedObject(String) - Method in class weka.gui.ResultHistoryPanel
Get the named object from the list
getNominalIndices() - Method in class weka.filters.InstanceFilter
Get the set of nominal value indices that will be used for selection
getNominalLabels() - Method in class weka.filters.AddFilter
Get the list of labels for nominal attribute creation
getNoNormalization() - Method in class weka.classifiers.IBk
Gets whether normalization is turned off.
getNormalize() - Method in class weka.attributeSelection.PrincipalComponents
Gets whether or not input data is to be normalized
getNormalizeData() - Method in class weka.classifiers.SMO
Check whether data is to be normalized.
getNotes() - Method in class weka.experiment.Experiment
Get the user notes.
getNumBins() - Method in class weka.classifiers.RegressionByDiscretization
Gets the number of bins the class attribute will be discretized into.
getNumClusters() - Method in class weka.clusterers.EM
Get the number of clusters
getNumClusters() - Method in class weka.clusterers.ClusterEvaluation
Return the number of clusters found for the most recent call to evaluateClusterer
getNumDatasets() - Method in class weka.experiment.PairedTTester
Gets the number of datasets in the resultsets
getNumeric() - Method in class weka.filters.MakeIndicatorFilter
Check if new attribute is to be numeric.
getNumFolds() - Method in class weka.classifiers.Stacking
Gets the number of folds for the cross-validation.
getNumFolds() - Method in class weka.classifiers.CVParameterSelection
Get the number of folds used for cross-validation.
getNumFolds() - Method in class weka.classifiers.ThresholdSelector
Get the number of folds used for cross-validation.
getNumFolds() - Method in class weka.classifiers.MultiScheme
Gets the number of folds for cross-validation.
getNumFolds() - Method in class weka.classifiers.j48.J48
Get the value of numFolds.
getNumFolds() - Method in class weka.classifiers.j48.PART
Get the value of numFolds.
getNumFolds() - Method in class weka.filters.SplitDatasetFilter
Gets the number of folds in which dataset is to be split into.
getNumFolds() - Method in class weka.experiment.CrossValidationResultProducer
Get the value of NumFolds.
getNumIterations() - Method in class weka.classifiers.MetaCost
Gets the number of bagging iterations
getNumIterations() - Method in class weka.classifiers.Bagging
Gets the number of bagging iterations
getNumIterations() - Method in class weka.classifiers.VotedPerceptron
Get the value of NumIterations.
getNumNeighbours() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the number of nearest neighbours
getNumResultsets() - Method in class weka.experiment.PairedTTester
Gets the number of resultsets in the data.
getNumRules() - Method in class weka.associations.Apriori
Get the value of numRules.
getNumSymbols() - Method in class weka.estimators.DiscreteEstimator
Gets the number of symbols this estimator operates with
getNumToSelect() - Method in class weka.attributeSelection.RaceSearch
Gets the number of attributes to be retained.
getNumToSelect() - Method in interface weka.attributeSelection.RankedOutputSearch
Gets the number of attributes to be retained.
getNumToSelect() - Method in class weka.attributeSelection.ForwardSelection
Gets the number of attributes to be retained.
getNumToSelect() - Method in class weka.attributeSelection.Ranker
Gets the number of attributes to be retained.
getNumTraining() - Method in class weka.classifiers.IBk
Get the number of training instances the classifier is currently using
getOnDemandDirectory() - Method in class weka.classifiers.MetaCost
Returns the directory that will be searched for cost files when loading on demand.
getOnDemandDirectory() - Method in class weka.classifiers.CostSensitiveClassifier
Returns the directory that will be searched for cost files when loading on demand.
getOnDemandDirectory() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Returns the directory that will be searched for cost files when loading on demand.
getOptimizeBins() - Method in class weka.classifiers.RegressionByDiscretization
Gets whether the discretizer optimizes the number of bins
getOption(char, String[]) - Static method in class weka.core.Utils
Gets an option indicated by a flag "-Char" from the given array of strings.
getOptions() - Method in interface weka.core.OptionHandler
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.MetaCost
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.DecisionTable
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.AdaBoostM1
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.ClassificationViaRegression
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.AttributeSelectedClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.Stacking
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.CheckClassifier
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.classifiers.CVParameterSelection
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.OneR
Gets the current settings of the OneR classifier.
getOptions() - Method in class weka.classifiers.Bagging
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.ThresholdSelector
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.IBk
Gets the current settings of IBk.
getOptions() - Method in class weka.classifiers.RegressionByDiscretization
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.LogitBoost
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.MultiClassClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.MultiScheme
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.BVDecompose
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.classifiers.CostSensitiveClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.NaiveBayes
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.SMO
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.Logistic
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.LWR
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.VotedPerceptron
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.LinearRegression
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.FilteredClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.j48.J48
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.j48.PART
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.m5.M5Prime
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.kstar.KStar
Gets the current settings of K*.
getOptions() - Method in class weka.filters.InstanceFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.TimeSeriesTranslateFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.SwapAttributeValuesFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.StringToNominalFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.MergeTwoValuesFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.SplitDatasetFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.CopyAttributesFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.ResampleFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.NumericTransformFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.AttributeTypeFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.NominalToBinaryFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.AddFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.AttributeSelectionFilter
Gets the current settings for the attribute selection (search, evaluator) etc.
getOptions() - Method in class weka.filters.FirstOrderFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.RandomizeFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.MakeIndicatorFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.AttributeFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.DiscretizeFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.associations.Apriori
Gets the current settings of the Apriori object.
getOptions() - Method in class weka.clusterers.Cobweb
Gets the current settings of Cobweb.
getOptions() - Method in class weka.clusterers.EM
Gets the current settings of EM.
getOptions() - Method in class weka.attributeSelection.ExhaustiveSearch
Gets the current settings of RandomSearch.
getOptions() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.RankSearch
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.RaceSearch
Gets the current settings of BestFirst.
getOptions() - Method in class weka.attributeSelection.RandomSearch
Gets the current settings of RandomSearch.
getOptions() - Method in class weka.attributeSelection.GainRatioAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.ForwardSelection
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.GeneticSearch
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.CfsSubsetEval
Gets the current settings of CfsSubsetEval
getOptions() - Method in class weka.attributeSelection.BestFirst
Gets the current settings of BestFirst.
getOptions() - Method in class weka.attributeSelection.ReliefFAttributeEval
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.Ranker
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.ChiSquaredAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.InfoGainAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.ClassifierSubsetEval
Gets the current settings of ClassifierSubsetEval
getOptions() - Method in class weka.attributeSelection.PrincipalComponents
Gets the current settings of PrincipalComponents
getOptions() - Method in class weka.attributeSelection.WrapperSubsetEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the current settings of the Classifier.
getOptions() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Gets the current settings of the Classifier.
getOptions() - Method in class weka.experiment.CSVResultListener
Gets the current settings of the Classifier.
getOptions() - Method in class weka.experiment.CrossValidationResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the current settings of the Classifier.
getOptions() - Method in class weka.experiment.RandomSplitResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.Experiment
Gets the current settings of the experiment iterator.
getOptions() - Method in class weka.experiment.AveragingResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.PairedTTester
Gets current settings of the PairedTTester.
getOptions() - Method in class weka.experiment.DatabaseResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.InstanceQuery
Gets the current settings of InstanceQuery
getOutputFile() - Method in class weka.experiment.CSVResultListener
Get the value of OutputFile.
getOutputFile() - Method in class weka.experiment.CrossValidationResultProducer
Get the value of OutputFile.
getOutputFile() - Method in class weka.experiment.RandomSplitResultProducer
Get the value of OutputFile.
getParent(int) - Method in class weka.gui.treevisualizer.Node
Get the parent edge.
getPath() - Method in class weka.gui.PropertySelectorDialog
Gets the path of property nodes to the selected property.
getPlotInstances() - Method in class weka.gui.visualize.PlotData2D
Returns the instances for this plot
getPlotName() - Method in class weka.gui.visualize.PlotData2D
Get the name of this plot
getPlots() - Method in class weka.gui.visualize.Plot2D
Return the list of plots
getPopulationSize() - Method in class weka.attributeSelection.GeneticSearch
get the size of the population
getPrecision() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the precision.
getPrediction(DistributionClassifier, Instance) - Method in class weka.classifiers.evaluation.EvaluationUtils
Generate a single prediction for a test instance given the pre-trained classifier.
getProbability(double) - Method in class weka.estimators.NormalEstimator
Get a probability estimate for a value
getProbability(double) - Method in class weka.estimators.DiscreteEstimator
Get a probability estimate for a value
getProbability(double) - Method in class weka.estimators.MahalanobisEstimator
Get a probability estimate for a value
getProbability(double) - Method in class weka.estimators.KernelEstimator
Get a probability estimate for a value.
getProbability(double) - Method in interface weka.estimators.Estimator
Get a probability estimate for a value.
getProbability(double) - Method in class weka.estimators.PoissonEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in interface weka.estimators.ConditionalEstimator
Get a probability for a value conditional on another value
getProbability(double, double) - Method in class weka.estimators.DDConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.NDConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.KDConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.DKConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.KKConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.DNConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.NNConditionalEstimator
Get a probability estimate for a value
getPropertyArray() - Method in class weka.experiment.Experiment
Gets the array of values to set the custom property to.
getPropertyArrayLength() - Method in class weka.experiment.Experiment
Gets the number of custom iterator values that have been defined for the experiment.
getPropertyArrayValue(int) - Method in class weka.experiment.Experiment
Gets a specified value from the custom property iterator array.
getPropertyPath() - Method in class weka.experiment.Experiment
Gets the path of properties taken to get to the custom property to iterate over.
getPruningFactor() - Method in class weka.classifiers.m5.M5Prime
Get the value of PruningFactor.
getQuery() - Method in class weka.experiment.InstanceQuery
Get the query to execute against the database
getRaceType() - Method in class weka.attributeSelection.RaceSearch
Get the race type
getRandomizeData() - Method in class weka.experiment.RandomSplitResultProducer
Get if dataset is to be randomized
getRandomSeed() - Method in class weka.filters.ResampleFilter
Gets the random number seed.
getRandomSeed() - Method in class weka.filters.RandomizeFilter
Get the random number generator seed value.
getRanges() - Method in class weka.core.Range
Gets the string representing the selected range of values
getRawOutput() - Method in class weka.experiment.CrossValidationResultProducer
Get if raw split evaluator output is to be saved
getRawOutput() - Method in class weka.experiment.RandomSplitResultProducer
Get if raw split evaluator output is to be saved
getRawResultOutput() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the raw output from the classifier
getRawResultOutput() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the raw output from the classifier
getRawResultOutput() - Method in interface weka.experiment.SplitEvaluator
Returns the raw output for the most recent call to getResult.
getReadable() - Method in class weka.core.Tag
 
getRecall() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the recall.
getReducedErrorPruning() - Method in class weka.classifiers.j48.J48
Get the value of reducedErrorPruning.
getReducedErrorPruning() - Method in class weka.classifiers.j48.PART
Get the value of reducedErrorPruning.
getRefer() - Method in class weka.gui.treevisualizer.Node
Get the value of refer.
getReportFrequency() - Method in class weka.attributeSelection.GeneticSearch
get how often repports are generated
getRescaleKernel() - Method in class weka.classifiers.SMO
Check whether kernel is being rescaled.
getResult(Instances, Instances) - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the results for the supplied train and test datasets.
getResult(Instances, Instances) - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Gets the results for the supplied train and test datasets.
getResult(Instances, Instances) - Method in class weka.experiment.RegressionSplitEvaluator
Gets the results for the supplied train and test datasets.
getResult(Instances, Instances) - Method in interface weka.experiment.SplitEvaluator
Gets the results for the supplied train and test datasets.
getResultFromTable(String, ResultProducer, Object[]) - Method in class weka.experiment.DatabaseUtils
Executes a database query to extract a result for the supplied key from the database.
getResultListener() - Method in class weka.experiment.Experiment
Gets the result listener where results will be sent.
getResultNames() - Method in interface weka.experiment.ResultProducer
Gets the names of each of the result columns produced for a single run.
getResultNames() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the names of each of the result columns produced for a single run.
getResultNames() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Gets the names of each of the result columns produced for a single run.
getResultNames() - Method in class weka.experiment.CrossValidationResultProducer
Gets the names of each of the columns produced for a single run.
getResultNames() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the names of each of the result columns produced for a single run.
getResultNames() - Method in class weka.experiment.RandomSplitResultProducer
Gets the names of each of the columns produced for a single run.
getResultNames() - Method in class weka.experiment.AveragingResultProducer
Gets the names of each of the columns produced for a single run.
getResultNames() - Method in class weka.experiment.DatabaseResultProducer
Gets the names of each of the columns produced for a single run.
getResultNames() - Method in interface weka.experiment.SplitEvaluator
Gets the names of each of the result columns produced for a single run.
getResultProducer() - Method in class weka.experiment.Experiment
Get the result producer used for the current experiment.
getResultProducer() - Method in class weka.experiment.AveragingResultProducer
Get the ResultProducer.
getResultProducer() - Method in class weka.experiment.DatabaseResultProducer
Get the ResultProducer.
getResultSet() - Method in class weka.experiment.DatabaseUtils
Gets the results generated by a previous query.
getResultsetKeyColumns() - Method in class weka.experiment.PairedTTester
Get the value of ResultsetKeyColumns.
getResultsetName(int) - Method in class weka.experiment.PairedTTester
Gets a string descriptive of the specified resultset.
getResultsTableName(ResultProducer) - Method in class weka.experiment.DatabaseUtils
Gets the name of the experiment table that stores results from a particular ResultProducer.
getResultTypes() - Method in interface weka.experiment.ResultProducer
Gets the data types of each of the result columns produced for a single run.
getResultTypes() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the data types of each of the result columns produced for a single run.
getResultTypes() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Gets the data types of each of the result columns produced for a single run.
getResultTypes() - Method in class weka.experiment.CrossValidationResultProducer
Gets the data types of each of the columns produced for a single run.
getResultTypes() - Method in class weka.experiment.RegressionSplitEvaluator
Gets the data types of each of the result columns produced for a single run.
getResultTypes() - Method in class weka.experiment.RandomSplitResultProducer
Gets the data types of each of the columns produced for a single run.
getResultTypes() - Method in class weka.experiment.AveragingResultProducer
Gets the data types of each of the columns produced for a single run.
getResultTypes() - Method in class weka.experiment.DatabaseResultProducer
Gets the data types of each of the columns produced for a single run.
getResultTypes() - Method in interface weka.experiment.SplitEvaluator
Gets the data types of each of the result columns produced for a single run.
getRoot() - Method in class weka.gui.treevisualizer.Node
Get the value of root.
getRsource() - Method in class weka.gui.treevisualizer.Edge
Get the value of rsource.
getRtarget() - Method in class weka.gui.treevisualizer.Edge
Get the value of rtarget.
getRunColumn() - Method in class weka.experiment.PairedTTester
Get the value of RunColumn.
getRunLower() - Method in class weka.experiment.Experiment
Get the lower run number for the experiment.
getRunUpper() - Method in class weka.experiment.Experiment
Get the upper run number for the experiment.
getSafeInstanceData() - Method in class weka.classifiers.j48.J48
Check whether instance data is to be safed.
getSampleSize() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the number of instances used for estimating attributes
getSampleSizePercent() - Method in class weka.filters.ResampleFilter
Gets the subsample size as a percentage of the original set.
getSearch() - Method in class weka.classifiers.AttributeSelectedClassifier
Gets the search method used
getSearch() - Method in class weka.filters.AttributeSelectionFilter
Get the name of the search method
getSearchPercent() - Method in class weka.attributeSelection.RandomSearch
get the percentage of the search space to consider
getSearchTermination() - Method in class weka.attributeSelection.BestFirst
Get the termination criterion (number of non-improving nodes).
getSecondValueIndex() - Method in class weka.filters.SwapAttributeValuesFilter
Get the index of the second value used.
getSecondValueIndex() - Method in class weka.filters.MergeTwoValuesFilter
Get the index of the second value used.
getSeed() - Method in class weka.classifiers.MetaCost
Get seed for resampling.
getSeed() - Method in class weka.classifiers.AdaBoostM1
Get seed for resampling.
getSeed() - Method in class weka.classifiers.Stacking
Gets the random number seed.
getSeed() - Method in class weka.classifiers.CVParameterSelection
Gets the random number seed.
getSeed() - Method in class weka.classifiers.Bagging
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.ThresholdSelector
Gets the random number seed.
getSeed() - Method in class weka.classifiers.LogitBoost
Get seed for resampling.
getSeed() - Method in class weka.classifiers.MultiScheme
Gets the random number seed.
getSeed() - Method in class weka.classifiers.BVDecompose
Gets the random number seed
getSeed() - Method in class weka.classifiers.CostSensitiveClassifier
Get seed for resampling.
getSeed() - Method in class weka.classifiers.VotedPerceptron
Get the value of Seed.
getSeed() - Method in class weka.classifiers.evaluation.EvaluationUtils
Gets the seed for randomization during cross-validation
getSeed() - Method in class weka.filters.SplitDatasetFilter
Gets the random number seed used for shuffling the dataset.
getSeed() - Method in class weka.clusterers.EM
Get the random number seed
getSeed() - Method in class weka.attributeSelection.GeneticSearch
get the value of the random number generator's seed
getSeed() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the seed used for randomly sampling instances.
getSeed() - Method in class weka.attributeSelection.WrapperSubsetEval
Get the random number seed used for cross validation
getSelectedAttributes() - Method in class weka.gui.AttributeSelectionPanel
Gets an array containing the indices of all selected attributes.
getSelectedBuffer() - Method in class weka.gui.ResultHistoryPanel
Gets the buffer associated with the currently selected item in the list.
getSelectedName() - Method in class weka.gui.ResultHistoryPanel
Get the name of the currently selected item in the list
getSelectedObject() - Method in class weka.gui.ResultHistoryPanel
Gets the object associated with the currently selected item in the list.
getSelectedTag() - Method in class weka.core.SelectedTag
 
getSelection() - Method in class weka.core.Range
Gets an array containing all the selected values, in the order that they were selected (or ascending order if range inversion is on)
getSelectionModel() - Method in class weka.gui.ResultHistoryPanel
Gets the selection model used by the results list.
getSelectionModel() - Method in class weka.gui.AttributeSelectionPanel
Gets the selection model used by the table.
getSelectionThreshold() - Method in class weka.attributeSelection.RaceSearch
Returns the threshold so that the AttributeSelection module can discard attributes from the ranking.
getShape() - Method in class weka.gui.treevisualizer.Node
Get the value of shape.
getShowStdDevs() - Method in class weka.experiment.PairedTTester
Returns true if standard deviations have been requested.
getSigma() - Method in class weka.classifiers.BVDecompose
Get the calculated sigma squared
getSigma() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the value of sigma.
getSignificanceLevel() - Method in class weka.associations.Apriori
Get the value of significanceLevel.
getSignificanceLevel() - Method in class weka.attributeSelection.RaceSearch
Get the significance level
getSignificanceLevel() - Method in class weka.experiment.PairedTTester
Get the value of SignificanceLevel.
getSIndex() - Method in class weka.gui.visualize.VisualizePanel
Get the index of the shape selected for creating splits.
getSource() - Method in class weka.gui.treevisualizer.Edge
Get the value of source.
getSparseData() - Method in class weka.experiment.InstanceQuery
Gets whether data is to be returned as a set of sparse instances
getSplitEvaluator() - Method in class weka.experiment.CrossValidationResultProducer
Get the SplitEvaluator.
getSplitEvaluator() - Method in class weka.experiment.RandomSplitResultProducer
Get the SplitEvaluator.
getSplitPoint() - Method in class weka.filters.InstanceFilter
Get the split point used for numeric selection
getStartSet() - Method in class weka.attributeSelection.ExhaustiveSearch
Returns a list of attributes (and or attribute ranges) as a String
getStartSet() - Method in class weka.attributeSelection.RandomSearch
Returns a list of attributes (and or attribute ranges) as a String
getStartSet() - Method in class weka.attributeSelection.ForwardSelection
Returns a list of attributes (and or attribute ranges) as a String
getStartSet() - Method in class weka.attributeSelection.GeneticSearch
Returns a list of attributes (and or attribute ranges) as a String
getStartSet() - Method in class weka.attributeSelection.BestFirst
Returns a list of attributes (and or attribute ranges) as a String
getStartSet() - Method in class weka.attributeSelection.Ranker
Returns a list of attributes (and or attribute ranges) as a String
getStartSet() - Method in interface weka.attributeSelection.StartSetHandler
Returns a list of attributes (and or attribute ranges) as a String
getSubtreeRaising() - Method in class weka.classifiers.j48.J48
Get the value of subtreeRaising.
getSummary() - Method in class weka.gui.SetInstancesPanel
Gets the instances summary panel associated with this panel
getTags() - Method in class weka.core.SelectedTag
 
getTags() - Method in class weka.gui.GenericArrayEditor
Returns null as we don't support getting values as tags.
getTags() - Method in class weka.gui.SelectedTagEditor
Gets the list of tags that can be selected from.
getTags() - Method in class weka.gui.GenericObjectEditor
Returns null as we don't support getting values as tags.
getTags() - Method in class weka.gui.CostMatrixEditor
Returns null as we don't support getting values as tags.
getTarget() - Method in class weka.gui.treevisualizer.Edge
Get the value of target.
getTestPredictions(DistributionClassifier, Instances) - Method in class weka.classifiers.evaluation.EvaluationUtils
Generate a bunch of predictions ready for processing, by performing a evaluation on a test set assuming the classifier is already trained.
getThreshold() - Method in class weka.attributeSelection.RaceSearch
Get the threshold
getThreshold() - Method in interface weka.attributeSelection.RankedOutputSearch
Gets the threshold by which attributes can be discarded.
getThreshold() - Method in class weka.attributeSelection.ForwardSelection
Returns the threshold so that the AttributeSelection module can discard attributes from the ranking.
getThreshold() - Method in class weka.attributeSelection.Ranker
Returns the threshold so that the AttributeSelection module can discard attributes from the ranking.
getThreshold() - Method in class weka.attributeSelection.WrapperSubsetEval
Get the value of the threshold
getTimestamp() - Static method in class weka.experiment.CrossValidationResultProducer
Gets a Double representing the current date and time.
getTimestamp() - Static method in class weka.experiment.RandomSplitResultProducer
Gets a Double representing the current date and time.
getToleranceParameter() - Method in class weka.classifiers.SMO
Get the value of tolerance parameter.
getTop() - Method in class weka.gui.treevisualizer.Node
Get the value of top.
getTotalCount(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the total number of nodes there are.
getTotalGCount(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the total number of groups of siblings there are.
getTotalHeight(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the total number of levels there are.
getTrainIterations() - Method in class weka.classifiers.BVDecompose
Gets the maximum number of boost iterations
getTrainPercent() - Method in class weka.experiment.RandomSplitResultProducer
Get the value of TrainPercent.
getTrainPoolSize() - Method in class weka.classifiers.BVDecompose
Get the number of instances in the training pool.
getTrainTestPredictions(DistributionClassifier, Instances, Instances) - Method in class weka.classifiers.evaluation.EvaluationUtils
Generate a bunch of predictions ready for processing, by performing a evaluation on a test set after training on the given training set.
getTransformBackToOriginal() - Method in class weka.attributeSelection.PrincipalComponents
Gets whether the data is to be transformed back to the original space.
getTrueNegative() - Method in class weka.classifiers.evaluation.TwoClassStats
Gets the number of negative instances predicted as negative
getTruePositive() - Method in class weka.classifiers.evaluation.TwoClassStats
Gets the number of positive instances predicted as positive
getTruePositiveRate() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the true positive rate.
getUnpruned() - Method in class weka.classifiers.j48.J48
Get the value of unpruned.
getUpper() - Method in class weka.gui.experiment.RunNumberPanel
Gets the current upper run number.
getUseBetterEncoding() - Method in class weka.filters.DiscretizeFilter
Gets whether better encoding is to be used for MDL.
getUseIBk() - Method in class weka.classifiers.DecisionTable
Gets whether IBk is being used instead of the majority class
getUseKernelEstimator() - Method in class weka.classifiers.NaiveBayes
Gets if kernel estimator is being used.
getUseKononenko() - Method in class weka.filters.DiscretizeFilter
Gets whether Kononenko's MDL criterion is to be used.
getUseMDL() - Method in class weka.filters.DiscretizeFilter
Gets whether MDL will be used as the discretisation method
getUsePropertyIterator() - Method in class weka.experiment.Experiment
Gets whether the custom property iterator should be used.
getUseResampling() - Method in class weka.classifiers.AdaBoostM1
Get whether resampling is turned on
getUseResampling() - Method in class weka.classifiers.LogitBoost
Get whether resampling is turned on
getUseTraining() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get if training data is to be used instead of hold out/test data
getUseUnsmoothed() - Method in class weka.classifiers.m5.M5Prime
Get the value of UseUnsmoothed.
getValue() - Method in class weka.gui.GenericArrayEditor
Gets the current object array.
getValue() - Method in class weka.gui.GenericObjectEditor
Gets the current Object.
getValue() - Method in class weka.gui.CostMatrixEditor
Gets the current object array.
getValueIndex() - Method in class weka.filters.MakeIndicatorFilter
Get the index of the first value used.
getValues() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getVariance() - Method in class weka.classifiers.BVDecompose
Get the calculated variance
getVarianceCovered() - Method in class weka.attributeSelection.PrincipalComponents
Gets the proportion of total variance to account for when retaining principal components
getVerbose() - Method in class weka.attributeSelection.ExhaustiveSearch
get whether or not output is verbose
getVerbose() - Method in class weka.attributeSelection.RandomSearch
get whether or not output is verbose
getVerbosity() - Method in class weka.classifiers.m5.M5Prime
Get the value of Verbosity.
getVisible() - Method in class weka.gui.treevisualizer.Node
Get the value of visible.
getWeightByDistance() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get whether nearest neighbours are being weighted by distance
getWeightingKernel() - Method in class weka.classifiers.LWR
Gets the kernel weighting method to use.
getWeightThreshold() - Method in class weka.classifiers.AdaBoostM1
Get the degree of weight thresholding
getWeightThreshold() - Method in class weka.classifiers.LogitBoost
Get the degree of weight thresholding
getWindowSize() - Method in class weka.classifiers.IBk
Gets the maximum number of instances allowed in the training pool.
getWorkingInstances() - Method in class weka.gui.explorer.PreprocessPanel
Gets the working set of instances.
getXindex() - Method in class weka.gui.visualize.PlotData2D
Get the currently set x index of the data
getXIndex() - Method in class weka.gui.visualize.VisualizePanel
Get the index of the attribute on the x axis
getYindex() - Method in class weka.gui.visualize.PlotData2D
Get the currently set y index of the data
getYIndex() - Method in class weka.gui.visualize.VisualizePanel
Get the index of the attribute on the y axis
globalInfo() - Method in class weka.classifiers.AttributeSelectedClassifier
Returns a string describing this search method
globalInfo() - Method in class weka.classifiers.UserClassifier
This will return a string describing the classifier.
globalInfo() - Method in class weka.filters.AllFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.CopyAttributesFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.ObfuscateFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.AddFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.NonsparseToSparseFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.AttributeFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.DiscretizeFilter
Returns a string describing this filter
globalInfo() - Method in class weka.attributeSelection.ExhaustiveSearch
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.RankSearch
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.RaceSearch
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.RandomSearch
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.GainRatioAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.ForwardSelection
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.GeneticSearch
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.CfsSubsetEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.BestFirst
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.ReliefFAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.Ranker
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.ChiSquaredAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.OneRAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.ConsistencySubsetEval
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.PrincipalComponents
Returns a string describing this attribute transformer
globalInfo() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.experiment.ClassifierSplitEvaluator
Returns a string describing this split evaluator
globalInfo() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Returns a string describing this split evaluator
globalInfo() - Method in class weka.experiment.DatabaseResultListener
Returns a string describing this result listener
globalInfo() - Method in class weka.experiment.CSVResultListener
Returns a string describing this result listener
globalInfo() - Method in class weka.experiment.InstancesResultListener
Returns a string describing this result listener
globalInfo() - Method in class weka.experiment.CrossValidationResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.RegressionSplitEvaluator
Returns a string describing this split evaluator
globalInfo() - Method in class weka.experiment.RandomSplitResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.AveragingResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.DatabaseResultProducer
Returns a string describing this result producer
gr(double, double) - Static method in class weka.core.Utils
Tests if a is smaller than b.
graph() - Method in interface weka.core.Drawable
Returns a string that describes a graph representing the object.
graph() - Method in class weka.classifiers.UserClassifier
 
graph() - Method in class weka.classifiers.j48.J48
Returns graph describing the tree.
graph() - Method in class weka.classifiers.j48.ClassifierTree
Returns graph describing the tree.
grOrEq(double, double) - Static method in class weka.core.Utils
Tests if a is greater or equal to b.
GUIChooser - class weka.gui.GUIChooser.
The main class for the Weka GUIChooser.
GUIChooser() - Constructor for class weka.gui.GUIChooser
Creates the experiment environment gui with no initial experiment

H

hasEnumAttr(Instances) - Static method in class weka.classifiers.m5.M5Utils
Tests if enumerated attribute(s) exists in the instances
hash - Variable in class weka.classifiers.kstar.KStarCache.TableEntry
attribute value hash code
hashCode() - Method in class weka.classifiers.DecisionTable.hashKey
Calculates a hash code
hashCode() - Method in class weka.associations.ItemSet
Produces a hash code for a item set.
hashCode() - Method in class weka.attributeSelection.ConsistencySubsetEval.hashKey
Calculates a hash code
hasMissing(Instances) - Static method in class weka.classifiers.m5.M5Utils
Tests if missing value(s) exists in the instances
hasMoreElements() - Method in class weka.core.FastVector.FastVectorEnumeration
Tests if there are any more elements to enumerate.
hasMoreIterations() - Method in class weka.experiment.Experiment
Returns true if there are more iterations to carry out in the experiment.
header(int) - Method in class weka.experiment.PairedTTester
Creates a "header" string describing the current resultsets.
headToString() - Static method in class weka.classifiers.m5.M5Utils
Prints the head lines of the output
HLINE - Static variable in class weka.gui.visualize.VisualizePanelEvent
 
holdOutFileTipText() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the tip text for this property
HoldOutSubsetEvaluator - class weka.attributeSelection.HoldOutSubsetEvaluator.
Abstract attribute subset evaluator capable of evaluating subsets with respect to a data set that is distinct from that used to initialize/ train the subset evaluator.
HoldOutSubsetEvaluator() - Constructor for class weka.attributeSelection.HoldOutSubsetEvaluator
 
HyperPipes - class weka.classifiers.HyperPipes.
Class implementing a HyperPipe classifier.
HyperPipes() - Constructor for class weka.classifiers.HyperPipes
 

I

IB1 - class weka.classifiers.IB1.
IB1-type classifier.
IB1() - Constructor for class weka.classifiers.IB1
 
IBk - class weka.classifiers.IBk.
K-nearest neighbour classifier.
IBk() - Constructor for class weka.classifiers.IBk
IB1 classifer.
IBk(int) - Constructor for class weka.classifiers.IBk
IBk classifier.
Id3 - class weka.classifiers.Id3.
Class implementing an Id3 decision tree classifier.
Id3() - Constructor for class weka.classifiers.Id3
 
Impurity - class weka.classifiers.m5.Impurity.
Class for handling the impurity values when spliting the instances
Impurity(int, int, Instances, int) - Constructor for class weka.classifiers.m5.Impurity
Constructs an Impurity object containing the impurity values of partitioning the instances using an attribute
incorrect() - Method in class weka.classifiers.Evaluation
Gets the number of instances incorrectly classified (that is, for which an incorrect prediction was made).
incremental(double, int) - Method in class weka.classifiers.m5.Impurity
Incrementally computes the impurirty values
incremental(Measures) - Method in class weka.classifiers.m5.Measures
Adds up performance measures for cross-validation
index() - Method in class weka.core.Attribute
Returns the index of this attribute.
index(int) - Method in class weka.core.Instance
Returns the index of the attribute stored at the given position.
index(int) - Method in class weka.core.SparseInstance
Returns the index of the attribute stored at the given position.
indexOf(Object) - Method in class weka.core.FastVector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOfValue(String) - Method in class weka.core.Attribute
Returns the index of a given attribute value.
info(int[]) - Static method in class weka.core.Utils
Computes entropy for an array of integers.
infoGain() - Method in class weka.classifiers.j48.BinC45Split
Returns (C4.5-type) information gain for the generated split.
infoGain() - Method in class weka.classifiers.j48.C45Split
Returns (C4.5-type) information gain for the generated split.
InfoGainAttributeEval - class weka.attributeSelection.InfoGainAttributeEval.
Class for Evaluating attributes individually by measuring information gain with respect to the class.
InfoGainAttributeEval() - Constructor for class weka.attributeSelection.InfoGainAttributeEval
Constructor
InfoGainSplitCrit - class weka.classifiers.j48.InfoGainSplitCrit.
Class for computing the information gain for a given distribution.
InfoGainSplitCrit() - Constructor for class weka.classifiers.j48.InfoGainSplitCrit
 
INITIAL_STEP - Static variable in interface weka.classifiers.kstar.KStarConstants
 
initialize() - Method in class weka.classifiers.CostMatrix
Sets the costs to default values (i.e.
initialize() - Method in class weka.classifiers.j48.Distribution
Sets all counts to zero.
initialize() - Method in class weka.experiment.Experiment
Prepares an experiment for running, initializing current iterator settings.
initialize(Instances) - Method in class weka.classifiers.m5.Options
Initializes for constucting model trees
initialize(int, int, int) - Method in class weka.classifiers.m5.SplitInfo
Resets the object of split information
input(Instance) - Method in class weka.filters.Filter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.NullFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.InstanceFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.TimeSeriesTranslateFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.SwapAttributeValuesFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.StringToNominalFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.NormalizationFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.MergeTwoValuesFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.AllFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.CopyAttributesFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.ResampleFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.NumericTransformFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.AttributeTypeFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.ObfuscateFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.NominalToBinaryFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.ReplaceMissingValuesFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.AddFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.AttributeSelectionFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.FirstOrderFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.NonsparseToSparseFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.NumericToBinaryFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.MakeIndicatorFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.AttributeFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.DiscretizeFilter
Input an instance for filtering.
input(Instance) - Method in class weka.gui.streams.InstanceSavePanel
 
input(Instance) - Method in class weka.gui.streams.InstanceViewer
 
input(Instance) - Method in class weka.gui.streams.InstanceJoiner
 
input(Instance) - Method in class weka.gui.streams.InstanceCounter
 
input(Instance) - Method in class weka.gui.streams.InstanceTable
 
inputFormat(Instances) - Method in class weka.filters.Filter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.NullFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.InstanceFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.TimeSeriesTranslateFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.TimeSeriesDeltaFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.SwapAttributeValuesFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.StringToNominalFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.NormalizationFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.MergeTwoValuesFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.AllFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.SplitDatasetFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.CopyAttributesFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.ResampleFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.NumericTransformFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.AttributeTypeFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.ObfuscateFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.NominalToBinaryFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.ReplaceMissingValuesFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.AddFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.FirstOrderFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.NonsparseToSparseFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.NumericToBinaryFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.RandomizeFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.MakeIndicatorFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.AttributeFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.filters.DiscretizeFilter
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.gui.streams.InstanceSavePanel
 
inputFormat(Instances) - Method in class weka.gui.streams.InstanceViewer
 
inputFormat(Instances) - Method in class weka.gui.streams.InstanceJoiner
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.gui.streams.InstanceCounter
 
inputFormat(Instances) - Method in class weka.gui.streams.InstanceTable
 
insert(double, double, double) - Method in class weka.classifiers.kstar.KStarCache.CacheTable
Inserts a new entry in the hashtable using the specified key.
insert(double, double, double) - Method in class weka.classifiers.kstar.LightHashTable
Inserts a new entry in the hashtable using the specified key.
insertAttributeAt(Attribute, int) - Method in class weka.core.Instances
Inserts an attribute at the given position (0 to numAttributes()) and sets all values to be missing.
insertAttributeAt(int) - Method in class weka.core.Instance
Inserts an attribute at the given position (0 to numAttributes()).
insertElementAt(Object, int) - Method in class weka.core.FastVector
Inserts an element at the given position.
insignificant(double, Instances) - Method in class weka.classifiers.m5.Function
Detects the most insignificant variable in the funcion
Instance - class weka.core.Instance.
Class for handling an instance.
INSTANCE_AVAILABLE - Static variable in class weka.gui.streams.InstanceEvent
Specifies that an instance is available
Instance(double, double[]) - Constructor for class weka.core.Instance
Constructor that inititalizes instance variable with given values.
Instance(Instance) - Constructor for class weka.core.Instance
Constructor that copies the attribute values and the weight from the given instance.
instance(int) - Method in class weka.core.Instances
Returns the instance at the given position.
Instance(int) - Constructor for class weka.core.Instance
Constructor of an instance that sets weight to one, all values to be missing, and the reference to the dataset to null.
InstanceCounter - class weka.gui.streams.InstanceCounter.
A bean that counts instances streamed to it.
InstanceCounter() - Constructor for class weka.gui.streams.InstanceCounter
 
InstanceEvent - class weka.gui.streams.InstanceEvent.
An event encapsulating an instance stream event.
InstanceEvent(Object, int) - Constructor for class weka.gui.streams.InstanceEvent
Constructs an InstanceEvent with the specified source object and event type
InstanceFilter - class weka.filters.InstanceFilter.
Filters instances according to the value of an attribute.
InstanceFilter() - Constructor for class weka.filters.InstanceFilter
 
InstanceJoiner - class weka.gui.streams.InstanceJoiner.
A bean that joins two streams of instances into one.
InstanceJoiner() - Constructor for class weka.gui.streams.InstanceJoiner
Setup the initial states of the member variables
InstanceListener - interface weka.gui.streams.InstanceListener.
An interface for objects interested in listening to streams of instances.
InstanceLoader - class weka.gui.streams.InstanceLoader.
A bean that produces a stream of instances from a file.
InstanceLoader() - Constructor for class weka.gui.streams.InstanceLoader
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceSavePanel
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceViewer
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceJoiner
 
instanceProduced(InstanceEvent) - Method in interface weka.gui.streams.InstanceListener
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceCounter
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceTable
 
InstanceProducer - interface weka.gui.streams.InstanceProducer.
An interface for objects capable of producing streams of instances.
InstanceQuery - class weka.experiment.InstanceQuery.
Convert the results of a database query into instances.
InstanceQuery() - Constructor for class weka.experiment.InstanceQuery
Sets up the database drivers
Instances - class weka.core.Instances.
Class for handling an ordered set of weighted instances.
Instances(Instances) - Constructor for class weka.core.Instances
Constructor copying all instances and references to the header information from the given set of instances.
Instances(Instances, int) - Constructor for class weka.core.Instances
Constructor creating an empty set of instances.
Instances(Instances, int, int) - Constructor for class weka.core.Instances
Creates a new set of instances by copying a subset of another set.
Instances(Reader) - Constructor for class weka.core.Instances
Reads an ARFF file from a reader, and assigns a weight of one to each instance.
Instances(Reader, int) - Constructor for class weka.core.Instances
Reads the header of an ARFF file from a reader and reserves space for the given number of instances.
Instances(String, FastVector, int) - Constructor for class weka.core.Instances
Creates an empty set of instances.
InstanceSavePanel - class weka.gui.streams.InstanceSavePanel.
A bean that saves a stream of instances to a file.
InstanceSavePanel() - Constructor for class weka.gui.streams.InstanceSavePanel
 
InstancesResultListener - class weka.experiment.InstancesResultListener.
InstancesResultListener outputs the received results in arff format to a Writer.
InstancesResultListener() - Constructor for class weka.experiment.InstancesResultListener
 
InstancesSummaryPanel - class weka.gui.InstancesSummaryPanel.
This panel just displays relation name, number of instances, and number of attributes.
InstancesSummaryPanel() - Constructor for class weka.gui.InstancesSummaryPanel
Creates the instances panel with no initial instances.
InstanceTable - class weka.gui.streams.InstanceTable.
A bean that takes a stream of instances and displays in a table.
InstanceTable() - Constructor for class weka.gui.streams.InstanceTable
 
InstanceViewer - class weka.gui.streams.InstanceViewer.
This is a very simple instance viewer - just displays the dataset as text output as it would be written to a file.
InstanceViewer() - Constructor for class weka.gui.streams.InstanceViewer
 
intCount - Variable in class weka.core.AttributeStats
The number of int-like values
invertSelectionTipText() - Method in class weka.filters.CopyAttributesFilter
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.AttributeFilter
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.DiscretizeFilter
Returns the tip text for this property
isConnected() - Method in class weka.experiment.DatabaseUtils
Returns true if a database connection is active.
isEmpty() - Method in class weka.classifiers.kstar.KStarCache.CacheTable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class weka.classifiers.kstar.LightHashTable
Tests if this hashtable maps no keys to values.
isInRange(int) - Method in class weka.core.Range
Gets whether the supplied cardinal number is included in the current range.
isMissing(Attribute) - Method in class weka.core.Instance
Tests if a specific value is "missing".
isMissing(int) - Method in class weka.core.Instance
Tests if a specific value is "missing".
isMissing(int) - Method in class weka.core.SparseInstance
Tests if a specific value is "missing".
isMissingSparse(int) - Method in class weka.core.Instance
Tests if a specific value is "missing".
isMissingValue(double) - Static method in class weka.core.Instance
Tests if the given value codes "missing".
isNominal() - Method in class weka.core.Attribute
Test if the attribute is nominal.
isNominal() - Method in class weka.filters.InstanceFilter
Returns true if selection attribute is nominal.
isNumeric() - Method in class weka.core.Attribute
Tests if the attribute is numeric.
isNumeric() - Method in class weka.filters.InstanceFilter
Returns true if selection attribute is numeric.
isOutputFormatDefined() - Method in class weka.filters.Filter
Returns whether the output format is ready to be collected
isPaintable() - Method in class weka.gui.GenericArrayEditor
Returns true to indicate that we can paint a representation of the string array
isPaintable() - Method in class weka.gui.GenericObjectEditor
Returns true to indicate that we can paint a representation of the Object.
isPaintable() - Method in class weka.gui.FileEditor
Returns true since this editor is paintable.
isPaintable() - Method in class weka.gui.CostMatrixEditor
Returns true to indicate that we can paint a representation of the string array
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.DatabaseResultListener
Always says a result is required.
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.CSVResultListener
Always says a result is required.
isResultRequired(ResultProducer, Object[]) - Method in interface weka.experiment.ResultListener
Determines whether the results for a specified key must be generated.
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.AveragingResultProducer
Determines whether the results for a specified key must be generated.
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.DatabaseResultProducer
Determines whether the results for a specified key must be generated.
isString() - Method in class weka.core.Attribute
Tests if the attribute is a string.
ItemSet - class weka.associations.ItemSet.
Class for storing a set of items.
ItemSet() - Constructor for class weka.associations.ItemSet
 
itemStateChanged(ItemEvent) - Method in class weka.gui.GenericObjectEditor.GOEPanel
When the chooser selection is changed, ensures that the Object is changed appropriately.
itemStateChanged(ItemEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Performs the action associated with the ItemEvent.
Ivector - class weka.classifiers.m5.Ivector.
Class for handling integer vector
Ivector() - Constructor for class weka.classifiers.m5.Ivector
 

J

J48 - class weka.classifiers.j48.J48.
Class for generating an unpruned or a pruned C4.5 decision tree.
J48() - Constructor for class weka.classifiers.j48.J48
 
joinOptions(String[]) - Static method in class weka.core.Utils
Joins all the options in an option array into a single string, as might be used on the command line.

K

KBInformation() - Method in class weka.classifiers.Evaluation
Return the total Kononenko & Bratko Information score in bits
KBMeanInformation() - Method in class weka.classifiers.Evaluation
Return the Kononenko & Bratko Information score in bits per instance.
KBRelativeInformation() - Method in class weka.classifiers.Evaluation
Return the Kononenko & Bratko Relative Information score
KDConditionalEstimator - class weka.estimators.KDConditionalEstimator.
Conditional probability estimator for a numeric domain conditional upon a discrete domain (utilises separate kernel estimators for each discrete conditioning value).
KDConditionalEstimator(int, double) - Constructor for class weka.estimators.KDConditionalEstimator
Constructor
KernelDensity - class weka.classifiers.KernelDensity.
Class for building and using a very simple kernel density classifier.
KernelDensity() - Constructor for class weka.classifiers.KernelDensity
 
KernelEstimator - class weka.estimators.KernelEstimator.
Simple kernel density estimator.
KernelEstimator(double) - Constructor for class weka.estimators.KernelEstimator
Constructor that takes a precision argument.
key - Variable in class weka.classifiers.kstar.KStarCache.TableEntry
attribute value
keyFieldNameTipText() - Method in class weka.experiment.AveragingResultProducer
Returns the tip text for this property
KKConditionalEstimator - class weka.estimators.KKConditionalEstimator.
Conditional probability estimator for a numeric domain conditional upon a numeric domain.
KKConditionalEstimator(double) - Constructor for class weka.estimators.KKConditionalEstimator
Constructor
KStar - class weka.classifiers.kstar.KStar.
K* is an instance-based classifier, that is the class of a test instance is based upon the class of those training instances similar to it, as determined by some similarity function.
KStar() - Constructor for class weka.classifiers.kstar.KStar
 
KStarCache - class weka.classifiers.kstar.KStarCache.
A class representing the caching system used to keep track of each attribute value and its corresponding scale factor or stop parameter.
KStarCache.CacheTable - class weka.classifiers.kstar.KStarCache.CacheTable.
A custom hashtable class to support the caching system.
KStarCache.CacheTable(KStarCache) - Constructor for class weka.classifiers.kstar.KStarCache.CacheTable
Constructs a new hashtable with a default capacity and load factor.
KStarCache.CacheTable(KStarCache, int, float) - Constructor for class weka.classifiers.kstar.KStarCache.CacheTable
Constructs a new hashtable with a default capacity and load factor.
KStarCache.TableEntry - class weka.classifiers.kstar.KStarCache.TableEntry.
Hashtable collision list.
KStarCache.TableEntry(KStarCache, int, double, double, double, KStarCache.TableEntry) - Constructor for class weka.classifiers.kstar.KStarCache.TableEntry
Constructor
KStarCache() - Constructor for class weka.classifiers.kstar.KStarCache
 
KStarConstants - interface weka.classifiers.kstar.KStarConstants.
 
KStarNominalAttribute - class weka.classifiers.kstar.KStarNominalAttribute.
A custom class which provides the environment for computing the transformation probability of a specified test instance nominal attribute to a specified train instance nominal attribute.
KStarNominalAttribute(Instance, Instance, int, Instances, int[][], KStarCache) - Constructor for class weka.classifiers.kstar.KStarNominalAttribute
Constructor
KStarNumericAttribute - class weka.classifiers.kstar.KStarNumericAttribute.
A custom class which provides the environment for computing the transformation probability of a specified test instance numeric attribute to a specified train instance numeric attribute.
KStarNumericAttribute(Instance, Instance, int, Instances, int[][], KStarCache) - Constructor for class weka.classifiers.kstar.KStarNumericAttribute
Constructor
KStarWrapper - class weka.classifiers.kstar.KStarWrapper.
 
KStarWrapper() - Constructor for class weka.classifiers.kstar.KStarWrapper
 

L

lastElement() - Method in class weka.core.FastVector
Returns the last element of the vector.
lastInstance() - Method in class weka.core.Instances
Returns the last instance in the set.
leafNode() - Method in class weka.classifiers.m5.Node
Sets the node to a leaf
leafNum(Instance) - Method in class weka.classifiers.m5.Node
Detects which leaf a instance falls into
leftSide(Instances) - Method in class weka.classifiers.j48.ClassifierSplitModel
Prints left side of condition satisfied by instances.
leftSide(Instances) - Method in class weka.classifiers.j48.NoSplit
Does nothing because no condition has to be satisfied.
leftSide(Instances) - Method in class weka.classifiers.j48.BinC45Split
Prints left side of condition..
leftSide(Instances) - Method in class weka.classifiers.j48.C45Split
Prints left side of condition..
LegendPanel - class weka.gui.visualize.LegendPanel.
This panel displays legends for a list of plots.
LegendPanel() - Constructor for class weka.gui.visualize.LegendPanel
Constructor
LightHashTable - class weka.classifiers.kstar.LightHashTable.
 
LightHashTable() - Constructor for class weka.classifiers.kstar.LightHashTable
Constructs a new hashtable with a default capacity and load factor.
LINE - Static variable in class weka.gui.visualize.VisualizePanelEvent
 
LinearRegression - class weka.classifiers.LinearRegression.
Class for using linear regression for prediction.
LinearRegression() - Constructor for class weka.classifiers.LinearRegression
 
listOptions() - Method in interface weka.core.OptionHandler
Returns an enumeration of all the available options.
listOptions() - Method in class weka.classifiers.MetaCost
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.DecisionTable
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.AdaBoostM1
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.ClassificationViaRegression
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.AttributeSelectedClassifier
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.Stacking
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.CheckClassifier
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.CVParameterSelection
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.OneR
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.Bagging
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.ThresholdSelector
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.IBk
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.RegressionByDiscretization
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.LogitBoost
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.MultiClassClassifier
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.MultiScheme
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.BVDecompose
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.CostSensitiveClassifier
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.NaiveBayes
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.SMO
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.Logistic
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.LWR
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.VotedPerceptron
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.LinearRegression
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.FilteredClassifier
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.j48.J48
Returns an enumeration describing the available options Valid options are:
listOptions() - Method in class weka.classifiers.j48.PART
Returns an enumeration describing the available options Valid options are:
listOptions() - Method in class weka.classifiers.m5.M5Prime
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.kstar.KStar
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.InstanceFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.TimeSeriesTranslateFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.SwapAttributeValuesFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.StringToNominalFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.MergeTwoValuesFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.SplitDatasetFilter
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.CopyAttributesFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.ResampleFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.NumericTransformFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.AttributeTypeFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.NominalToBinaryFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.AddFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.AttributeSelectionFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.FirstOrderFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.RandomizeFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.MakeIndicatorFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.AttributeFilter
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.DiscretizeFilter
Gets an enumeration describing the available options
listOptions() - Method in class weka.associations.Apriori
Returns an enumeration describing the available options
listOptions() - Method in class weka.clusterers.Cobweb
Returns an enumeration describing the available options
listOptions() - Method in class weka.clusterers.EM
Returns an enumeration describing the available options.
listOptions() - Method in class weka.attributeSelection.ExhaustiveSearch
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.RankSearch
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.RaceSearch
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.RandomSearch
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.GainRatioAttributeEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.ForwardSelection
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.GeneticSearch
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.CfsSubsetEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.BestFirst
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.ReliefFAttributeEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.Ranker
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.ChiSquaredAttributeEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.PrincipalComponents
Returns an enumeration describing the available options
listOptions() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns an enumeration describing the available options
listOptions() - Method in class weka.experiment.ClassifierSplitEvaluator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.CSVResultListener
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.CrossValidationResultProducer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.RegressionSplitEvaluator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.RandomSplitResultProducer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.Experiment
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.AveragingResultProducer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.PairedTTester
Lists options understood by this object.
listOptions() - Method in class weka.experiment.DatabaseResultProducer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.InstanceQuery
Returns an enumeration describing the available options
ListSelectorDialog - class weka.gui.ListSelectorDialog.
A dialog to present the user with a list of items, that the user can make a selection from, or cancel the selection.
ListSelectorDialog(Frame, JList) - Constructor for class weka.gui.ListSelectorDialog
Create the list selection dialog.
lnFactorial(double) - Static method in class weka.core.SpecialFunctions
Returns natural logarithm of factorial using gamma function.
lnGamma(double) - Static method in class weka.core.SpecialFunctions
Returns natural logarithm of gamma function.
locallyPredictiveTipText() - Method in class weka.attributeSelection.CfsSubsetEval
Returns the tip text for this property
locateIndex(int) - Method in class weka.core.SparseInstance
Locates the greatest index that is not greater than the given index.
log2 - Static variable in class weka.core.Utils
The natural logarithm of 2.
LOG2 - Static variable in interface weka.classifiers.kstar.KStarConstants
 
log2(double) - Static method in class weka.core.Utils
Returns the logarithm of a for base 2.
log2Binomial(double, double) - Static method in class weka.core.SpecialFunctions
Returns base 2 logarithm of binomial coefficient using gamma function.
log2Multinomial(double, double[]) - Static method in class weka.core.SpecialFunctions
Returns base 2 logarithm of multinomial using gamma function.
log2MultipleHypergeometric(double[][]) - Static method in class weka.core.ContingencyTables
Returns negative base 2 logarithm of multiple hypergeometric probability for a contingency table.
Logger - interface weka.gui.Logger.
Interface for objects that display log (permanent historical) and status (transient) messages.
Logistic - class weka.classifiers.Logistic.
Class for building and using a two-class logistic regression model with a ridge estimator.
Logistic() - Constructor for class weka.classifiers.Logistic
 
LogitBoost - class weka.classifiers.LogitBoost.
Class for boosting any classifier that can handle weighted instances.
LogitBoost() - Constructor for class weka.classifiers.LogitBoost
 
logMessage(String) - Method in interface weka.gui.Logger
Sends the supplied message to the log area.
logMessage(String) - Method in class weka.gui.LogPanel
Sends the supplied message to the log area.
logMessage(String) - Method in class weka.gui.SysErrLog
Sends the supplied message to the log area.
LogPanel - class weka.gui.LogPanel.
This panel allows log and status messages to be posted.
LogPanel() - Constructor for class weka.gui.LogPanel
Creates the log panel
LogPanel(WekaTaskMonitor) - Constructor for class weka.gui.LogPanel
Creates the log panel
lubksb(int[], double[]) - Method in class weka.core.Matrix
Performs LU backward substitution.
lubksb(int, int[], double[]) - Method in class weka.classifiers.m5.Matrix
LU backward substitution
ludcmp() - Method in class weka.core.Matrix
Performs LU decomposition.
ludcmp(int, int[]) - Method in class weka.classifiers.m5.Matrix
LU decomposition
LWR - class weka.classifiers.LWR.
Locally-weighted regression.
LWR() - Constructor for class weka.classifiers.LWR
 

M

M_AVERAGE - Static variable in interface weka.classifiers.kstar.KStarConstants
 
m_col - Variable in class weka.gui.treevisualizer.NamedColor
The actual color object
m_customColour - Variable in class weka.gui.visualize.PlotData2D
 
M_DELETE - Static variable in interface weka.classifiers.kstar.KStarConstants
Missing value handling mode
m_indexVal - Variable in class weka.gui.visualize.AttributePanelEvent
The index for the new attribute
M_MAXDIFF - Static variable in interface weka.classifiers.kstar.KStarConstants
 
m_name - Variable in class weka.gui.treevisualizer.NamedColor
The name of the color
M_NORMAL - Static variable in interface weka.classifiers.kstar.KStarConstants
 
m_useCustomColour - Variable in class weka.gui.visualize.PlotData2D
Custom colour for this plot
m_xChange - Variable in class weka.gui.visualize.AttributePanelEvent
True if the x selection changed
m_yChange - Variable in class weka.gui.visualize.AttributePanelEvent
True if the y selection changed
M5Prime - class weka.classifiers.m5.M5Prime.
Class for contructing and evaluating model trees; M5' algorithm.
M5Prime() - Constructor for class weka.classifiers.m5.M5Prime
 
M5Utils - class weka.classifiers.m5.M5Utils.
Class for some small methods used in M5Java
M5Utils() - Constructor for class weka.classifiers.m5.M5Utils
 
MahalanobisEstimator - class weka.estimators.MahalanobisEstimator.
Simple probability estimator that places a single normal distribution over the observed values.
MahalanobisEstimator(Matrix, double, double) - Constructor for class weka.estimators.MahalanobisEstimator
Constructor
main(String[]) - Static method in class weka.core.Attribute
Simple main method for testing this class.
main(String[]) - Static method in class weka.core.SpecialFunctions
Main method for testing this class.
main(String[]) - Static method in class weka.core.Instance
Main method for testing this class.
main(String[]) - Static method in class weka.core.Instances
Main method for this class -- just prints a summary of a set of instances.
main(String[]) - Static method in class weka.core.Statistics
Main method for testing this class.
main(String[]) - Static method in class weka.core.ContingencyTables
Main method for testing this class.
main(String[]) - Static method in class weka.core.Range
Main method for testing this class.
main(String[]) - Static method in class weka.core.Matrix
Main method for testing this class.
main(String[]) - Static method in class weka.core.CheckOptionHandler
Main method for using the CheckOptionHandler.
main(String[]) - Static method in class weka.core.SparseInstance
Main method for testing this class.
main(String[]) - Static method in class weka.core.Queue
Main method for testing this class.
main(String[]) - Static method in class weka.core.Utils
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.MetaCost
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.Prism
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.DecisionTable
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.DecisionStump
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.AdaBoostM1
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.ClassificationViaRegression
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.AttributeSelectedClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.CostMatrix
Tests out creation of a frequency dependent cost matrix from the command line.
main(String[]) - Static method in class weka.classifiers.Evaluation
A test method for this class.
main(String[]) - Static method in class weka.classifiers.Stacking
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.CheckClassifier
Test method for this class
main(String[]) - Static method in class weka.classifiers.CVParameterSelection
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.OneR
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.Bagging
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.ThresholdSelector
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.KernelDensity
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.IBk
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.ZeroR
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.RegressionByDiscretization
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.IB1
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.LogitBoost
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.HyperPipes
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.Id3
Main method.
main(String[]) - Static method in class weka.classifiers.MultiClassClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.MultiScheme
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.UserClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.BVDecompose
Test method for this class
main(String[]) - Static method in class weka.classifiers.CostSensitiveClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.NaiveBayes
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.SMO
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.Logistic
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.LWR
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.VotedPerceptron
Main method.
main(String[]) - Static method in class weka.classifiers.NaiveBayesSimple
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.LinearRegression
Generates a linear regression function predictor.
main(String[]) - Static method in class weka.classifiers.FilteredClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.j48.J48
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.j48.PART
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.m5.M5Prime
Main method for M5' algorithm
main(String[]) - Static method in class weka.classifiers.kstar.KStar
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.evaluation.MarginCurve
Tests the MarginCurve generation from the command line.
main(String[]) - Static method in class weka.classifiers.evaluation.ThresholdCurve
Tests the ThresholdCurve generation from the command line.
main(String[]) - Static method in class weka.filters.NullFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.InstanceFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.TimeSeriesTranslateFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.TimeSeriesDeltaFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.SwapAttributeValuesFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.StringToNominalFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.NormalizationFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.MergeTwoValuesFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.AllFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.SplitDatasetFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.CopyAttributesFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.ResampleFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.NumericTransformFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.AttributeTypeFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.ObfuscateFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.NominalToBinaryFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.ReplaceMissingValuesFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.AddFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.AttributeSelectionFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.FirstOrderFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.NonsparseToSparseFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.NumericToBinaryFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.RandomizeFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.MakeIndicatorFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.AttributeFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.DiscretizeFilter
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.NormalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.DDConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.DiscreteEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.NDConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.KDConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.DKConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.KKConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.MahalanobisEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.DNConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.KernelEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.NNConditionalEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.PoissonEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.associations.Apriori
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.Cobweb
 
main(String[]) - Static method in class weka.clusterers.EM
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.ClusterEvaluation
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.GainRatioAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.CfsSubsetEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.ReliefFAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.AttributeSelection
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.ChiSquaredAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.OneRAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.InfoGainAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.ConsistencySubsetEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.ClassifierSubsetEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.PrincipalComponents
Main method for testing this class
main(String[]) - Static method in class weka.attributeSelection.WrapperSubsetEval
Main method for testing this class.
main(String[]) - Static method in class weka.experiment.CrossValidationResultProducer
 
main(String[]) - Static method in class weka.experiment.Experiment
Configures/Runs the Experiment from the command line.
main(String[]) - Static method in class weka.experiment.PairedTTester
Test the class from the command line.
main(String[]) - Static method in class weka.experiment.PairedStats
Tests the paired stats object from the command line.
main(String[]) - Static method in class weka.experiment.Stats
Tests the paired stats object from the command line.
main(String[]) - Static method in class weka.experiment.InstanceQuery
Test the class from the command line.
main(String[]) - Static method in class weka.experiment.OutputZipper
Main method for testing this class
main(String[]) - Static method in class weka.gui.ResultHistoryPanel
Tests out the result history from the command line.
main(String[]) - Static method in class weka.gui.GenericArrayEditor
Tests out the array editor from the command line.
main(String[]) - Static method in class weka.gui.SelectedTagEditor
Tests out the selectedtag editor from the command line.
main(String[]) - Static method in class weka.gui.AttributeSelectionPanel
Tests the attribute selection panel from the command line.
main(String[]) - Static method in class weka.gui.GenericObjectEditor
Tests out the Object editor from the command line.
main(String[]) - Static method in class weka.gui.InstancesSummaryPanel
Tests out the instance summary panel from the command line.
main(String[]) - Static method in class weka.gui.PropertySelectorDialog
Tests out the property selector from the command line.
main(String[]) - Static method in class weka.gui.LogPanel
Tests out the log panel from the command line.
main(String[]) - Static method in class weka.gui.CostMatrixEditor
Tests out the array editor from the command line.
main(String[]) - Static method in class weka.gui.GUIChooser
Tests out the GUIChooser environment.
main(String[]) - Static method in class weka.gui.AttributeSummaryPanel
Tests out the attribute summary panel from the command line.
main(String[]) - Static method in class weka.gui.ListSelectorDialog
Tests out the list selector from the command line.
main(String[]) - Static method in class weka.gui.SaveBuffer
Main method for testing this class
main(String[]) - Static method in class weka.gui.WekaTaskMonitor
Main method for testing this class
main(String[]) - Static method in class weka.gui.SimpleCLI
Method to start up the simple cli
main(String[]) - Static method in class weka.gui.experiment.RunNumberPanel
Tests out the panel from the command line.
main(String[]) - Static method in class weka.gui.experiment.GeneratorPropertyIteratorPanel
Tests out the panel from the command line.
main(String[]) - Static method in class weka.gui.experiment.SetupPanel
Tests out the experiment setup from the command line.
main(String[]) - Static method in class weka.gui.experiment.Experimenter
Tests out the experiment environment.
main(String[]) - Static method in class weka.gui.experiment.DatasetListPanel
Tests out the dataset list panel from the command line.
main(String[]) - Static method in class weka.gui.experiment.RunPanel
Tests out the run panel from the command line.
main(String[]) - Static method in class weka.gui.experiment.ResultsPanel
Tests out the results panel from the command line.
main(String[]) - Static method in class weka.gui.explorer.PreprocessPanel
Tests out the instance-preprocessing panel from the command line.
main(String[]) - Static method in class weka.gui.explorer.ClustererPanel
Tests out the clusterer panel from the command line.
main(String[]) - Static method in class weka.gui.explorer.Explorer
Tests out the explorer environment.
main(String[]) - Static method in class weka.gui.explorer.AttributeSelectionPanel
Tests out the attribute selection panel from the command line.
main(String[]) - Static method in class weka.gui.explorer.ClassifierPanel
Tests out the classifier panel from the command line.
main(String[]) - Static method in class weka.gui.explorer.AssociationsPanel
Tests out the Associator panel from the command line.
main(String[]) - Static method in class weka.gui.visualize.Plot2D
Main method for testing this class
main(String[]) - Static method in class weka.gui.visualize.ClassPanel
Main method for testing this class.
main(String[]) - Static method in class weka.gui.visualize.AttributePanel
Main method for testing this class.
main(String[]) - Static method in class weka.gui.visualize.LegendPanel
Main method for testing this class
main(String[]) - Static method in class weka.gui.visualize.VisualizePanel
Main method for testing this class
main(String[]) - Static method in class weka.gui.treevisualizer.TreeVisualizer
Main method for testing this class.
makeBinaryTipText() - Method in class weka.filters.DiscretizeFilter
Returns the tip text for this property
makeCopies(ASEvaluation, int) - Static method in class weka.attributeSelection.ASEvaluation
Creates copies of the current evaluator.
makeCopies(Associator, int) - Static method in class weka.associations.Associator
Creates copies of the current associator.
makeCopies(Classifier, int) - Static method in class weka.classifiers.Classifier
Creates copies of the current classifier, which can then be used for boosting etc.
makeCopies(Clusterer, int) - Static method in class weka.clusterers.Clusterer
Creates copies of the current clusterer.
MakeDecList - class weka.classifiers.j48.MakeDecList.
Class for handling a decision list.
MakeDecList(ModelSelection, double, int) - Constructor for class weka.classifiers.j48.MakeDecList
Constructor for dec list pruned using C4.5 pruning.
MakeDecList(ModelSelection, int, int) - Constructor for class weka.classifiers.j48.MakeDecList
Constructor for dec list pruned using hold-out pruning.
makeDistribution(double, int) - Static method in class weka.classifiers.evaluation.NominalPrediction
Convert a single prediction into a probability distribution with all zero probabilities except the predicted value which has probability 1.0.
makeFrequencyDependentMatrix(Instances, double) - Static method in class weka.classifiers.CostMatrix
Creates a cost matrix for the class attribute of the supplied instances, where the misclassification costs are higher for misclassifying a rare class as a frequent one.
MakeIndicatorFilter - class weka.filters.MakeIndicatorFilter.
Creates a new dataset with a boolean attribute replacing a nominal attribute.
MakeIndicatorFilter() - Constructor for class weka.filters.MakeIndicatorFilter
 
margin() - Method in class weka.classifiers.evaluation.NominalPrediction
Calculates the prediction margin.
MarginCurve - class weka.classifiers.evaluation.MarginCurve.
Generates points illustrating the prediction margin.
MarginCurve() - Constructor for class weka.classifiers.evaluation.MarginCurve
 
Matchable - interface weka.core.Matchable.
Interface to something that can be matched with tree matching algorithms.
Matrix - class weka.core.Matrix.
Class for performing operations on a matrix of floating-point values.
Matrix - class weka.classifiers.m5.Matrix.
Class for handling a matrix
MATRIX_ON_DEMAND - Static variable in class weka.classifiers.MetaCost
 
MATRIX_ON_DEMAND - Static variable in class weka.classifiers.CostSensitiveClassifier
 
MATRIX_SUPPLIED - Static variable in class weka.classifiers.MetaCost
 
MATRIX_SUPPLIED - Static variable in class weka.classifiers.CostSensitiveClassifier
 
matrix() - Method in class weka.classifiers.j48.Distribution
Returns matrix with distribution of class values.
Matrix(int, int) - Constructor for class weka.core.Matrix
Constructs a matrix.
Matrix(int, int) - Constructor for class weka.classifiers.m5.Matrix
Constructs a matrix
Matrix(Reader) - Constructor for class weka.core.Matrix
Reads a matrix from a reader.
max - Variable in class weka.experiment.Stats
The maximum value seen, or Double.NaN if no values seen
MAX_SHAPES - Static variable in class weka.gui.visualize.Plot2D
 
maxBag() - Method in class weka.classifiers.j48.Distribution
Returns index of bag containing maximum number of instances.
maxClass() - Method in class weka.classifiers.j48.Distribution
Returns class with highest frequency over all bags.
maxClass(int) - Method in class weka.classifiers.j48.Distribution
Returns class with highest frequency for given bag.
maxGenerationsTipText() - Method in class weka.attributeSelection.GeneticSearch
Returns the tip text for this property
maxIndex(double[]) - Static method in class weka.core.Utils
Returns index of maximum element in a given array of doubles.
maxIndex(int[]) - Static method in class weka.core.Utils
Returns index of maximum element in a given array of integers.
mean - Variable in class weka.experiment.Stats
The mean of values at the last calculateDerived() call
mean(double[]) - Static method in class weka.core.Utils
Computes the mean for an array of doubles.
meanAbsoluteError() - Method in class weka.classifiers.Evaluation
Returns the mean absolute error.
meanOrMode(Attribute) - Method in class weka.core.Instances
Returns the mean (mode) for a numeric (nominal) attribute as a floating-point value.
meanOrMode(int) - Method in class weka.core.Instances
Returns the mean (mode) for a numeric (nominal) attribute as a floating-point value.
meanPriorAbsoluteError() - Method in class weka.classifiers.Evaluation
Returns the mean absolute error of the prior.
measureNumAttributesSelected() - Method in class weka.classifiers.AttributeSelectedClassifier
Additional measure --- number of attributes selected
measureNumLeaves() - Method in class weka.classifiers.j48.J48
Returns the number of leaves
measureNumLeaves() - Method in class weka.classifiers.m5.M5Prime
return the number of leaves in the tree
measureNumLinearModels() - Method in class weka.classifiers.m5.M5Prime
return the number of linear models
measureNumRules() - Method in class weka.classifiers.DecisionTable
Returns the number of rules
measureNumRules() - Method in class weka.classifiers.j48.J48
Returns the number of rules (same as number of leaves)
measureNumRules() - Method in class weka.classifiers.j48.PART
Return the number of rules.
measureNumRules() - Method in class weka.classifiers.m5.M5Prime
return the number of rules
Measures - class weka.classifiers.m5.Measures.
Class for performance measures
Measures() - Constructor for class weka.classifiers.m5.Measures
Constructs a Measures object which could containing the performance measures
measures(Instances, boolean) - Method in class weka.classifiers.m5.Node
Computes performance measures of a tree
measureSelectionTime() - Method in class weka.classifiers.AttributeSelectedClassifier
Additional measure --- time taken (milliseconds) to select the attributes
measuresToString(Measures[], Instances, int, int, String) - Method in class weka.classifiers.m5.Node
Converts the performance measures into a string
measureTime() - Method in class weka.classifiers.AttributeSelectedClassifier
Additional measure --- time taken (milliseconds) to select attributes and build the classifier
measureTreeSize() - Method in class weka.classifiers.j48.J48
Returns the size of the tree
mergeAllItemSets(FastVector, int) - Static method in class weka.associations.ItemSet
Merges all item sets in the set of (k-1)-item sets to create the (k)-item sets and updates the counters.
mergeInstance(Instance) - Method in class weka.core.Instance
Merges this instance with the given instance and returns the result.
mergeInstance(Instance) - Method in class weka.core.SparseInstance
Merges this instance with the given instance and returns the result.
mergeInstances(Instances, Instances) - Static method in class weka.core.Instances
Merges two sets of Instances together.
MergeTwoValuesFilter - class weka.filters.MergeTwoValuesFilter.
Merges two values of a nominal attribute.
MergeTwoValuesFilter() - Constructor for class weka.filters.MergeTwoValuesFilter
 
MetaCost - class weka.classifiers.MetaCost.
This metaclassifier makes its base classifier cost-sensitive using the method specified in
MetaCost() - Constructor for class weka.classifiers.MetaCost
 
min - Variable in class weka.experiment.Stats
The minimum value seen, or Double.NaN if no values seen
minIndex(double[]) - Static method in class weka.core.Utils
Returns index of minimum element in a given array of doubles.
minIndex(int[]) - Static method in class weka.core.Utils
Returns index of minimum element in a given array of integers.
minProb - Variable in class weka.classifiers.kstar.KStarWrapper
used/reused to hold the smallest transformation probability
minsAndMaxs(Instances, double[][], int) - Method in class weka.classifiers.j48.C45Split
Returns the minsAndMaxs of the index.th subset.
MISSING_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
MISSING_VALUE - Static variable in interface weka.classifiers.evaluation.Prediction
Constant representing a missing value.
missingCount - Variable in class weka.core.AttributeStats
The nu