Index

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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abortExperiment() - Method in class weka.experiment.RemoteExperiment
Set the abort flag
ABS_DIFF - Enum constant in enum class weka.core.pmml.jaxbbindings.COMPAREFUNCTION
 
ABSTRACT - Enum constant in enum class weka.core.TechnicalInformation.Field
An abstract of the work.
AbstractAssociator - Class in weka.associations
Abstract scheme for learning associations.
AbstractAssociator() - Constructor for class weka.associations.AbstractAssociator
 
AbstractClassifier - Class in weka.classifiers
Abstract classifier.
AbstractClassifier() - Constructor for class weka.classifiers.AbstractClassifier
 
AbstractClusterer - Class in weka.clusterers
Abstract clusterer.
AbstractClusterer() - Constructor for class weka.clusterers.AbstractClusterer
 
AbstractCommand - Class in weka.gui.simplecli
Ancestor for command.
AbstractCommand() - Constructor for class weka.gui.simplecli.AbstractCommand
 
AbstractDataSink - Class in weka.gui.beans
Abstract class for objects that store instances to some destination.
AbstractDataSink() - Constructor for class weka.gui.beans.AbstractDataSink
 
AbstractDataSinkBeanInfo - Class in weka.gui.beans
Bean info class for the AbstractDataSink
AbstractDataSinkBeanInfo() - Constructor for class weka.gui.beans.AbstractDataSinkBeanInfo
 
AbstractDataSource - Class in weka.gui.beans
Abstract class for objects that can provide instances from some source
AbstractDataSource() - Constructor for class weka.gui.beans.AbstractDataSource
Creates a new AbstractDataSource instance.
AbstractDataSourceBeanInfo - Class in weka.gui.beans
Bean info class for AbstractDataSource.
AbstractDataSourceBeanInfo() - Constructor for class weka.gui.beans.AbstractDataSourceBeanInfo
 
AbstractDensityBasedClusterer - Class in weka.clusterers
Abstract clustering model that produces (for each test instance) an estimate of the membership in each cluster (ie.
AbstractDensityBasedClusterer() - Constructor for class weka.clusterers.AbstractDensityBasedClusterer
 
AbstractEvaluationMetric - Class in weka.classifiers.evaluation
Abstract base class for pluggable classification/regression evaluation metrics.
AbstractEvaluationMetric() - Constructor for class weka.classifiers.evaluation.AbstractEvaluationMetric
 
AbstractEvaluationMetric.UnknownStatisticException - Exception in weka.classifiers.evaluation
Exception for subclasses to throw if asked for a statistic that is not part of their implementation
AbstractEvaluator - Class in weka.gui.beans
Abstract class for objects that can provide some kind of evaluation for classifier, clusterers etc.
AbstractEvaluator() - Constructor for class weka.gui.beans.AbstractEvaluator
Constructor
AbstractFileBasedStopwords - Class in weka.core.stopwords
Ancestor for file-based stopword schemes.
AbstractFileBasedStopwords() - Constructor for class weka.core.stopwords.AbstractFileBasedStopwords
 
AbstractFileLoader - Class in weka.core.converters
Abstract superclass for all file loaders.
AbstractFileLoader() - Constructor for class weka.core.converters.AbstractFileLoader
 
AbstractFileSaver - Class in weka.core.converters
Abstract class for Savers that save to a file Valid options are: -i input arff file
The input filw in arff format.
AbstractFileSaver() - Constructor for class weka.core.converters.AbstractFileSaver
 
AbstractGraphicalCommand - Class in weka.gui.knowledgeflow
Base class for a graphical command
AbstractGraphicalCommand() - Constructor for class weka.gui.knowledgeflow.AbstractGraphicalCommand
 
AbstractGUIApplication - Class in weka.gui
Base class for GUI applications in Weka
AbstractGUIApplication() - Constructor for class weka.gui.AbstractGUIApplication
Default constructor
AbstractGUIApplication(boolean, String...) - Constructor for class weka.gui.AbstractGUIApplication
Constructor
AbstractGUIApplication(boolean, String[], String[]) - Constructor for class weka.gui.AbstractGUIApplication
Constructor
AbstractInstance - Class in weka.core
Abstract class providing common functionality for the original instance implementations.
AbstractInstance() - Constructor for class weka.core.AbstractInstance
 
AbstractLoader - Class in weka.core.converters
Abstract class gives default implementation of setSource methods.
AbstractLoader() - Constructor for class weka.core.converters.AbstractLoader
 
AbstractOffscreenChartRenderer - Class in weka.gui.beans
Abstract base class for offscreen chart renderers.
AbstractOffscreenChartRenderer() - Constructor for class weka.gui.beans.AbstractOffscreenChartRenderer
 
AbstractOutput - Class in weka.classifiers.evaluation.output.prediction
A superclass for outputting the classifications of a classifier.
AbstractOutput() - Constructor for class weka.classifiers.evaluation.output.prediction.AbstractOutput
Initializes the output class.
AbstractPerspective - Class in weka.gui
Base classes for GUI perspectives to extend.
AbstractPerspective() - Constructor for class weka.gui.AbstractPerspective
Constructor
AbstractPerspective(String, String) - Constructor for class weka.gui.AbstractPerspective
Constructor
AbstractPlotInstances - Class in weka.gui.explorer
Abstract superclass for generating plottable instances.
AbstractPlotInstances() - Constructor for class weka.gui.explorer.AbstractPlotInstances
Initializes the container.
AbstractPMMLProducerHelper - Class in weka.classifiers.pmml.producer
Abstract base class for PMMLProducer helper classes to extend.
AbstractPMMLProducerHelper() - Constructor for class weka.classifiers.pmml.producer.AbstractPMMLProducerHelper
 
AbstractSaver - Class in weka.core.converters
Abstract class for Saver
AbstractSaver() - Constructor for class weka.core.converters.AbstractSaver
 
AbstractSetupPanel - Class in weka.gui.experiment
Ancestor for setup panels for experiments.
AbstractSetupPanel() - Constructor for class weka.gui.experiment.AbstractSetupPanel
 
AbstractStopwords - Class in weka.core.stopwords
Ancestor for stopwords classes.
AbstractStopwords() - Constructor for class weka.core.stopwords.AbstractStopwords
 
AbstractTestSetProducer - Class in weka.gui.beans
Abstract class for TestSetProducers that contains default implementations of add/remove listener methods and defualt visual representation.
AbstractTestSetProducer() - Constructor for class weka.gui.beans.AbstractTestSetProducer
Creates a new AbstractTestSetProducer instance.
AbstractTestSetProducerBeanInfo - Class in weka.gui.beans
BeanInfo class for AbstractTestSetProducer
AbstractTestSetProducerBeanInfo() - Constructor for class weka.gui.beans.AbstractTestSetProducerBeanInfo
 
AbstractTimeSeries - Class in weka.filters.unsupervised.attribute
An abstract instance filter that assumes instances form time-series data and performs some merging of attribute values in the current instance with attribute attribute values of some previous (or future) instance.
AbstractTimeSeries() - Constructor for class weka.filters.unsupervised.attribute.AbstractTimeSeries
 
AbstractTrainAndTestSetProducer - Class in weka.gui.beans
Abstract base class for TrainAndTestSetProducers that contains default implementations of add/remove listener methods and defualt visual representation.
AbstractTrainAndTestSetProducer() - Constructor for class weka.gui.beans.AbstractTrainAndTestSetProducer
Creates a new AbstractTrainAndTestSetProducer instance.
AbstractTrainAndTestSetProducerBeanInfo - Class in weka.gui.beans
Bean info class for AbstractTrainAndTestSetProducers
AbstractTrainAndTestSetProducerBeanInfo() - Constructor for class weka.gui.beans.AbstractTrainAndTestSetProducerBeanInfo
 
AbstractTrainingSetProducer - Class in weka.gui.beans
Abstract class for TrainingSetProducers that contains default implementations of add/remove listener methods and default visual representation
AbstractTrainingSetProducer() - Constructor for class weka.gui.beans.AbstractTrainingSetProducer
Creates a new AbstractTrainingSetProducer instance.
AbstractTrainingSetProducerBeanInfo - Class in weka.gui.beans
BeanInfo class for AbstractTrainingSetProducer
AbstractTrainingSetProducerBeanInfo() - Constructor for class weka.gui.beans.AbstractTrainingSetProducerBeanInfo
 
accept(File) - Method in class weka.core.ClassCache.ClassFileFilter
Checks whether the file is a class.
accept(File) - Method in class weka.core.ClassCache.DirectoryFilter
Checks whether the file is a directory.
accept(File) - Method in class weka.gui.ExtensionFileFilter
Returns true if the supplied file should be accepted (i.e.: if it has the required extension or is a directory).
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.
ACCEPT - Static variable in class weka.gui.treevisualizer.TreeDisplayEvent
States that the user has accepted the tree.
acceptAssociationRules(BatchAssociationRulesEvent) - Method in interface weka.gui.beans.BatchAssociationRulesListener
Accept a BatchAssociationRulesEvent
acceptClassifier(BatchClassifierEvent) - Method in interface weka.gui.beans.BatchClassifierListener
Accept a BatchClassifierEvent
acceptClassifier(BatchClassifierEvent) - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Accept a classifier to be evaluated.
acceptClassifier(BatchClassifierEvent) - Method in class weka.gui.beans.PredictionAppender
Accept and process a batch classifier event
acceptClassifier(BatchClassifierEvent) - Method in class weka.gui.beans.SerializedModelSaver
Accept and save a batch trained classifier.
acceptClassifier(IncrementalClassifierEvent) - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Accepts and processes a classifier encapsulated in an incremental classifier event
acceptClassifier(IncrementalClassifierEvent) - Method in interface weka.gui.beans.IncrementalClassifierListener
Accept the event
acceptClassifier(IncrementalClassifierEvent) - Method in class weka.gui.beans.PredictionAppender
Accept and process an incremental classifier event
acceptClassifier(IncrementalClassifierEvent) - Method in class weka.gui.beans.SerializedModelSaver
Accept and save an incrementally trained classifier.
acceptClusterer(BatchClustererEvent) - Method in interface weka.gui.beans.BatchClustererListener
Accept a BatchClustererEvent
acceptClusterer(BatchClustererEvent) - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Accept a clusterer to be evaluated
acceptClusterer(BatchClustererEvent) - Method in class weka.gui.beans.PredictionAppender
Accept and process a batch clusterer event
acceptClusterer(BatchClustererEvent) - Method in class weka.gui.beans.SerializedModelSaver
Accept and save a batch trained clusterer.
acceptConfiguration(ConfigurationEvent) - Method in interface weka.gui.beans.ConfigurationListener
Implementers do not have to do anything in this method (see the above documentation).
acceptDataPoint(double[]) - Method in class weka.gui.beans.StripChart
Accept a data point to plot
acceptDataPoint(double[]) - Method in class weka.gui.knowledgeflow.steps.StripChartInteractiveView
Accept and process a data point
acceptDataPoint(double[]) - Method in interface weka.knowledgeflow.steps.StripChart.PlotNotificationListener
 
acceptDataPoint(ChartEvent) - Method in interface weka.gui.beans.ChartListener
 
acceptDataPoint(ChartEvent) - Method in class weka.gui.beans.StripChart
Accept a data point (encapsulated in a chart event) to plot
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.AbstractDataSink
Accept a data set
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Subclass must implement
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Appender
Accept and process a data set event
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Associator
 
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.ClassAssigner
 
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.ClassValuePicker
 
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.CrossValidationFoldMaker
Accept a data set
acceptDataSet(DataSetEvent) - Method in interface weka.gui.beans.DataSourceListener
 
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.DataVisualizer
Accept a data set
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Filter
Accept a data set
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.FlowByExpression
 
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Join
Accept and process a data set
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a dataset event and starts the writing process in batch mode
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Sorter
Accept and process a data set event
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.SubstringLabeler
Accept and process a data set event
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.TestSetMaker
Accepts and processes a data set event
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.TextViewer
Accept a data set for displaying as text
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.TrainingSetMaker
Accept a data set
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.TrainTestSplitMaker
Accept a data set
acceptDataSet(ThresholdDataEvent) - Method in class weka.gui.beans.AbstractDataSink
Accept a threshold data set
acceptDataSet(ThresholdDataEvent) - Method in class weka.gui.beans.CostBenefitAnalysis
Accept a threshold data event and set up the visualization.
acceptDataSet(ThresholdDataEvent) - Method in class weka.gui.beans.ModelPerformanceChart
Display a threshold curve.
acceptDataSet(ThresholdDataEvent) - Method in class weka.gui.beans.Saver
Method reacts to a threshold data event ans starts the writing process in batch mode.
acceptDataSet(ThresholdDataEvent) - Method in interface weka.gui.beans.ThresholdDataListener
 
acceptDataSet(VisualizableErrorEvent) - Method in class weka.gui.beans.ModelPerformanceChart
Display a scheme error plot.
acceptDataSet(VisualizableErrorEvent) - Method in interface weka.gui.beans.VisualizableErrorListener
 
acceptGraph(GraphEvent) - Method in interface weka.gui.beans.GraphListener
Describe acceptGraph method here.
acceptGraph(GraphEvent) - Method in class weka.gui.beans.GraphViewer
Accept a graph
acceptImage(ImageEvent) - Method in interface weka.gui.beans.ImageListener
Accept and process an ImageEvent
acceptImage(ImageEvent) - Method in class weka.gui.beans.ImageSaver
Accept and process an ImageEvent
acceptImage(ImageEvent) - Method in class weka.gui.beans.ImageViewer
 
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.AbstractDataSink
Accept an instance
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Appender
Accept and process an instance event
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.ClassAssigner
 
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Classifier
Accepts an instance for incremental processing.
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Filter
Accept an instance for processing by StreamableFilters only
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.FlowByExpression
 
acceptInstance(InstanceEvent) - Method in interface weka.gui.beans.InstanceListener
Accept and process an instance event
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Accept an instance to add to the batch.
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Join
 
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Saver
Methods reacts to instance events and saves instances incrementally.
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Sorter
Accept and process an instance event
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.StripChart
 
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.SubstringLabeler
Accept and process an instance event
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.SubstringReplacer
Accept and process an instance event
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.AveragingResultProducer
Accepts results from a ResultProducer.
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.DatabaseResultListener
Submit the result to the appropriate table of the database
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.DatabaseResultProducer
Accepts results from a ResultProducer.
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.InstancesResultListener
Collects each instance and adjusts the header information.
acceptResult(ResultProducer, Object[], Object[]) - Method in class weka.experiment.LearningRateResultProducer
Accepts results from a ResultProducer.
acceptResult(ResultProducer, Object[], Object[]) - Method in interface weka.experiment.ResultListener
Accepts results from a ResultProducer.
acceptsInstances() - Method in class weka.gui.AbstractPerspective
Returns true if this perspective can do something meaningful with a set of instances
acceptsInstances() - Method in class weka.gui.beans.AttributeSummarizer
Returns true if this perspective accepts instances
acceptsInstances() - Method in interface weka.gui.beans.KnowledgeFlowApp.KFPerspective
Returns true if this perspective accepts instances
acceptsInstances() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
acceptsInstances() - Method in class weka.gui.beans.ScatterPlotMatrix
Returns true if this perspective accepts instances
acceptsInstances() - Method in class weka.gui.beans.SQLViewerPerspective
Returns true if this perspective accepts instances
acceptsInstances() - Method in class weka.gui.explorer.AssociationsPanel
 
acceptsInstances() - Method in class weka.gui.explorer.AttributeSelectionPanel
 
acceptsInstances() - Method in class weka.gui.explorer.ClassifierPanel
 
acceptsInstances() - Method in class weka.gui.explorer.ClustererPanel
 
acceptsInstances() - Method in class weka.gui.explorer.PreprocessPanel
We can accept instances
acceptsInstances() - Method in class weka.gui.explorer.VisualizePanel
This perspective processes instances
acceptsInstances() - Method in class weka.gui.knowledgeflow.AttributeSummaryPerspective
Returns true, as this perspective does accept instances
acceptsInstances() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Returns true if this perspective can do something meaningful with a set of instances
acceptsInstances() - Method in class weka.gui.knowledgeflow.ScatterPlotMatrixPerspective
Returns true - we accept instances.
acceptsInstances() - Method in interface weka.gui.Perspective
Returns true if this perspective can do something meaningful with a set of instances
acceptsInstances() - Method in class weka.gui.SimpleCLIPanel
 
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.AbstractDataSink
Accept a test set
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Appender
Accept and process a test set event
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.ClassAssigner
 
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Classifier
Accepts a test set for a batch trained classifier
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Clusterer
Accepts a test set for a batch trained clusterer
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.CrossValidationFoldMaker
Accept a test set
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.DataVisualizer
Accept a test set
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Filter
Accept a test set
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.FlowByExpression
 
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Join
Accept and process a test set
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a test set event and starts the writing process in batch mode
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Sorter
Accept and process a test set event
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.SubstringLabeler
Accept and process a test set event
acceptTestSet(TestSetEvent) - Method in interface weka.gui.beans.TestSetListener
Accept and process a test set event
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.TextViewer
Accept a test set for displaying as text
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.TrainingSetMaker
 
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.TrainTestSplitMaker
Accept a test set
acceptText(TextEvent) - Method in interface weka.gui.beans.TextListener
Accept and process a text event
acceptText(TextEvent) - Method in class weka.gui.beans.TextSaver
Accept and process an TextEvent
acceptText(TextEvent) - Method in class weka.gui.beans.TextViewer
Accept some text
acceptTextResult(String, String) - Method in class weka.gui.knowledgeflow.steps.TextViewerInteractiveView
Accept a new text result and add it to the result list
acceptTextResult(String, String) - Method in interface weka.knowledgeflow.steps.TextViewer.TextNotificationListener
Accept a new textual result
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.AbstractDataSink
Accept a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Appender
Accept and process a training set event
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Associator
Accept a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.ClassAssigner
 
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Classifier
Accepts a training set and builds batch classifier
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Clusterer
Accepts a training set and builds batch clusterer
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.CrossValidationFoldMaker
Accept a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.DataVisualizer
Accept a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Filter
Accept a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.FlowByExpression
 
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Join
Accept and process a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a training set event and starts the writing process in batch mode
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Sorter
Accept and process a training set event
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.SubstringLabeler
Accept and process a training set event
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.TestSetMaker
 
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.TextViewer
Accept a training set for displaying as text
acceptTrainingSet(TrainingSetEvent) - Method in interface weka.gui.beans.TrainingSetListener
Accept and process a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.TrainTestSplitMaker
Accept a training set
ACROSS_TIME_WINDOWS - Enum constant in enum class weka.core.pmml.jaxbbindings.DELIMITER2
 
actEntropy - Variable in class weka.classifiers.lazy.kstar.KStarWrapper
used/reused to hold the actual entropy
action_table() - Method in class weka.core.expressionlanguage.parser.Parser
Access to parse-action table.
action_table() - Method in class weka.core.json.Parser
Access to parse-action table.
actionPerformed(ActionEvent) - Method in class weka.gui.arffviewer.ArffPanel
invoked when an action occurs
actionPerformed(ActionEvent) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
invoked when an action occurs
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.AlgorithmListPanel
Handle actions when buttons get pressed.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.DatasetListPanel
Handle actions when buttons get pressed.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.GeneratorPropertyIteratorPanel
Handles the various button clicking type activities.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.HostListPanel
Handle actions when text is entered into the host field or the delete button is pressed.
actionPerformed(ActionEvent) - Method in class weka.gui.experiment.RunPanel
Controls starting and stopping the experiment.
actionPerformed(ActionEvent) - Method in class weka.gui.SimpleCLIPanel
Only gets called when return is pressed in the input area, which starts the command running.
actionPerformed(ActionEvent) - Method in class weka.gui.streams.InstanceLoader
 
actionPerformed(ActionEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Performs the action associated with the ActionEvent.
activateFilter(boolean) - Method in class weka.gui.knowledgeflow.InvisibleTreeModel
Activate/deactivate the visibility filter
ACTIVATIONFUNCTION - Enum Class in weka.core.pmml.jaxbbindings
Java class for ACTIVATION-FUNCTION.
ACTIVE - Enum constant in enum class weka.core.pmml.jaxbbindings.FIELDUSAGETYPE
 
ActiveHNode - Class in weka.classifiers.trees.ht
Node that is "active" (i.e.
ActiveHNode() - Constructor for class weka.classifiers.trees.ht.ActiveHNode
 
actual() - Method in class weka.classifiers.evaluation.NominalPrediction
Gets the actual class value.
actual() - Method in class weka.classifiers.evaluation.NumericPrediction
Gets the actual class value.
actual() - Method in interface weka.classifiers.evaluation.Prediction
Gets the actual class value.
actualNumBags() - Method in class weka.classifiers.trees.j48.Distribution
Returns number of non-empty bags of distribution.
actualNumClasses() - Method in class weka.classifiers.trees.j48.Distribution
Returns number of classes actually occuring in distribution.
actualNumClasses(int) - Method in class weka.classifiers.trees.j48.Distribution
Returns number of classes actually occuring in given bag.
acuityTipText() - Method in class weka.clusterers.Cobweb
Returns the tip text for this property
AdaBoostM1 - Class in weka.classifiers.meta
Class for boosting a nominal class classifier using the Adaboost M1 method.
AdaBoostM1() - Constructor for class weka.classifiers.meta.AdaBoostM1
Constructor.
add(double) - Method in class weka.experiment.Stats
Adds a value to the observed values
add(double[], double[]) - Method in class weka.experiment.PairedStats
Adds an array of observed pair of 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 weighted value to the observed values
add(int, double[]) - Method in class weka.classifiers.trees.j48.Distribution
Adds counts to given bag.
add(int, Object) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Inserts the specified element at the specified position in this list.
add(int, Instance) - Method in class weka.classifiers.trees.j48.Distribution
Adds given instance to given bag.
add(int, Instance) - Method in class weka.core.Instances
Adds one instance at the given position in the list.
add(PrintStream) - Method in class weka.core.Tee
adds the given PrintStream to the list of streams, with NO timestamp and NO prefix.
add(PrintStream, boolean) - Method in class weka.core.Tee
adds the given PrintStream to the list of streams, with NO prefix.
add(PrintStream, boolean, String) - Method in class weka.core.Tee
adds the given PrintStream to the list of streams.
add(Class<?>, Method) - Method in class weka.core.xml.MethodHandler
adds the specified method for the given class to its internal list.
add(Object) - Method in class weka.gui.GenericObjectEditorHistory
Adds the object to the history.
add(String) - Method in class weka.core.ClassCache
Adds the classname to the cache.
add(String) - Method in class weka.core.Stopwords
adds the given word to the stopword list (is automatically converted to lower case and trimmed)
add(String) - Method in class weka.core.Trie
Ensures that this collection contains the specified element.
add(String) - Method in class weka.core.Trie.TrieNode
adds the given string to its children (creates children if necessary)
add(String) - Method in class weka.gui.HierarchyPropertyParser
Add the given item of property to the tree
add(String, Method) - Method in class weka.core.xml.MethodHandler
adds the specified method for the property with the given displayname to its internal list.
add(AlgVector) - Method in class weka.core.AlgVector
Returns the sum of this vector with another.
add(Defaults) - Method in class weka.core.Defaults
Add the supplied defaults to this one.
add(Instance) - Method in class weka.core.Instances
Adds one instance to the end of the set.
add(Matrix) - Method in class weka.core.Matrix
Deprecated.
Returns the sum of this matrix with another.
add(TechnicalInformation) - Method in class weka.core.TechnicalInformation
adds the given information to the list of additional technical informations
add(TechnicalInformation.Type) - Method in class weka.core.TechnicalInformation
Adds an empty technical information with the given type to the list of additional informations and returns the instance.
Add - Class in weka.filters.unsupervised.attribute
An instance filter that adds a new attribute to the dataset.
Add() - Constructor for class weka.filters.unsupervised.attribute.Add
 
ADD_CHILDREN - Static variable in class weka.gui.treevisualizer.TreeDisplayEvent
 
addActionListener(ActionListener) - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Register a listener to be notified when plotting completes
addActionListener(ActionListener) - Method in class weka.gui.experiment.GeneratorPropertyIteratorPanel
Add a listener interested in kowing about editor status changes
addActionListener(ActionListener) - Method in class weka.gui.visualize.ClassPanel
Add an action listener that will be notified if the user changes the colour of a label
addActionListener(ActionListener) - Method in class weka.gui.visualize.VisualizePanel
Add a listener for this visualize panel
addAll(Collection<? extends String>) - Method in class weka.core.Trie
Adds all of the elements in the specified collection to this collection
addAll(Collection<? extends T>) - Method in class weka.core.neighboursearch.covertrees.Stack
Adds all the given elements in the stack.
addAll(List<StepManagerImpl>) - Method in class weka.knowledgeflow.Flow
All all steps in the supplied list to this Flow
addAllBeansToContainer(JComponent, Integer...) - Static method in class weka.gui.beans.BeanInstance
Adds all beans to the supplied component
addAllowed(Class<?>, String) - Method in class weka.core.xml.PropertyHandler
adds the given property (display name) to the list of allowed properties for the specified class.
addAllResults(Map<String, LinkedHashSet<Data>>) - Method in class weka.knowledgeflow.JobEnvironment
Add all the results from the supplied map to this environment's results
addAndUpdate(Rule) - Method in class weka.classifiers.rules.RuleStats
Add a rule to the ruleset and update the stats
addArc(int, int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Add arc between two nodes Distributions are updated by duplication for every value of the parent node.
addArc(String, String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Add arc between two nodes Distributions are updated by duplication for every value of the parent node.
addArc(String, ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Add arc between parent node and each of the nodes in a given list.
addArray(String) - Method in class weka.core.json.JSONNode
Adds an array child to the object.
addArrayElement(Object) - Method in class weka.core.json.JSONNode
Adds an array element child to the array.
addAssociationModelOrBaselineModelOrClusteringModes(Object) - Method in class weka.core.pmml.jaxbbindings.PMML
 
addAttributePanelListener(AttributePanelListener) - Method in class weka.gui.visualize.AttributePanel
Add a listener to the list of things listening to this panel
addAttributeSpec(String) - Method in class weka.filters.unsupervised.attribute.AddUserFields
Add an attribute spec to the list
addBatchAssociationRulesListener(BatchAssociationRulesListener) - Method in class weka.gui.beans.Associator
Add a batch association rules listener
addBatchClassifierListener(BatchClassifierListener) - Method in class weka.gui.beans.Classifier
Add a batch classifier listener
addBatchClustererListener(BatchClustererListener) - Method in class weka.gui.beans.Clusterer
Add a batch clusterer listener
addBean(JComponent, Integer...) - Method in class weka.gui.beans.BeanInstance
Adds this bean to the global list of beans and to the supplied container.
addBeanInstances(Vector<Object>, JComponent) - Static method in class weka.gui.beans.BeanInstance
Adds the supplied collection of beans to the end of the list of collections and to the JComponent container (if not null)
addBoolean(String) - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations
Adds a variable declaration for a boolean variable
addButton(JButton) - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
Adds a button to the bottom of the window.
addCancelListener(ActionListener) - Method in class weka.gui.GenericObjectEditor.GOEPanel
This is used to hook an action listener to the cancel button.
addCapabilities(String) - Method in class weka.core.Capabilities
generates a string from the capabilities, suitable to add to the help text.
addCapabilities(String, Capabilities) - Static method in class weka.core.CapabilitiesUtils
generates a string from the capabilities, suitable to add to the help text.
addCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener) - Method in class weka.gui.explorer.Explorer
adds the listener to the list of objects that listen for changes of the CapabilitiesFilter
addChangeListener(ChangeListener) - Method in class weka.gui.arffviewer.ArffPanel
Adds a ChangeListener to the panel
addChangeListener(ChangeListener) - Method in class weka.gui.arffviewer.ArffTable
Adds a ChangeListener to the panel
addChartListener(ChartListener) - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Add a chart listener
addCheckBoxActionListener(ActionListener) - Method in class weka.gui.experiment.DistributeExperimentPanel
Enable objects to listen for changes to the check box
addChild(Edge) - Method in class weka.gui.treevisualizer.Node
Set the value of children.
addChild(FlowByExpression.ExpressionNode) - Method in class weka.knowledgeflow.steps.FlowByExpression.BracketNode
Add a child to this bracket node
addChildClique(MarginCalculator.JunctionTreeNode) - Method in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
 
addChildFrame(Container) - Method in class weka.gui.GUIChooserApp
adds the given child frame to the list of frames.
addChildFrame(Container) - Method in class weka.gui.Main
adds the given child frame to the list of frames.
AddClassification - Class in weka.filters.supervised.attribute
A filter for adding the classification, the class distribution and an error flag to a dataset with a classifier.
AddClassification() - Constructor for class weka.filters.supervised.attribute.AddClassification
 
AddCluster - Class in weka.filters.unsupervised.attribute
A filter that adds a new nominal attribute representing the cluster assigned to each instance by the specified clustering algorithm.
Either the clustering algorithm gets built with the first batch of data or one specifies are serialized clusterer model file to use instead.
AddCluster() - Constructor for class weka.filters.unsupervised.attribute.AddCluster
 
addConfigurationListener(ConfigurationListener) - Method in class weka.gui.beans.Associator
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
addConfigurationListener(ConfigurationListener) - Method in class weka.gui.beans.Classifier
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
addConfigurationListener(ConfigurationListener) - Method in class weka.gui.beans.Clusterer
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
addConfigurationListener(ConfigurationListener) - Method in interface weka.gui.beans.ConfigurationProducer
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
addConfigurationListener(ConfigurationListener) - Method in class weka.gui.beans.Filter
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
addConnectionListener(ConnectionListener) - Method in class weka.gui.sql.ConnectionPanel
adds the given listener to the list of listeners.
addConnectionListener(ConnectionListener) - Method in class weka.gui.sql.SqlViewer
adds the given listener to the list of listeners.
addConnections(Vector<BeanConnection>) - Static method in class weka.gui.beans.BeanConnection
Add the supplied collection of connections to the end of the list.
addContent(Object) - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
 
addContent(Object) - Method in class weka.core.pmml.jaxbbindings.RegressionModel
 
addCVParameter(String) - Method in class weka.classifiers.meta.CVParameterSelection
Adds a scheme parameter to the list of parameters to be set by cross-validation
addDataDictionary(Instances, PMML) - Static method in class weka.classifiers.pmml.producer.AbstractPMMLProducerHelper
Adds a data dictionary to the supplied PMML object.
addDataField(DataField) - Method in class weka.core.pmml.jaxbbindings.DataDictionary
 
addDataFormatListener(DataFormatListener) - Method in class weka.gui.beans.ClassAssigner
 
addDataFormatListener(DataFormatListener) - Method in class weka.gui.beans.ClassValuePicker
 
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.AbstractDataSource
Add a listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Appender
Add a data source listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.ClassAssigner
 
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.ClassValuePicker
 
addDataSourceListener(DataSourceListener) - Method in interface weka.gui.beans.DataSource
Add a data source listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.DataVisualizer
Add a listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Filter
Add a data source listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.FlowByExpression
 
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
 
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Join
Add a data source listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Loader
Add a listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.PredictionAppender
Add a datasource listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Sorter
Add a datasource listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.SubstringLabeler
Add a datasource listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.SubstringReplacer
Add a data source listener
addDerivedField(DerivedField) - Method in class weka.core.pmml.jaxbbindings.LocalTransformations
 
addDerivedField(DerivedField) - Method in class weka.core.pmml.jaxbbindings.TransformationDictionary
 
addDouble(String) - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations
Adds a variable declaration for a double variable
addElement(double) - Method in class weka.core.matrix.DoubleVector
Adds an element into the vector
addElement(int, int, double) - Method in class weka.core.Matrix
Deprecated.
Add a value to an element.
addElement(E) - Method in class weka.core.FastVector
Deprecated.
Adds an element to this vector.
addElement(Object) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Adds the specified component to the end of this list.
addEmptyRow() - Method in class weka.gui.InteractiveTableModel
Adds an empty row to the model
addErrs(double, double, float) - Static method in class weka.classifiers.trees.j48.Stats
Computes estimated extra error for given total number of instances and error using normal approximation to binomial distribution (and continuity correction).
addExecutionFinishedCallback(ExecutionFinishedCallback) - Method in interface weka.knowledgeflow.FlowExecutor
Add a callback to notify when execution finishes
addExecutionFinishedCallback(ExecutionFinishedCallback) - Method in class weka.knowledgeflow.FlowRunner
Set a callback to notify when flow execution finishes
AddExpression - Class in weka.filters.unsupervised.attribute
An instance filter that creates a new attribute by applying a mathematical expression to existing attributes.
AddExpression() - Constructor for class weka.filters.unsupervised.attribute.AddExpression
 
addFile(File) - Static method in class weka.core.ClassloaderUtil
Add file to CLASSPATH
addFile(String) - Static method in class weka.core.ClassloaderUtil
Add file to CLASSPATH
addFileFilter(FileFilter) - Method in class weka.gui.beans.FileEnvironmentField
Deprecated.
Add a file filter to use
addFileFilter(FileFilter) - Method in class weka.gui.FileEnvironmentField
Add a file filter to use
addFromProperties(File) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied property file
addFromProperties(File) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add all key value pairs from the supplied property file
addFromProperties(File, boolean) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied property file
addFromProperties(File, boolean) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add all key value pairs from the supplied property file
addFromProperties(InputStream) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties stream
addFromProperties(InputStream) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add all key value pairs from the supplied properties stream
addFromProperties(InputStream, boolean) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties stream
addFromProperties(InputStream, boolean) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add all key value pairs from the supplied properties stream
addFromProperties(String, File) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied property file
addFromProperties(String, File, boolean) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied property file
addFromProperties(String, InputStream) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties stream
addFromProperties(String, InputStream, boolean) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties stream
addFromProperties(String, Properties) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties object
addFromProperties(String, Properties, boolean) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties object
addFromProperties(Properties) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties object
addFromProperties(Properties) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add all key value pairs from the supplied properties object
addFromProperties(Properties, boolean) - Static method in class weka.core.PluginManager
Add all key value pairs from the supplied properties object
addFromProperties(Properties, boolean) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add all key value pairs from the supplied properties object
addGraphListener(GraphListener) - Method in class weka.gui.beans.Associator
Add a graph listener
addGraphListener(GraphListener) - Method in class weka.gui.beans.Classifier
Add a graph listener
addGraphListener(GraphListener) - Method in class weka.gui.beans.Clusterer
Add a graph listener
addHeader(String, String) - Method in class weka.experiment.ResultMatrix
adds the key-value pair to the header.
addHistoryChangedListener(HistoryChangedListener) - Method in class weka.gui.sql.ConnectionPanel
adds the given listener to the list of listeners.
addHistoryChangedListener(HistoryChangedListener) - Method in class weka.gui.sql.QueryPanel
adds the given listener to the list of listeners.
addHistoryChangedListener(HistoryChangedListener) - Method in class weka.gui.sql.SqlViewer
adds the given listener to the list of listeners.
AddID - Class in weka.filters.unsupervised.attribute
An instance filter that adds an ID attribute to the dataset.
AddID() - Constructor for class weka.filters.unsupervised.attribute.AddID
 
addIgnored(Class<?>, String) - Method in class weka.core.xml.PropertyHandler
adds the given class with the display name of a property to the ignore list.
addIgnored(String) - Method in class weka.core.xml.PropertyHandler
adds the given display name of a property to the ignore list.
addImageListener(ImageListener) - Method in class weka.gui.beans.DataVisualizer
Add an image listener
addImageListener(ImageListener) - Method in class weka.gui.beans.ModelPerformanceChart
Add an image listener
addIncomingConnection(String, StepManagerImpl) - Method in class weka.knowledgeflow.StepManagerImpl
Add an incoming connection (comprising of the type of connection and associated step component) to this step of the specified type
addIncrementalClassifierListener(IncrementalClassifierListener) - Method in class weka.gui.beans.Classifier
Add an incremental classifier listener
addIndexedValueToNamedStore(String, Integer, Object) - Method in class weka.knowledgeflow.steps.PairedDataHelper
Adds a value to a named store with the given index.
addInstance() - Method in class weka.gui.arffviewer.ArffPanel
Add an instance at the currently selected index.
addInstance(Instance) - Method in class weka.clusterers.Cobweb
Deprecated.
updateClusterer(Instance) should be used instead
addInstance(BallNode, Instance) - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Adds an instance to the ball tree.
addInstance(BallNode, Instance) - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Adds an instance to the ball tree.
addInstance(BallNode, Instance) - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Adds an instance to the tree.
addInstance(BallNode, Instance) - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Adds an instance to the ball tree.
addInstanceAtEnd() - Method in class weka.gui.arffviewer.ArffPanel
Add an instance at the end of the dataset
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.BallTree
Adds the given instance's info.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.CoverTree
Adds the given instance info.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Updates the instance info in the underlying search method, once the instance has been filtered.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.KDTree
Adds one instance to KDTree loosly.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.LinearNNSearch
Adds the given instance info.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Adds information from the given instance without modifying the datastructure a lot.
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.AbstractDataSource
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Appender
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.ClassAssigner
 
addInstanceListener(InstanceListener) - Method in interface weka.gui.beans.DataSource
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Filter
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.FlowByExpression
 
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
 
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Join
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Loader
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.PredictionAppender
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Sorter
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.SubstringLabeler
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.SubstringReplacer
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.streams.InstanceJoiner
 
addInstanceListener(InstanceListener) - Method in class weka.gui.streams.InstanceLoader
 
addInstanceListener(InstanceListener) - Method in interface weka.gui.streams.InstanceProducer
 
addInstanceNumberAttribute() - Method in class weka.gui.visualize.PlotData2D
Adds an instance number attribute to the plottable instances,
addInstWithUnknown(Instances, int) - Method in class weka.classifiers.trees.j48.Distribution
Adds all instances with unknown values for given attribute, weighted according to frequency of instances in each bag.
additional() - Method in class weka.core.TechnicalInformation
returns an enumeration of all the additional technical informations (if there are any)
AdditionalMeasureProducer - Interface in weka.core
Interface to something that can produce measures other than those calculated by evaluation modules.
AdditiveRegression - Class in weka.classifiers.meta
Meta classifier that enhances the performance of a regression base classifier.
AdditiveRegression() - Constructor for class weka.classifiers.meta.AdditiveRegression
Default constructor specifying DecisionStump as the classifier
AdditiveRegression(Classifier) - Constructor for class weka.classifiers.meta.AdditiveRegression
Constructor which takes base classifier as argument.
addKeyword(String, MutableAttributeSet) - Method in class weka.gui.scripting.SyntaxDocument
Associates a keyword with a particular formatting style.
addKeywords(String[], MutableAttributeSet) - Method in class weka.gui.scripting.SyntaxDocument
Associates the keywords with a particular formatting style.
addLayoutCompleteEventListener(LayoutCompleteEventListener) - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
Method to add a LayoutCompleteEventListener
addLayoutCompleteEventListener(LayoutCompleteEventListener) - Method in interface weka.gui.graphvisualizer.LayoutEngine
This method adds a LayoutCompleteEventListener to the LayoutEngine.
addMiningFields(MiningField) - Method in class weka.core.pmml.jaxbbindings.MiningSchema
 
addModel(SimpleLinearRegression) - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Takes the given simple linear regression model and adds it to this one.
addMouseListener(MouseListener) - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Adds a mouse listener.
addMouseListenerToHeader(JTable) - Method in class weka.gui.SortedTableModel
Adds a mouselistener to the header: left-click on the header sorts in ascending manner, using shift-left-click in descending manner.
addNode(String, int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Add new node to the network, initializing instances, parentsets, distributions.
addNode(String, int, int, int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Add node to network at a given position, initializing instances, parentsets, distributions.
addNodeValue(int, String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Add node value to a node.
addNoise(Instances, int, int, int, boolean) - Method in class weka.filters.unsupervised.attribute.AddNoise
add noise to the dataset a given percentage of the instances are changed in the way that a set of instances are randomly selected using seed.
AddNoise - Class in weka.filters.unsupervised.attribute
An instance filter that changes a percentage of a given attribute's values.
AddNoise() - Constructor for class weka.filters.unsupervised.attribute.AddNoise
 
addNull(String) - Method in class weka.core.json.JSONNode
Adds a "null" child to the object.
addNullArrayElement() - Method in class weka.core.json.JSONNode
Adds a null array element child to the array.
addNumericPredictor(NumericPredictor) - Method in class weka.core.pmml.jaxbbindings.RegressionTable
 
addObject(String) - Method in class weka.core.json.JSONNode
Adds an object child to the object.
addObject(String, Object) - Method in class weka.gui.ResultHistoryPanel
Adds an object to the results list.
addObjectArrayElement() - Method in class weka.core.json.JSONNode
Add a key-value object child into the array
addOkListener(ActionListener) - Method in class weka.gui.GenericObjectEditor.GOEPanel
This is used to hook an action listener to the ok button.
addOrOverwriteObject(String, Object) - Method in class weka.gui.ResultHistoryPanel
Adds an object to the result list.
addOutgoingConnection(String, StepManagerImpl) - Method in class weka.knowledgeflow.StepManagerImpl
Add an outgoing connection (comprising of the type of connection and associated target step) to this step of the specified type.
addOutgoingConnection(String, StepManagerImpl, boolean) - Method in class weka.knowledgeflow.StepManagerImpl
Add an outgoing connection (comprising of the type of connection and associated target step) to this step of the specified type.
addOutputField(OutputField) - Method in class weka.core.pmml.jaxbbindings.Output
 
addPackageToClassLoader(File) - Method in class weka.core.WekaPackageClassLoaderManager
Create a class loader for the given package directory
addParent(int, int, Instances) - Method in class weka.classifiers.bayes.net.ParentSet
Add parent to parent set at specific location and update internals (specifically the cardinality of the parent set)
addParent(int, Instances) - Method in class weka.classifiers.bayes.net.ParentSet
Add parent to parent set and update internals (specifically the cardinality of the parent set)
addPCell(PCell) - Method in class weka.core.pmml.jaxbbindings.ParamMatrix
 
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
addPlotNotificationListener(StripChart.PlotNotificationListener) - Method in class weka.knowledgeflow.steps.StripChart
Add a plot notification listener
addPlugin(String, String, String) - Static method in class weka.core.PluginManager
Add a plugin.
addPlugin(String, String, String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add a plugin.
addPlugin(String, String, String, boolean) - Static method in class weka.core.PluginManager
Add a plugin.
addPlugin(String, String, String, boolean) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add a plugin.
addPluginResource(String, String, String) - Static method in class weka.core.PluginManager
Add a resource.
addPluginResource(String, String, String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add a resource.
addPluginResource(String, String, String, String) - Static method in class weka.core.PluginManager
Add a resource.
addPluginResourcesFromProperty(String) - Static method in class weka.core.PluginManager
Add resources from a list.
addPreBuiltClassifier(Classifier) - Method in class weka.classifiers.meta.Vote
Add a prebuilt classifier to the list for use in the ensemble
addPrediction(NominalPrediction) - Method in class weka.classifiers.evaluation.ConfusionMatrix
Includes a prediction in the confusion matrix.
addPredictions(ArrayList<Prediction>) - Method in class weka.classifiers.evaluation.ConfusionMatrix
Includes a whole bunch of predictions in the confusion matrix.
addPrimitive(String, Boolean) - Method in class weka.core.json.JSONNode
Adds a key-value child to the object.
addPrimitive(String, Double) - Method in class weka.core.json.JSONNode
Adds a key-value child to the object.
addPrimitive(String, Integer) - Method in class weka.core.json.JSONNode
Adds a key-value child to the object.
addPrimitive(String, String) - Method in class weka.core.json.JSONNode
Adds a key-value child to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.AssociatorCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.BeanVisual
Add a listener for property change events
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.ClassAssignerCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.ClassifierCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.ClassifierPerformanceEvaluatorCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.ClassValuePickerCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.ClustererCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.CrossValidationFoldMakerCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.FilterCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.IncrementalClassifierEvaluatorCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.LoaderCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.PredictionAppenderCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.SaverCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.SerializedModelSaverCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.StripChartCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.beans.TrainTestSplitMakerCustomizer
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.ColorEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.CostMatrixEditor
Adds an object to the list of those that wish to be informed when the cost matrix changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.EnvironmentField
 
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.experiment.AbstractSetupPanel
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.experiment.SetupModePanel
Adds a PropertyChangeListener who will be notified of value changes.
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.experiment.SimpleSetupPanel
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.
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.PasswordField
 
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.PropertySheetPanel
Adds a PropertyChangeListener.
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.SimpleDateFormatEditor
Adds an object to the list of those that wish to be informed when the date format changes.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class weka.gui.beans.AbstractDataSource
Add a property change listener to this bean
addPropertyChangeListener(String, PropertyChangeListener) - Method in class weka.gui.beans.DataVisualizer
Add a property change listener to this bean
addPropertyChangeListener(String, PropertyChangeListener) - Method in class weka.gui.beans.ModelPerformanceChart
Add a property change listener to this bean
addPropertyChangeListener(String, PropertyChangeListener) - Method in class weka.gui.beans.TextViewer
Add a property change listener to this bean
addPropertyChangeListenersSubFlow(PropertyChangeListener) - Method in class weka.gui.beans.MetaBean
 
addPSFontReplacement(String, String) - Static method in class weka.gui.visualize.PostscriptGraphics
adds the PS font name to replace and its replacement in the replacement hashtable
addQueryExecuteListener(QueryExecuteListener) - Method in class weka.gui.sql.QueryPanel
adds the given listener to the list of listeners.
addQueryExecuteListener(QueryExecuteListener) - Method in class weka.gui.sql.SqlViewer
adds the given listener to the list of listeners.
addRange(int, Instances, int, int) - Method in class weka.classifiers.trees.j48.Distribution
Adds all instances in given range to given bag.
addRelation(Instances) - Method in class weka.core.Attribute
Adds a relation to a relation-valued attribute.
addRemoteExperimentListener(RemoteExperimentListener) - Method in class weka.experiment.RemoteExperiment
Add an object to the list of those interested in recieving update information from the RemoteExperiment
addRemoteExperimentListener(RemoteExperimentListener) - Method in class weka.gui.boundaryvisualizer.BoundaryPanelDistributed
Add an object to the list of those interested in recieving update information from the RemoteExperiment
addRemoteHost(String) - Method in class weka.experiment.RemoteExperiment
Add a host name to the list of remote hosts
addRenderingHints(Map<?, ?>) - Method in class weka.gui.visualize.PostscriptGraphics
 
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.
ADDRESS - Enum constant in enum class weka.core.TechnicalInformation.Field
Usually the address of the publisher or other type of institution.
addResult(String, StringBuffer) - Method in class weka.gui.ResultHistoryPanel
Adds a new result to the result list.
addResultChangedListener(ResultChangedListener) - Method in class weka.gui.sql.ResultPanel
adds the given listener to the list of listeners
addResultChangedListener(ResultChangedListener) - Method in class weka.gui.sql.SqlViewer
adds the given listener to the list of listeners.
addScriptFinishedListener(ScriptExecutionListener) - Method in class weka.gui.scripting.Script
Adds the given listener to its internal list.
addSettingsMenuItemToProgramMenu(Settings) - Method in class weka.gui.PerspectiveManager
Applications can call this to allow access to the settings editor from the program menu (in addition to the toolbar widget that pops up the settings editor)
addStartupListener(StartUpListener) - Static method in class weka.gui.beans.KnowledgeFlowApp
Add a listener to be notified when startup is complete
addStartupListener(StartUpListener) - Static method in class weka.gui.Main
Add a listener to be notified when startup is complete.
addStep(StepManagerImpl) - Method in class weka.knowledgeflow.Flow
Add the given Step to this flow
addStepOutputListener(StepOutputListener, String) - Method in class weka.knowledgeflow.StepManagerImpl
Register non-step third party to receive data from the managed step for the specified outgoing connection type.
addString(String) - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations
Adds a variable declaration for a string variable
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.
addStringValue(Attribute, int) - 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.
addTab(String) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
addTab(String) - Method in class weka.gui.knowledgeflow.MainKFPerspective
Add a new titled tab to the UI
addTableModelListener(TableModelListener) - Method in class weka.gui.arffviewer.ArffSortedTableModel
adds a listener to the list that is notified each time a change to data model occurs
addTableModelListener(TableModelListener) - Method in class weka.gui.arffviewer.ArffTableModel
adds a listener to the list that is notified each time a change to data model occurs
addTableModelListener(TableModelListener) - Method in class weka.gui.sql.ResultSetTableModel
adds a listener to the list that is notified each time a change to data model occurs.
addTarget(Target) - Method in class weka.core.pmml.jaxbbindings.Targets
 
addTestSetListener(TestSetListener) - Method in class weka.gui.beans.AbstractTestSetProducer
Add a listener for test sets
addTestSetListener(TestSetListener) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Add a test set listener
addTestSetListener(TestSetListener) - Method in class weka.gui.beans.ClassAssigner
 
addTestSetListener(TestSetListener) - Method in class weka.gui.beans.Filter
Add a test set listener
addTestSetListener(TestSetListener) - Method in class weka.gui.beans.PredictionAppender
Add a test set listener
addTestSetListener(TestSetListener) - Method in interface weka.gui.beans.TestSetProducer
Add a listener for test set events
addTextListener(TextListener) - Method in class weka.gui.beans.Associator
Add a text listener
addTextListener(TextListener) - Method in class weka.gui.beans.Classifier
Add a text listener
addTextListener(TextListener) - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Add a text listener
addTextListener(TextListener) - Method in class weka.gui.beans.Clusterer
Add a text listener
addTextListener(TextListener) - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Add a text listener
addTextListener(TextListener) - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Add a text listener
addTextListener(TextListener) - Method in class weka.gui.beans.TextViewer
Add a text listener
addThresholdDataListener(ThresholdDataListener) - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Add a threshold data listener
addTitleUpdatedListener(TitleUpdatedListener) - Method in class weka.gui.scripting.ScriptingPanel
Adds the listener to the internal list.
addToDisabledList(String) - Static method in class weka.core.PluginManager
Add the supplied fully qualified class name to the list of disabled plugins
addToDisabledList(String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add the supplied fully qualified class name to the list of disabled plugins
addToDisabledList(List<String>) - Static method in class weka.core.PluginManager
Add the supplied list of fully qualified class names to the disabled list
addToDisabledList(List<String>) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Add the supplied list of fully qualified class names to the disabled list
addToHistory() - Method in class weka.gui.PropertyPanel
Adds the current editor value to the history.
addToHistory(Object) - Method in class weka.gui.PropertyPanel
Adds the specified value to the history.
addToList(Object[], double) - Method in class weka.attributeSelection.BestFirst.LinkedList2
adds an element (Link) to the list.
addToPluginBeanProps(File) - Static method in class weka.gui.beans.BeansProperties
 
addToPluginBeanProps(File) - Static method in class weka.gui.beans.KnowledgeFlowApp
Add a plugin bean props file
addToResult(Data) - Method in class weka.knowledgeflow.JobEnvironment
Add a non-incremental data object to the result
addToStepProperties(Map<String, Map<String, String>>) - Method in class weka.knowledgeflow.JobEnvironment
Add the supplied map of step properties.
addTrainingInstance(Instance) - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Adds a training instance to the visualization dataset.
addTrainingInstanceFromMouseLocation(int, int, int, double) - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Adds a training instance to our dataset, based on the coordinates of the mouse on the panel.
addTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Add a training set listener
addTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.AbstractTrainingSetProducer
Add a training set listener
addTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.ClassAssigner
 
addTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.Filter
Add a training set listener
addTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.PredictionAppender
Add a training set listener
addTrainingSetListener(TrainingSetListener) - Method in interface weka.gui.beans.TrainingSetProducer
Add a training set listener
addUndoPoint() - Method in interface weka.core.Undoable
adds an undo point to the undo history
addUndoPoint() - Method in class weka.gui.arffviewer.ArffPanel
adds the current state of the instances to the undolist
addUndoPoint() - Method in class weka.gui.arffviewer.ArffSortedTableModel
adds an undo point to the undo history
addUndoPoint() - Method in class weka.gui.arffviewer.ArffTableModel
adds an undo point to the undo history, if the undo support is enabled
addUndoPoint() - Method in class weka.gui.explorer.PreprocessPanel
Backs up the current state of the dataset, so the changes can be undone.
addUntitledTab() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Add a new untitled tab to the UI
addURL(URL) - Static method in class weka.core.ClassloaderUtil
Add URL to CLASSPATH
AddUserFields - Class in weka.filters.unsupervised.attribute
A filter that adds new attributes with user specified type and constant value.
AddUserFields() - Constructor for class weka.filters.unsupervised.attribute.AddUserFields
Constructs a new AddUserFields
AddUserFields.AttributeSpec - Class in weka.filters.unsupervised.attribute
Inner class encapsulating a new user-specified attribute to create.
AddUserFieldsBeanInfo - Class in weka.filters.unsupervised.attribute
Bean info class for the AddUserFields filter.
AddUserFieldsBeanInfo() - Constructor for class weka.filters.unsupervised.attribute.AddUserFieldsBeanInfo
 
AddUserFieldsCustomizer - Class in weka.gui.filters
Customizer for the AddUserFields filter.
AddUserFieldsCustomizer() - Constructor for class weka.gui.filters.AddUserFieldsCustomizer
Constructor
addValue(double, double) - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
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.Estimator
Add a new data value to the current estimator.
addValue(double, double) - Method in interface weka.estimators.IncrementalEstimator
Add one 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 class weka.estimators.MahalanobisEstimator
Add a new data value to the current estimator.
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.PoissonEstimator
Add a new data value to the current estimator.
addValue(double, double) - Method in interface weka.estimators.UnivariateDensityEstimator
Adds a value to the density estimator.
addValue(double, double) - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Adds a value to the density estimator.
addValue(double, double) - Method in interface weka.estimators.UnivariateIntervalEstimator
Adds a value to the interval estimator.
addValue(double, double) - Method in class weka.estimators.UnivariateKernelEstimator
Adds a value to the density estimator.
addValue(double, double) - Method in class weka.estimators.UnivariateMixtureEstimator
Adds a value to the density estimator.
addValue(double, double) - Method in class weka.estimators.UnivariateNormalEstimator
Adds a value to the density estimator.
addValue(double, double) - Method in interface weka.estimators.UnivariateQuantileEstimator
Adds a value to the interval 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.DKConditionalEstimator
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.KDConditionalEstimator
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.NDConditionalEstimator
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.
addValue(Value) - Method in class weka.core.pmml.jaxbbindings.DataField
 
addValues(Instances, int) - Method in class weka.estimators.Estimator
Initialize the estimator with a new dataset.
addValues(Instances, int, double, double, double) - Method in class weka.estimators.Estimator
Initialize the estimator with all values of one attribute of a dataset.
addValues(Instances, int, int, int) - Method in class weka.estimators.Estimator
Initialize the estimator using only the instances of one class.
addValues(Instances, int, int, int, double, double) - Method in class weka.estimators.Estimator
Initialize the estimator using only the instances of one class.
AddValues - Class in weka.filters.unsupervised.attribute
Adds the labels from the given list to an attribute if they are missing.
AddValues() - Constructor for class weka.filters.unsupervised.attribute.AddValues
 
addVariable(String, String) - Method in class weka.core.Environment
Add a variable to the internal map of this properties object.
addVariableSystemWide(String, String) - Method in class weka.core.Environment
Add a a variable to the internal map of this properties object and to the global system-wide environment;
addVetoableChangeListener(String, VetoableChangeListener) - Method in class weka.gui.beans.AbstractDataSource
Add a vetoable change listener to this bean
addVetoableChangeListener(String, VetoableChangeListener) - Method in class weka.gui.beans.CostBenefitAnalysis
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class weka.gui.beans.DataVisualizer
Add a vetoable change listener to this bean
addVetoableChangeListener(String, VetoableChangeListener) - Method in class weka.gui.beans.GraphViewer
Add a vetoable change listener to this bean
addVetoableChangeListener(String, VetoableChangeListener) - Method in class weka.gui.beans.ModelPerformanceChart
Add a vetoable change listener to this bean
addVetoableChangeListener(String, VetoableChangeListener) - Method in class weka.gui.beans.TextViewer
Add a vetoable change listener to this bean
addVisualizableErrorListener(VisualizableErrorListener) - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Add a visualizable error listener
addWeights(Instance, double[]) - Method in class weka.classifiers.trees.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.
adjustWeightsTipText() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns the tip text for this property
ADNode - Class in weka.classifiers.bayes.net
The ADNode class implements the ADTree datastructure which increases the speed with which sub-contingency tables can be constructed from a data set in an Instances object.
ADNode() - Constructor for class weka.classifiers.bayes.net.ADNode
Creates new ADNode
advanceCounters() - Method in class weka.experiment.Experiment
Increments iteration counters appropriately.
advanceCounters() - Method in class weka.experiment.RemoteExperiment
overides the one in Experiment
AFFILIATION - Enum constant in enum class weka.core.TechnicalInformation.Field
The authors affiliation.
AFFINITY - Enum constant in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
AFFINITY - Enum constant in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
aggregate(E) - Method in interface weka.core.Aggregateable
Aggregate an object with this one
aggregate(NaiveBayes) - Method in class weka.classifiers.bayes.NaiveBayes
 
aggregate(NaiveBayesMultinomialText) - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
 
aggregate(Classifier) - Method in class weka.classifiers.meta.Vote
Aggregate an object with this one
aggregate(Evaluation) - Method in class weka.classifiers.AggregateableEvaluation
Adds the statistics encapsulated in the supplied Evaluation object into this one.
aggregate(Evaluation) - Method in class weka.classifiers.evaluation.AggregateableEvaluation
Adds the statistics encapsulated in the supplied Evaluation object into this one.
aggregate(Logistic) - Method in class weka.classifiers.functions.Logistic
Aggregate an object with this one
aggregate(SGD) - Method in class weka.classifiers.functions.SGD
Aggregate an object with this one
aggregate(SGDText) - Method in class weka.classifiers.functions.SGDText
Aggregate an object with this one
aggregate(Bagging) - Method in class weka.classifiers.meta.Bagging
Aggregate an object with this one
aggregate(DictionaryBuilder) - Method in class weka.core.DictionaryBuilder
 
aggregate(DiscreteEstimator) - Method in class weka.estimators.DiscreteEstimator
 
aggregate(KernelEstimator) - Method in class weka.estimators.KernelEstimator
 
aggregate(NormalEstimator) - Method in class weka.estimators.NormalEstimator
 
Aggregate - Class in weka.core.pmml.jaxbbindings
Java class for Aggregate element declaration.
Aggregate() - Constructor for class weka.core.pmml.jaxbbindings.Aggregate
 
AGGREGATE_NODES - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUESTRATEGY
 
Aggregateable<E> - Interface in weka.core
Interface to something that can aggregate an object of the same type with itself.
AggregateableEvaluation - Class in weka.classifiers
Subclass of Evaluation that provides a method for aggregating the results stored in another Evaluation object.
AggregateableEvaluation - Class in weka.classifiers.evaluation
Subclass of Evaluation that provides a method for aggregating the results stored in another Evaluation object.
AggregateableEvaluation(Evaluation) - Constructor for class weka.classifiers.AggregateableEvaluation
Constructs a new AggregateableEvaluation object based on an Evaluation object
AggregateableEvaluation(Evaluation) - Constructor for class weka.classifiers.evaluation.AggregateableEvaluation
Constructs a new AggregateableEvaluation object based on an Evaluation object
AggregateableEvaluation(Instances) - Constructor for class weka.classifiers.AggregateableEvaluation
Constructs a new AggregateableEvaluation object
AggregateableEvaluation(Instances) - Constructor for class weka.classifiers.evaluation.AggregateableEvaluation
Constructs a new AggregateableEvaluation object
AggregateableEvaluation(Instances, CostMatrix) - Constructor for class weka.classifiers.AggregateableEvaluation
Constructs a new AggregateableEvaluation object
AggregateableEvaluation(Instances, CostMatrix) - Constructor for class weka.classifiers.evaluation.AggregateableEvaluation
Constructs a new AggregateableEvaluation object
aggregateCanopies(List<Canopy>, double, double, NormalizableDistance, Filter, int) - Static method in class weka.clusterers.Canopy
Aggregate the canopies from a list of Canopy clusterers together into one final model.
Agrawal - Class in weka.datagenerators.classifiers.classification
Generates a people database and is based on the paper by Agrawal et al.:
R.
Agrawal() - Constructor for class weka.datagenerators.classifiers.classification.Agrawal
initializes the generator with default values
AIC - Static variable in interface weka.classifiers.bayes.net.search.local.Scoreable
 
AlgorithmListPanel - Class in weka.gui.experiment
This panel controls setting a list of algorithms for an experiment to iterate over.
AlgorithmListPanel() - Constructor for class weka.gui.experiment.AlgorithmListPanel
Create the algorithm list panel initially disabled.
AlgorithmListPanel(Experiment) - Constructor for class weka.gui.experiment.AlgorithmListPanel
Creates the algorithm list panel with the given experiment.
AlgorithmListPanel.ObjectCellRenderer - Class in weka.gui.experiment
Class required to show the Classifiers nicely in the list
AlgVector - Class in weka.core
Class for performing operations on an algebraic vector of floating-point values.
AlgVector(double[]) - Constructor for class weka.core.AlgVector
Constructs a vector using a given array.
AlgVector(int) - Constructor for class weka.core.AlgVector
Constructs a vector and initializes it with default values.
AlgVector(Instance) - Constructor for class weka.core.AlgVector
Constructs a vector using an instance.
AlgVector(Instances, Random) - Constructor for class weka.core.AlgVector
Constructs a vector using a given data format.
alignBottom(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
align set of nodes with the bottom most node in the list
alignLeft(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
align set of nodes with the left most node in the list
alignRight(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
align set of nodes with the right most node in the list
alignTop(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
align set of nodes with the top most node in the list
ALL - Enum constant in enum class weka.core.logging.Logger.Level
logs all messages.
ALL - Static variable in class weka.core.Debug
the log level All
allAttributeWeightsIdentical() - Method in class weka.core.Instances
Returns true if all attribute weights are the same and false otherwise.
AllFilter - Class in weka.filters
A simple instance filter that passes all instances directly through.
AllFilter() - Constructor for class weka.filters.AllFilter
 
allInstanceWeightsIdentical() - Method in class weka.core.Instances
Returns true if all instance weights are the same and false otherwise.
AllJavadoc - Class in weka.core
Applies all known Javadoc-derived classes to a source file.
AllJavadoc() - Constructor for class weka.core.AllJavadoc
 
allowAccessToFullInputFormat() - Method in class weka.filters.SimpleBatchFilter
Returns whether to allow the determineOutputFormat(Instances) method access to the full dataset rather than just the header.
allowAccessToFullInputFormat() - Method in class weka.filters.supervised.attribute.MergeNominalValues
We need access to the full input data in determineOutputFormat.
allowAccessToFullInputFormat() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
We need access to the full input data in determineOutputFormat.
allowAccessToFullInputFormat() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Returns whether to allow the determineOutputFormat(Instances) method access to the full dataset rather than just the header.
allowed() - Method in class weka.core.xml.PropertyHandler
returns an enumeration of the classnames for which only certain properties (display names) are allowed
allowUnclassifiedInstancesTipText() - Method in class weka.classifiers.trees.RandomTree
Returns the tip text for this property
AlphabeticTokenizer - Class in weka.core.tokenizers
Alphabetic string tokenizer, tokens are to be formed only from contiguous alphabetic sequences.
AlphabeticTokenizer() - Constructor for class weka.core.tokenizers.AlphabeticTokenizer
 
alphaTipText() - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
 
Alternate - Class in weka.core.pmml.jaxbbindings
Java class for Alternate element declaration.
Alternate() - Constructor for class weka.core.pmml.jaxbbindings.Alternate
 
AlterRelationName - Class in weka.knowledgeflow.steps
Step that alters the relation name for data received via instance, dataSet, trainingSet and testSet connections
AlterRelationName() - Constructor for class weka.knowledgeflow.steps.AlterRelationName
 
ALWAYS_SEND_INSTANCES_TO_ALL - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
ALWAYS_SEND_INSTANCES_TO_ALL_KEY - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
amplitudeTipText() - Method in class weka.datagenerators.classifiers.regression.Expression
Returns the tip text for this property
amplitudeTipText() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Returns the tip text for this property
ANALYSIS_WEIGHT - Enum constant in enum class weka.core.pmml.jaxbbindings.FIELDUSAGETYPE
 
and(Capabilities) - Method in class weka.core.Capabilities
performs an AND conjunction with the capabilities of the given Capabilities object and updates itself
and(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'&' or 'and' logical and operator
AND - Static variable in interface weka.core.expressionlanguage.parser.sym
 
Annotation - Class in weka.core.pmml.jaxbbindings
Java class for Annotation element declaration.
Annotation() - Constructor for class weka.core.pmml.jaxbbindings.Annotation
 
ANNOTE - Enum constant in enum class weka.core.TechnicalInformation.Field
An annotation.
Anova - Class in weka.core.pmml.jaxbbindings
Java class for Anova element declaration.
Anova() - Constructor for class weka.core.pmml.jaxbbindings.Anova
 
AnovaRow - Class in weka.core.pmml.jaxbbindings
Java class for AnovaRow element declaration.
AnovaRow() - Constructor for class weka.core.pmml.jaxbbindings.AnovaRow
 
Antd(Attribute) - Constructor for class weka.classifiers.rules.JRip.Antd
Constructor
ANTECEDENT - Enum constant in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
AntecedentSequence - Class in weka.core.pmml.jaxbbindings
Java class for AntecedentSequence element declaration.
AntecedentSequence() - Constructor for class weka.core.pmml.jaxbbindings.AntecedentSequence
 
AnyDistribution - Class in weka.core.pmml.jaxbbindings
Java class for AnyDistribution element declaration.
AnyDistribution() - Constructor for class weka.core.pmml.jaxbbindings.AnyDistribution
 
APP_ID - Static variable in class weka.gui.GUIChooserApp.GUIChooserDefaults
ID
APP_ID - Static variable in class weka.gui.WorkbenchDefaults
 
APP_ID - Static variable in class weka.knowledgeflow.KFDefaults
 
APP_NAME - Static variable in class weka.gui.GUIChooserApp.GUIChooserDefaults
APP name (GUIChooser isn't really an "app" as such
APP_NAME - Static variable in class weka.gui.WorkbenchDefaults
 
APP_NAME - Static variable in class weka.knowledgeflow.KFDefaults
 
append(char) - Method in class weka.core.logging.OutputLogger.OutputPrintStream
Appends the specified character to this output stream.
append(char) - Method in class weka.core.Tee
Appends the specified character to this output stream.
append(CharSequence) - Method in class weka.core.logging.OutputLogger.OutputPrintStream
Appends the specified character sequence to this output stream.
append(CharSequence) - Method in class weka.core.Tee
Appends the specified character sequence to this output stream.
append(CharSequence, int, int) - Method in class weka.core.logging.OutputLogger.OutputPrintStream
Appends a subsequence of the specified character sequence to this output stream.
append(CharSequence, int, int) - Method in class weka.core.Tee
Appends a subsequence of the specified character sequence to this output stream.
append(Object) - Method in class weka.gui.sql.InfoPanel
adds the given message to the end of the list
append(String, String) - Method in class weka.gui.sql.InfoPanel
adds the given message to the end of the list (with the associated icon at the beginning)
appendBeans(JComponent, Vector<Object>, int) - Static method in class weka.gui.beans.BeanInstance
 
appendConnections(Vector<BeanConnection>, int) - Static method in class weka.gui.beans.BeanConnection
Append the supplied connections to the list for the given tab index
appendElements(Collection<? extends E>) - Method in class weka.core.FastVector
Deprecated.
Appends all elements of the supplied vector to this vector.
Appender - Class in weka.gui.beans
A bean that appends multiple incoming data connections into a single data set.
Appender - Class in weka.knowledgeflow.steps
A bean that appends multiple incoming data connections into a single data set.
Appender() - Constructor for class weka.gui.beans.Appender
Constructs a new Appender.
Appender() - Constructor for class weka.knowledgeflow.steps.Appender
 
AppenderBeanInfo - Class in weka.gui.beans
Bean info class for the appender bean
AppenderBeanInfo() - Constructor for class weka.gui.beans.AppenderBeanInfo
 
appendPredictedProbabilitiesTipText() - Method in class weka.gui.beans.PredictionAppender
Return a tip text suitable for displaying in a GUI
Application - Class in weka.core.pmml.jaxbbindings
Java class for Application element declaration.
Application() - Constructor for class weka.core.pmml.jaxbbindings.Application
 
Application(String, String) - Constructor for class weka.core.pmml.jaxbbindings.Application
 
appliesToNominalClass() - Method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Return true if this evaluation metric can be computed when the class is nominal
appliesToNumericClass() - Method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Return true if this evaluation metric can be computed when the class is numeric
apply(String[]) - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Apply this rule to the supplied array of strings.
apply(Instance) - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Apply this rule to the supplied instance
apply(Instance) - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Apply this rule to the supplied instance
Apply - Class in weka.core.pmml.jaxbbindings
Java class for Apply element declaration.
Apply() - Constructor for class weka.core.pmml.jaxbbindings.Apply
 
applyClassifier(PMMLModel, Instances) - Static method in class weka.core.pmml.PMMLFactory
 
applyCostMatrix(Instances, Random) - Method in class weka.classifiers.CostMatrix
Applies the cost matrix to a set of instances.
applyDefaults(Defaults) - Method in class weka.core.Settings
Applies a set of default settings.
applyMinMaxRescaleCast(double) - Method in class weka.core.pmml.TargetMetaInfo
Apply min and max, rescaleFactor, rescaleConstant and castInteger - in that order (where defined).
applyMissingAndOutlierTreatments(double[]) - Method in class weka.core.pmml.MiningSchema
Apply both missing and outlier treatments to an incoming instance.
applyMissingValuesTreatment(double[]) - Method in class weka.core.pmml.MiningSchema
Apply the missing value treatments (if any) to an incoming instance.
applyMissingValueTreatment(double) - Method in class weka.core.pmml.MiningFieldMetaInfo
Apply the missing value treatment method for this field.
applyOutlierTreatment(double) - Method in class weka.core.pmml.MiningFieldMetaInfo
Apply the outlier treatment method for this field.
applyOutlierTreatment(double[]) - Method in class weka.core.pmml.MiningSchema
Apply the outlier treatment methods (if any) to an incoming instance.
applyRules(Instance) - Method in class weka.gui.beans.SubstringReplacerRules
 
applySettings(Settings) - Method in class weka.core.packageManagement.DefaultPackageManager
Apply settings.
applySettings(Settings) - Method in class weka.core.packageManagement.PackageManager
Apply the supplied settings.
applySettings(Settings) - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
No-op implementation.
applySettings(Settings) - Method in class weka.gui.knowledgeflow.steps.AttributeSummarizerInteractiveView
Apply user-changed settings
applySettings(Settings) - Method in class weka.gui.knowledgeflow.steps.DataVisualizerInteractiveView
Apply any user changes in the supplied settings object
applySettings(Settings) - Method in class weka.gui.knowledgeflow.steps.ModelPerformanceChartInteractiveView
Apply any user changes in the supplied settings object
applySettings(Settings) - Method in class weka.gui.knowledgeflow.steps.ScatterPlotMatrixInteractiveView
Apply any changes to the settings
applySettings(Settings) - Method in class weka.gui.knowledgeflow.steps.StripChartInteractiveView
Apply settings from the supplied settings object
applySettings(Settings) - Method in class weka.gui.knowledgeflow.steps.TextViewerInteractiveView
Applys settings from the supplied settings object
applySettings(Settings, String) - Method in class weka.gui.visualize.AttributePanel
Apply settings
applySettings(Settings, String) - Method in class weka.gui.visualize.MatrixPanel
 
applySettings(Settings, String) - Method in class weka.gui.visualize.Plot2D
Apply settings
applySettings(Settings, String) - Method in class weka.gui.visualize.VisualizePanel
Apply settings
applyToSettings() - Method in class weka.gui.SettingsEditor
 
applyToSettings() - Method in class weka.gui.SettingsEditor.SingleSettingsEditor
 
APPROVE_OPTION - Static variable in class weka.gui.experiment.OutputFormatDialog
Signifies an OK property selection.
APPROVE_OPTION - Static variable in class weka.gui.ListSelectorDialog
Signifies an OK property selection
APPROVE_OPTION - Static variable in class weka.gui.PropertySelectorDialog
Signifies an OK property selection
APPROVE_OPTION - Static variable in class weka.gui.ViewerDialog
Signifies an OK property selection
Apriori - Class in weka.associations
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.
AprioriItemSet - Class in weka.associations
Class for storing a set of items.
AprioriItemSet(int) - Constructor for class weka.associations.AprioriItemSet
Constructor
ARCTAN - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
areaUnderPRC(int) - Method in class weka.classifiers.Evaluation
Returns the area under precision-recall curve (AUPRC) for those predictions that have been collected in the evaluateClassifier(Classifier, Instances) method.
areaUnderPRC(int) - Method in class weka.classifiers.evaluation.Evaluation
Returns the area under precision-recall curve (AUPRC) for those predictions that have been collected in the evaluateClassifier(Classifier, Instances) method.
areaUnderROC(int) - Method in class weka.classifiers.Evaluation
Returns the area under ROC for those predictions that have been collected in the evaluateClassifier(Classifier, Instances) method.
areaUnderROC(int) - Method in class weka.classifiers.evaluation.Evaluation
Returns the area under ROC for those predictions that have been collected in the evaluateClassifier(Classifier, Instances) method.
ARFF_ATTRIBUTE - Static variable in class weka.core.Attribute
The keyword used to denote the start of an arff attribute declaration
ARFF_ATTRIBUTE_DATE - Static variable in class weka.core.Attribute
The keyword used to denote a date attribute
ARFF_ATTRIBUTE_INTEGER - Static variable in class weka.core.Attribute
A keyword used to denote a numeric attribute
ARFF_ATTRIBUTE_NUMERIC - Static variable in class weka.core.Attribute
A keyword used to denote a numeric attribute
ARFF_ATTRIBUTE_REAL - Static variable in class weka.core.Attribute
A keyword used to denote a numeric attribute
ARFF_ATTRIBUTE_RELATIONAL - Static variable in class weka.core.Attribute
The keyword used to denote a relation-valued attribute
ARFF_ATTRIBUTE_STRING - Static variable in class weka.core.Attribute
The keyword used to denote a string attribute
ARFF_DATA - Static variable in class weka.core.Instances
The keyword used to denote the start of the arff data section
ARFF_END_SUBRELATION - Static variable in class weka.core.Attribute
The keyword used to denote the end of the declaration of a subrelation
ARFF_RELATION - Static variable in class weka.core.Instances
The keyword used to denote the start of an arff header
ArffLoader - Class in weka.core.converters
Reads a source that is in arff (attribute relation file format) format.
ArffLoader() - Constructor for class weka.core.converters.ArffLoader
 
ArffLoader.ArffReader - Class in weka.core.converters
Reads data from an ARFF file, either in incremental or batch mode.
ArffPanel - Class in weka.gui.arffviewer
A Panel representing an ARFF-Table and the associated filename.
ArffPanel() - Constructor for class weka.gui.arffviewer.ArffPanel
initializes the panel with no data
ArffPanel(String, AbstractFileLoader...) - Constructor for class weka.gui.arffviewer.ArffPanel
initializes the panel and loads the specified file
ArffPanel(Instances) - Constructor for class weka.gui.arffviewer.ArffPanel
initializes the panel with the given data
ArffReader(Reader) - Constructor for class weka.core.converters.ArffLoader.ArffReader
Reads the data completely from the reader.
ArffReader(Reader, int) - Constructor for class weka.core.converters.ArffLoader.ArffReader
 
ArffReader(Reader, int, boolean) - Constructor for class weka.core.converters.ArffLoader.ArffReader
Reads only the header and reserves the specified space for instances.
ArffReader(Reader, Instances, int, int, boolean, String...) - Constructor for class weka.core.converters.ArffLoader.ArffReader
Initializes the reader without reading the header according to the specified template.
ArffReader(Reader, Instances, int, int, String...) - Constructor for class weka.core.converters.ArffLoader.ArffReader
Initializes the reader without reading the header according to the specified template.
ArffReader(Reader, Instances, int, String...) - Constructor for class weka.core.converters.ArffLoader.ArffReader
Reads the data without header according to the specified template.
ArffSaver - Class in weka.core.converters
Writes to a destination in arff text format.
ArffSaver() - Constructor for class weka.core.converters.ArffSaver
Constructor
ArffSortedTableModel - Class in weka.gui.arffviewer
A sorter for the ARFF-Viewer - necessary because of the custom CellRenderer.
ArffSortedTableModel(String, AbstractFileLoader...) - Constructor for class weka.gui.arffviewer.ArffSortedTableModel
initializes the sorter w/o a model, but loads the given file and creates from that a model
ArffSortedTableModel(TableModel) - Constructor for class weka.gui.arffviewer.ArffSortedTableModel
initializes the sorter with the given model
ArffSortedTableModel(Instances) - Constructor for class weka.gui.arffviewer.ArffSortedTableModel
initializes the sorter w/o a model, but uses the given data to create a model from that
ArffTable - Class in weka.gui.arffviewer
A specialized JTable for the Arff-Viewer.
ArffTable() - Constructor for class weka.gui.arffviewer.ArffTable
initializes with no model
ArffTable(TableModel) - Constructor for class weka.gui.arffviewer.ArffTable
initializes with the given model
ArffTableCellRenderer - Class in weka.gui.arffviewer
Handles the background colors for missing values differently than the DefaultTableCellRenderer.
ArffTableCellRenderer() - Constructor for class weka.gui.arffviewer.ArffTableCellRenderer
initializes the Renderer with a standard color
ArffTableCellRenderer(Color, Color) - Constructor for class weka.gui.arffviewer.ArffTableCellRenderer
initializes the Renderer with the given colors
ArffTableCellRenderer(Color, Color, Color, Color) - Constructor for class weka.gui.arffviewer.ArffTableCellRenderer
initializes the Renderer with the given colors
ArffTableModel - Class in weka.gui.arffviewer
The model for the Arff-Viewer.
ArffTableModel(String, AbstractFileLoader...) - Constructor for class weka.gui.arffviewer.ArffTableModel
initializes the object and loads the given file
ArffTableModel(Instances) - Constructor for class weka.gui.arffviewer.ArffTableModel
initializes the model with the given data
ArffViewer - Class in weka.gui.arffviewer
A little tool for viewing ARFF files.
ArffViewer() - Constructor for class weka.gui.arffviewer.ArffViewer
initializes the object
ArffViewerMainPanel - Class in weka.gui.arffviewer
The main panel of the ArffViewer.
ArffViewerMainPanel(Container) - Constructor for class weka.gui.arffviewer.ArffViewerMainPanel
initializes the object
ARIMA - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMESERIESALGORITHM
 
Array - Class in weka.core.pmml
Class for encapsulating a PMML Array element.
ARRAY - Enum constant in enum class weka.core.json.JSONNode.NodeType
an array.
Array.ArrayType - Enum Class in weka.core.pmml
 
arrayLeftDivide(Matrix) - Method in class weka.core.matrix.Matrix
Element-by-element left division, C = A.\B
arrayLeftDivideEquals(Matrix) - Method in class weka.core.matrix.Matrix
Element-by-element left division in place, A = A.\B
arrayRightDivide(Matrix) - Method in class weka.core.matrix.Matrix
Element-by-element right division, C = A./B
arrayRightDivideEquals(Matrix) - Method in class weka.core.matrix.Matrix
Element-by-element right division in place, A = A./B
arrayTimes(Matrix) - Method in class weka.core.matrix.Matrix
Element-by-element multiplication, C = A.*B
arrayTimesEquals(Matrix) - Method in class weka.core.matrix.Matrix
Element-by-element multiplication in place, A = A.*B
arrayToString(Object) - Static method in class weka.core.Utils
Returns the given Array in a string representation.
arrayToString(Object[]) - Static method in class weka.experiment.DatabaseUtils
Converts an array of objects to a string by inserting a space between each element.
ArrayType - Class in weka.core.pmml.jaxbbindings
Java class for ArrayType complex type.
ArrayType() - Constructor for class weka.core.pmml.jaxbbindings.ArrayType
 
ARTICLE - Enum constant in enum class weka.core.TechnicalInformation.Type
An article from a journal or magazine.
AS_EXTREME_VALUES - Enum constant in enum class weka.core.pmml.jaxbbindings.OUTLIERTREATMENTMETHOD
 
AS_IS - Enum constant in enum class weka.core.pmml.jaxbbindings.INVALIDVALUETREATMENTMETHOD
 
AS_IS - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
 
AS_IS - Enum constant in enum class weka.core.pmml.jaxbbindings.OUTLIERTREATMENTMETHOD
 
AS_MEAN - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
 
AS_MEDIAN - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
 
AS_MISSING - Enum constant in enum class weka.core.pmml.jaxbbindings.INVALIDVALUETREATMENTMETHOD
 
AS_MISSING_VALUES - Enum constant in enum class weka.core.pmml.jaxbbindings.OUTLIERTREATMENTMETHOD
 
AS_MODE - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
 
AS_VALUE - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
 
ASEvaluation - Class in weka.attributeSelection
Abstract attribute selection evaluation class
ASEvaluation() - Constructor for class weka.attributeSelection.ASEvaluation
 
ASEvaluator - Class in weka.knowledgeflow.steps
Step that wraps a Weka attribute or subset evaluator.
ASEvaluator() - Constructor for class weka.knowledgeflow.steps.ASEvaluator
 
ASEvaluatorStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the ASEvaluator step
ASEvaluatorStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.ASEvaluatorStepEditorDialog
 
ASSearch - Class in weka.attributeSelection
Abstract attribute selection search class.
ASSearch() - Constructor for class weka.attributeSelection.ASSearch
 
ASSearchStrategy - Class in weka.knowledgeflow.steps
Step that wraps a Weka attribute selection search strategy.
ASSearchStrategy() - Constructor for class weka.knowledgeflow.steps.ASSearchStrategy
 
assign(Capabilities) - Method in class weka.core.Capabilities
retrieves the data from the given Capabilities object
assign(TestInstances) - Method in class weka.core.TestInstances
updates itself with all the settings from the given TestInstances object
assign(ResultMatrix) - Method in class weka.experiment.ResultMatrix
acquires the data from the given matrix.
assign(Tester) - Method in class weka.experiment.PairedTTester
retrieves all the settings from the given Tester
assign(Tester) - Method in interface weka.experiment.Tester
retrieves all the settings from the given Tester
assignCanopies(Instance) - Method in class weka.clusterers.Canopy
Uses T1 distance to assign canopies to the supplied instance.
assignIDs(int) - Method in class weka.classifiers.trees.j48.ClassifierTree
Assigns a uniqe id to every node in the tree.
assignIDs(int) - Method in class weka.classifiers.trees.lmt.LMTNode
Assigns unique IDs to all nodes in the tree
assignLeafModelNumbers(int) - Method in class weka.classifiers.trees.lmt.LMTNode
Assigns numbers to the logistic regression models at the leaves of the tree
assignSubToCenters(KDTreeNode, Instances, int[], int[]) - Method in class weka.core.neighboursearch.KDTree
Assigns instances of this node to center.
associatedConnections(Vector<Object>, Integer...) - Static method in class weka.gui.beans.BeanConnection
Returns a vector of BeanConnections associated with the supplied vector of BeanInstances, i.e.
ASSOCIATION_RULES - Enum constant in enum class weka.core.pmml.jaxbbindings.MININGFUNCTION
 
AssociationModel - Class in weka.core.pmml.jaxbbindings
Java class for AssociationModel element declaration.
AssociationModel() - Constructor for class weka.core.pmml.jaxbbindings.AssociationModel
 
AssociationRule - Class in weka.associations
Abstract class for storing and manipulating an association rule.
AssociationRule - Class in weka.core.pmml.jaxbbindings
Java class for AssociationRule element declaration.
AssociationRule() - Constructor for class weka.associations.AssociationRule
 
AssociationRule() - Constructor for class weka.core.pmml.jaxbbindings.AssociationRule
 
AssociationRules - Class in weka.associations
Class encapsulating a list of association rules.
AssociationRules(List<AssociationRule>) - Constructor for class weka.associations.AssociationRules
Constructs a new AssociationRules.
AssociationRules(List<AssociationRule>, Object) - Constructor for class weka.associations.AssociationRules
Constructs a new AssociationRules.
AssociationRules(List<AssociationRule>, String) - Constructor for class weka.associations.AssociationRules
Constructs a new AssociationRules.
AssociationRulesProducer - Interface in weka.associations
Interface to something that can provide a list of AssociationRules.
AssociationRuleVisualizePlugin - Interface in weka.gui.visualize.plugins
Interface implemented by classes loaded dynamically to visualize association results in the explorer.
AssociationsPanel - Class in weka.gui.explorer
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 in weka.gui.beans
Bean that wraps around weka.associations.
Associator - Class in weka.knowledgeflow.steps
Step that wraps a Weka associator.
Associator - Interface in weka.associations
 
Associator() - Constructor for class weka.gui.beans.Associator
Creates a new Associator instance.
Associator() - Constructor for class weka.knowledgeflow.steps.Associator
 
ASSOCIATOR - Enum constant in enum class weka.Run.SchemeType
 
AssociatorBeanInfo - Class in weka.gui.beans
BeanInfo class for the Associator wrapper bean
AssociatorBeanInfo() - Constructor for class weka.gui.beans.AssociatorBeanInfo
 
AssociatorCustomizer - Class in weka.gui.beans
GUI customizer for the associator wrapper bean
AssociatorCustomizer() - Constructor for class weka.gui.beans.AssociatorCustomizer
 
AssociatorEvaluation - Class in weka.associations
Class for evaluating Associaters.
AssociatorEvaluation() - Constructor for class weka.associations.AssociatorEvaluation
default constructor
associatorTipText() - Method in class weka.associations.SingleAssociatorEnhancer
Returns the tip text for this property
ATT_ARRAY - Static variable in class weka.core.xml.XMLSerialization
the tag whether array or not (yes/no)
ATT_ARRAY_DEFAULT - Static variable in class weka.core.xml.XMLSerialization
default value for attribute ATT_ARRAY
ATT_CLASS - Static variable in class weka.core.xml.XMLInstances
the class attribute
ATT_CLASS - Static variable in class weka.core.xml.XMLSerialization
the tag for the class
ATT_FORMAT - Static variable in class weka.core.xml.XMLInstances
the format attribute (for date attributes)
ATT_INDEX - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the index attribute.
ATT_INDEX - Static variable in class weka.core.xml.XMLInstances
the index attribute
ATT_MISSING - Static variable in class weka.core.xml.XMLInstances
the missing attribute
ATT_NAME - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the "name" attribute.
ATT_NAME - Static variable in class weka.core.xml.XMLDocument
the "name" attribute.
ATT_NAME - Static variable in class weka.core.xml.XMLOptions
the name attribute.
ATT_NAME - Static variable in class weka.core.xml.XMLSerialization
the tag for the name
ATT_NULL - Static variable in class weka.core.xml.XMLSerialization
the tag whether null or not (yes/no)
ATT_NULL_DEFAULT - Static variable in class weka.core.xml.XMLSerialization
default value for attribute ATT_NULL
ATT_PREDICTED - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the predicted attribute.
ATT_PRIMITIVE - Static variable in class weka.core.xml.XMLSerialization
the tag whether primitive or not (yes/no)
ATT_PRIMITIVE_DEFAULT - Static variable in class weka.core.xml.XMLSerialization
default value for attribute ATT_PRIMITIVE
ATT_TYPE - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the "type" attribute.
ATT_TYPE - Static variable in class weka.core.xml.XMLInstances
the type attribute
ATT_TYPE - Static variable in class weka.core.xml.XMLOptions
the type attribute.
ATT_VALUE - Static variable in class weka.core.xml.XMLOptions
the value attribute.
ATT_VERSION - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the "version" attribute.
ATT_VERSION - Static variable in class weka.core.xml.XMLDocument
the "version" attribute.
ATT_VERSION - Static variable in class weka.core.xml.XMLInstances
the version attribute
ATT_VERSION - Static variable in class weka.core.xml.XMLSerialization
the version attribute
ATT_WEIGHT - Static variable in class weka.core.xml.XMLInstances
the weight attribute
AttDefaults() - Constructor for class weka.gui.knowledgeflow.AttributeSummaryPerspective.AttDefaults
 
attIndex() - Method in class weka.classifiers.trees.j48.BinC45Split
Returns index of attribute for which split was generated.
attIndex() - Method in class weka.classifiers.trees.j48.C45Split
Returns index of attribute for which split was generated.
attIndex() - Method in class weka.classifiers.trees.j48.NBTreeSplit
Returns index of attribute for which split was generated.
attList_IrrTipText() - Method in class weka.datagenerators.classifiers.classification.RDG1
Returns the tip text for this property
attribute(int) - Method in class weka.core.AbstractInstance
Returns the attribute with the given index.
attribute(int) - Method in interface 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 - Class in weka.core
Class for handling an attribute.
Attribute - Class in weka.core.pmml.jaxbbindings
Java class for Attribute element declaration.
Attribute() - Constructor for class weka.core.pmml.jaxbbindings.Attribute
 
Attribute(String) - Constructor for class weka.core.Attribute
Constructor for a numeric attribute.
Attribute(String, boolean) - Constructor for class weka.core.Attribute
Constructor for a numeric or string attribute.
Attribute(String, boolean, ProtectedProperties) - Constructor for class weka.core.Attribute
Constructor for a numeric or string attribute, where metadata is supplied.
Attribute(String, int) - Constructor for class weka.core.Attribute
Constructor for a numeric attribute with a particular index.
Attribute(String, String) - Constructor for class weka.core.Attribute
Constructor for a date attribute.
Attribute(String, String, int) - Constructor for class weka.core.Attribute
Constructor for date attributes with a particular index.
Attribute(String, String, ProtectedProperties) - Constructor for class weka.core.Attribute
Constructor for a date attribute, where metadata is supplied.
Attribute(String, List<String>) - Constructor for class weka.core.Attribute
Constructor for nominal attributes and string attributes.
Attribute(String, List<String>, int) - Constructor for class weka.core.Attribute
Constructor for nominal attributes and string attributes with a particular index.
Attribute(String, List<String>, ProtectedProperties) - Constructor for class weka.core.Attribute
Constructor for nominal attributes and string attributes, where metadata is supplied.
Attribute(String, Instances) - Constructor for class weka.core.Attribute
Constructor for relation-valued attributes.
Attribute(String, Instances, int) - Constructor for class weka.core.Attribute
Constructor for a relation-valued attribute with a particular index.
Attribute(String, Instances, ProtectedProperties) - Constructor for class weka.core.Attribute
Constructor for relation-valued attributes.
Attribute(String, ProtectedProperties) - Constructor for class weka.core.Attribute
Constructor for a numeric attribute, where metadata is supplied.
ATTRIBUTE_SELECTION - Enum constant in enum class weka.Run.SchemeType
 
attributeAsClass() - Method in class weka.gui.arffviewer.ArffPanel
sets the current attribute as class attribute, i.e.
attributeAsClass() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
sets the current selected Attribute as class attribute, i.e.
attributeAsClassAt(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
sets the attribute at the given col index as the new class attribute
attributeAsClassAt(int) - Method in class weka.gui.arffviewer.ArffTableModel
sets the attribute at the given col index as the new class attribute, i.e.
attributeCaseFix(String) - Method in class weka.experiment.DatabaseUtils
returns key column headings in their original case.
attributeCaseFix(String) - Method in interface weka.experiment.InstanceQueryAdapter
returns key column headings in their original case.
AttributeEvaluator - Interface in weka.attributeSelection
Interface for classes that evaluate attributes individually.
attributeIndexesTipText() - Method in class weka.filters.unsupervised.attribute.NominalToString
Returns the tip text for this property
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.Add
Returns the tip text for this property.
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.AddNoise
Returns the tip text for this property
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.AddValues
Returns the tip text for this property
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
 
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
 
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns the tip text for this property.
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
 
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.SwapValues
 
attributeIndexTipText() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns the tip text for this property
attributeIndexTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
attributeIndicesTipText() - Method in class weka.core.NormalizableDistance
Returns the tip text for this property.
attributeIndicesTipText() - Method in class weka.filters.supervised.attribute.Discretize
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.Copy
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.Remove
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the tip text for this property.
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.Reorder
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Returns the tip text for this property
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.SortLabels
Returns the tip text for this property.
attributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
AttributeListPanel - Class in weka.gui
Creates a panel that displays the attributes contained in a set of instances, letting the user select a single attribute for inspection.
AttributeListPanel() - Constructor for class weka.gui.AttributeListPanel
Creates the attribute selection panel with no initial instances.
AttributeLocator - Class in weka.core
This class locates and records the indices of a certain type of attributes, recursively in case of Relational attributes.
AttributeLocator(Instances, int) - Constructor for class weka.core.AttributeLocator
Initializes the AttributeLocator with the given data for the specified type of attribute.
AttributeLocator(Instances, int, int[]) - Constructor for class weka.core.AttributeLocator
initializes the AttributeLocator with the given data for the specified type of attribute.
AttributeLocator(Instances, int, int, int) - Constructor for class weka.core.AttributeLocator
Initializes the AttributeLocator with the given data for the specified type of attribute.
AttributeMetaInfo - Class in weka.core
 
AttributeMetaInfo(ProtectedProperties, Attribute) - Constructor for class weka.core.AttributeMetaInfo
Creates the meta info object based on the given meta data.
attributeNamePrefixTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
attributeNamePrefixTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
attributeNames() - Method in class weka.classifiers.functions.SMO
Returns the attribute names.
attributeNameTipText() - Method in class weka.filters.unsupervised.attribute.Add
Returns the tip text for this property.
attributeNameTipText() - Method in class weka.filters.unsupervised.attribute.AddID
Returns the tip text for this property
AttributePanel - Class in weka.gui.visualize
This panel displays one dimensional views of the attributes in a dataset.
AttributePanel() - Constructor for class weka.gui.visualize.AttributePanel
 
AttributePanel(Color) - Constructor for class weka.gui.visualize.AttributePanel
This constructs an attributePanel.
AttributePanelEvent - Class in weka.gui.visualize
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 in weka.gui.visualize
Interface for classes that want to listen for Attribute selection changes in the attribute panel
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.StringToNominal
 
ATTRIBUTES - Static variable in class weka.core.json.JSONInstances
the attributes object.
AttributeSelectedClassifier - Class in weka.classifiers.meta
Dimensionality of training and test data is reduced by attribute selection before being passed on to a classifier.
AttributeSelectedClassifier() - Constructor for class weka.classifiers.meta.AttributeSelectedClassifier
Default constructor.
AttributeSelection - Class in weka.attributeSelection
Attribute selection class.
AttributeSelection - Class in weka.filters.supervised.attribute
A supervised attribute filter that can be used to select attributes.
AttributeSelection() - Constructor for class weka.attributeSelection.AttributeSelection
constructor.
AttributeSelection() - Constructor for class weka.filters.supervised.attribute.AttributeSelection
Constructor
attributeSelectionChange(AttributePanelEvent) - Method in interface weka.gui.visualize.AttributePanelListener
Called when the user clicks on an attribute bar
attributeSelectionMethodTipText() - Method in class weka.classifiers.functions.LinearRegression
Returns the tip text for this property
AttributeSelectionPanel - Class in weka.gui
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 in weka.gui.explorer
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
AttributeSelectionPanel(boolean, boolean, boolean, boolean) - Constructor for class weka.gui.AttributeSelectionPanel
Creates the attribute selection panel with no initial instances.
AttributeSelectionPanel.TestMode - Enum Class in weka.gui.explorer
 
AttributeSetEvaluator - Class in weka.attributeSelection
Abstract attribute set evaluator.
AttributeSetEvaluator() - Constructor for class weka.attributeSelection.AttributeSetEvaluator
 
attributeSparse(int) - Method in class weka.core.AbstractInstance
Returns the attribute with the given index in the sparse representation.
attributeSparse(int) - Method in interface weka.core.Instance
Returns the attribute with the given index in the sparse representation.
AttributeSpec() - Constructor for class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Default constructor
AttributeSpec(String) - Constructor for class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Constructor that takes an attribute specification in internal format
attributeSpecsTipText() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Returns the tip text for this property.
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.
AttributeStats - Class in weka.core
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
 
attributesTipText() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the tip text for this property.
attributesTipText() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Tip text for this property suitable for displaying in the GUI.
attributesToString() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Make a string from the attribues list.
AttributeSummarizer - Class in weka.gui.beans
Bean that encapsulates displays bar graph summaries for attributes in a data set.
AttributeSummarizer - Class in weka.knowledgeflow.steps
Step that collects data to display in a summary overview of attribute distributions
AttributeSummarizer() - Constructor for class weka.gui.beans.AttributeSummarizer
Creates a new AttributeSummarizer instance.
AttributeSummarizer() - Constructor for class weka.knowledgeflow.steps.AttributeSummarizer
 
AttributeSummarizerBeanInfo - Class in weka.gui.beans
Bean info class for the attribute summarizer bean
AttributeSummarizerBeanInfo() - Constructor for class weka.gui.beans.AttributeSummarizerBeanInfo
 
AttributeSummarizerCustomizer - Class in weka.gui.beans
GUI customizer for attribute summarizer.
AttributeSummarizerCustomizer() - Constructor for class weka.gui.beans.AttributeSummarizerCustomizer
Constructor
AttributeSummarizerInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive viewer for the AttributeSummarizer step
AttributeSummarizerInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.AttributeSummarizerInteractiveView
 
AttributeSummarizerStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the attribute summarizer step
AttributeSummarizerStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.AttributeSummarizerStepEditorDialog
 
AttributeSummaryPanel - Class in weka.gui
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.
AttributeSummaryPerspective - Class in weka.gui.knowledgeflow
Knowledge Flow perspective that provides a matrix of AttributeVisualizationPanels
AttributeSummaryPerspective() - Constructor for class weka.gui.knowledgeflow.AttributeSummaryPerspective
Constructor
AttributeSummaryPerspective.AttDefaults - Class in weka.gui.knowledgeflow
Default settings for the AttributeSummaryPerspective
attributeToDoubleArray(int) - Method in class weka.core.Instances
Gets the value of all instances in this dataset for a particular attribute.
AttributeTransformer - Interface in weka.attributeSelection
Abstract attribute transformer.
attributeTypeTipText() - Method in class weka.filters.unsupervised.attribute.Add
Returns the tip text for this property
attributeTypeTipText() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns the tip text for this property
attributeTypeToString(int) - Static method in class weka.core.CheckScheme
returns a string representation of the attribute type
attributeValues - Variable in class weka.classifiers.evaluation.output.prediction.InMemory.PredictionContainer
the associated attribute values (attribute-name - value).
AttributeVisualizationPanel - Class in weka.gui
Creates a panel that shows a visualization of an attribute in a dataset.
AttributeVisualizationPanel() - Constructor for class weka.gui.AttributeVisualizationPanel
Constructor - If used then the class will not show the class selection combo box.
AttributeVisualizationPanel(boolean) - Constructor for class weka.gui.AttributeVisualizationPanel
Constructor.
attrIndexRangeTipText() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns the tip text for this property
attrSplit(int, Instances) - Method in class weka.classifiers.trees.m5.CorrelationSplitInfo
Finds the best splitting point for an attribute in the instances
attrSplit(int, Instances) - Method in interface weka.classifiers.trees.m5.SplitEvaluate
Finds the best splitting point for an attribute in the instances
attrSplit(int, Instances) - Method in class weka.classifiers.trees.m5.YongSplitInfo
Finds the best splitting point for an attribute in the instances
AUTHOR - Enum constant in enum class weka.core.TechnicalInformation.Field
The name(s) of the author(s), in the format described in the LaTeX book.
autoBuildTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
autoKeyGenerationTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text for this property.
AVERAGE - Enum constant in enum class weka.core.pmml.jaxbbindings.CONTSCORINGMETHOD
 
AVERAGE - Enum constant in enum class weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
 
AVERAGE_RULE - Static variable in class weka.classifiers.meta.Vote
combination rule: Average of Probabilities
AveragingResultProducer - Class in weka.experiment
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.
avgCost() - Method in class weka.classifiers.evaluation.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.lazy.kstar.KStarWrapper
used/reused to hold the average transformation probability
AXIS_COLOR - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
Axis colour default
AXIS_COLOUR_KEY - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
Axis colour key

B

B_ENTROPY - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
B_SPHERE - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
Blend setting modes
BACKGROUND_COLOR - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
Scatter plot background colour default
BACKGROUND_COLOUR_KEY - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
Scatter plot background colour key
BackgroundDesktopPane(String) - Constructor for class weka.gui.Main.BackgroundDesktopPane
intializes the desktop pane.
backQuoteChars(String) - Static method in class weka.core.Utils
Converts carriage returns and new lines in a string into \r and \n.
BACKUP_EXTENSION - Static variable in class weka.gui.scripting.Script
the backup extension.
Bagging - Class in weka.classifiers.meta
Class for bagging a classifier to reduce variance.
Bagging() - Constructor for class weka.classifiers.meta.Bagging
Constructor.
bagSizePercentTipText() - Method in class weka.classifiers.meta.Bagging
Returns the tip text for this property
balanceClassTipText() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Returns the tip text for this property
BallNode - Class in weka.core.neighboursearch.balltrees
Class representing a node of a BallTree.
BallNode(int) - Constructor for class weka.core.neighboursearch.balltrees.BallNode
Constructor.
BallNode(int, int, int) - Constructor for class weka.core.neighboursearch.balltrees.BallNode
Creates a new instance of BallNode.
BallNode(int, int, int, Instance, double) - Constructor for class weka.core.neighboursearch.balltrees.BallNode
Creates a new instance of BallNode.
BallSplitter - Class in weka.core.neighboursearch.balltrees
Abstract class for splitting a ball tree's BallNode.
BallSplitter() - Constructor for class weka.core.neighboursearch.balltrees.BallSplitter
default constructor.
BallSplitter(int[], Instances, EuclideanDistance) - Constructor for class weka.core.neighboursearch.balltrees.BallSplitter
Creates a new instance of BallSplitter.
ballSplitterTipText() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Returns the tip text for this property.
BallTree - Class in weka.core.neighboursearch
Class implementing the BallTree/Metric Tree algorithm for nearest neighbour search.
The connection to dataset is only a reference.
BallTree() - Constructor for class weka.core.neighboursearch.BallTree
Creates a new instance of BallTree.
BallTree(Instances) - Constructor for class weka.core.neighboursearch.BallTree
Creates a new instance of BallTree.
BallTreeConstructor - Class in weka.core.neighboursearch.balltrees
Abstract class for constructing a BallTree .
BallTreeConstructor() - Constructor for class weka.core.neighboursearch.balltrees.BallTreeConstructor
Creates a new instance of BallTreeConstructor.
ballTreeConstructorTipText() - Method in class weka.core.neighboursearch.BallTree
Returns the tip text for this property.
BAR_BACKGROUND_COLOUR - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
Attribute bar background colour key
BAR_BACKGROUND_COLOUR_KEY - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
Attribute bar background colour key
BASE_ICON_PATH - Static variable in class weka.gui.knowledgeflow.KFGUIConsts
Base path for step icons
BASE_ICON_PATH - Static variable in class weka.gui.knowledgeflow.StepVisual
Standard base path for Step icons
baseClassifiersImplementMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.Stacking
Returns true if any of the base classifiers are able to generate batch predictions efficiently and all of them implement BatchPredictor.
BaseCumHazardTables - Class in weka.core.pmml.jaxbbindings
Java class for BaseCumHazardTables element declaration.
BaseCumHazardTables() - Constructor for class weka.core.pmml.jaxbbindings.BaseCumHazardTables
 
BaseExecutionEnvironment - Class in weka.knowledgeflow
Base class for execution environments
BaseExecutionEnvironment() - Constructor for class weka.knowledgeflow.BaseExecutionEnvironment
 
BaseExecutionEnvironment.BaseExecutionEnvironmentDefaults - Class in weka.knowledgeflow
Defaults for the base execution environment
BaseExecutionEnvironmentDefaults() - Constructor for class weka.knowledgeflow.BaseExecutionEnvironment.BaseExecutionEnvironmentDefaults
 
BaseInteractiveViewer - Class in weka.gui.knowledgeflow
Base class than clients can extend when implementing StepInteractiveViewer.
BaseInteractiveViewer() - Constructor for class weka.gui.knowledgeflow.BaseInteractiveViewer
Constructor
Baseline - Class in weka.core.pmml.jaxbbindings
Java class for Baseline element declaration.
Baseline() - Constructor for class weka.core.pmml.jaxbbindings.Baseline
 
BaselineCell - Class in weka.core.pmml.jaxbbindings
Java class for BaselineCell element declaration.
BaselineCell() - Constructor for class weka.core.pmml.jaxbbindings.BaselineCell
 
BaselineModel - Class in weka.core.pmml.jaxbbindings
Java class for BaselineModel element declaration.
BaselineModel() - Constructor for class weka.core.pmml.jaxbbindings.BaselineModel
 
BaselineStratum - Class in weka.core.pmml.jaxbbindings
Java class for BaselineStratum element declaration.
BaselineStratum() - Constructor for class weka.core.pmml.jaxbbindings.BaselineStratum
 
BASELINETESTSTATISTIC - Enum Class in weka.core.pmml.jaxbbindings
Java class for BASELINE-TEST-STATISTIC.
BaseSimpleDataVisualizer - Class in weka.knowledgeflow.steps
Abstract base class for simple data visualization steps that just collect data sets for visualization.
BaseSimpleDataVisualizer() - Constructor for class weka.knowledgeflow.steps.BaseSimpleDataVisualizer
 
BaseStep - Class in weka.knowledgeflow.steps
Base class for implementations of Step to use.
BaseStep() - Constructor for class weka.knowledgeflow.steps.BaseStep
Constructor
BaseStepExtender - Interface in weka.knowledgeflow.steps
A minimal set of methods, duplicated from the Step interface, that a simple subclass of BaseStep would need to implement in order to function as a start and/or main processing step in the Knowledge Flow.
baseTipText() - Method in class weka.core.neighboursearch.CoverTree
Returns the tip text for this property.
BASIC - Enum constant in enum class weka.knowledgeflow.LoggingLevel
 
BasicAction(String, String, String, Character) - Constructor for class weka.gui.scripting.FileScriptingPanel.BasicAction
Constructor for setting up an action.
BATCH - Static variable in interface weka.core.converters.Loader
 
BATCH - Static variable in interface weka.core.converters.Saver
 
BATCH_FINISHED - Static variable in class weka.gui.beans.IncrementalClassifierEvent
 
BATCH_FINISHED - Static variable in class weka.gui.beans.InstanceEvent
 
BATCH_FINISHED - Static variable in class weka.gui.streams.InstanceEvent
Specifies that the batch of instances is finished
BATCH_SIZE_DEFAULT - Static variable in class weka.classifiers.AbstractClassifier
Default preferred batch size for batch predictions
BatchAssociationRulesEvent - Class in weka.gui.beans
Class encapsulating a set of association rules.
BatchAssociationRulesEvent(Object, AssociationRules) - Constructor for class weka.gui.beans.BatchAssociationRulesEvent
Creates a new BatchAssociationRulesEvent instance.
BatchAssociationRulesListener - Interface in weka.gui.beans
Interface to something that can process a BatchAssociationRulesEvent.
BatchClassifierEvent - Class in weka.gui.beans
Class encapsulating a built classifier and a batch of instances to test on.
BatchClassifierEvent(Object, Classifier, DataSetEvent, DataSetEvent, int, int) - Constructor for class weka.gui.beans.BatchClassifierEvent
Creates a new BatchClassifierEvent instance.
BatchClassifierEvent(Object, Classifier, DataSetEvent, DataSetEvent, int, int, int, int) - Constructor for class weka.gui.beans.BatchClassifierEvent
Creates a new BatchClassifierEvent instance.
BatchClassifierListener - Interface in weka.gui.beans
Interface to something that can process a BatchClassifierEvent
BatchClustererEvent - Class in weka.gui.beans
Class encapsulating a built clusterer and a batch of instances to test on.
BatchClustererEvent(Object, Clusterer, DataSetEvent, int, int, int) - Constructor for class weka.gui.beans.BatchClustererEvent
Creates a new BatchClustererEvent instance.
BatchClustererListener - Interface in weka.gui.beans
Interface to something that can process a BatchClustererEvent
BatchConverter - Interface in weka.core.converters
Marker interface for a loader/saver that can retrieve instances in batch mode
batchFilterFile(Filter, String[]) - Static method in class weka.filters.Filter
Method for testing filters ability to process multiple batches.
batchFinished() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
 
batchFinished() - Method in class weka.classifiers.functions.SGDText
 
batchFinished() - Method in interface weka.classifiers.UpdateableBatchProcessor
Signal that the training data is finished (for now).
batchFinished() - Method in class weka.filters.Filter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.MultiFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.SimpleBatchFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.SimpleStreamFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.attribute.AttributeSelection
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.attribute.ClassOrder
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.attribute.Discretize
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.attribute.NominalToBinary
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.attribute.PartitionMembership
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.instance.Resample
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.instance.SpreadSubsample
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.AddCluster
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.AddID
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.AddNoise
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.Center
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.Discretize
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.MathExpression
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.NominalToString
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.Normalize
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.RemoveType
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValues
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.Standardize
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.Randomize
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Signifies that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemoveRange
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.Resample
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Signify that this batch of input to the filter is finished.
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.InstanceSavePanel
 
batchFinished() - Method in class weka.gui.streams.InstanceTable
 
batchFinished() - Method in class weka.gui.streams.InstanceViewer
 
BatchPredictor - Interface in weka.core
Interface to something that can produce predictions in a batch manner when presented with a set of Instances.
batchSizeTipText() - Method in class weka.classifiers.AbstractClassifier
Returns the tip text for this property
batchSizeTipText() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Tool tip text for this property
batchSizeTipText() - Method in class weka.classifiers.meta.Bagging
Tool tip text for this property
batchSizeTipText() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Tool tip text for this property
batchSizeTipText() - Method in class weka.classifiers.meta.FilteredClassifier
Tool tip text for this property
batchSizeTipText() - Method in class weka.classifiers.meta.RandomCommittee
Tool tip text for this property
batchSizeTipText() - Method in class weka.classifiers.meta.RandomSubSpace
Tool tip text for this property
BAYES - Static variable in interface weka.classifiers.bayes.net.search.local.Scoreable
score types
BayesInput - Class in weka.core.pmml.jaxbbindings
Java class for BayesInput element declaration.
BayesInput() - Constructor for class weka.core.pmml.jaxbbindings.BayesInput
 
BayesInputs - Class in weka.core.pmml.jaxbbindings
Java class for BayesInputs element declaration.
BayesInputs() - Constructor for class weka.core.pmml.jaxbbindings.BayesInputs
 
BayesNet - Class in weka.classifiers.bayes
Bayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier.
BayesNet - Class in weka.datagenerators.classifiers.classification
Generates random instances based on a Bayes network.
BayesNet - Static variable in interface weka.core.Drawable
 
BayesNet() - Constructor for class weka.classifiers.bayes.BayesNet
 
BayesNet() - Constructor for class weka.datagenerators.classifiers.classification.BayesNet
initializes the generator
BayesNetEstimator - Class in weka.classifiers.bayes.net.estimate
BayesNetEstimator is the base class for estimating the conditional probability tables of a Bayes network once the structure has been learned.
BayesNetEstimator() - Constructor for class weka.classifiers.bayes.net.estimate.BayesNetEstimator
 
BayesNetGenerator - Class in weka.classifiers.bayes.net
Bayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier.
BayesNetGenerator() - Constructor for class weka.classifiers.bayes.net.BayesNetGenerator
Constructor for BayesNetGenerator.
BayesOutput - Class in weka.core.pmml.jaxbbindings
Java class for BayesOutput element declaration.
BayesOutput() - Constructor for class weka.core.pmml.jaxbbindings.BayesOutput
 
BDeu - Static variable in interface weka.classifiers.bayes.net.search.local.Scoreable
 
BEAN_EXECUTING - Static variable in class weka.gui.beans.BeanInstance
 
BeanCommon - Interface in weka.gui.beans
Interface specifying routines that all weka beans should implement in order to allow the bean environment to exercise some control over the bean and also to allow the bean to exercise some control over connections.
BeanConnection - Class in weka.gui.beans
Class for encapsulating a connection between two beans.
BeanConnection(BeanInstance, BeanInstance, EventSetDescriptor, Integer...) - Constructor for class weka.gui.beans.BeanConnection
Creates a new BeanConnection instance.
BeanCustomizer - Interface in weka.gui.beans
Extends java.beans.Customizer and provides a method to register a listener interested in notification about whether the customizer has modified the object that it is customizing.
BeanCustomizer.ModifyListener - Interface in weka.gui.beans
Interface for something that is interested in the modified status of a source object (typically a BeanCustomizer that is editing an object)
BeanInstance - Class in weka.gui.beans
Class that manages a set of beans.
BeanInstance(JComponent, Object, int, int, Integer...) - Constructor for class weka.gui.beans.BeanInstance
Creates a new BeanInstance instance.
BeanInstance(JComponent, String, int, int, Integer...) - Constructor for class weka.gui.beans.BeanInstance
Creates a new BeanInstance instance given the fully qualified name of the bean
BeansProperties - Class in weka.gui.beans
Utility class encapsulating various properties for the KnowledgeFlow and providing methods to register and deregister plugin Bean components
BeansProperties() - Constructor for class weka.gui.beans.BeansProperties
 
BeanVisual - Class in weka.gui.beans
BeanVisual encapsulates icons and label for a given bean.
BeanVisual(String, String, String) - Constructor for class weka.gui.beans.BeanVisual
Constructor
BestFirst - Class in weka.attributeSelection
BestFirst:

Searches the space of attribute subsets by greedy hillclimbing augmented with a backtracking facility.
BestFirst() - Constructor for class weka.attributeSelection.BestFirst
Constructor
BestFirst.Link2 - Class in weka.attributeSelection
Class for a node in a linked list.
BestFirst.LinkedList2 - Class in weka.attributeSelection
Class for handling a linked list.
bestSplit(SplitMetric, Map<String, WeightMass>, String) - Method in class weka.classifiers.trees.ht.ConditionalSufficientStats
Return the best split
bestSplit(SplitMetric, Map<String, WeightMass>, String) - Method in class weka.classifiers.trees.ht.GaussianConditionalSufficientStats
 
bestSplit(SplitMetric, Map<String, WeightMass>, String) - Method in class weka.classifiers.trees.ht.NominalConditionalSufficientStats
 
bias() - Method in class weka.classifiers.functions.SGDText
 
bias() - Method in class weka.classifiers.functions.SMO
Returns the bias of each binary SMO.
biasToUniformClassTipText() - Method in class weka.filters.supervised.instance.Resample
Returns the tip text for this property.
BIBTEX_ENDTAG - Static variable in class weka.core.TechnicalInformationHandlerJavadoc
the end comment tag for inserting the generated BibTex
BIBTEX_STARTTAG - Static variable in class weka.core.TechnicalInformationHandlerJavadoc
the start comment tag for inserting the generated BibTex
BIFFileTipText() - Method in class weka.classifiers.bayes.BayesNet
 
BIFFormatException - Exception in weka.gui.graphvisualizer
This is the Exception thrown by BIFParser, if there was an error in parsing the XMLBIF string or input stream.
BIFFormatException(String) - Constructor for exception weka.gui.graphvisualizer.BIFFormatException
 
BIFParser - Class in weka.gui.graphvisualizer
This class parses an inputstream or a string in XMLBIF ver.
BIFParser(InputStream, ArrayList<GraphNode>, ArrayList<GraphEdge>) - Constructor for class weka.gui.graphvisualizer.BIFParser
Constructor (if our input is an InputStream)
BIFParser(String, ArrayList<GraphNode>, ArrayList<GraphEdge>) - Constructor for class weka.gui.graphvisualizer.BIFParser
Constructor (if our input is a String)
BIFReader - Class in weka.classifiers.bayes.net
Builds a description of a Bayes Net classifier stored in XML BIF 0.3 format.

For more details on XML BIF see:

Fabio Cozman, Marek Druzdzel, Daniel Garcia (1998).
BIFReader() - Constructor for class weka.classifiers.bayes.net.BIFReader
the default constructor
binarizeNumericAttributesTipText() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns the tip text for this property
BINARY - Static variable in class weka.gui.beans.SerializedModelSaver
 
BINARY_ATTRIBUTES - Enum constant in enum class weka.core.Capabilities.Capability
can handle binary attributes
BINARY_CLASS - Enum constant in enum class weka.core.Capabilities.Capability
can handle binary classes
binaryAttributesNominalTipText() - Method in class weka.filters.supervised.attribute.NominalToBinary
Returns the tip text for this property
binaryAttributesNominalTipText() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns the tip text for this property
BinaryItem - Class in weka.associations
Class that encapsulates an item whose backing Attribute is binary or unary.
BinaryItem(Attribute, int) - Constructor for class weka.associations.BinaryItem
Constructor.
BinarySimilarity - Class in weka.core.pmml.jaxbbindings
Java class for binarySimilarity element declaration.
BinarySimilarity() - Constructor for class weka.core.pmml.jaxbbindings.BinarySimilarity
 
BinarySMO() - Constructor for class weka.classifiers.functions.SMO.BinarySMO
 
BinarySparseInstance - Class in weka.core
Class for storing a binary-data-only instance as a sparse vector.
BinarySparseInstance(double, double[]) - Constructor for class weka.core.BinarySparseInstance
Constructor that generates a sparse instance from the given parameters.
BinarySparseInstance(double, int[], int) - Constructor for class weka.core.BinarySparseInstance
Constructor that inititalizes instance variable with given values.
BinarySparseInstance(int) - Constructor for class weka.core.BinarySparseInstance
Constructor of an instance that sets weight to one, all values to 1, and the reference to the dataset to null.
BinarySparseInstance(Instance) - Constructor for class weka.core.BinarySparseInstance
Constructor that generates a sparse instance from the given instance.
BinarySparseInstance(SparseInstance) - Constructor for class weka.core.BinarySparseInstance
Constructor that copies the info from the given instance.
binarySplitsTipText() - Method in class weka.classifiers.rules.PART
Returns the tip text for this property
binarySplitsTipText() - Method in class weka.classifiers.trees.J48
Returns the tip text for this property
binaryToKOML(String, String) - Static method in class weka.core.xml.SerialUIDChanger
converts a binary file into a KOML XML file
BinC45ModelSelection - Class in weka.classifiers.trees.j48
Class for selecting a C4.5-like binary (!) split for a given dataset.
BinC45ModelSelection(int, Instances, boolean, boolean) - Constructor for class weka.classifiers.trees.j48.BinC45ModelSelection
Initializes the split selection method with the given parameters.
BinC45Split - Class in weka.classifiers.trees.j48
Class implementing a binary C4.5-like split on an attribute.
BinC45Split(int, int, double, boolean) - Constructor for class weka.classifiers.trees.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.
binRangePrecisionTipText() - Method in class weka.filters.supervised.attribute.Discretize
Returns the tip text for this property
binRangePrecisionTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
binsTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
binsTipText() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Returns the tip text for this property
BIRCHCluster - Class in weka.datagenerators.clusterers
Cluster data generator designed for the BIRCH System

Dataset is generated with instances in K clusters.
Instances are 2-d data points.
Each cluster is characterized by the number of data points in itits radius and its center.
BIRCHCluster() - Constructor for class weka.datagenerators.clusterers.BIRCHCluster
initializes the generator with default values
BIRD_IMAGE1 - Static variable in class weka.core.RepositoryIndexGenerator
 
BIRD_IMAGE2 - Static variable in class weka.core.RepositoryIndexGenerator
 
Block - Class in weka.knowledgeflow.steps
A step that waits for a specified step to finish processing before allowing incoming data to proceed downstream.
Block() - Constructor for class weka.knowledgeflow.steps.Block
 
blocker(boolean) - Method in class weka.classifiers.functions.MultilayerPerceptron
A function used to stop the code that called buildclassifier from continuing on before the user has finished the decision tree.
BlockStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the Block step
BlockStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.BlockStepEditorDialog
 
BMAEstimator - Class in weka.classifiers.bayes.net.estimate
BMAEstimator estimates conditional probability tables of a Bayes network using Bayes Model Averaging (BMA).
BMAEstimator() - Constructor for class weka.classifiers.bayes.net.estimate.BMAEstimator
 
BMPWriter - Class in weka.gui.visualize
This class takes any JComponent and outputs it to a BMP-file.
BMPWriter() - Constructor for class weka.gui.visualize.BMPWriter
initializes the object.
BMPWriter(JComponent) - Constructor for class weka.gui.visualize.BMPWriter
initializes the object with the given Component.
BMPWriter(JComponent, File) - Constructor for class weka.gui.visualize.BMPWriter
initializes the object with the given Component and filename.
BOOK - Enum constant in enum class weka.core.TechnicalInformation.Type
A book with an explicit publisher.
BOOKLET - Enum constant in enum class weka.core.TechnicalInformation.Type
A work that is printed and bound, but without a named publisher or sponsoring institution.
BOOKTITLE - Enum constant in enum class weka.core.TechnicalInformation.Field
Title of a book, part of which is being cited.
BOOL - Static variable in class weka.experiment.DatabaseUtils
Type mapping for BOOL used for reading experiment results.
BOOLEAN - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
BOOLEAN - Static variable in interface weka.core.expressionlanguage.parser.sym
 
BOOLEAN - Static variable in interface weka.core.json.sym
 
booleanColsTipText() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns the tip text for this property
BooleanConstant(boolean) - Constructor for class weka.core.expressionlanguage.common.Primitives.BooleanConstant
 
BooleanVariable(String) - Constructor for class weka.core.expressionlanguage.common.Primitives.BooleanVariable
 
BottomUpConstructor - Class in weka.core.neighboursearch.balltrees
The class that constructs a ball tree bottom up.
BottomUpConstructor() - Constructor for class weka.core.neighboursearch.balltrees.BottomUpConstructor
Creates a new instance of BottomUpConstructor.
BoundaryPanel - Class in weka.gui.boundaryvisualizer
BoundaryPanel.
BoundaryPanel(int, int) - Constructor for class weka.gui.boundaryvisualizer.BoundaryPanel
Creates a new BoundaryPanel instance.
BoundaryPanelDistributed - Class in weka.gui.boundaryvisualizer
This class extends BoundaryPanel with code for distributing the processing necessary to create a visualization among a list of remote machines.
BoundaryPanelDistributed(int, int) - Constructor for class weka.gui.boundaryvisualizer.BoundaryPanelDistributed
Creates a new BoundaryPanelDistributed instance.
BoundaryPlotter - Class in weka.knowledgeflow.steps
A step that computes visualization data for class/cluster decision boundaries.
BoundaryPlotter() - Constructor for class weka.knowledgeflow.steps.BoundaryPlotter
Constructor
BoundaryPlotter.RenderingUpdateListener - Interface in weka.knowledgeflow.steps
Interface for something that wants to be informed of rendering progress updates
BoundaryPlotterInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive viewer component for the boundary plotter step
BoundaryPlotterInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.BoundaryPlotterInteractiveView
 
BoundaryPlotterStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Editor dialog for the boundary plotter step
BoundaryPlotterStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.BoundaryPlotterStepEditorDialog
 
BoundaryValueMeans - Class in weka.core.pmml.jaxbbindings
Java class for BoundaryValueMeans element declaration.
BoundaryValueMeans() - Constructor for class weka.core.pmml.jaxbbindings.BoundaryValueMeans
 
BoundaryValues - Class in weka.core.pmml.jaxbbindings
Java class for BoundaryValues element declaration.
BoundaryValues() - Constructor for class weka.core.pmml.jaxbbindings.BoundaryValues
 
BoundaryVisualizer - Class in weka.gui.boundaryvisualizer
BoundaryVisualizer.
BoundaryVisualizer() - Constructor for class weka.gui.boundaryvisualizer.BoundaryVisualizer
Creates a new BoundaryVisualizer instance.
BracketNode() - Constructor for class weka.knowledgeflow.steps.FlowByExpression.BracketNode
 
branchForInstance(Instance) - Method in class weka.classifiers.trees.ht.Split
Returns the name of the branch that the supplied instance would go down
branchForInstance(Instance) - Method in class weka.classifiers.trees.ht.SplitNode
Return the branch that the supplied instance goes down
branchForInstance(Instance) - Method in class weka.classifiers.trees.ht.UnivariateNominalMultiwaySplit
 
branchForInstance(Instance) - Method in class weka.classifiers.trees.ht.UnivariateNumericBinarySplit
 
breakTiesRandomlyTipText() - Method in class weka.classifiers.trees.RandomForest
Returns the tip text for this property
breakTiesRandomlyTipText() - Method in class weka.classifiers.trees.RandomTree
Returns the tip text for this property
breakUp(String, int) - Static method in class weka.core.Utils
Breaks up the string, if wider than "columns" characters.
BrowserHelper - Class in weka.gui
A little helper class for browser related stuff.
BrowserHelper() - Constructor for class weka.gui.BrowserHelper
 
bufferedImageMapToSerializableByteMap(Map<String, BufferedImage>) - Static method in class weka.knowledgeflow.steps.ImageViewer
Utility method to convert a map of BufferedImage to a map of byte arrays (that hold each image as png bytes)
bufferSizeTipText() - Method in class weka.core.converters.CSVLoader
Returns the tip text for this property.
build(String, String) - Method in class weka.gui.HierarchyPropertyParser
Build a tree from the given property with the given delimitor
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.
buildAssociations(Instances) - Method in interface weka.associations.Associator
Generates an associator.
buildAssociations(Instances) - Method in class weka.associations.FilteredAssociator
Build the associator on the filtered data.
buildAssociations(Instances) - Method in class weka.associations.FPGrowth
Method that generates all large item sets with a minimum support, and from these all association rules with a minimum metric (i.e.
buildCalibrationModelsTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
buildClassifier(Instances) - Method in class weka.classifiers.bayes.BayesNet
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.bayes.NaiveBayes
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.bayes.NaiveBayesMultinomial
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.bayes.NaiveBayesMultinomialUpdateable
Generates the classifier.
buildClassifier(Instances) - Method in interface weka.classifiers.Classifier
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.GaussianProcesses
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.LinearRegression
Builds a regression model for the given data.
buildClassifier(Instances) - Method in class weka.classifiers.functions.Logistic
Builds the classifier
buildClassifier(Instances) - Method in class weka.classifiers.functions.MultilayerPerceptron
Call this function to build and train a neural network for the training data provided.
buildClassifier(Instances) - Method in class weka.classifiers.functions.SGD
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.SGDText
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.SimpleLinearRegression
Builds a simple linear regression model given the supplied training data.
buildClassifier(Instances) - Method in class weka.classifiers.functions.SimpleLogistic
Builds the logistic regression using LogitBoost.
buildClassifier(Instances) - Method in class weka.classifiers.functions.SMO
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.SMOreg
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.supportVector.RegOptimizer
learn SVM parameters from data.
buildClassifier(Instances) - Method in class weka.classifiers.functions.supportVector.RegSMO
learn SVM parameters from data using Smola's SMO algorithm.
buildClassifier(Instances) - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
learn SVM parameters from data using Keerthi's SMO algorithm.
buildClassifier(Instances) - Method in class weka.classifiers.functions.VotedPerceptron
Builds the ensemble of perceptrons.
buildClassifier(Instances) - Method in class weka.classifiers.IteratedSingleClassifierEnhancer
Stump method for building the classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.lazy.IBk
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.lazy.KStar
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.lazy.LWL
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AdaBoostM1
Method used to build the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AdditiveRegression
Method used to build the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Build the classifier on the dimensionally reduced data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Bagging
Bagging method.
buildClassifier(Instances) - Method in class weka.classifiers.meta.ClassificationViaRegression
Builds the classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.meta.CostSensitiveClassifier
Builds the model of the base learner.
buildClassifier(Instances) - Method in class weka.classifiers.meta.CVParameterSelection
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.FilteredClassifier
Build the classifier on the filtered data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.LogitBoost
Method used to build the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.MultiClassClassifier
Builds the classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.meta.MultiClassClassifierUpdateable
 
buildClassifier(Instances) - Method in class weka.classifiers.meta.MultiScheme
Buildclassifier selects a classifier from the set of classifiers by minimising error on the training data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.RandomCommittee
Builds the committee of randomizable classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.meta.RandomizableFilteredClassifier
Build the classifier on the filtered data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.RandomSubSpace
builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.RegressionByDiscretization
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Stacking
Builds a classifier using stacking.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Vote
Builds all classifiers in the ensemble
buildClassifier(Instances) - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.misc.InputMappedClassifier
Build the classifier
buildClassifier(Instances) - Method in class weka.classifiers.misc.SerializedClassifier
loads only the serialized classifier
buildClassifier(Instances) - Method in class weka.classifiers.ParallelIteratedSingleClassifierEnhancer
Stump method for building the classifiers
buildClassifier(Instances) - Method in class weka.classifiers.ParallelMultipleClassifiersCombiner
Stump method for building the classifiers
buildClassifier(Instances) - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Throw an exception - PMML models are pre-built.
buildClassifier(Instances) - Method in class weka.classifiers.rules.DecisionTable
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.rules.JRip
Builds Ripper in the order of class frequencies.
buildClassifier(Instances) - Method in class weka.classifiers.rules.OneR
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.rules.PART
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.rules.part.MakeDecList
Builds dec list.
buildClassifier(Instances) - Method in class weka.classifiers.rules.ZeroR
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.DecisionStump
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.HoeffdingTree
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.BinC45Split
Creates a C4.5-type split on the given data.
buildClassifier(Instances) - Method in class weka.classifiers.trees.J48
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.C45PruneableClassifierTree
Method for building a pruneable classifier tree.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.C45Split
Creates a C4.5-type split on the given data.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Builds the classifier split model for the given set of instances.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.ClassifierTree
Method for building a classifier tree.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.NBTreeClassifierTree
Method for building a naive bayes classifier tree
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Build the no-split node
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.NBTreeSplit
Creates a NBTree-type split on the given data.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.NoSplit
Creates a "no-split"-split for a given set of instances.
buildClassifier(Instances) - Method in class weka.classifiers.trees.j48.PruneableClassifierTree
Method for building a pruneable classifier tree.
buildClassifier(Instances) - Method in class weka.classifiers.trees.LMT
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.lmt.LMTNode
Method for building a logistic model tree (only called for the root node).
buildClassifier(Instances) - Method in class weka.classifiers.trees.lmt.LogisticBase
Builds the logistic regression model usiing LogitBoost.
buildClassifier(Instances) - Method in class weka.classifiers.trees.lmt.ResidualSplit
Method not in use
buildClassifier(Instances) - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Builds a simple linear regression model given the supplied training data.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.M5Base
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.PreConstructedLinearModel
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.Rule
Generates a single rule or m5 model tree.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.RuleNode
Build this node (find an attribute and split point)
buildClassifier(Instances) - Method in class weka.classifiers.trees.RandomTree
Builds classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.REPTree
Builds classifier.
buildClassifier(Instances, double[][], double[][]) - Method in class weka.classifiers.trees.lmt.ResidualSplit
Builds the split.
buildClusterer(Instances) - Method in class weka.clusterers.AbstractClusterer
Generates a clusterer.
buildClusterer(Instances) - Method in class weka.clusterers.Canopy
 
buildClusterer(Instances) - Method in interface 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
Generates a clusterer.
buildClusterer(Instances) - Method in class weka.clusterers.FarthestFirst
Generates a clusterer.
buildClusterer(Instances) - Method in class weka.clusterers.FilteredClusterer
Build the clusterer on the filtered data.
buildClusterer(Instances) - Method in class weka.clusterers.HierarchicalClusterer
 
buildClusterer(Instances) - Method in class weka.clusterers.MakeDensityBasedClusterer
Builds a clusterer for a set of instances.
buildClusterer(Instances) - Method in class weka.clusterers.SimpleKMeans
Generates a clusterer.
buildDecList(Instances, boolean) - Method in class weka.classifiers.rules.part.C45PruneableDecList
Builds the partial tree without hold out set.
buildDecList(Instances, boolean) - Method in class weka.classifiers.rules.part.ClassifierDecList
Builds the partial tree without hold out set.
buildDecList(Instances, Instances, boolean) - Method in class weka.classifiers.rules.part.PruneableDecList
Builds the partial tree with hold out set
buildEstimator(Estimator, String[], boolean) - Static method in class weka.estimators.Estimator
Build an estimator using the options.
buildEstimator(Estimator, Instances, int, int, int, boolean) - Static method in class weka.estimators.Estimator
 
buildEvaluator(Instances) - Method in class weka.attributeSelection.ASEvaluation
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.CfsSubsetEval
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.ClassifierAttributeEval
Initializes a ClassifierAttribute attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.ClassifierSubsetEval
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.CorrelationAttributeEval
Initializes an information gain attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.GainRatioAttributeEval
Initializes a gain ratio attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.InfoGainAttributeEval
Initializes an information gain attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.OneRAttributeEval
Initializes a OneRAttribute attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.PrincipalComponents
Initializes principal components and performs the analysis
buildEvaluator(Instances) - Method in class weka.attributeSelection.ReliefFAttributeEval
Initializes a ReliefF attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Initializes a symmetrical uncertainty attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.WrapperSubsetEval
Generates a attribute evaluator.
buildGenerator(Instances) - Method in interface weka.gui.boundaryvisualizer.DataGenerator
Build the data generator
buildGenerator(Instances) - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
Initialize the generator using the supplied instances
buildKernel(Instances) - Method in class weka.classifiers.functions.supportVector.CachedKernel
builds the kernel with the given data.
buildKernel(Instances) - Method in class weka.classifiers.functions.supportVector.Kernel
builds the kernel with the given data
buildKernel(Instances) - Method in class weka.classifiers.functions.supportVector.NormalizedPolyKernel
builds the kernel with the given data.
buildKernel(Instances) - Method in class weka.classifiers.functions.supportVector.Puk
builds the kernel with the given data.
buildKernel(Instances) - Method in class weka.classifiers.functions.supportVector.RBFKernel
Builds the kernel.
buildKernel(Instances) - Method in class weka.classifiers.functions.supportVector.StringKernel
builds the kernel with the given data.
buildModel(int, double[], double[]) - Method in class weka.estimators.UnivariateMixtureEstimator
Build mixture model.
buildRegressionTreeTipText() - Method in class weka.classifiers.trees.m5.M5Base
Returns the tip text for this property
buildRule(Instances) - Method in class weka.classifiers.rules.part.ClassifierDecList
Method for building a pruned partial tree.
buildRule(Instances, Instances) - Method in class weka.classifiers.rules.part.PruneableDecList
Method for building a pruned partial tree.
buildStructure() - Method in class weka.classifiers.bayes.BayesNet
buildStructure determines the network structure/graph of the network.
buildStructure(BayesNet, Instances) - Method in class weka.classifiers.bayes.net.search.fixed.FromFile
 
buildStructure(BayesNet, Instances) - Method in class weka.classifiers.bayes.net.search.fixed.NaiveBayes
 
buildStructure(BayesNet, Instances) - Method in class weka.classifiers.bayes.net.search.global.TAN
buildStructure determines the network structure/graph of the network using the maximimum weight spanning tree algorithm of Chow and Liu
buildStructure(BayesNet, Instances) - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
buildStructure determines the network structure/graph of the network with the K2 algorithm, restricted by its initial structure (which can be an empty graph, or a Naive Bayes graph.
buildStructure(BayesNet, Instances) - Method in class weka.classifiers.bayes.net.search.local.TAN
buildStructure determines the network structure/graph of the network using the maximimum weight spanning tree algorithm of Chow and Liu
buildStructure(BayesNet, Instances) - Method in class weka.classifiers.bayes.net.search.SearchAlgorithm
buildStructure determines the network structure/graph of the network.
buildTree() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Builds the ball tree.
buildTree() - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Builds the ball tree bottom up.
buildTree() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Builds a ball tree middle out.
buildTree() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Builds the ball tree top down.
buildTree(Instances, boolean) - Method in class weka.classifiers.trees.j48.ClassifierTree
Builds the tree structure.
buildTree(Instances, SimpleLinearRegression[][], double, double, Instances) - Method in class weka.classifiers.trees.lmt.LMTNode
Method for building the tree structure.
buildTree(Instances, Instances, boolean) - Method in class weka.classifiers.trees.j48.ClassifierTree
Builds the tree structure with hold out set
BUILT_IN_EVAL_METRICS - Static variable in class weka.classifiers.Evaluation
 
BUILT_IN_EVAL_METRICS - Static variable in class weka.classifiers.evaluation.Evaluation
 
BuiltInArithmetic - Class in weka.core.pmml
Built-in function for +, -, *, /.
BuiltInArithmetic(BuiltInArithmetic.Operator) - Constructor for class weka.core.pmml.BuiltInArithmetic
Construct a new Arithmetic built-in pmml function.
BuiltInMath - Class in weka.core.pmml
Built-in function for min, max, sum, avg, log10, ln, sqrt, abs, exp, pow, threshold, floor, ceil and round.
BuiltInMath(BuiltInMath.MathFunc) - Constructor for class weka.core.pmml.BuiltInMath
Construct a new built-in pmml Math function.
BuiltInString - Class in weka.core.pmml
Built-in function for uppercase, substring and trimblanks.
BVDecompose - Class in weka.classifiers
Class for performing a Bias-Variance decomposition on any classifier using the method specified in:

Ron Kohavi, David H.
BVDecompose() - Constructor for class weka.classifiers.BVDecompose
 
BVDecomposeSegCVSub - Class in weka.classifiers
This class performs Bias-Variance decomposion on any classifier using the sub-sampled cross-validation procedure as specified in (1).
The Kohavi and Wolpert definition of bias and variance is specified in (2).
The Webb definition of bias and variance is specified in (3).

Geoffrey I.
BVDecomposeSegCVSub() - Constructor for class weka.classifiers.BVDecomposeSegCVSub
 
BYTE - Static variable in class weka.experiment.DatabaseUtils
Type mapping for BYTE used for reading experiment results.
byteArrayImageMapToBufferedImageMap(Map<String, byte[]>) - Static method in class weka.knowledgeflow.steps.ImageViewer
Utility method to convert a map of byte[] png image data to a map of BufferedImage

C

C45Loader - Class in weka.core.converters
Reads a file that is C45 format.
C45Loader() - Constructor for class weka.core.converters.C45Loader
 
C45ModelSelection - Class in weka.classifiers.trees.j48
Class for selecting a C4.5-type split for a given dataset.
C45ModelSelection(int, Instances, boolean, boolean) - Constructor for class weka.classifiers.trees.j48.C45ModelSelection
Initializes the split selection method with the given parameters.
C45PruneableClassifierTree - Class in weka.classifiers.trees.j48
Class for handling a tree structure that can be pruned using C4.5 procedures.
C45PruneableClassifierTree(ModelSelection, boolean, float, boolean, boolean, boolean) - Constructor for class weka.classifiers.trees.j48.C45PruneableClassifierTree
Constructor for pruneable tree structure.
C45PruneableDecList - Class in weka.classifiers.rules.part
Class for handling a partial tree structure pruned using C4.5's pruning heuristic.
C45PruneableDecList(ModelSelection, double, int) - Constructor for class weka.classifiers.rules.part.C45PruneableDecList
Constructor for pruneable tree structure.
C45Saver - Class in weka.core.converters
Writes to a destination that is in the format used by the C4.5 algorithm.
Therefore it outputs a names and a data file.
C45Saver() - Constructor for class weka.core.converters.C45Saver
Constructor
C45Split - Class in weka.classifiers.trees.j48
Class implementing a C4.5-type split on an attribute.
C45Split(int, int, double, boolean) - Constructor for class weka.classifiers.trees.j48.C45Split
Initializes the split model.
CachedKernel - Class in weka.classifiers.functions.supportVector
Base class for RBFKernel and PolyKernel that implements a simple LRU.
CachedKernel() - Constructor for class weka.classifiers.functions.supportVector.CachedKernel
default constructor - does nothing.
cacheKeyNameTipText() - Method in class weka.experiment.DatabaseResultListener
Returns the tip text for this property
cacheSizeTipText() - Method in class weka.classifiers.functions.supportVector.CachedKernel
Returns the tip text for this property
cacheSizeTipText() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the tip text for this property
CacheTable() - Constructor for class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Constructs a new hashtable with a default capacity and load factor.
CacheTable(int, float) - Constructor for class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Constructs a new hashtable with a default capacity and load factor.
calcCentroidPivot(int[], Instances) - Static method in class weka.core.neighboursearch.balltrees.BallNode
Calculates the centroid pivot of a node.
calcCentroidPivot(int, int, int[], Instances) - Static method in class weka.core.neighboursearch.balltrees.BallNode
Calculates the centroid pivot of a node.
calcColumnWidth(int) - Method in class weka.gui.JTableHelper
calcs the optimal column width of the given column
calcColumnWidth(JTable, int) - Static method in class weka.gui.JTableHelper
Calculates the optimal width for the column of the given table.
calcFullMargins(BayesNet) - Method in class weka.classifiers.bayes.net.MarginCalculator
 
calcGraph(int, int) - Method in class weka.gui.AttributeVisualizationPanel
Recalculates the barplot or histogram to display, required usually when the attribute is changed or the component is resized.
calcHeaderWidth(int) - Method in class weka.gui.JTableHelper
calcs the optimal header width of the given column
calcHeaderWidth(JTable, int) - Static method in class weka.gui.JTableHelper
Calculates the optimal width for the header of the given table.
calcMargins(BayesNet) - Method in class weka.classifiers.bayes.net.MarginCalculator
Calc marginal distributions of nodes in Bayesian network Note that a connected network is assumed.
calcNodeScore(int) - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
Calc Node Score for given parent set
calcOutOfBagTipText() - Method in class weka.classifiers.meta.Bagging
Returns the tip text for this property
calcPivot(BallNode, BallNode, Instances) - Static method in class weka.core.neighboursearch.balltrees.BallNode
Calculates the centroid pivot of a node based on its two child nodes (if merging two nodes).
calcPivot(BottomUpConstructor.TempNode, BottomUpConstructor.TempNode, Instances) - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Calculates the centroid pivot of a node based on its two child nodes.
calcPivot(MiddleOutConstructor.MyIdxList, MiddleOutConstructor.MyIdxList, Instances) - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Calculates the centroid pivot of a node based on the list of points that it contains (tbe two lists of its children are provided).
calcPivot(MiddleOutConstructor.TempNode, MiddleOutConstructor.TempNode, Instances) - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
/** Calculates the centroid pivot of a node based on its two child nodes (if merging two nodes).
calcRadius(int[], Instances, Instance, DistanceFunction) - Static method in class weka.core.neighboursearch.balltrees.BallNode
Calculates the radius of node.
calcRadius(int, int, int[], Instances, Instance, DistanceFunction) - Static method in class weka.core.neighboursearch.balltrees.BallNode
Calculates the radius of a node.
calcRadius(BallNode, BallNode, Instance, DistanceFunction) - Static method in class weka.core.neighboursearch.balltrees.BallNode
Calculates the radius of a node based on its two child nodes (if merging two nodes).
calcRadius(BottomUpConstructor.TempNode, BottomUpConstructor.TempNode) - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Calculates the radius of a node based on its two child nodes.
calcRadius(MiddleOutConstructor.MyIdxList, MiddleOutConstructor.MyIdxList, Instance, Instances) - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Calculates the radius of a node based on the list of points that it contains (the two lists of its children are provided).
calcRadius(MiddleOutConstructor.TempNode, MiddleOutConstructor.TempNode) - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Calculates the radius of a node based on its two child nodes (if merging two nodes).
calcScore(BayesNet) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
performCV returns the accuracy calculated using cross validation.
calcScoreWithExtraParent(int, int) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
Calc Node Score With Added Parent
calcScoreWithExtraParent(int, int) - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
Calc Node Score With AddedParent
calcScoreWithMissingParent(int, int) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
Calc Node Score With Parent Deleted
calcScoreWithMissingParent(int, int) - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
Calc Node Score With Parent Deleted
calcScoreWithReversedParent(int, int) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
Calc Node Score With Arrow reversed
calculateAdjRSquared(double, int, int) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns the adjusted R-squared value for a linear regression model.
calculateAlphas() - Method in class weka.classifiers.trees.lmt.LMTNode
Updates the alpha field for all nodes.
calculateDerived() - Method in class weka.experiment.PairedStats
Calculates the derived statistics (significance etc).
calculateDerived() - Method in class weka.experiment.PairedStatsCorrected
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.
calculateFStat(double, int, int) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns the F-statistic for a linear regression model.
calculateRSquared(Instances, double) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns the R-squared value for a linear regression model, where sum of squared residuals is already calculated.
calculateSSR(Instances, Attribute, double, double) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns the sum of squared residuals of the simple linear regression model: y = a + bx.
calculateStatistics(Instance, int, int, int) - Method in class weka.experiment.PairedCorrectedTTester
Computes a paired t-test comparison for a specified dataset between two resultsets.
calculateStatistics(Instance, int, int, int) - Method in class weka.experiment.PairedTTester
Computes a paired t-test comparison for a specified dataset between two resultsets.
calculateStatistics(Instance, int, int, int) - Method in interface weka.experiment.Tester
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
calculateStdErrorOfCoef(Instances, boolean[], double, int, int) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns an array of the standard errors of the coefficients in a multiple linear regression.
calculateStdErrorOfCoef(Instances, Attribute, double, double, int) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns the standard errors of slope and intercept for a simple linear regression model: y = a + bx.
calculateTStats(double[], double[], int) - Static method in class weka.classifiers.evaluation.RegressionAnalysis
Returns an array of the t-statistic of each coefficient in a multiple linear regression model.
calibratorTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
call() - Method in class weka.knowledgeflow.StepTask
Executor service calls this method to do the work
CallbackNotifierDelegate - Interface in weka.knowledgeflow
Interface to something that can notify a Step that a Task submitted by ExecutionEnvironment.submitTask() has finished.
canAcceptConnection(Class<?>) - Method in class weka.gui.beans.MetaBean
Checks to see if any of the inputs to this group implements the supplied listener class
cancel() - Method in class weka.core.converters.AbstractFileSaver
Cancels the incremental saving process.
cancel() - Method in class weka.core.converters.AbstractSaver
Cancels the incremental saving process if the write mode is CANCEL.
cancel() - Method in class weka.core.converters.DatabaseSaver
Cancels the incremental saving process and tries to drop the table if the write mode is CANCEL.
CANCEL_OPTION - Static variable in class weka.gui.experiment.OutputFormatDialog
Signifies a cancelled property selection.
CANCEL_OPTION - Static variable in class weka.gui.ListSelectorDialog
Signifies a cancelled property selection
CANCEL_OPTION - Static variable in class weka.gui.PropertySelectorDialog
Signifies a cancelled property selection
CANCEL_OPTION - Static variable in class weka.gui.ViewerDialog
Signifies a cancelled property selection
canMoveDown(JList) - Static method in class weka.gui.JListHelper
checks whether the selected items can be moved down
canMoveUp(JList) - Static method in class weka.gui.JListHelper
checks whether the selected items can be moved up
Canopy - Class in weka.clusterers
Cluster data using the capopy clustering algorithm, which requires just one pass over the data.
Canopy() - Constructor for class weka.clusterers.Canopy
 
CANOPY - Static variable in class weka.clusterers.SimpleKMeans
 
canopyMaxNumCanopiesToHoldInMemoryTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
canopyMinimumCanopyDensityTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
canopyPeriodicPruningRateTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
canopyT1TipText() - Method in class weka.clusterers.SimpleKMeans
Tip text for this property
canopyT2TipText() - Method in class weka.clusterers.SimpleKMeans
Tip text for this property
canPlot(boolean) - Method in class weka.gui.explorer.AbstractPlotInstances
Returns whether all the data is available and the plot instances can be used for plotting.
canProduceRules() - Method in class weka.associations.Apriori
Returns true if this AssociationRulesProducer can actually produce rules.
canProduceRules() - Method in interface weka.associations.AssociationRulesProducer
Returns true if this AssociationRulesProducer can actually produce rules.
canProduceRules() - Method in class weka.associations.FilteredAssociator
Returns true if this AssociationRulesProducer can actually produce rules.
canProduceRules() - Method in class weka.associations.FPGrowth
Returns true if this AssociationRulesProducer can actually produce rules.
canRedo() - Method in class weka.classifiers.bayes.net.EditableBayesNet
return whether there is something on the undo stack that can be performed
canUndo() - Method in class weka.classifiers.bayes.net.EditableBayesNet
return whether there is something on the undo stack that can be performed
canUndo() - Method in interface weka.core.Undoable
returns whether an undo is possible, i.e.
canUndo() - Method in class weka.gui.arffviewer.ArffPanel
returns whether an undo is possible
canUndo() - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns whether an undo is possible, i.e.
canUndo() - Method in class weka.gui.arffviewer.ArffTableModel
returns whether an undo is possible, i.e.
capabilities() - Method in class weka.core.Capabilities
Returns an Iterator over the stored capabilities
Capabilities - Class in weka.core
A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
Capabilities - Class in weka.gui.simplecli
Outputs the capabilities of the specified class.
Capabilities() - Constructor for class weka.gui.simplecli.Capabilities
 
Capabilities(CapabilitiesHandler) - Constructor for class weka.core.Capabilities
initializes the capabilities for the given owner
Capabilities.Capability - Enum Class in weka.core
enumeration of all capabilities
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in class weka.gui.explorer.AssociationsPanel
method gets called in case of a change event
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in class weka.gui.explorer.AttributeSelectionPanel
method gets called in case of a change event
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in class weka.gui.explorer.ClassifierPanel
method gets called in case of a change event.
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in class weka.gui.explorer.ClustererPanel
method gets called in case of a change event
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in interface weka.gui.explorer.Explorer.CapabilitiesFilterChangeListener
method gets called in case of a change event
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in class weka.gui.explorer.PreprocessPanel
method gets called in case of a change event
CapabilitiesFilterChangeEvent(Object, Capabilities) - Constructor for class weka.gui.explorer.Explorer.CapabilitiesFilterChangeEvent
Constructs a GOECapabilitiesFilterChangeEvent object.
CapabilitiesFilterDialog() - Constructor for class weka.gui.GenericObjectEditor.CapabilitiesFilterDialog
creates a dialog to choose Capabilities from.
CapabilitiesHandler - Interface in weka.core
Classes implementing this interface return their capabilities in regards to datasets.
CapabilitiesIgnorer - Interface in weka.core
Classes implementing this interface make it possible to turn off capabilities checking.
CapabilitiesUtils - Class in weka.core
Helper class for Capabilities.
CapabilitiesUtils() - Constructor for class weka.core.CapabilitiesUtils
 
capacity() - Method in class weka.core.matrix.DoubleVector
Gets the capacity of the vector.
capacity() - Method in class weka.core.matrix.IntVector
Returns the capacity of the vector
cardinalityTipText() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Returns the tip text for this property
caretUpdate(CaretEvent) - Method in class weka.gui.LogWindow
Called when the caret position is updated.
caretUpdate(CaretEvent) - Method in class weka.gui.sql.ConnectionPanel
Called when the caret position is updated.
caretUpdate(CaretEvent) - Method in class weka.gui.sql.QueryPanel
Called when the caret position is updated.
CartesianProduct - Class in weka.filters.unsupervised.attribute
A filter for performing the Cartesian product of a set of nominal attributes.
CartesianProduct() - Constructor for class weka.filters.unsupervised.attribute.CartesianProduct
 
carTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
CARuleMiner - Interface in weka.associations
Interface for learning class association rules.
CaseInsensitiveComparator() - Constructor for class weka.filters.unsupervised.attribute.SortLabels.CaseInsensitiveComparator
 
CaseSensitiveComparator() - Constructor for class weka.filters.unsupervised.attribute.SortLabels.CaseSensitiveComparator
 
cast(Object) - Static method in class weka.core.Utils
Casting an object without "unchecked" compile-time warnings.
cat(DoubleVector) - Method in class weka.core.matrix.DoubleVector
Combine two vectors together
CATEGORICAL - Enum constant in enum class weka.core.pmml.FieldMetaInfo.Optype
 
CATEGORICAL - Enum constant in enum class weka.core.pmml.jaxbbindings.OPTYPE
 
CategoricalPredictor - Class in weka.core.pmml.jaxbbindings
Java class for CategoricalPredictor element declaration.
CategoricalPredictor() - Constructor for class weka.core.pmml.jaxbbindings.CategoricalPredictor
 
Categories - Class in weka.core.pmml.jaxbbindings
Java class for Categories element declaration.
Categories() - Constructor for class weka.core.pmml.jaxbbindings.Categories
 
category() - Element in annotation interface weka.core.OptionMetadata
Optional category for the parameter.
category() - Element in annotation interface weka.gui.beans.KFStep
The top-level folder in the JTree that this plugin bean should appear in
category() - Element in annotation interface weka.knowledgeflow.steps.KFStep
The top-level folder in the JTree that this step should appear in
Category - Class in weka.core.pmml.jaxbbindings
Java class for Category element declaration.
Category() - Constructor for class weka.core.pmml.jaxbbindings.Category
 
CATSCORINGMETHOD - Enum Class in weka.core.pmml.jaxbbindings
Java class for CAT-SCORING-METHOD.
CAUCHIT - Enum constant in enum class weka.core.pmml.jaxbbindings.CUMULATIVELINKFUNCTION
 
CAUCHIT - Enum constant in enum class weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
 
Center - Class in weka.filters.unsupervised.attribute
Centers all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).
Center() - Constructor for class weka.filters.unsupervised.attribute.Center
 
centerDataTipText() - Method in class weka.attributeSelection.PrincipalComponents
Returns the tip text for this property
centerDataTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns the tip text for this property
centerHorizontal(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
center set of nodes half way between left and right most node in the list
centerInstances(Instances, int[], double) - Method in class weka.core.neighboursearch.KDTree
Assigns instances to centers using KDTree.
centerVertical(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
center set of nodes half way between top and bottom most node in the list
CfsSubsetEval - Class in weka.attributeSelection
CfsSubsetEval :

Evaluates the worth of a subset of attributes by considering the individual predictive ability of each feature along with the degree of redundancy between them.

Subsets of features that are highly correlated with the class while having low intercorrelation are preferred.

For more information see:

M.
CfsSubsetEval() - Constructor for class weka.attributeSelection.CfsSubsetEval
Constructor
ChangeDateFormat - Class in weka.filters.unsupervised.attribute
Changes the date format used by a date attribute.
ChangeDateFormat() - Constructor for class weka.filters.unsupervised.attribute.ChangeDateFormat
 
changeLength(double) - Method in class weka.core.AlgVector
Changes the length of a vector.
changeUID(long, long, String, String) - Static method in class weka.core.xml.SerialUIDChanger
changes the oldUID into newUID from the given file (binary/KOML) into the other one (binary/KOML).
CHAPTER - Enum constant in enum class weka.core.TechnicalInformation.Field
A chapter (or section or whatever) number.
CharacterDelimitedTokenizer - Class in weka.core.tokenizers
Abstract superclass for tokenizers that take characters as delimiters.
CharacterDelimitedTokenizer() - Constructor for class weka.core.tokenizers.CharacterDelimitedTokenizer
 
Characteristic - Class in weka.core.pmml.jaxbbindings
Java class for Characteristic element declaration.
Characteristic() - Constructor for class weka.core.pmml.jaxbbindings.Characteristic
 
Characteristics - Class in weka.core.pmml.jaxbbindings
Java class for Characteristics element declaration.
Characteristics() - Constructor for class weka.core.pmml.jaxbbindings.Characteristics
 
CharacterNGramTokenizer - Class in weka.core.tokenizers
Splits a string into an n-gram with min and max grams.
CharacterNGramTokenizer() - Constructor for class weka.core.tokenizers.CharacterNGramTokenizer
 
charSetTipText() - Method in class weka.core.converters.TextDirectoryLoader
the tip text for this property
ChartEvent - Class in weka.gui.beans
Event encapsulating info for plotting a data point on the StripChart
ChartEvent(Object) - Constructor for class weka.gui.beans.ChartEvent
Creates a new ChartEvent instance.
ChartEvent(Object, Vector<String>, double, double, double[], boolean) - Constructor for class weka.gui.beans.ChartEvent
Creates a new ChartEvent instance.
chartingEvalWindowSizeTipText() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Return a tip text string for this property
chartingEvalWindowSizeTipText() - Method in class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
Return a tip text string for this property
ChartListener - Interface in weka.gui.beans
Interface to something that can process a ChartEvent
Chebychev - Class in weka.core.pmml.jaxbbindings
Java class for chebychev element declaration.
Chebychev() - Constructor for class weka.core.pmml.jaxbbindings.Chebychev
 
ChebyshevDistance - Class in weka.core
Implements the Chebyshev distance.
ChebyshevDistance() - Constructor for class weka.core.ChebyshevDistance
Constructs an Chebyshev Distance object, Instances must be still set.
ChebyshevDistance(Instances) - Constructor for class weka.core.ChebyshevDistance
Constructs an Chebyshev Distance object and automatically initializes the ranges.
check(double) - Method in class weka.classifiers.trees.j48.Distribution
Checks if at least two bags contain a minimum number of instances.
Check - Class in weka.core
Abstract general class for testing in Weka.
Check() - Constructor for class weka.core.Check
 
CheckAssociator - Class in weka.associations
Class for examining the capabilities and finding problems with associators.
CheckAssociator() - Constructor for class weka.associations.CheckAssociator
 
CheckAttributeSelection - Class in weka.attributeSelection
Class for examining the capabilities and finding problems with attribute selection schemes.
CheckAttributeSelection() - Constructor for class weka.attributeSelection.CheckAttributeSelection
 
CheckBoxList - Class in weka.gui
An extended JList that contains CheckBoxes.
CheckBoxList() - Constructor for class weka.gui.CheckBoxList
initializes the list with an empty CheckBoxListModel
CheckBoxList(CheckBoxList.CheckBoxListModel) - Constructor for class weka.gui.CheckBoxList
initializes the list with the given CheckBoxListModel
CheckBoxList.CheckBoxListModel - Class in weka.gui
A specialized model.
CheckBoxList.CheckBoxListRenderer - Class in weka.gui
A specialized CellRenderer for the CheckBoxList
CheckBoxListModel() - Constructor for class weka.gui.CheckBoxList.CheckBoxListModel
initializes the model with no data.
CheckBoxListModel(Object[]) - Constructor for class weka.gui.CheckBoxList.CheckBoxListModel
Constructs a CheckBoxListModel from an array of objects and then applies setModel to it.
CheckBoxListModel(Vector) - Constructor for class weka.gui.CheckBoxList.CheckBoxListModel
Constructs a CheckBoxListModel from a Vector and then applies setModel to it.
CheckBoxListRenderer() - Constructor for class weka.gui.CheckBoxList.CheckBoxListRenderer
 
checkCanonicalUserOptions() - Method in class weka.core.CheckOptionHandler
checks whether the user-supplied options stay the same after settting, getting and re-setting again
CheckClassifier - Class in weka.classifiers
Class for examining the capabilities and finding problems with classifiers.
CheckClassifier() - Constructor for class weka.classifiers.CheckClassifier
 
CheckClusterer - Class in weka.clusterers
Class for examining the capabilities and finding problems with clusterers.
CheckClusterer() - Constructor for class weka.clusterers.CheckClusterer
default constructor
checkConstraint(Package) - Method in class weka.core.packageManagement.PackageConstraint
Check the target package against the constraint embodied in this PackageConstraint.
checkConstraint(Package) - Method in class weka.core.packageManagement.VersionPackageConstraint
Check the target package against the constraint embodied in this PackageConstraint.
checkConstraint(Package) - Method in class weka.core.packageManagement.VersionRangePackageConstraint
Check the target package against the constraint embodied in this PackageConstraint.
checkConstraint(PackageConstraint) - Method in class weka.core.packageManagement.PackageConstraint
Check the target package constraint against the constraint embodied in this package constraint.
checkConstraint(PackageConstraint) - Method in class weka.core.packageManagement.VersionPackageConstraint
Check the target package constraint against the constraint embodied in this package constraint.
checkConstraint(PackageConstraint) - Method in class weka.core.packageManagement.VersionRangePackageConstraint
 
checkDefaultOptions() - Method in class weka.core.CheckOptionHandler
checks whether the default options can be processed completely or some invalid options are returned by the getOptions() method.
checkErrorRateTipText() - Method in class weka.classifiers.rules.JRip
Returns the tip text for this property
CheckEstimator - Class in weka.estimators
Class for examining the capabilities and finding problems with estimators.
CheckEstimator() - Constructor for class weka.estimators.CheckEstimator
 
CheckEstimator.AttrTypes - Class in weka.estimators
class that contains info about the attribute types the estimator can estimate estimator work on one attribute only
CheckEstimator.EstTypes - Class in weka.estimators
public class that contains info about the chosen attribute type estimator work on one attribute only
CheckEstimator.PostProcessor - Class in weka.estimators
a class for postprocessing the test-data
checkForAttributeType(int) - Method in class weka.core.Instances
Checks for attributes of the given type in the dataset
checkForMissingFiles(Package, File, PrintStream...) - Static method in class weka.core.WekaPackageLibIsolatingClassLoader
Checks to see if there are any missing files/directories for a given package.
checkForMissingFiles(Package, File, PrintStream...) - Static method in class weka.core.WekaPackageManager
Checks to see if there are any missing files/directories for a given package.
checkForNewPackages(PrintStream...) - Static method in class weka.core.WekaPackageManager
Check for new packages on the server and refresh the local cache if needed
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
checkForThirdPartyClass(String, WekaPackageLibIsolatingClassLoader) - Static method in class weka.core.SerializationHelper
Checks to see if the supplied package class loader (or any of its dependent package class loaders) has the given third party class.
checkGlobalInfo() - Method in class weka.core.CheckGOE
checks whether the object declares a globalInfo method.
CheckGOE - Class in weka.core
Simple command line checking of classes that are editable in the GOE.
CheckGOE() - Constructor for class weka.core.CheckGOE
default constructor
checkIndicesList(MiddleOutConstructor.MyIdxList, int, int) - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Checks whether if the points in an index list are in some specified of the master index array.
checkInstance(Instance) - Method in class weka.core.Instances
Checks if the given instance is compatible with this dataset.
CheckKernel - Class in weka.classifiers.functions.supportVector
Class for examining the capabilities and finding problems with kernels.
CheckKernel() - Constructor for class weka.classifiers.functions.supportVector.CheckKernel
 
checkListOptions() - Method in class weka.core.CheckOptionHandler
checks whether the listOptions method works
checkModel() - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Checks if generated model is valid.
checkModel(int) - Method in class weka.classifiers.trees.lmt.ResidualSplit
Checks if there are at least 2 subsets that contain >= minNumInstances.
CheckOptionHandler - Class in weka.core
Simple command line checking of classes that implement OptionHandler.
CheckOptionHandler() - Constructor for class weka.core.CheckOptionHandler
 
checkRemainingOptions() - Method in class weka.core.CheckOptionHandler
checks whether the user-supplied options can be processed completely or some "left-over" options remain
checkResettingOptions() - Method in class weka.core.CheckOptionHandler
checks whether the optionhandler can be re-setted again to default options after the user-supplied options have been set.
CheckScheme - Class in weka.core
Abstract general class for testing schemes in Weka.
CheckScheme() - Constructor for class weka.core.CheckScheme
 
CheckScheme.PostProcessor - Class in weka.core
a class for postprocessing the test-data
checkSetOptions() - Method in class weka.core.CheckOptionHandler
checks whether the user-supplied options can be processed at all
CheckSource - Class in weka.classifiers
A simple class for checking the source generated from Classifiers implementing the weka.classifiers.Sourcable interface.
CheckSource - Class in weka.filters
A simple class for checking the source generated from Filters implementing the weka.filters.Sourcable interface.
CheckSource() - Constructor for class weka.classifiers.CheckSource
 
CheckSource() - Constructor for class weka.filters.CheckSource
 
checkStatus(Object) - Method in interface weka.experiment.Compute
Check on the status of a Task
checkStatus(Object) - Method in class weka.experiment.RemoteEngine
Returns status information on a particular task
checksTurnedOffTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
checksTurnedOffTipText() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the tip text for this property
checkToolTips() - Method in class weka.core.CheckGOE
checks whether the object declares tip text method for all its properties.
checkWindowShouldBeClosed(WindowEvent) - Method in class weka.gui.GUIChooserApp
Asks the user whether the window that generated the window evident given as the argument should really be closed.
CHI_SQUARE_DISTRIBUTION - Enum constant in enum class weka.core.pmml.jaxbbindings.BASELINETESTSTATISTIC
 
CHI_SQUARE_INDEPENDENCE - Enum constant in enum class weka.core.pmml.jaxbbindings.BASELINETESTSTATISTIC
 
ChildFrameMDI(Main, String) - Constructor for class weka.gui.Main.ChildFrameMDI
constructs a new internal frame that knows about its parent.
ChildFrameSDI(GUIChooserApp, String) - Constructor for class weka.gui.GUIChooserApp.ChildFrameSDI
constructs a new internal frame that knows about its parent.
ChildFrameSDI(Main, String) - Constructor for class weka.gui.Main.ChildFrameSDI
constructs a new internal frame that knows about its parent.
ChildParent - Class in weka.core.pmml.jaxbbindings
Java class for ChildParent element declaration.
ChildParent() - Constructor for class weka.core.pmml.jaxbbindings.ChildParent
 
childrenValues() - Method in class weka.gui.HierarchyPropertyParser
The value in the children nodes.
chisqDistribution - Static variable in class weka.core.matrix.Maths
Distribution type: chi-squared
chiSquared(double[][], boolean) - Static method in class weka.core.ContingencyTables
Returns chi-squared probability for a given matrix.
chiSquaredProbability(double, double) - 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.
chol() - Method in class weka.core.matrix.Matrix
Cholesky Decomposition
CholeskyDecomposition - Class in weka.core.matrix
Cholesky Decomposition.
CholeskyDecomposition(Matrix) - Constructor for class weka.core.matrix.CholeskyDecomposition
Cholesky algorithm for symmetric and positive definite matrix.
chooseIndex() - Method in class weka.classifiers.rules.part.ClassifierDecList
Method for choosing a subset to expand.
chooseLastIndex() - Method in class weka.classifiers.rules.part.ClassifierDecList
Choose last index (ie.
CISearchAlgorithm - Class in weka.classifiers.bayes.net.search.ci
The CISearchAlgorithm class supports Bayes net structure search algorithms that are based on conditional independence test (as opposed to for example score based of cross validation based search algorithms).
CISearchAlgorithm() - Constructor for class weka.classifiers.bayes.net.search.ci.CISearchAlgorithm
 
CityBlock - Class in weka.core.pmml.jaxbbindings
Java class for cityBlock element declaration.
CityBlock() - Constructor for class weka.core.pmml.jaxbbindings.CityBlock
 
CLASS - Static variable in class weka.core.json.JSONInstances
the class attribute indicator.
CLASS - Static variable in class weka.knowledgeflow.JSONFlowUtils
 
CLASS_GROOVYCLASSLOADER - Static variable in class weka.core.scripting.Groovy
the classname of the Groovy classloader.
CLASS_IS_LAST - Static variable in class weka.core.TestInstances
can be used for settting the class attribute index to last
CLASS_PYTHONINERPRETER - Static variable in class weka.core.scripting.Jython
the classname of the Python interpreter
CLASS_PYTHONOBJECTINPUTSTREAM - Static variable in class weka.core.scripting.Jython
the classname of the Python ObjectInputStream
ClassAssigner - Class in weka.filters.unsupervised.attribute
Filter that can set and unset the class index.
ClassAssigner - Class in weka.gui.beans
Bean that assigns a class attribute to a data set.
ClassAssigner - Class in weka.knowledgeflow.steps
Knowledge Flow step for assigning a class attribute in incoming data
ClassAssigner() - Constructor for class weka.filters.unsupervised.attribute.ClassAssigner
 
ClassAssigner() - Constructor for class weka.gui.beans.ClassAssigner
 
ClassAssigner() - Constructor for class weka.knowledgeflow.steps.ClassAssigner
 
ClassAssignerBeanInfo - Class in weka.gui.beans
BeanInfo class for the class assigner bean
ClassAssignerBeanInfo() - Constructor for class weka.gui.beans.ClassAssignerBeanInfo
 
ClassAssignerCustomizer - Class in weka.gui.beans
GUI customizer for the class assigner bean
ClassAssignerCustomizer() - Constructor for class weka.gui.beans.ClassAssignerCustomizer
 
ClassAssignerStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the ClassAssigner step
ClassAssignerStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.ClassAssignerStepEditorDialog
 
classAttribute() - Method in class weka.core.AbstractInstance
Returns class attribute.
classAttribute() - Method in interface weka.core.Instance
Returns class attribute.
classAttribute() - Method in class weka.core.Instances
Returns the class attribute.
classAttributeNames() - Method in class weka.classifiers.functions.SMO
 
ClassBalancer - Class in weka.filters.supervised.instance
Reweights the instances in the data so that each class has the same total weight.
ClassBalancer() - Constructor for class weka.filters.supervised.instance.ClassBalancer
 
ClassCache - Class in weka.core
A singleton that stores all classes on the classpath.
ClassCache() - Constructor for class weka.core.ClassCache
Initializes the cache.
ClassCache.ClassFileFilter - Class in weka.core
For filtering classes.
ClassCache.DirectoryFilter - Class in weka.core
For filtering classes.
classColumnTipText() - Method in class weka.gui.beans.ClassAssigner
Tool tip text for this property
ClassConditionalProbabilities - Class in weka.filters.supervised.attribute
Converts the values of nominal and/or numeric attributes into class conditional probabilities.
ClassConditionalProbabilities() - Constructor for class weka.filters.supervised.attribute.ClassConditionalProbabilities
 
ClassDiscovery - Class in weka.core
This class is used for discovering classes that implement a certain interface or a derived from a certain class.
ClassDiscovery() - Constructor for class weka.core.ClassDiscovery
 
ClassDiscovery.StringCompare - Class in weka.core
compares two strings.
classDistributionIsPure() - Method in class weka.classifiers.trees.ht.HNode
Returns true if the class distribution is pure
CLASSES_TO_CLUSTERS_EVAL - Enum constant in enum class weka.gui.explorer.ClustererPanel.TestMode
 
ClassFileFilter() - Constructor for class weka.core.ClassCache.ClassFileFilter
 
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.
classFlagTipText() - Method in class weka.datagenerators.ClusterGenerator
Returns the tip text for this property
CLASSIFICATION - Enum constant in enum class weka.core.pmml.jaxbbindings.MININGFUNCTION
 
ClassificationGenerator - Class in weka.datagenerators
Abstract class for data generators for classifiers.
ClassificationGenerator() - Constructor for class weka.datagenerators.ClassificationGenerator
initializes with default values
ClassificationViaRegression - Class in weka.classifiers.meta
Class for doing classification using regression methods.
ClassificationViaRegression() - Constructor for class weka.classifiers.meta.ClassificationViaRegression
Default constructor.
Classifier - Class in weka.gui.beans
Bean that wraps around weka.classifiers
Classifier - Class in weka.knowledgeflow.steps
Step that wraps a Weka classifier.
Classifier - Interface in weka.classifiers
Classifier interface.
Classifier() - Constructor for class weka.gui.beans.Classifier
Creates a new Classifier instance.
Classifier() - Constructor for class weka.knowledgeflow.steps.Classifier
 
CLASSIFIER - Enum constant in enum class weka.Run.SchemeType
 
ClassifierAttributeEval - Class in weka.attributeSelection
ClassifierAttributeEval :

Evaluates the worth of an attribute by using a user-specified classifier.
ClassifierAttributeEval() - Constructor for class weka.attributeSelection.ClassifierAttributeEval
Constructor.
ClassifierBeanInfo - Class in weka.gui.beans
BeanInfo class for the Classifier wrapper bean
ClassifierBeanInfo() - Constructor for class weka.gui.beans.ClassifierBeanInfo
 
ClassifierCustomizer - Class in weka.gui.beans
GUI customizer for the classifier wrapper bean
ClassifierCustomizer() - Constructor for class weka.gui.beans.ClassifierCustomizer
 
ClassifierDecList - Class in weka.classifiers.rules.part
Class for handling a rule (partial tree) for a decision list.
ClassifierDecList(ModelSelection, int) - Constructor for class weka.classifiers.rules.part.ClassifierDecList
Constructor - just calls constructor of class DecList.
ClassifierErrorsPlotInstances - Class in weka.gui.explorer
A class for generating plottable visualization errors.
ClassifierErrorsPlotInstances() - Constructor for class weka.gui.explorer.ClassifierErrorsPlotInstances
 
ClassifierPanel - Class in weka.gui.explorer
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.
ClassifierPanel.TestMode - Enum Class in weka.gui.explorer
 
ClassifierPanelLaunchHandlerPlugin - Interface in weka.gui.explorer
Interface to plugin that can take the current state of the Classifier panel and execute it.
ClassifierPerformanceEvaluator - Class in weka.gui.beans
A bean that evaluates the performance of batch trained classifiers
ClassifierPerformanceEvaluator - Class in weka.knowledgeflow.steps
Step that implements batch classifier evaluation
ClassifierPerformanceEvaluator() - Constructor for class weka.gui.beans.ClassifierPerformanceEvaluator
 
ClassifierPerformanceEvaluator() - Constructor for class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Constructor
ClassifierPerformanceEvaluatorBeanInfo - Class in weka.gui.beans
Bean info class for the classifier performance evaluator
ClassifierPerformanceEvaluatorBeanInfo() - Constructor for class weka.gui.beans.ClassifierPerformanceEvaluatorBeanInfo
 
ClassifierPerformanceEvaluatorCustomizer - Class in weka.gui.beans
GUI customizer for the classifier performance evaluator component
ClassifierPerformanceEvaluatorCustomizer() - Constructor for class weka.gui.beans.ClassifierPerformanceEvaluatorCustomizer
Constructor
ClassifierPerformanceEvaluatorStepEditorDialog - Class in weka.gui.knowledgeflow.steps
GUI step editor dialog for the ClassifierPerformanceEvaluator step
ClassifierPerformanceEvaluatorStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.ClassifierPerformanceEvaluatorStepEditorDialog
Constructor
classifiers() - Method in class weka.classifiers.meta.LogitBoost
Returns the array of classifiers that have been built.
ClassifierSplitEvaluator - Class in weka.experiment
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 in weka.classifiers.trees.j48
Abstract class for classification models that can be used recursively to split the data.
ClassifierSplitModel() - Constructor for class weka.classifiers.trees.j48.ClassifierSplitModel
 
classifiersTipText() - Method in class weka.classifiers.meta.MultiScheme
Returns the tip text for this property
classifiersTipText() - Method in class weka.classifiers.MultipleClassifiersCombiner
Returns the tip text for this property
ClassifierSubsetEval - Class in weka.attributeSelection
Classifier subset evaluator:

Evaluates attribute subsets on training data or a separate hold out testing set.
ClassifierSubsetEval() - Constructor for class weka.attributeSelection.ClassifierSubsetEval
 
classifierTipText() - Method in class weka.attributeSelection.ClassifierAttributeEval
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.classifiers.SingleClassifierEnhancer
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
classifierTipText() - Method in class weka.filters.supervised.attribute.AddClassification
Returns the tip text for this property.
classifierTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the tip text for this property
ClassifierTree - Class in weka.classifiers.trees.j48
Class for handling a tree structure used for classification.
ClassifierTree(ModelSelection) - Constructor for class weka.classifiers.trees.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.AbstractClassifier
Classifies the given test instance.
classifyInstance(Instance) - Method in interface weka.classifiers.Classifier
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.GaussianProcesses
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.LinearRegression
Classifies the given instance using the linear regression function.
classifyInstance(Instance) - Method in class weka.classifiers.functions.SimpleLinearRegression
Generate a prediction for the supplied instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.SMOreg
Classifies the given instance using the linear regression function.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AdditiveRegression
Classify an instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns a predicted class for the test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.Vote
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.misc.InputMappedClassifier
 
classifyInstance(Instance) - Method in class weka.classifiers.rules.OneR
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.rules.part.ClassifierDecList
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.rules.PART
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.rules.part.MakeDecList
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.rules.ZeroR
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.j48.ClassifierTree
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.J48
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.LMT
Classifies an instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Generate a prediction for the supplied instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.M5Base
Calculates a prediction for an instance using a set of rules or an M5 model tree
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.PreConstructedLinearModel
Predicts the class of the supplied instance using the linear model.
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.Rule
Calculates a prediction for an instance using this rule or M5 model tree
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.RuleNode
Classify an instance using this node.
classIndex() - Method in class weka.core.AbstractInstance
Returns the class attribute's index.
classIndex() - Method in interface weka.core.Instance
Returns the class attribute's index.
classIndex() - Method in class weka.core.Instances
Returns the class attribute's index.
classIndexTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
classIndexTipText() - Method in class weka.associations.FilteredAssociator
Returns the tip text for this property
classIndexTipText() - Method in class weka.core.converters.JSONSaver
Returns the tip text for this property.
classIndexTipText() - Method in class weka.core.converters.LibSVMSaver
Returns the tip text for this property
classIndexTipText() - Method in class weka.core.converters.SVMLightSaver
Returns the tip text for this property.
classIndexTipText() - Method in class weka.core.converters.XRFFSaver
Returns the tip text for this property
classIndexTipText() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
Returns the tip text for this property.
classIndexTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the tip text for this property
classIsMissing() - Method in class weka.core.AbstractInstance
Tests if an instance's class is missing.
classIsMissing() - Method in interface weka.core.Instance
Tests if an instance's class is missing.
ClassLabels - Class in weka.core.pmml.jaxbbindings
Java class for ClassLabels element declaration.
ClassLabels() - Constructor for class weka.core.pmml.jaxbbindings.ClassLabels
 
ClassloaderUtil - Class in weka.core
Utility class that can add jar files to the classpath dynamically.
ClassloaderUtil() - Constructor for class weka.core.ClassloaderUtil
 
className(int) - Method in class weka.classifiers.evaluation.ConfusionMatrix
Gets the name of one of the classes.
classNameTipText() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns the tip text for this property
ClassOrder - Class in weka.filters.supervised.attribute
Changes the order of the classes so that the class values are no longer of in the order specified in the header.
ClassOrder() - Constructor for class weka.filters.supervised.attribute.ClassOrder
 
classOrderTipText() - Method in class weka.filters.supervised.attribute.ClassOrder
Returns the tip text for this property
ClassPanel - Class in weka.gui.visualize
This panel displays coloured labels for nominal attributes and a spectrum for numeric attributes.
ClassPanel() - Constructor for class weka.gui.visualize.ClassPanel
 
ClassPanel(Color) - Constructor for class weka.gui.visualize.ClassPanel
 
classProb(int, Instance, int) - Method in class weka.classifiers.trees.j48.BinC45Split
Gets class probability for instance.
classProb(int, Instance, int) - Method in class weka.classifiers.trees.j48.C45Split
Gets class probability for instance.
classProb(int, Instance, int) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Gets class probability for instance.
classProb(int, Instance, int) - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Return the probability for a class value
classProb(int, Instance, int) - Method in class weka.classifiers.trees.j48.NBTreeSplit
Return the probability for a class value
classProbLaplace(int, Instance, int) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Gets class probability for instance.
ClassRunner(SimpleCLIPanel, Class<?>, String[]) - Constructor for class weka.gui.SimpleCLIPanel.ClassRunner
Sets up the class runner thread.
classValue() - Method in class weka.core.AbstractInstance
Returns an instance's class value in internal format.
classValue() - Method in interface weka.core.Instance
Returns an instance's class value as a floating-point number.
classValueIndexTipText() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the tip text for this property
ClassValuePicker - Class in weka.gui.beans
 
ClassValuePicker - Class in weka.knowledgeflow.steps
Step that allows the selection of the class label that is to be considered as the "positive" class when computing threshold curves.
ClassValuePicker() - Constructor for class weka.gui.beans.ClassValuePicker
 
ClassValuePicker() - Constructor for class weka.knowledgeflow.steps.ClassValuePicker
 
ClassValuePickerBeanInfo - Class in weka.gui.beans
BeanInfo class for the class value picker bean
ClassValuePickerBeanInfo() - Constructor for class weka.gui.beans.ClassValuePickerBeanInfo
 
ClassValuePickerCustomizer - Class in weka.gui.beans
 
ClassValuePickerCustomizer() - Constructor for class weka.gui.beans.ClassValuePickerCustomizer
 
ClassValuePickerStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Editor dialog for the ClassValuePicker step.
ClassValuePickerStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.ClassValuePickerStepEditorDialog
 
clean() - Method in class weka.attributeSelection.ASEvaluation
Tells the evaluator that the attribute selection process is complete.
clean() - Method in class weka.attributeSelection.CfsSubsetEval
 
clean() - Method in class weka.attributeSelection.WrapperSubsetEval
 
clean() - Method in class weka.classifiers.functions.supportVector.CachedKernel
Frees the cache used by the kernel.
clean() - Method in class weka.classifiers.functions.supportVector.Kernel
Frees the memory used by the kernel.
clean() - Method in class weka.classifiers.functions.supportVector.NormalizedPolyKernel
Frees the cache used by the kernel.
clean() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Frees the memory used by the kernel.
clean() - Method in class weka.classifiers.functions.supportVector.StringKernel
Frees the memory used by the kernel.
clean() - Method in interface weka.core.DistanceFunction
Free any references to training instances
clean() - Method in class weka.core.FilteredDistance
Free any references to training instances
clean() - Method in class weka.core.NormalizableDistance
 
cleanup() - Method in class weka.classifiers.trees.j48.BinC45ModelSelection
Sets reference to training data to null.
cleanup() - Method in class weka.classifiers.trees.j48.C45ModelSelection
Sets reference to training data to null.
cleanup() - Method in class weka.classifiers.trees.j48.NBTreeModelSelection
Sets reference to training data to null.
cleanup() - Method in class weka.classifiers.trees.lmt.LogisticBase
Cleanup in order to save memory.
cleanup() - Method in class weka.classifiers.trees.lmt.ResidualModelSelection
Method not in use
cleanup(Instances) - Method in class weka.classifiers.rules.part.ClassifierDecList
Cleanup in order to save memory.
cleanup(Instances) - Method in class weka.classifiers.trees.j48.ClassifierTree
Cleanup in order to save memory.
cleanUp() - Method in class weka.classifiers.rules.RuleStats
Frees up memory after classifier has been built.
cleanUp() - Method in class weka.clusterers.Canopy
Save memory
cleanUp() - Method in class weka.gui.explorer.AbstractPlotInstances
For freeing up memory.
cleanUp() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
For freeing up memory.
cleanUp() - Method in class weka.gui.explorer.ClustererAssignmentsPlotInstances
For freeing up memory.
cleanUp(String) - Static method in class weka.core.ClassCache
Fixes the classname, turns "/" and "\" into "." and removes ".class".
cleanUp(Instances) - Method in class weka.classifiers.rules.JRip.RipperRule
Removes redundant tests in the rule.
cleanUpAfterSwitch() - Method in class weka.gui.experiment.AbstractSetupPanel
Hook method for cleaning up the interface after a switch.
cleanUpAfterSwitch() - Method in class weka.gui.experiment.SetupPanel
Hook method for cleaning up the interface after a switch.
cleanUpAfterSwitch() - Method in class weka.gui.experiment.SimpleSetupPanel
Hook method for cleaning up the interface after a switch.
clear() - Method in class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Clears this hashtable so that it contains no keys.
clear() - Method in class weka.classifiers.xml.XMLClassifier
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-Methods
clear() - Method in class weka.core.neighboursearch.covertrees.Stack
Removes all the elements from the stack.
clear() - Method in class weka.core.ProtectedProperties
Overrides a method to prevent the properties from being modified.
clear() - Method in class weka.core.Stopwords
removes all stopwords
clear() - Method in class weka.core.Tee
removes all streams and places the default printstream, if any, again in the list.
clear() - Method in class weka.core.Trie
Removes all of the elements from this collection
clear() - Method in class weka.core.xml.MethodHandler
removes all mappings
clear() - Method in class weka.core.xml.XMLBasicSerialization
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-Methods
clear() - Method in class weka.core.xml.XMLDocument
sets up an empty DOM document, with the current DOCTYPE and root node.
clear() - Method in class weka.core.xml.XMLSerialization
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-Methods
clear() - Method in class weka.core.xml.XMLSerializationMethodHandler
removes all current methods and adds the methods according to the
clear() - Method in class weka.experiment.ResultMatrix
removes the stored data and the ordering, but retains the dimensions of the matrix.
clear() - Method in class weka.experiment.ResultMatrixCSV
removes the stored data but retains the dimensions of the matrix.
clear() - Method in class weka.experiment.ResultMatrixGnuPlot
removes the stored data but retains the dimensions of the matrix.
clear() - Method in class weka.experiment.ResultMatrixLatex
removes the stored data but retains the dimensions of the matrix.
clear() - Method in class weka.experiment.xml.XMLExperiment
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-Methods
clear() - Method in class weka.gui.beans.xml.XMLBeans
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-Methods
clear() - Method in class weka.gui.GenericObjectEditorHistory
Clears the history.
clear() - Method in class weka.gui.LogWindow
clears the output
clear() - Method in class weka.gui.sql.ConnectionPanel
sets the parameters back to standard.
clear() - Method in class weka.gui.sql.InfoPanel
clears the content of the panel
clear() - Method in class weka.gui.sql.QueryPanel
clears the textarea.
clear() - Method in class weka.gui.sql.ResultPanel
sets the parameters back to standard
clear() - Method in class weka.gui.sql.SqlViewer
calls the clear method of all sub-panels to set back to default values and free up memory.
clearAllConnections() - Method in class weka.knowledgeflow.StepManagerImpl
Clear all connections to/from the step managed by this manager.
clearAllStepOutputListeners() - Method in class weka.knowledgeflow.StepManagerImpl
Clear all registered StepOutputListeners
clearAttributeSpecs() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Clear the list of attribute specifications
clearCache() - Static method in class weka.core.ClassDiscovery
clears the cache for class/classnames queries.
clearClassCache() - Static method in class weka.core.ClassDiscovery
Calls clearCache() and resets the cache of classes on the classpath (i.e.
clearDesignPaletteSelection() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Clear the current selection in the design palette
clearHeader() - Method in class weka.experiment.ResultMatrix
removes all the header information.
clearLayout() - Method in class weka.gui.beans.KnowledgeFlowApp
 
clearPayload() - Method in class weka.knowledgeflow.Data
Clear all payload elements from this Data object
clearPlotData() - Method in class weka.knowledgeflow.steps.DataVisualizer
 
clearPlotData() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Clear all plot data (both onscreen and offscreen)
clearRanking() - Method in class weka.experiment.ResultMatrix
clears the currently stored ranking data.
clearRect(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw a filled rectangle with the background color.
clearResultData() - Method in class weka.knowledgeflow.JobEnvironment
 
clearResults() - Method in class weka.gui.ResultHistoryPanel
Removes all of the result buffers from the history.
clearSearch() - Method in class weka.gui.arffviewer.ArffPanel
clears the search, i.e.
clearSearch() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
clears the search, i.e.
clearStatus() - Method in class weka.gui.beans.LogPanel
Clear the status area.
clearStepOutputListeners(String) - Method in class weka.knowledgeflow.StepManagerImpl
Clear all the StepOutputListeners that are registered to receive the supplied connection type.
clearStepProperties() - Method in class weka.knowledgeflow.JobEnvironment
Clear all step properties
clearSummary() - Method in class weka.experiment.ResultMatrix
clears the current summary data.
clearUndo() - Method in interface weka.core.Undoable
removes the undo history
clearUndo() - Method in class weka.gui.arffviewer.ArffPanel
removes the undo history
clearUndo() - Method in class weka.gui.arffviewer.ArffSortedTableModel
removes the undo history
clearUndo() - Method in class weka.gui.arffviewer.ArffTableModel
removes the undo history
clearUndoStack() - Method in class weka.classifiers.bayes.net.EditableBayesNet
remove all actions from the undo stack
clip(Shape) - Method in class weka.gui.visualize.PostscriptGraphics
 
clipRect(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
Clock() - Constructor for class weka.core.Debug.Clock
automatically starts the clock with FORMAT_SECONDS format and CPU time if available
Clock(boolean) - Constructor for class weka.core.Debug.Clock
starts the clock depending on start immediately with the FORMAT_SECONDS output format and CPU time if available
Clock(boolean, int) - Constructor for class weka.core.Debug.Clock
starts the clock depending on start immediately, using CPU time if available
Clock(int) - Constructor for class weka.core.Debug.Clock
automatically starts the clock with the given output format and CPU time if available
CLOGLOG - Enum constant in enum class weka.core.pmml.jaxbbindings.CUMULATIVELINKFUNCTION
 
CLOGLOG - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
CLOGLOG - Enum constant in enum class weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
 
clone() - Method in class weka.classifiers.evaluation.ConfusionMatrix
Creates and returns a clone of this object.
clone() - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Allows to clone a model (shallow copy).
clone() - Method in class weka.classifiers.trees.j48.Distribution
Clones distribution (Deep copy of distribution).
clone() - Method in class weka.core.AlgVector
Creates and returns a clone of this object.
clone() - Method in class weka.core.Capabilities
Creates and returns a copy of this object.
clone() - Method in class weka.core.Matrix
Deprecated.
Creates and returns a clone of this object.
clone() - Method in class weka.core.matrix.DoubleVector
Clones the DoubleVector object.
clone() - Method in class weka.core.matrix.IntVector
Clones the IntVector object.
clone() - Method in class weka.core.matrix.Matrix
Clone the Matrix object.
clone() - Method in class weka.core.packageManagement.DefaultPackage
Clone this package.
clone() - Method in class weka.core.packageManagement.Package
 
clone() - Method in class weka.core.PropertyPath.PathElement
returns a clone of the current object
clone() - Method in class weka.core.TestInstances
creates a clone of the current object
clone() - Method in class weka.core.Trie
returns a deep copy of itself
clone() - Method in class weka.core.Trie.TrieNode
creates a deep copy of itself
clone(Estimator) - Static method in class weka.estimators.Estimator
Creates a deep copy of the given estimator using serialization.
close() - Method in class weka.experiment.DatabaseUtils
closes the m_PreparedStatement to avoid memory leaks.
close() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
closes the window, i.e., if the parent is not null and implements the WindowListener interface it calls the windowClosing method
close() - Method in class weka.gui.LogWindow
closes the frame
close(ResultSet) - Method in class weka.experiment.DatabaseUtils
closes the ResultSet and the statement that generated the ResultSet to avoid memory leaks in JDBC drivers - in contrast to the JDBC specs, a lot of JDBC drives don't clean up correctly.
CloseableTabTitle - Class in weka.gui
Tab title widget that allows the user to click a little cross in order to close the tab
CloseableTabTitle(JTabbedPane, String, CloseableTabTitle.ClosingCallback) - Constructor for class weka.gui.CloseableTabTitle
Constructor.
CloseableTabTitle.ClosingCallback - Interface in weka.gui
Interface for a callback for notification of a tab's close widget being clicked
closeAllFiles() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
closes all open files
closeAllTabs() - Method in class weka.gui.beans.KnowledgeFlowApp
 
closeAllTabs() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Close all the open tabs
CLOSEDCLOSED - Enum constant in enum class weka.core.pmml.FieldMetaInfo.Interval.Closure
 
CLOSEDOPEN - Enum constant in enum class weka.core.pmml.FieldMetaInfo.Interval.Closure
 
closeFile() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
closes the current tab
closeFile(boolean) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
closes the current tab
closeFrame() - Method in class weka.gui.SetInstancesPanel
closes the frame, i.e., the visibility is set to false.
closePressed() - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
Called when the close button is pressed.
closePressed() - Method in class weka.gui.knowledgeflow.steps.BoundaryPlotterInteractiveView
Called when the viewer's window is closed
closePressed() - Method in class weka.gui.knowledgeflow.steps.StripChartInteractiveView
Called when the close button is pressed
closePressed() - Method in class weka.gui.knowledgeflow.steps.TextViewerInteractiveView
Called when the close button is pressed
closestPoint(Instance, Instances, int[]) - Method in class weka.core.EuclideanDistance
Returns the index of the closest point to the current instance.
closeToDefaultTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
closeToTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
closeToToleranceTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
closing() - Method in interface weka.gui.knowledgeflow.StepEditorDialog.ClosingListener
 
closingCancel() - Method in interface weka.gui.beans.GOECustomizer
Gets called when the customizer is closing under a CANCEL condition
closingCancel() - Method in class weka.gui.filters.AddUserFieldsCustomizer
Actions to perform when the user has closed the dialog with the Cancel button
closingCancel() - Method in class weka.gui.PropertySheetPanel
Pass on a CANCEL closing notificiation to the customizer (if one is in use).
closingOK() - Method in interface weka.gui.beans.GOECustomizer
Gets called when the customizer is closing under an OK condition
closingOK() - Method in class weka.gui.filters.AddUserFieldsCustomizer
Actions to perform when the user has closed the dialog with the OK button.
closingOK() - Method in class weka.gui.PropertySheetPanel
Pass on an OK closing notification to the customizer (if one is in use)
Cls - Class in weka.gui.simplecli
Clears the output area.
Cls() - Constructor for class weka.gui.simplecli.Cls
 
Cluster - Class in weka.core.pmml.jaxbbindings
Java class for Cluster element declaration.
Cluster() - Constructor for class weka.core.pmml.jaxbbindings.Cluster
 
CLUSTER_AFFINITY - Enum constant in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
CLUSTER_ID - Enum constant in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
ClusterDefinition - Class in weka.datagenerators
Ancestor to all ClusterDefinitions, i.e., subclasses that handle their own parameters that the cluster generator only passes on.
ClusterDefinition() - Constructor for class weka.datagenerators.ClusterDefinition
initializes the cluster, without a parent cluster (necessary for GOE)
ClusterDefinition(ClusterGenerator) - Constructor for class weka.datagenerators.ClusterDefinition
initializes the cluster by setting the parent and the defaults
clusterDefinitionsTipText() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns the tip text for this property
Clusterer - Class in weka.gui.beans
Bean that wraps around weka.clusterers
Clusterer - Class in weka.knowledgeflow.steps
Step that wraps a Weka clusterer.
Clusterer - Interface in weka.clusterers
Interface for clusterers.
Clusterer() - Constructor for class weka.gui.beans.Clusterer
Creates a new Clusterer instance.
Clusterer() - Constructor for class weka.knowledgeflow.steps.Clusterer
 
CLUSTERER - Enum constant in enum class weka.Run.SchemeType
 
ClustererAssignmentsPlotInstances - Class in weka.gui.explorer
A class for generating plottable cluster assignments.
ClustererAssignmentsPlotInstances() - Constructor for class weka.gui.explorer.ClustererAssignmentsPlotInstances
 
ClustererBeanInfo - Class in weka.gui.beans
BeanInfo class for the Clusterer wrapper bean
ClustererBeanInfo() - Constructor for class weka.gui.beans.ClustererBeanInfo
 
ClustererCustomizer - Class in weka.gui.beans
GUI customizer for the Clusterer wrapper bean
ClustererCustomizer() - Constructor for class weka.gui.beans.ClustererCustomizer
 
ClustererPanel - Class in weka.gui.explorer
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
ClustererPanel.TestMode - Enum Class in weka.gui.explorer
 
ClustererPanelLaunchHandlerPlugin - Interface in weka.gui.explorer
Interface to plugin that can take the current state of the Clusterer panel and execute it.
ClustererPerformanceEvaluator - Class in weka.gui.beans
A bean that evaluates the performance of batch trained clusterers
ClustererPerformanceEvaluator - Class in weka.knowledgeflow.steps
A step that evaluates the performance of batch trained clusterers
ClustererPerformanceEvaluator() - Constructor for class weka.gui.beans.ClustererPerformanceEvaluator
 
ClustererPerformanceEvaluator() - Constructor for class weka.knowledgeflow.steps.ClustererPerformanceEvaluator
 
ClustererPerformanceEvaluatorBeanInfo - Class in weka.gui.beans
Bean info class for the clusterer performance evaluator
ClustererPerformanceEvaluatorBeanInfo() - Constructor for class weka.gui.beans.ClustererPerformanceEvaluatorBeanInfo
 
clustererTipText() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns the tip text for this property
clustererTipText() - Method in class weka.clusterers.SingleClustererEnhancer
Returns the tip text for this property
clustererTipText() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Returns the tip text for this property
clustererTipText() - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns the tip text for this property.
ClusterEvaluation - Class in weka.clusterers
Class for evaluating clustering models.
ClusterEvaluation() - Constructor for class weka.clusterers.ClusterEvaluation
Constructor.
ClusterGenerator - Class in weka.datagenerators
Abstract class for cluster data generators.
ClusterGenerator() - Constructor for class weka.datagenerators.ClusterGenerator
initializes the generator
CLUSTERING - Enum constant in enum class weka.core.pmml.jaxbbindings.MININGFUNCTION
 
ClusteringField - Class in weka.core.pmml.jaxbbindings
Java class for ClusteringField element declaration.
ClusteringField() - Constructor for class weka.core.pmml.jaxbbindings.ClusteringField
 
ClusteringModel - Class in weka.core.pmml.jaxbbindings
Java class for ClusteringModel element declaration.
ClusteringModel() - Constructor for class weka.core.pmml.jaxbbindings.ClusteringModel
 
ClusteringModelQuality - Class in weka.core.pmml.jaxbbindings
Java class for ClusteringModelQuality element declaration.
ClusteringModelQuality() - Constructor for class weka.core.pmml.jaxbbindings.ClusteringModelQuality
 
clusterInstance(Instance) - Method in class weka.clusterers.AbstractClusterer
Classifies a given instance.
clusterInstance(Instance) - Method in interface weka.clusterers.Clusterer
Classifies a given instance.
clusterInstance(Instance) - Method in class weka.clusterers.Cobweb
Classifies a given instance.
clusterInstance(Instance) - Method in class weka.clusterers.FarthestFirst
Classifies a given instance.
clusterInstance(Instance) - Method in class weka.clusterers.HierarchicalClusterer
 
clusterInstance(Instance) - Method in class weka.clusterers.SimpleKMeans
Classifies a given instance.
ClusterMembership - Class in weka.filters.unsupervised.attribute
A filter that uses a density-based clusterer to generate cluster membership values; filtered instances are composed of these values plus the class attribute (if set in the input data).
ClusterMembership() - Constructor for class weka.filters.unsupervised.attribute.ClusterMembership
 
clusterPriors() - Method in class weka.clusterers.AbstractDensityBasedClusterer
Returns the prior probability of each cluster.
clusterPriors() - Method in interface weka.clusterers.DensityBasedClusterer
Returns the prior probability of each cluster.
clusterPriors() - Method in class weka.clusterers.EM
Returns the cluster priors.
clusterPriors() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns the cluster priors.
clusterResultsToString() - Method in class weka.clusterers.ClusterEvaluation
return the results of clustering.
clusterSubTypeTipText() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns the tip text for this property
clusterTypeTipText() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns the tip text for this property
CNode(int) - Constructor for class weka.clusterers.Cobweb.CNode
Creates an empty CNode instance.
CNode(int, Instance) - Constructor for class weka.clusterers.Cobweb.CNode
Creates a new leaf CNode instance.
Cobweb - Class in weka.clusterers
Class implementing the Cobweb and Classit clustering algorithms.

Note: the application of node operators (merging, splitting etc.) in terms of ordering and priority differs (and is somewhat ambiguous) between the original Cobweb and Classit papers.
Cobweb() - Constructor for class weka.clusterers.Cobweb
default constructor
Cobweb.CNode - Class in weka.clusterers
Inner class handling node operations for 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.trees.j48.C45Split
Returns coding cost for split (used in rule learner).
codingCost() - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Returns coding costs of model.
Coefficient - Class in weka.core.pmml.jaxbbindings
Java class for Coefficient element declaration.
Coefficient() - Constructor for class weka.core.pmml.jaxbbindings.Coefficient
 
coefficients() - Method in class weka.classifiers.functions.LinearRegression
Returns the coefficients for this linear model.
coefficients() - Method in class weka.classifiers.functions.Logistic
Returns the coefficients for this logistic model.
coefficients() - Method in class weka.classifiers.trees.m5.PreConstructedLinearModel
Return the array of coefficients
Coefficients - Class in weka.core.pmml.jaxbbindings
Java class for Coefficients element declaration.
Coefficients() - Constructor for class weka.core.pmml.jaxbbindings.Coefficients
 
COEFFICIENTS - Enum constant in enum class weka.core.pmml.jaxbbindings.SVMREPRESENTATION
 
collapse() - Method in class weka.classifiers.trees.j48.C45PruneableClassifierTree
Collapses a tree to a node if training error doesn't increase.
collapseTreeTipText() - Method in class weka.classifiers.trees.J48
Returns the tip text for this property
colNameWidthTipText() - Method in class weka.experiment.ResultMatrix
Returns the tip text for this property.
COLON - Static variable in interface weka.core.json.sym
 
COLOR_STDERR - Static variable in class weka.gui.LogWindow
the Color of the style for stderr
COLOR_STDOUT - Static variable in class weka.gui.LogWindow
the color of the style for stdout
ColorEditor - Class in weka.gui
A property editor for colors that uses JColorChooser as the underlying editor.
ColorEditor() - Constructor for class weka.gui.ColorEditor
 
Colors - Class in weka.gui.treevisualizer
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
 
combinationRuleTipText() - Method in class weka.classifiers.meta.Vote
Returns the tip text for this property
combinedDL(double, double) - Method in class weka.classifiers.rules.RuleStats
Compute the combined DL of the ruleset in this class, i.e.
combSort11(double[], int[]) - Static method in class weka.core.neighboursearch.NearestNeighbourSearch
sorts the two given arrays.
COMMA - Static variable in interface weka.core.expressionlanguage.parser.sym
 
COMMA - Static variable in interface weka.core.json.sym
 
COMMANDLINE - Enum constant in enum class weka.Run.SchemeType
 
CommandlineCompletion() - Constructor for class weka.gui.SimpleCLIPanel.CommandlineCompletion
default constructor.
commandLineParamIsFlag() - Element in annotation interface weka.core.OptionMetadata
True if the command line version of this parameter is a flag (i.e.
commandLineParamName() - Element in annotation interface weka.core.OptionMetadata
The name of the command line version of this parameter (without leading -).
commandLineParamSynopsis() - Element in annotation interface weka.core.OptionMetadata
The synopsis to display on in the command line help for this parameter (e.g.
CommandlineRunnable - Interface in weka.core
Interface to something that can be run from the command line.
Comment - Enum constant in enum class weka.gui.scripting.SyntaxDocument.ATTR_TYPE
a comment.
compactify() - Method in class weka.core.Instances
Compactifies the set of instances.
compare(String, String) - Method in class weka.core.ClassDiscovery.StringCompare
Compares its two arguments for order.
compare(String, String) - Static method in class weka.core.packageManagement.VersionPackageConstraint
Returns a VersionComparison that represents the comparison between the supplied version 1 and version 2.
compare(String, String) - Method in class weka.filters.unsupervised.attribute.SortLabels.CaseInsensitiveComparator
compares the two strings, returns -1 if o1 is smaller than o2, 0 if equal and +1 if greater.
compare(String, String) - Method in class weka.filters.unsupervised.attribute.SortLabels.CaseSensitiveComparator
compares the two strings, returns -1 if o1 is smaller than o2, 0 if equal and +1 if greater.
compare(Instance, Instance) - Method in class weka.core.InstanceComparator
compares the two instances, returns -1 if o1 is smaller than o2, 0 if equal and +1 if greater.
compare(Sorter.InstanceHolder, Sorter.InstanceHolder) - Method in class weka.knowledgeflow.steps.Sorter.SortRule
Compare two instances according to the rule
COMPAREFUNCTION - Enum Class in weka.core.pmml.jaxbbindings
Java class for COMPARE-FUNCTION.
compareTo(String) - Method in class weka.core.Version
checks the version of this class against the given version-string
compareTo(AssociationRule) - Method in class weka.associations.AssociationRule
Compare this rule to the supplied rule.
compareTo(Item) - Method in class weka.associations.Item
Ensures that items will be sorted in descending order of frequency.
compareTo(SplitCandidate) - Method in class weka.classifiers.trees.ht.SplitCandidate
 
compareTo(AttributeLocator) - Method in class weka.core.AttributeLocator
Compares this object with the specified object for order.
compareTo(AbstractSetupPanel) - Method in class weka.gui.experiment.AbstractSetupPanel
Uses the name for comparison.
compareTo(AbstractCommand) - Method in class weka.gui.simplecli.AbstractCommand
Performs comparison just on the name.
compareTo(SortedTableModel.SortContainer) - Method in class weka.gui.SortedTableModel.SortContainer
Compares this object with the specified object for order.
ComparisonMeasure - Class in weka.core.pmml.jaxbbindings
Java class for ComparisonMeasure element declaration.
ComparisonMeasure() - Constructor for class weka.core.pmml.jaxbbindings.ComparisonMeasure
 
Comparisons - Class in weka.core.pmml.jaxbbindings
Java class for Comparisons element declaration.
Comparisons() - Constructor for class weka.core.pmml.jaxbbindings.Comparisons
 
ComponentHelper - Class in weka.gui
A helper class for some common tasks with Dialogs, Icons, etc.
ComponentHelper() - Constructor for class weka.gui.ComponentHelper
 
componentHidden(ComponentEvent) - Method in class weka.gui.hierarchyvisualizer.HierarchyVisualizer
 
componentMoved(ComponentEvent) - Method in class weka.gui.hierarchyvisualizer.HierarchyVisualizer
 
componentResized(ComponentEvent) - Method in class weka.gui.hierarchyvisualizer.HierarchyVisualizer
 
componentShown(ComponentEvent) - Method in class weka.gui.hierarchyvisualizer.HierarchyVisualizer
 
CompoundPredicate - Class in weka.core.pmml.jaxbbindings
Java class for CompoundPredicate element declaration.
CompoundPredicate() - Constructor for class weka.core.pmml.jaxbbindings.CompoundPredicate
 
CompoundRule - Class in weka.core.pmml.jaxbbindings
Java class for CompoundRule element declaration.
CompoundRule() - Constructor for class weka.core.pmml.jaxbbindings.CompoundRule
 
compressOutputTipText() - Method in class weka.core.converters.ArffSaver
Returns the tip text for this property
compressOutputTipText() - Method in class weka.core.converters.JSONSaver
Returns the tip text for this property.
compressOutputTipText() - Method in class weka.core.converters.XRFFSaver
Returns the tip text for this property
Compute - Interface in weka.experiment
Interface to something that can accept remote connections and execute a task.
computeAttributeImportanceTipText() - Method in class weka.classifiers.trees.RandomForest
Returns the tip text for this property
computeAverageImpurityDecreasePerAttribute(double[]) - Method in class weka.classifiers.trees.RandomForest
Computes the average impurity decrease per attribute over the trees
computeMinMaxAtts() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Set up the bounds of our graphic based by finding the smallest reasonable area in the instance space to surround our data points.
CON_AUX_DATA_BATCH_ASSOCIATION_RULES - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_CHART_DATA_POINT - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_CHART_LEGEND - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_CHART_MAX - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_CHART_MIN - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_CLASS_ATTRIBUTE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_ENVIRONMENT_PROPERTIES - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_ENVIRONMENT_RESULTS - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_ENVIRONMENT_VARIABLES - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_GRAPH_TITLE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_GRAPH_TYPE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_INCREMENTAL_STREAM_END - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_INSTANCE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_IS_INCREMENTAL - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_LABEL - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_MAX_SET_NUM - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_PRIMARY_PAYLOAD_NOT_THREAD_SAFE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_SET_NUM - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_TEST_INSTANCE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_TESTSET - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_TEXT_TITLE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_AUX_DATA_TRAININGSET - Static variable in interface weka.knowledgeflow.StepManager
 
CON_BATCH_ASSOCIATOR - Static variable in interface weka.knowledgeflow.StepManager
 
CON_BATCH_CLASSIFIER - Static variable in interface weka.knowledgeflow.StepManager
 
CON_BATCH_CLUSTERER - Static variable in interface weka.knowledgeflow.StepManager
 
CON_CHART - Static variable in interface weka.knowledgeflow.StepManager
 
CON_DATASET - Static variable in interface weka.knowledgeflow.StepManager
 
CON_ENVIRONMENT - Static variable in interface weka.knowledgeflow.StepManager
 
CON_GRAPH - Static variable in interface weka.knowledgeflow.StepManager
 
CON_IMAGE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_INCREMENTAL_CLASSIFIER - Static variable in interface weka.knowledgeflow.StepManager
 
CON_INCREMENTAL_CLUSTERER - Static variable in interface weka.knowledgeflow.StepManager
 
CON_INFO - Static variable in interface weka.knowledgeflow.StepManager
 
CON_INSTANCE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_JOB_FAILURE - Static variable in interface weka.knowledgeflow.StepManager
 
CON_JOB_SUCCESS - Static variable in interface weka.knowledgeflow.StepManager
 
CON_TESTSET - Static variable in interface weka.knowledgeflow.StepManager
 
CON_TEXT - Static variable in interface weka.knowledgeflow.StepManager
 
CON_THRESHOLD_DATA - Static variable in interface weka.knowledgeflow.StepManager
 
CON_TRAININGSET - Static variable in interface weka.knowledgeflow.StepManager
 
CON_VISUALIZABLE_ERROR - Static variable in interface weka.knowledgeflow.StepManager
 
Con1 - Class in weka.core.pmml.jaxbbindings
Java class for Con element declaration.
Con1() - Constructor for class weka.core.pmml.jaxbbindings.Con1
 
cond() - Method in class weka.core.matrix.Matrix
Matrix condition (2 norm)
cond() - Method in class weka.core.matrix.SingularValueDecomposition
Two norm condition number
ConditionalDensityEstimator - Interface in weka.classifiers
Interface for numeric prediction schemes that can output conditional density estimates.
ConditionalEstimator - Interface in weka.estimators
Interface for conditional probability estimators.
ConditionalSufficientStats - Class in weka.classifiers.trees.ht
Records sufficient stats for an attribute
ConditionalSufficientStats() - Constructor for class weka.classifiers.trees.ht.ConditionalSufficientStats
 
conditionForBranch(String) - Method in class weka.classifiers.trees.ht.Split
Returns the condition for the supplied branch name
conditionForBranch(String) - Method in class weka.classifiers.trees.ht.UnivariateNominalMultiwaySplit
 
conditionForBranch(String) - Method in class weka.classifiers.trees.ht.UnivariateNumericBinarySplit
 
CONFERENCE - Enum constant in enum class weka.core.TechnicalInformation.Type
The same as inproceedings.
CONFIDENCE - Enum constant in enum class weka.associations.DefaultAssociationRule.METRIC_TYPE
 
CONFIDENCE - Enum constant in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
confidenceFactorTipText() - Method in class weka.classifiers.rules.PART
Returns the tip text for this property
confidenceFactorTipText() - Method in class weka.classifiers.trees.J48
Returns the tip text for this property
confidenceForRule(AprioriItemSet, AprioriItemSet) - Static method in class weka.associations.AprioriItemSet
Outputs the confidence for a rule.
CONFIG - Static variable in class weka.core.Debug
the log level Vonfig
ConfigurationEvent - Class in weka.gui.beans
Matching event for ConfigurationListener.
ConfigurationEvent(Object) - Constructor for class weka.gui.beans.ConfigurationEvent
 
ConfigurationListener - Interface in weka.gui.beans
Matching listener for ConfigurationEvent.
ConfigurationProducer - Interface in weka.gui.beans
Marker interface for components that can share their configuration.
configureRangeFromRangeStringOrAttributeNameList(Instances, String) - Static method in class weka.core.Utils
Returns a configured Range object given a 1-based range index string (such as 1-20,35,last) or a comma-separated list of attribute names.
confusionMatrix() - Method in class weka.classifiers.Evaluation
Returns a copy of the confusion matrix.
confusionMatrix() - Method in class weka.classifiers.evaluation.Evaluation
Returns a copy of the confusion matrix.
ConfusionMatrix - Class in weka.classifiers.evaluation
Cells of this matrix correspond to counts of the number (or weight) of predictions for each actual value / predicted value combination.
ConfusionMatrix - Class in weka.core.pmml.jaxbbindings
Java class for ConfusionMatrix element declaration.
ConfusionMatrix() - Constructor for class weka.core.pmml.jaxbbindings.ConfusionMatrix
 
ConfusionMatrix(String[]) - Constructor for class weka.classifiers.evaluation.ConfusionMatrix
Creates the confusion matrix with the given class names.
ConjugateGradientOptimization - Class in weka.core
This subclass of Optimization.java implements conjugate gradient descent rather than BFGS updates, by overriding findArgmin(), with the same tests for convergence, and applies the same line search code.
ConjugateGradientOptimization() - Constructor for class weka.core.ConjugateGradientOptimization
Constructor that sets MAXITS to 2000 by default and the parameter in the second weak Wolfe condition to 0.1.
connect(NeuralConnection, NeuralConnection) - Static method in class weka.classifiers.functions.neural.NeuralConnection
Connects two units together.
CONNECT - Static variable in class weka.gui.sql.event.ConnectionEvent
it was a connect try
CONNECTED - Static variable in class weka.classifiers.functions.neural.NeuralConnection
This flag is set once the unit has a connection.
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.AbstractDataSink
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.AbstractEvaluator
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.AbstractTestSetProducer
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.AbstractTrainingSetProducer
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Appender
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Associator
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in interface weka.gui.beans.BeanCommon
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.ClassAssigner
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Classifier
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.ClassValuePicker
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Clusterer
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.CostBenefitAnalysis
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.DataVisualizer
Returns true if, at this time, the object will accept a connection via the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Filter
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.FlowByExpression
 
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.ImageSaver
 
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.ImageViewer
 
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Join
Returns true if the named connection can be made at this time
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Loader
Returns true if, at this time, the object will accept a connection via the supplied EventSetDescriptor.
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.MetaBean
Returns true if, at this time, the object will accept a connection with respect to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.ModelPerformanceChart
Returns true if, at this time, the object will accept a connection via the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.PredictionAppender
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.SerializedModelSaver
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor.
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Sorter
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.StripChart
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.SubstringLabeler
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.SubstringReplacer
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.TextSaver
 
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.TextViewer
Returns true if, at this time, the object will accept a connection via the supplied EventSetDescriptor
connectionAllowed(String) - Method in class weka.gui.beans.AbstractDataSink
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.AbstractEvaluator
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.AbstractTestSetProducer
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.AbstractTrainingSetProducer
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.Appender
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.Associator
Returns true if, at this time, the object will accept a connection with respect to the named event
connectionAllowed(String) - Method in interface weka.gui.beans.BeanCommon
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.ClassAssigner
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.Classifier
Returns true if, at this time, the object will accept a connection with respect to the named event
connectionAllowed(String) - Method in class weka.gui.beans.ClassValuePicker
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.Clusterer
Returns true if, at this time, the object will accept a connection with respect to the named event
connectionAllowed(String) - Method in class weka.gui.beans.CostBenefitAnalysis
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.DataVisualizer
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.Filter
Returns true if, at this time, the object will accept a connection with respect to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.FlowByExpression
 
connectionAllowed(String) - Method in class weka.gui.beans.ImageSaver
 
connectionAllowed(String) - Method in class weka.gui.beans.ImageViewer
 
connectionAllowed(String) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Returns true if, at this time, the object will accept a connection with respect to the named event
connectionAllowed(String) - Method in class weka.gui.beans.Join
Returns true if the named connection can be made at this time
connectionAllowed(String) - Method in class weka.gui.beans.Loader
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.MetaBean
 
connectionAllowed(String) - Method in class weka.gui.beans.ModelPerformanceChart
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.PredictionAppender
Returns true if, at this time, the object will accept a connection according to the supplied event name
connectionAllowed(String) - Method in class weka.gui.beans.SerializedModelSaver
Returns true if, at this time, the object will accept a connection according to the supplied event name.
connectionAllowed(String) - Method in class weka.gui.beans.Sorter
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.StripChart
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.SubstringLabeler
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.SubstringReplacer
Returns true if, at this time, the object will accept a connection via the named event
connectionAllowed(String) - Method in class weka.gui.beans.TextSaver
 
connectionAllowed(String) - Method in class weka.gui.beans.TextViewer
Returns true if, at this time, the object will accept a connection via the named event
connectionChange(ConnectionEvent) - Method in interface weka.gui.sql.event.ConnectionListener
This method gets called when the connection is either established or disconnected.
connectionChange(ConnectionEvent) - Method in class weka.gui.sql.QueryPanel
This method gets called when the connection is either established or disconnected.
connectionChange(ConnectionEvent) - Method in class weka.gui.sql.SqlViewer
This method gets called when the connection is either established or disconnected.
ConnectionEvent - Class in weka.gui.sql.event
An event that is generated when a connection is established or dropped.
ConnectionEvent(Object, int, DbUtils) - Constructor for class weka.gui.sql.event.ConnectionEvent
constructs the event
ConnectionEvent(Object, int, DbUtils, Exception) - Constructor for class weka.gui.sql.event.ConnectionEvent
constructs the event
ConnectionListener - Interface in weka.gui.sql.event
A listener for connect/disconnect events.
connectionNotification(String, Object) - Method in class weka.gui.beans.AbstractDataSink
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.AbstractEvaluator
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.AbstractTestSetProducer
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.AbstractTrainingSetProducer
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.Appender
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.Associator
Notify this object that it has been registered as a listener with a source with respect to the named event
connectionNotification(String, Object) - Method in interface weka.gui.beans.BeanCommon
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.ClassAssigner
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.Classifier
Notify this object that it has been registered as a listener with a source with respect to the named event
connectionNotification(String, Object) - Method in class weka.gui.beans.ClassValuePicker
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.Clusterer
Notify this object that it has been registered as a listener with a source with respect to the named event
connectionNotification(String, Object) - Method in interface weka.gui.beans.ConnectionNotificationConsumer
Notify this object that it has been registered as a listener with a source with respect to the supplied event name.
connectionNotification(String, Object) - Method in class weka.gui.beans.CostBenefitAnalysis
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.CrossValidationFoldMaker
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.DataVisualizer
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.Filter
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.FlowByExpression
 
connectionNotification(String, Object) - Method in class weka.gui.beans.ImageSaver
 
connectionNotification(String, Object) - Method in class weka.gui.beans.ImageViewer
 
connectionNotification(String, Object) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Notify this object that it has been registered as a listener with a source with respect to the named event
connectionNotification(String, Object) - Method in class weka.gui.beans.Join
Deals with a new connection
connectionNotification(String, Object) - Method in class weka.gui.beans.Loader
Notify this object that it has been registered as a listener with a source for receiving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.MetaBean
Notify this object that it has been registered as a listener with a source with respect to the named event.
connectionNotification(String, Object) - Method in class weka.gui.beans.ModelPerformanceChart
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.PredictionAppender
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.SerializedModelSaver
Notify this object that it has been registered as a listener with a source with respect to the supplied event name.
connectionNotification(String, Object) - Method in class weka.gui.beans.Sorter
Notify this object that it has been registered as a listener with a source for receiving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.StripChart
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.SubstringLabeler
Notify this object that it has been registered as a listener with a source for receiving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.SubstringReplacer
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.TextSaver
 
connectionNotification(String, Object) - Method in class weka.gui.beans.TextViewer
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
connectionNotification(String, Object) - Method in class weka.gui.beans.TrainTestSplitMaker
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
ConnectionNotificationConsumer - Interface in weka.gui.beans
Interface for Beans that can receive (dis-)connection events generated when (dis-)connecting data processing nodes in the Weka KnowledgeFlow.
ConnectionPanel - Class in weka.gui.sql
Enables the user to insert a database URL, plus user/password to connect to this database.
ConnectionPanel(JFrame) - Constructor for class weka.gui.sql.ConnectionPanel
initializes the panel.
CONNECTIONS - Static variable in class weka.knowledgeflow.JSONFlowUtils
 
connectSteps(StepManagerImpl, StepManagerImpl, String) - Method in class weka.gui.knowledgeflow.VisibleLayout
Connect the supplied source step to the supplied target step using the specified connection type
connectSteps(StepManagerImpl, StepManagerImpl, String) - Method in class weka.knowledgeflow.Flow
Connect the supplied source and target steps using the given connectionType.
connectSteps(StepManagerImpl, StepManagerImpl, String, boolean) - Method in class weka.knowledgeflow.Flow
Connect the supplied source and target steps using the given connectionType.
connectToDatabase() - Method in class weka.core.converters.DatabaseLoader
Opens a connection to the database
connectToDatabase() - Method in class weka.core.converters.DatabaseSaver
Opens a connection to the database.
connectToDatabase() - Method in class weka.experiment.DatabaseUtils
Opens a connection to the database.
CONSEQUENT - Enum constant in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
ConsequentSequence - Class in weka.core.pmml.jaxbbindings
Java class for ConsequentSequence element declaration.
ConsequentSequence() - Constructor for class weka.core.pmml.jaxbbindings.ConsequentSequence
 
conservativeForwardSelectionTipText() - Method in class weka.attributeSelection.GreedyStepwise
Returns the tip text for this property
ConsoleLogger - Class in weka.core.logging
A simple logger that outputs the logging information in the console.
ConsoleLogger() - Constructor for class weka.core.logging.ConsoleLogger
 
CONST - Static variable in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Constant for Gaussian density.
CONST - Static variable in class weka.estimators.UnivariateKernelEstimator
Constant for Gaussian density.
CONST - Static variable in class weka.estimators.UnivariateNormalEstimator
Constant for Gaussian density
CONST_AUTOMATIC_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
Constant - Class in weka.core.pmml
Class encapsulating a Constant Expression.
Constant - Class in weka.core.pmml.jaxbbindings
Java class for Constant element declaration.
Constant() - Constructor for class weka.core.pmml.jaxbbindings.Constant
 
Constant(Element, FieldMetaInfo.Optype, ArrayList<Attribute>) - Constructor for class weka.core.pmml.Constant
Construct an new Constant Expression.
CONSTANT - Static variable in class weka.classifiers.lazy.LWL
 
Constraints - Class in weka.core.pmml.jaxbbindings
Java class for Constraints element declaration.
Constraints() - Constructor for class weka.core.pmml.jaxbbindings.Constraints
 
constructMappedInstance(Instance) - Method in class weka.classifiers.misc.InputMappedClassifier
 
constructWithCopy(double[][]) - Static method in class weka.core.matrix.Matrix
Construct a matrix from a copy of a 2-D array.
containChildBallsTipText() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the tip text for this property.
containedBy(Instance) - Method in class weka.associations.ItemSet
Checks if an instance contains an item set.
containedByTreatZeroAsMissing(Instance) - Method in class weka.associations.ItemSet
Checks if an instance contains an item set.
contains(double) - Method in class weka.core.pmml.Array
Returns true if the array contains this real value.
contains(float) - Method in class weka.core.pmml.Array
Returns true if the array contains this real value.
contains(int) - Method in class weka.classifiers.bayes.net.ParentSet
test if node is contained in parent set
contains(int) - Method in class weka.classifiers.functions.supportVector.SMOset
Checks whether an element is in the set.
contains(int) - Method in class weka.core.pmml.Array
Returns true if the array contains this integer value.
contains(PrintStream) - Method in class weka.core.Tee
checks whether the given PrintStream is already in the list.
contains(Class<?>) - Method in class weka.core.xml.MethodHandler
checks whether a method is stored for the given class
contains(Object) - Method in class weka.core.Trie
Returns true if this collection contains the specified element.
contains(Object) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Tests whether the specified object is a component in this list.
contains(String) - Method in class weka.core.pmml.Array
Returns true if the array contains this string value.
contains(String) - Method in class weka.core.Trie.TrieNode
checks whether a suffix can be found in its children
contains(String) - Method in class weka.core.xml.MethodHandler
checks whether a method is stored for the given property
contains(String) - Method in class weka.gui.HierarchyPropertyParser
Whether the HierarchyPropertyParser contains the given string
CONTAINS - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
containsAll(Collection<?>) - Method in class weka.core.Trie
Returns true if this collection contains all of the elements in the specified collection.
containsEnvVariables(String) - Static method in class weka.core.Environment
Tests for the presence of environment variables.
containsItems(ArrayList<Item>, boolean) - Method in class weka.associations.AssociationRule
 
containsKey(double) - Method in class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Tests if the specified double is a key in this hashtable.
containsKey(double) - Method in class weka.classifiers.lazy.kstar.KStarCache
Checks if the specified key maps with an entry in the cache table
containsPrefix(String) - Method in class weka.core.Trie
checks whether the given prefix is stored in the trie
containsValue(double) - Method in class weka.core.pmml.FieldMetaInfo.Interval
Returns true if this interval contains the supplied value.
containsWindow(Class<?>) - Method in class weka.gui.Main
checks, whether an instance of the given window class is already in the Window list.
containsWindow(String) - Method in class weka.gui.Main
checks, whether a window with the given title is already in the Window list.
CONTENTS - Enum constant in enum class weka.core.TechnicalInformation.Field
A Table of Contents.
context() - Method in class weka.gui.HierarchyPropertyParser
The context of the current node, i.e.
ContingencyTables - Class in weka.core
Class implementing some statistical routines for contingency tables.
ContingencyTables() - Constructor for class weka.core.ContingencyTables
 
CONTINUOUS - Enum constant in enum class weka.core.pmml.FieldMetaInfo.Optype
 
CONTINUOUS - Enum constant in enum class weka.core.pmml.jaxbbindings.OPTYPE
 
CONTINUOUS - Static variable in class weka.datagenerators.clusterers.SubspaceCluster
cluster subtype: continuous
CONTSCORINGMETHOD - Enum Class in weka.core.pmml.jaxbbindings
Java class for CONT-SCORING-METHOD.
ContStats - Class in weka.core.pmml.jaxbbindings
Java class for ContStats element declaration.
ContStats() - Constructor for class weka.core.pmml.jaxbbindings.ContStats
 
ConverterFileChooser - Class in weka.gui
A specialized JFileChooser that lists all available file Loaders and Savers.
ConverterFileChooser() - Constructor for class weka.gui.ConverterFileChooser
onstructs a FileChooser pointing to the user's default directory.
ConverterFileChooser(File) - Constructor for class weka.gui.ConverterFileChooser
Constructs a FileChooser using the given File as the path.
ConverterFileChooser(String) - Constructor for class weka.gui.ConverterFileChooser
Constructs a FileChooser using the given path.
ConverterResources - Class in weka.core.converters
Helper class for dealing with Converter resources.
ConverterResources() - Constructor for class weka.core.converters.ConverterResources
 
ConverterUtils - Class in weka.core.converters
Utility routines for the converter package.
ConverterUtils() - Constructor for class weka.core.converters.ConverterUtils
 
ConverterUtils.DataSink - Class in weka.core.converters
Helper class for saving data to files.
ConverterUtils.DataSource - Class in weka.core.converters
Helper class for loading data from files and URLs.
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.
convertNominalTipText() - Method in class weka.classifiers.trees.LMT
Returns the tip text for this property
convertNumericAttToNominal(int, ArrayList<String>) - Method in class weka.core.pmml.MiningSchema
Convert a numeric attribute in the mining schema to nominal.
convertStringAttsToNominal() - Method in class weka.core.pmml.MiningSchema
Method to convert any string attributes in the mining schema Instances to nominal attributes.
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.
convertToRelativePath(File) - Static method in class weka.core.Utils
Converts a File's absolute path to a path relative to the user (ie start) directory.
CONVICTION - Enum constant in enum class weka.associations.DefaultAssociationRule.METRIC_TYPE
 
convictionForRule(AprioriItemSet, AprioriItemSet, int, int) - Method in class weka.associations.AprioriItemSet
Outputs the conviction for a rule.
COORDINATES - Static variable in class weka.knowledgeflow.JSONFlowUtils
 
copy() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Return a shallow copy of this kernel
copy() - Method in class weka.classifiers.rules.JRip.Antd
Implements Copyable
copy() - Method in class weka.classifiers.rules.JRip.NominalAntd
Implements Copyable
copy() - Method in class weka.classifiers.rules.JRip.NumericAntd
Implements Copyable
copy() - Method in class weka.classifiers.rules.JRip.RipperRule
Get a shallow copy of this rule
copy() - Method in class weka.classifiers.rules.Rule
Get a shallow copy of this rule
copy() - Method in class weka.classifiers.trees.m5.CorrelationSplitInfo
Makes a copy of this CorrelationSplitInfo object
copy() - Method in interface weka.classifiers.trees.m5.SplitEvaluate
makes a copy of the SplitEvaluate object
copy() - Method in class weka.classifiers.trees.m5.YongSplitInfo
Makes a copy of this SplitInfo object
copy() - Method in class weka.core.Attribute
Produces a shallow copy of this attribute.
copy() - Method in class weka.core.BinarySparseInstance
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.DenseInstance
Produces a shallow copy of this instance.
copy() - Method in class weka.core.FastVector
Deprecated.
Produces a shallow copy of this vector.
copy() - Method in class weka.core.matrix.DoubleVector
Makes a deep copy of the vector
copy() - Method in class weka.core.matrix.IntVector
Makes a deep copy of the vector
copy() - Method in class weka.core.matrix.Matrix
Make a deep copy of a matrix
copy() - Method in class weka.core.SparseInstance
Produces a shallow copy of this instance.
copy(double[]) - Method in class weka.core.BinarySparseInstance
Copies the instance but fills up its values based on the given array of doubles.
copy(double[]) - Method in class weka.core.DenseInstance
Copies the instance but fills up its values based on the given array of doubles.
copy(double[]) - Method in interface weka.core.Instance
Copies the instance but fills up its values based on the given array of doubles.
copy(double[]) - Method in class weka.core.SparseInstance
Copies the instance but fills up its values based on the given array of doubles.
copy(File, File) - Static method in class weka.gui.scripting.ScriptUtils
Copies the file/directory (recursively).
copy(String) - Method in class weka.core.Attribute
Produces a shallow copy of this attribute with a new name.
copy(ParentSet) - Method in class weka.classifiers.bayes.net.ParentSet
Copy makes current parents set equal to other parent set
Copy - Class in weka.filters.unsupervised.attribute
An instance filter that copies a range of attributes in the dataset.
Copy() - Constructor for class weka.filters.unsupervised.attribute.Copy
 
COPY_BUTTON - Enum constant in enum class weka.gui.knowledgeflow.MainKFPerspectiveToolBar.Widgets
 
Copyable - Interface in weka.core
Interface implemented by classes that can produce "shallow" copies of their objects.
copyArea(int, int, int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
copyContent() - Method in class weka.gui.arffviewer.ArffPanel
copies the content of the selection to the clipboard
copyContent() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
copies the content of the selection to the clipboard
copyElements() - Method in class weka.core.FastVector
Deprecated.
Clones the vector and shallow copies all its elements.
copyFlow() - Method in class weka.knowledgeflow.Flow
Make a copy of this Flow
copyFlowToClipboard(Flow) - Method in class weka.gui.knowledgeflow.MainKFPerspective
 
copyInto(Object[]) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Copies the components of this list into the specified array.
copyRelationalValues(Instance, boolean, Instances, AttributeLocator, Instances, AttributeLocator) - Static method in class weka.core.RelationalLocator
Takes relational values referenced by an Instance and copies them from a source dataset to a destination dataset.
copyRelationalValues(Instance, Instances, AttributeLocator) - Static method in class weka.core.RelationalLocator
Copies relational values contained in the instance copied to a new dataset.
Copyright - Class in weka.core
A class for providing centralized Copyright information.
Copyright() - Constructor for class weka.core.Copyright
 
COPYRIGHT - Enum constant in enum class weka.core.TechnicalInformation.Field
Copyright information.
copyStepsToClipboard(List<StepVisual>) - Method in class weka.gui.knowledgeflow.MainKFPerspective
Copy the supplied steps to the clipboard
copyStringValues(Instance, boolean, Instances, AttributeLocator, Instances, AttributeLocator) - Static method in class weka.core.StringLocator
Takes string values referenced by an Instance and copies them from a source dataset to a destination dataset.
copyStringValues(Instance, Instances, AttributeLocator) - Static method in class weka.core.StringLocator
Copies string values contained in the instance copied to a new dataset.
copyToBuffer(Vector<Object>) - Method in class weka.gui.beans.KnowledgeFlowApp
Utility routine that serializes the supplied Vector of BeanInstances to XML
copyToClipboard() - Method in class weka.gui.sql.InfoPanel
copies the currently selected error message to the clipboard
CORE_FILE_LOADERS - Static variable in class weka.core.converters.ConverterResources
the core loaders - hardcoded list necessary for RMI/Remote Experiments (comma-separated list).
CORE_FILE_SAVERS - Static variable in class weka.core.converters.ConverterResources
the core savers - hardcoded list necessary for RMI/Remote Experiments (comma-separated list).
correct() - Method in class weka.classifiers.evaluation.ConfusionMatrix
Gets the number of correct classifications (that is, for which a correct prediction was made).
correct() - Method in class weka.classifiers.Evaluation
Gets the number of instances correctly classified (that is, for which a correct prediction was made).
correct() - Method in class weka.classifiers.evaluation.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.
CorrelationAttributeEval - Class in weka.attributeSelection
CorrelationAttributeEval :

Evaluates the worth of an attribute by measuring the correlation (Pearson's) between it and the class.

Nominal attributes are considered on a value by value basis by treating each value as an indicator.
CorrelationAttributeEval() - Constructor for class weka.attributeSelection.CorrelationAttributeEval
 
correlationCoefficient() - Method in class weka.classifiers.Evaluation
Returns the correlation coefficient if the class is numeric.
correlationCoefficient() - Method in class weka.classifiers.evaluation.Evaluation
Returns the correlation coefficient if the class is numeric.
CorrelationFields - Class in weka.core.pmml.jaxbbindings
Java class for CorrelationFields element declaration.
CorrelationFields() - Constructor for class weka.core.pmml.jaxbbindings.CorrelationFields
 
CorrelationMethods - Class in weka.core.pmml.jaxbbindings
Java class for CorrelationMethods element declaration.
CorrelationMethods() - Constructor for class weka.core.pmml.jaxbbindings.CorrelationMethods
 
Correlations - Class in weka.core.pmml.jaxbbindings
Java class for Correlations element declaration.
Correlations() - Constructor for class weka.core.pmml.jaxbbindings.Correlations
 
CorrelationSplitInfo - Class in weka.classifiers.trees.m5
Finds split points using correlation.
CorrelationSplitInfo(int, int, int) - Constructor for class weka.classifiers.trees.m5.CorrelationSplitInfo
Constructs an object which contains the split information
CorrelationValues - Class in weka.core.pmml.jaxbbindings
Java class for CorrelationValues element declaration.
CorrelationValues() - Constructor for class weka.core.pmml.jaxbbindings.CorrelationValues
 
COSINE - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
CostBenefitAnalysis - Class in weka.gui.beans
Bean that aids in analyzing cost/benefit tradeoffs.
CostBenefitAnalysis - Class in weka.knowledgeflow.steps
Step for storing and viewing threshold data in a cost-benefit visualization
CostBenefitAnalysis() - Constructor for class weka.gui.beans.CostBenefitAnalysis
Constructor.
CostBenefitAnalysis() - Constructor for class weka.knowledgeflow.steps.CostBenefitAnalysis
 
CostBenefitAnalysisBeanInfo - Class in weka.gui.beans
Bean info class for the cost/benefit analysis
CostBenefitAnalysisBeanInfo() - Constructor for class weka.gui.beans.CostBenefitAnalysisBeanInfo
 
CostBenefitAnalysisInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive view for the CostBenefitAnalysis step
CostBenefitAnalysisInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.CostBenefitAnalysisInteractiveView
 
CostBenefitAnalysisPanel - Class in weka.gui
Panel for displaying the cost-benefit plots and all control widgets.
CostBenefitAnalysisPanel() - Constructor for class weka.gui.CostBenefitAnalysisPanel
 
CostCurve - Class in weka.classifiers.evaluation
Generates points illustrating probablity cost tradeoffs that can be obtained by varying the threshold value between classes.
CostCurve() - Constructor for class weka.classifiers.evaluation.CostCurve
 
CostMatrix - Class in weka.classifiers
Class for storing and manipulating a misclassification cost matrix.
CostMatrix(int) - Constructor for class weka.classifiers.CostMatrix
Creates a default cost matrix of a particular size.
CostMatrix(Reader) - Constructor for class weka.classifiers.CostMatrix
Reads a matrix from a reader.
CostMatrix(CostMatrix) - Constructor for class weka.classifiers.CostMatrix
Creates a cost matrix that is a copy of another.
CostMatrixEditor - Class in weka.gui
Class for editing CostMatrix objects.
CostMatrixEditor() - Constructor for class weka.gui.CostMatrixEditor
Constructs a new CostMatrixEditor.
costMatrixSourceTipText() - Method in class weka.classifiers.meta.CostSensitiveClassifier
 
costMatrixTipText() - Method in class weka.classifiers.meta.CostSensitiveClassifier
 
CostSensitiveClassifier - Class in weka.classifiers.meta
A metaclassifier that makes its base classifier cost sensitive.
CostSensitiveClassifier() - Constructor for class weka.classifiers.meta.CostSensitiveClassifier
Default constructor.
CostSensitiveClassifierSplitEvaluator - Class in weka.experiment
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
Count(double) - Constructor for class weka.classifiers.functions.SGDText.Count
 
countData() - Method in class weka.classifiers.rules.RuleStats
Filter the data according to the ruleset and compute the basic stats: coverage/uncoverage, true/false positive/negatives of each rule
countData(int, Instances, double[][]) - Method in class weka.classifiers.rules.RuleStats
Count data from the position index in the ruleset assuming that given data are not covered by the rules in position 0...(index-1), and the statistics of these rules are provided.
This procedure is typically useful when a temporary object of RuleStats is constructed in order to efficiently calculate the relative DL of rule in position index, thus all other stuff is not needed.
counter() - Method in class weka.associations.ItemSet
Gets the counter
Counts - Class in weka.core.pmml.jaxbbindings
Java class for Counts element declaration.
Counts() - Constructor for class weka.core.pmml.jaxbbindings.Counts
 
countsForInstance(Instance) - Method in class weka.classifiers.bayes.BayesNet
Calculates the counts for Dirichlet distribution for the class membership probabilities for the given test instance.
COUNTTABLETYPE - Class in weka.core.pmml.jaxbbindings
Java class for COUNT-TABLE-TYPE complex type.
COUNTTABLETYPE() - Constructor for class weka.core.pmml.jaxbbindings.COUNTTABLETYPE
 
countWidthTipText() - Method in class weka.experiment.ResultMatrix
Returns the tip text for this property.
Covariances - Class in weka.core.pmml.jaxbbindings
Java class for Covariances element declaration.
Covariances() - Constructor for class weka.core.pmml.jaxbbindings.Covariances
 
CovariateList - Class in weka.core.pmml.jaxbbindings
Java class for CovariateList element declaration.
CovariateList() - Constructor for class weka.core.pmml.jaxbbindings.CovariateList
 
coverageOfTestCasesByPredictedRegions() - Method in class weka.classifiers.Evaluation
Gets the coverage of the test cases by the predicted regions at the confidence level specified when evaluation was performed.
coverageOfTestCasesByPredictedRegions() - Method in class weka.classifiers.evaluation.Evaluation
Gets the coverage of the test cases by the predicted regions at the confidence level specified when evaluation was performed.
covers(Instance) - Method in class weka.classifiers.rules.JRip.Antd
 
covers(Instance) - Method in class weka.classifiers.rules.JRip.NominalAntd
Whether the instance is covered by this antecedent
covers(Instance) - Method in class weka.classifiers.rules.JRip.NumericAntd
Whether the instance is covered by this antecedent
covers(Instance) - Method in class weka.classifiers.rules.JRip.RipperRule
Whether the instance covered by this rule
covers(Instance) - Method in class weka.classifiers.rules.Rule
Whether the instance covered by this rule
CoverTree - Class in weka.core.neighboursearch
Class implementing the CoverTree datastructure.
The class is very much a translation of the c source code made available by the authors.

For more information and original source code see:

Alina Beygelzimer, Sham Kakade, John Langford: Cover trees for nearest neighbor.
CoverTree() - Constructor for class weka.core.neighboursearch.CoverTree
default constructor.
CoverTree.CoverTreeNode - Class in weka.core.neighboursearch
class representing a node of the cover tree.
CoverTreeNode() - Constructor for class weka.core.neighboursearch.CoverTree.CoverTreeNode
Constructor for the class.
CoverTreeNode(Integer, double, double, Stack<CoverTree.CoverTreeNode>, int, int) - Constructor for class weka.core.neighboursearch.CoverTree.CoverTreeNode
Constructor.
CramersV(double[][]) - Static method in class weka.core.ContingencyTables
Computes Cramer's V for a contingency table.
create() - Static method in class weka.core.packageManagement.PackageManager
 
create() - Method in class weka.gui.visualize.PostscriptGraphics
Clone a PostscriptGraphics object
create(Reader) - Method in class weka.gui.treevisualizer.TreeBuild
This will build A node structure from the dotty format passed.
create(List<Object>, List<Integer>) - Static method in class weka.core.pmml.Array
 
create(Element) - Static method in class weka.core.pmml.Array
Static factory method for creating non-sparse or sparse array types as needed.
createAggregate() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Aggregate
createAlternate() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Alternate
createAnnotation() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Annotation
createAnova() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Anova
createAnovaRow() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of AnovaRow
createAntecedentSequence() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of AntecedentSequence
createAnyDistribution() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of AnyDistribution
createApplication() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Application
createApply() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Apply
createARIMA(Object) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<Object>}
createArray(ArrayType) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<ArrayType>}
createArrayType() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ArrayType
createAssociationModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of AssociationModel
createAssociationRule() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of AssociationRule
createAttribute() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Attribute
createBaseCumHazardTables() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BaseCumHazardTables
createBaseline() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Baseline
createBaselineCell() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BaselineCell
createBaselineModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BaselineModel
createBaselineStratum() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BaselineStratum
createBayesInput() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BayesInput
createBayesInputs() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BayesInputs
createBayesOutput() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BayesOutput
createBinarySimilarity() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BinarySimilarity
createBoundaryValueMeans() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BoundaryValueMeans
createBoundaryValues() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of BoundaryValues
createCategoricalPredictor() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CategoricalPredictor
createCategories() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Categories
createCategory() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Category
createCharacteristic() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Characteristic
createCharacteristics() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Characteristics
createChebychev() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Chebychev
createChildParent() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ChildParent
createCityBlock() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CityBlock
createClassLabels() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ClassLabels
createCluster() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Cluster
createClusteringField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ClusteringField
createClusteringModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ClusteringModel
createClusteringModelQuality() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ClusteringModelQuality
createCoefficient() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Coefficient
createCoefficients() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Coefficients
createComparisonMeasure() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ComparisonMeasure
createComparisons() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Comparisons
createCompoundPredicate() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CompoundPredicate
createCompoundRule() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CompoundRule
createCon() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Con1
createConfusionMatrix() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ConfusionMatrix
createConsequentSequence() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ConsequentSequence
createConstant() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Constant
createConstraints() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Constraints
createContStats() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ContStats
createCorrelationFields() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CorrelationFields
createCorrelationMethods() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CorrelationMethods
createCorrelations() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Correlations
createCorrelationValues() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CorrelationValues
createCounts() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Counts
createCountTable(COUNTTABLETYPE) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<COUNTTABLETYPE>}
createCOUNTTABLETYPE() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of COUNTTABLETYPE
createCovariances() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Covariances
createCovariateList() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of CovariateList
createDataDictionary() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DataDictionary
createDataField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DataField
createDecision() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Decision
createDecisions() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Decisions
createDecisionTree() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DecisionTree
createDefineFunction() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DefineFunction
createDelimiter() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Delimiter
createDerivedField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DerivedField
createDiscretize() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Discretize
createDiscretizeBin() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DiscretizeBin
createDiscrStats() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DiscrStats
createDocumentTermMatrix() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of DocumentTermMatrix
createEuclidean() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Euclidean
createEventValues() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of EventValues
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.
createExponentialSmoothing() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ExponentialSmoothing
createExtension() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Extension
createFactorList() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of FactorList
createFalse() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of False
createFieldColumnPair() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of FieldColumnPair
createFieldRef() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of FieldRef
createFieldValue() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of FieldValue
createFieldValueCount() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of FieldValueCount
createGaussianDistribution() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of GaussianDistribution
createGeneralRegressionModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of GeneralRegressionModel
createHeader() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Header
createIndices(List<Integer>) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<List<Integer>>}
createInlineTable() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of InlineTable
createInstanceField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of InstanceField
createInstanceFields() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of InstanceFields
createINTEntries(List<Integer>) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<List<Integer>>}
createInterval() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Interval
createINTSparseArray() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of INTSparseArray
createItem() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Item
createItemRef() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ItemRef
createItemset() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Itemset
createJaccard() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Jaccard
createKNNInput() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of KNNInput
createKNNInputs() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of KNNInputs
createKohonenMap() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of KohonenMap
createLevel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Level
createLiftData() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of LiftData
createLiftGraph() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of LiftGraph
createLinearKernelType() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of LinearKernelType
createLinearNorm() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of LinearNorm
createLink(String, String) - Static method in class weka.gui.BrowserHelper
Generates a label with a clickable link.
createLocalTransformations() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of LocalTransformations
createMapValues() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MapValues
createMatCell() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MatCell
createMatrix() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Matrix
createMiningBuildTask() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MiningBuildTask
createMiningField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MiningField
createMiningModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MiningModel
createMiningSchema() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MiningSchema
createMinkowski() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Minkowski
createMissingValueWeights() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MissingValueWeights
createModelExplanation() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ModelExplanation
createModelLiftGraph() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ModelLiftGraph
createModelStats() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ModelStats
createModelVerification() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ModelVerification
createMultivariateStat() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MultivariateStat
createMultivariateStats() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of MultivariateStats
createNaiveBayesModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NaiveBayesModel
createNamedIndexedStore(String) - Method in class weka.knowledgeflow.steps.PairedDataHelper
Create a indexed store with a given name
createNearestNeighborModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NearestNeighborModel
createNeuralInput() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NeuralInput
createNeuralInputs() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NeuralInputs
createNeuralLayer() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NeuralLayer
createNeuralNetwork() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NeuralNetwork
createNeuralOutput() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NeuralOutput
createNeuralOutputs() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NeuralOutputs
createNeuron() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Neuron
createNewVisualizerWindow(Classifier, Instances) - Static method in class weka.gui.boundaryvisualizer.BoundaryVisualizer
Creates a new GUI window with all of the BoundaryVisualizer trappings,
createNode() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Node
createNormalizedCountTable(COUNTTABLETYPE) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<COUNTTABLETYPE>}
createNormContinuous() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NormContinuous
createNormDiscrete() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NormDiscrete
createNumericInfo() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NumericInfo
createNumericPredictor() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of NumericPredictor
createOptimumLiftGraph() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of OptimumLiftGraph
createOutput() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Output
createOutputField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of OutputField
createPairCounts() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PairCounts
createParameter() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Parameter
createParameterField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ParameterField
createParameterList() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ParameterList
createParamMatrix() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ParamMatrix
createPartition() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Partition
createPartitionFieldStats() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PartitionFieldStats
createPCell() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PCell
createPCovCell() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PCovCell
createPCovMatrix() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PCovMatrix
createPMML() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PMML
createPoissonDistribution() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PoissonDistribution
createPolynomialKernelType() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PolynomialKernelType
createPPCell() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PPCell
createPPMatrix() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PPMatrix
createPredictiveModelQuality() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PredictiveModelQuality
createPredictor() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Predictor
createPredictorTerm() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of PredictorTerm
createQuantile() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Quantile
createRadialBasisKernelType() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RadialBasisKernelType
createRandomLiftGraph() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RandomLiftGraph
createREALEntries(List<Double>) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<List<Double>>}
createREALSparseArray() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of REALSparseArray
createRegression() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Regression
createRegressionModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RegressionModel
createRegressionTable() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RegressionTable
createResultField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ResultField
createResultsTable(ResultProducer, String) - Method in class weka.experiment.DatabaseUtils
Creates a results table for the supplied result producer.
createROC() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ROC
createROCGraph() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ROCGraph
createRow() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Row
createRuleSelectionMethod() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RuleSelectionMethod
createRuleSet() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RuleSet
createRuleSetModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of RuleSetModel
createScorecard() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Scorecard
createScoreDistribution() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of ScoreDistribution
createSeasonalityExpoSmooth() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SeasonalityExpoSmooth
createSeasonalTrendDecomposition(Object) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<Object>}
createSegment() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Segment
createSegmentation() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Segmentation
createSequence() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Sequence
createSequenceModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SequenceModel
createSequenceReference() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SequenceReference
createSequenceRule() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SequenceRule
createSetPredicate() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SetPredicate
createSetReference() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SetReference
createSigmoidKernelType() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SigmoidKernelType
createSimpleMatching() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SimpleMatching
createSimplePredicate() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SimplePredicate
createSimpleRule() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SimpleRule
createSimpleSetPredicate() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SimpleSetPredicate
createSingleSettingsEditor(Map<Settings.SettingKey, Object>) - Static method in class weka.gui.SettingsEditor
Creates a single stand-alone settings editor panel
createSingleton() - Static method in class weka.gui.GUIChooserApp
Create a singleton instance of the GUIChooser
createSingleton(String[]) - Static method in class weka.gui.beans.KnowledgeFlowApp
Create the singleton instance of the KnowledgeFlow
createSingleton(String[]) - Static method in class weka.gui.Main
Create the singleton instance of the Main GUI.
createSpectralAnalysis(Object) - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of JAXBElement<Object>}
createSquaredEuclidean() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SquaredEuclidean
createStore(String) - Method in interface weka.core.metastore.MetaStore
Create a named store
createStore(String) - Method in class weka.core.metastore.XMLFileBasedMetaStore
 
createSupportVector() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SupportVector
createSupportVectorMachine() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SupportVectorMachine
createSupportVectorMachineModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SupportVectorMachineModel
createSupportVectors() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of SupportVectors
createTableLocator() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TableLocator
createTanimoto() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Tanimoto
createTarget() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Target
createTargets() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Targets
createTargetValue() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TargetValue
createTargetValueCount() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TargetValueCount
createTargetValueCounts() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TargetValueCounts
createTaxonomy() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Taxonomy
createTestDistributions() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TestDistributions
createTextCorpus() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TextCorpus
createTextDictionary() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TextDictionary
createTextDocument() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TextDocument
createTextModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TextModel
createTextModelNormalization() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TextModelNormalization
createTextModelSimiliarity() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TextModelSimiliarity
createTime() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Time
createTimeAnchor() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TimeAnchor
createTimeCycle() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TimeCycle
createTimeException() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TimeException
createTimeSeries() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TimeSeries
createTimeSeriesModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TimeSeriesModel
createTimestamp() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Timestamp
createTimeValue() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TimeValue
createTrainingInstances() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TrainingInstances
createTransformationDictionary() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TransformationDictionary
createTreeModel() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TreeModel
createTrendExpoSmooth() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of TrendExpoSmooth
createTrue() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of True
createUniformDistribution() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of UniformDistribution
createUnivariateStats() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of UnivariateStats
createValue() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of Value
createVectorDictionary() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of VectorDictionary
createVectorFields() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of VectorFields
createVectorInstance() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of VectorInstance
createVerificationField() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of VerificationField
createVerificationFields() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of VerificationFields
createVisual(StepManagerImpl) - Static method in class weka.gui.knowledgeflow.StepVisual
Create a visual for the step managed by the supplied step manager.
createVisual(StepManagerImpl, ImageIcon) - Static method in class weka.gui.knowledgeflow.StepVisual
Create a visual for the step managed by the supplied step manager using the supplied icon.
createXCoordinates() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of XCoordinates
createYCoordinates() - Method in class weka.core.pmml.jaxbbindings.ObjectFactory
Create an instance of YCoordinates
CROSS_VALIDATION - Enum constant in enum class weka.gui.explorer.AttributeSelectionPanel.TestMode
 
CROSS_VALIDATION - Enum constant in enum class weka.gui.explorer.ClassifierPanel.TestMode
 
CROSSREF - Enum constant in enum class weka.core.TechnicalInformation.Field
The database key of the entry being cross referenced.
crossValidate(NaiveBayesUpdateable, Instances, Random) - Static method in class weka.classifiers.trees.j48.NBTreeNoSplit
Utility method for fast 5-fold cross validation of a naive bayes model
CrossValidateAttributes() - Method in class weka.attributeSelection.AttributeSelection
Perform a cross validation for attribute selection.
crossValidateModel(String, Instances, int, String[], Random) - 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[], Random) - Method in class weka.classifiers.evaluation.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(String, Instances, int, String[], Random) - Static method in class weka.clusterers.ClusterEvaluation
Performs a cross-validation for a DensityBasedClusterer clusterer on a set of instances.
crossValidateModel(Classifier, Instances, int, Random) - Method in class weka.classifiers.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(Classifier, Instances, int, Random) - Method in class weka.classifiers.evaluation.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(Classifier, Instances, int, Random, Object...) - Method in class weka.classifiers.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(Classifier, Instances, int, Random, Object...) - Method in class weka.classifiers.evaluation.Evaluation
Performs a (stratified if class is nominal) cross-validation for a classifier on a set of instances.
crossValidateModel(DensityBasedClusterer, Instances, int, Random) - Static method in class weka.clusterers.ClusterEvaluation
Perform a cross-validation for DensityBasedClusterer on a set of instances.
crossValidateTipText() - Method in class weka.classifiers.lazy.IBk
Returns the tip text for this property.
CrossValidationFoldMaker - Class in weka.gui.beans
Bean for splitting instances into training ant test sets according to a cross validation
CrossValidationFoldMaker - Class in weka.knowledgeflow.steps
Step for generating cross-validation splits
CrossValidationFoldMaker() - Constructor for class weka.gui.beans.CrossValidationFoldMaker
 
CrossValidationFoldMaker() - Constructor for class weka.knowledgeflow.steps.CrossValidationFoldMaker
 
CrossValidationFoldMakerBeanInfo - Class in weka.gui.beans
BeanInfo class for the cross validation fold maker bean
CrossValidationFoldMakerBeanInfo() - Constructor for class weka.gui.beans.CrossValidationFoldMakerBeanInfo
 
CrossValidationFoldMakerCustomizer - Class in weka.gui.beans
GUI Customizer for the cross validation fold maker bean
CrossValidationFoldMakerCustomizer() - Constructor for class weka.gui.beans.CrossValidationFoldMakerCustomizer
 
CrossValidationResultProducer - Class in weka.experiment
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
 
CrossValidationSplitResultProducer - Class in weka.experiment
Carries out one split of a repeated k-fold cross-validation, using the set SplitEvaluator to generate some results.
CrossValidationSplitResultProducer() - Constructor for class weka.experiment.CrossValidationSplitResultProducer
 
crossValTipText() - Method in class weka.classifiers.rules.DecisionTable
Returns the tip text for this property
CSV - Class in weka.classifiers.evaluation.output.prediction
Outputs the predictions as CSV.
CSV() - Constructor for class weka.classifiers.evaluation.output.prediction.CSV
 
CSVLoader - Class in weka.core.converters
Reads a source that is in comma separated format (the default).
CSVLoader() - Constructor for class weka.core.converters.CSVLoader
default constructor.
CSVResultListener - Class in weka.experiment
Takes results from a result producer and assembles them into comma separated value form.
CSVResultListener() - Constructor for class weka.experiment.CSVResultListener
Sets temporary file.
CSVSaver - Class in weka.core.converters
Writes to a destination that is in CSV (comma-separated values) format.
CSVSaver() - Constructor for class weka.core.converters.CSVSaver
Constructor.
cTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
cTipText() - Method in class weka.classifiers.functions.SMOreg
Returns the tip text for this property
CUBIC_SPLINE - Enum constant in enum class weka.core.pmml.jaxbbindings.INTERPOLATIONMETHOD
 
cumulate() - Method in class weka.core.matrix.DoubleVector
Returns a vector that stores the cumulated values of the original vector
cumulateInPlace() - Method in class weka.core.matrix.DoubleVector
Cumulates the original vector in place
cumulativeCV(BayesNet) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
CumulativeCV returns the accuracy calculated using cumulative cross validation.
CUMULATIVELINKFUNCTION - Enum Class in weka.core.pmml.jaxbbindings
Java class for CUMULATIVE-LINK-FUNCTION.
currentPlotRowCompleted(int) - Method in class weka.gui.knowledgeflow.steps.BoundaryPlotterInteractiveView
Called when a row of the image being plotted has been completed
currentPlotRowCompleted(int) - Method in interface weka.knowledgeflow.steps.BoundaryPlotter.RenderingUpdateListener
Called when rendering of a row in the current plot has completed
CustomDisplayStringProvider - Interface in weka.core
For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.
customizePopupMenu(JPopupMenu, Object, GenericObjectEditorHistory.HistorySelectionListener) - Method in class weka.gui.GenericObjectEditorHistory
Adds a menu item with the history to the popup menu.
CustomizerCloseRequester - Interface in weka.gui.beans
Customizers who want to be able to close the customizer window themselves can implement this window.
customizerClosing() - Method in class weka.gui.beans.AttributeSummarizerCustomizer
Gets called if the use closes the dialog via the close widget on the window - is treated as cancel, so restores the ImageSaver to its previous state.
customizerClosing() - Method in class weka.gui.beans.ClassAssignerCustomizer
 
customizerClosing() - Method in class weka.gui.beans.ClassifierCustomizer
 
customizerClosing() - Method in class weka.gui.beans.ClassifierPerformanceEvaluatorCustomizer
 
customizerClosing() - Method in class weka.gui.beans.ClassValuePickerCustomizer
 
customizerClosing() - Method in class weka.gui.beans.CrossValidationFoldMakerCustomizer
 
customizerClosing() - Method in interface weka.gui.beans.CustomizerClosingListener
Customizer classes that want to know when they are being disposed of can implement this method.
customizerClosing() - Method in class weka.gui.beans.DataVisualizerCustomizer
Gets called if the use closes the dialog via the close widget on the window - is treated as cancel, so restores the ImageSaver to its previous state.
customizerClosing() - Method in class weka.gui.beans.ImageSaverCustomizer
Gets called if the use closes the dialog via the close widget on the window - is treated as cancel, so restores the ImageSaver to its previous state.
customizerClosing() - Method in class weka.gui.beans.IncrementalClassifierEvaluatorCustomizer
 
customizerClosing() - Method in class weka.gui.beans.ModelPerformanceChartCustomizer
Gets called if the use closes the dialog via the close widget on the window - is treated as cancel, so restores the ImageSaver to its previous state.
customizerClosing() - Method in class weka.gui.beans.NoteCustomizer
 
customizerClosing() - Method in class weka.gui.beans.PredictionAppenderCustomizer
 
customizerClosing() - Method in class weka.gui.beans.SerializedModelSaverCustomizer
 
customizerClosing() - Method in class weka.gui.beans.TextSaverCustomizer
Gets called if the use closes the dialog via the close widget on the window - is treated as cancel, so restores the TextSaver to its previous state.
CustomizerClosingListener - Interface in weka.gui.beans
 
CustomPanelSupplier - Interface in weka.gui
An interface for objects that are capable of supplying their own custom GUI components.
customPropsFileTipText() - Method in class weka.core.converters.DatabaseLoader
The tip text for this property.
customPropsFileTipText() - Method in class weka.core.converters.DatabaseSaver
The tip text for this property.
customPropsFileTipText() - Method in class weka.experiment.InstanceQuery
The tip text for this property.
CUSUM - Enum constant in enum class weka.core.pmml.jaxbbindings.BASELINETESTSTATISTIC
 
CUT_BUTTON - Enum constant in enum class weka.gui.knowledgeflow.MainKFPerspectiveToolBar.Widgets
 
cutoffTipText() - Method in class weka.clusterers.Cobweb
Returns the tip text for this property
cutpointsToString(double[], boolean[]) - Static method in class weka.estimators.EstimatorUtils
Returns a string representing the cutpoints.
CVParameterSelection - Class in weka.classifiers.meta
Class for performing parameter selection by cross-validation for any classifier.

For more information, see:

R.
CVParameterSelection() - Constructor for class weka.classifiers.meta.CVParameterSelection
 
CVParametersTipText() - Method in class weka.classifiers.meta.CVParameterSelection
Returns the tip text for this property
CVResultsString() - Method in class weka.attributeSelection.AttributeSelection
returns a string summarizing the results of repeated attribute selection runs on splits of a dataset.
CVS - Enum constant in enum class weka.core.RevisionUtils.Type
CVS.
CVTypeTipText() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
 

D

Data - Class in weka.knowledgeflow
Class for encapsulating data to be transferred between Knowledge Flow steps over a particular connection type.
Data() - Constructor for class weka.knowledgeflow.Data
Empty constructor - no connection name; no payload
Data(String) - Constructor for class weka.knowledgeflow.Data
Construct a Data object with just a connection name
Data(String, Object) - Constructor for class weka.knowledgeflow.Data
Construct a Data object with a connection name and a primary payload object to associate with the connection name
DATA - Static variable in class weka.core.json.JSONInstances
the data section.
DatabaseConnection - Class in weka.core.converters
Connects to a database.
DatabaseConnection() - Constructor for class weka.core.converters.DatabaseConnection
Sets up the database drivers.
DatabaseConnection(File) - Constructor for class weka.core.converters.DatabaseConnection
Reads the properties from the specified file and sets up the database drivers.
DatabaseConnection(Properties) - Constructor for class weka.core.converters.DatabaseConnection
Uses the specified properties to set up the database drivers.
DatabaseConnectionDialog - Class in weka.gui
A dialog to enter URL, username and password for a database connection.
DatabaseConnectionDialog(Frame) - Constructor for class weka.gui.DatabaseConnectionDialog
Create database connection dialog.
DatabaseConnectionDialog(Frame, String, String) - Constructor for class weka.gui.DatabaseConnectionDialog
Create database connection dialog.
DatabaseConnectionDialog(Frame, String, String, boolean) - Constructor for class weka.gui.DatabaseConnectionDialog
Create database connection dialog.
DatabaseConverter - Interface in weka.core.converters
Marker interface for a loader/saver that uses a database
DatabaseLoader - Class in weka.core.converters
Reads Instances from a Database.
DatabaseLoader() - Constructor for class weka.core.converters.DatabaseLoader
Constructor
DatabaseResultListener - Class in weka.experiment
Takes results from a result producer and sends them to a database.
DatabaseResultListener() - Constructor for class weka.experiment.DatabaseResultListener
Sets up the database drivers
DatabaseResultProducer - Class in weka.experiment
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.
DatabaseSaver - Class in weka.core.converters
Writes to a database (tested with MySQL, InstantDB, HSQLDB).
DatabaseSaver() - Constructor for class weka.core.converters.DatabaseSaver
Constructor.
databaseURLTipText() - Method in class weka.experiment.DatabaseUtils
Returns the tip text for this property.
DatabaseUtils - Class in weka.experiment
DatabaseUtils provides utility functions for accessing the experiment database.
DatabaseUtils() - Constructor for class weka.experiment.DatabaseUtils
Reads properties and sets up the database drivers.
DatabaseUtils(File) - Constructor for class weka.experiment.DatabaseUtils
Reads the properties from the specified file and sets up the database drivers.
DatabaseUtils(Properties) - Constructor for class weka.experiment.DatabaseUtils
Uses the specified properties to set up the database drivers.
DataCollector - Interface in weka.knowledgeflow.steps
Auxiliary interface for steps that collect data results of some type - e.g.
DataDictionary - Class in weka.core.pmml.jaxbbindings
Java class for DataDictionary element declaration.
DataDictionary() - Constructor for class weka.core.pmml.jaxbbindings.DataDictionary
 
dataDL(double, double, double, double, double) - Static method in class weka.classifiers.rules.RuleStats
The description length of data given the parameters of the data based on the ruleset.
DataField - Class in weka.core.pmml.jaxbbindings
Java class for DataField element declaration.
DataField() - Constructor for class weka.core.pmml.jaxbbindings.DataField
 
DataField(String, OPTYPE) - Constructor for class weka.core.pmml.jaxbbindings.DataField
 
DataFormatListener - Interface in weka.gui.beans
Listener interface that customizer classes that are interested in data format changes can implement.
dataFromStep(Data) - Method in interface weka.knowledgeflow.StepOutputListener
Process data produced by a knowledge flow step
DataGenerator - Class in weka.datagenerators
Abstract superclass for data generators that generate data for classifiers and clusterers.
DataGenerator - Class in weka.knowledgeflow.steps
Step that wraps a Weka DataGenerator.
DataGenerator - Interface in weka.gui.boundaryvisualizer
Interface to something that can generate new instances based on a set of input instances
DataGenerator() - Constructor for class weka.datagenerators.DataGenerator
initializes with default settings.
DataGenerator() - Constructor for class weka.knowledgeflow.steps.DataGenerator
 
DATAGENERATOR - Enum constant in enum class weka.Run.SchemeType
 
DataGeneratorPanel - Class in weka.gui.explorer
A panel for generating artificial data via DataGenerators.
DataGeneratorPanel() - Constructor for class weka.gui.explorer.DataGeneratorPanel
creates the panel
DataGrid - Class in weka.knowledgeflow.steps
A step that allows the user to define instances to output
DataGrid() - Constructor for class weka.knowledgeflow.steps.DataGrid
 
DataGridStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the data grid
DataGridStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.DataGridStepEditorDialog
 
dataset() - Method in class weka.core.AbstractInstance
Returns the dataset this instance has access to.
dataset() - Method in interface weka.core.Instance
Returns the dataset this instance has access to.
DATASET_FIELD_NAME - Static variable in class weka.experiment.CrossValidationResultProducer
The name of the key field containing the dataset name
DATASET_FIELD_NAME - Static variable in class weka.experiment.ExplicitTestsetResultProducer
The name of the key field containing the dataset name.
DATASET_FIELD_NAME - Static variable in class weka.experiment.RandomSplitResultProducer
The name of the key field containing the dataset name
DataSetEvent - Class in weka.gui.beans
Event encapsulating a data set
DataSetEvent(Object, Instances) - Constructor for class weka.gui.beans.DataSetEvent
 
DatasetListPanel - Class in weka.gui.experiment
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.
DataSink - Interface in weka.gui.beans
Indicator interface to something that can store instances to some destination
DataSink(OutputStream) - Constructor for class weka.core.converters.ConverterUtils.DataSink
initializes the sink to save the data in the stream (always in ARFF format).
DataSink(String) - Constructor for class weka.core.converters.ConverterUtils.DataSink
initializes the sink to save the data to the given file.
DataSink(Saver) - Constructor for class weka.core.converters.ConverterUtils.DataSink
initializes the sink to save the data to the given Saver (expected to be fully configured).
DataSource - Interface in weka.gui.beans
Interface to something that is capable of being a source for data - either batch or incremental data
DataSource(InputStream) - Constructor for class weka.core.converters.ConverterUtils.DataSource
Initializes the datasource with the given input stream.
DataSource(String) - Constructor for class weka.core.converters.ConverterUtils.DataSource
Tries to load the data from the file.
DataSource(Loader) - Constructor for class weka.core.converters.ConverterUtils.DataSource
Initializes the datasource with the given Loader.
DataSource(Instances) - Constructor for class weka.core.converters.ConverterUtils.DataSource
Initializes the datasource with the given dataset.
DataSourceListener - Interface in weka.gui.beans
Interface to something that can accept DataSetEvents
DATATYPE - Enum Class in weka.core.pmml.jaxbbindings
Java class for DATATYPE.
DATATYPE_LAYOUT - Static variable in class weka.gui.beans.xml.XMLBeans
the data that is about to be read/written contains a complete layout
DATATYPE_USERCOMPONENTS - Static variable in class weka.gui.beans.xml.XMLBeans
the data that is about to be read/written contains user-components, i.e., Metabeans
DataVisualizer - Class in weka.gui.beans
Bean that encapsulates weka.gui.visualize.VisualizePanel
DataVisualizer - Class in weka.knowledgeflow.steps
A step that provides a visualization based on weka.gui.visualize.VisualizePanel
DataVisualizer() - Constructor for class weka.gui.beans.DataVisualizer
 
DataVisualizer() - Constructor for class weka.knowledgeflow.steps.DataVisualizer
 
DataVisualizerBeanInfo - Class in weka.gui.beans
Bean info class for the data visualizer
DataVisualizerBeanInfo() - Constructor for class weka.gui.beans.DataVisualizerBeanInfo
 
DataVisualizerCustomizer - Class in weka.gui.beans
GUI customizer for data visualizer.
DataVisualizerCustomizer() - Constructor for class weka.gui.beans.DataVisualizerCustomizer
Constructor
DataVisualizerInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive viewer for the DataVisualizer step
DataVisualizerInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.DataVisualizerInteractiveView
 
DataVisualizerStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Editor dialog for the DataVisualizer step
DataVisualizerStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.DataVisualizerStepEditorDialog
 
DATE - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE - Static variable in class weka.core.Attribute
Constant set for attributes with date values.
DATE - Static variable in class weka.experiment.DatabaseUtils
Type mapping for DATE used for reading experiment results.
DATE_ATTRIBUTES - Enum constant in enum class weka.core.Capabilities.Capability
can handle date attributes
DATE_CLASS - Enum constant in enum class weka.core.Capabilities.Capability
can handle date classes
DATE_DAYS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_DAYS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_DAYS_SINCE_1960 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_DAYS_SINCE_1960 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_DAYS_SINCE_1970 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_DAYS_SINCE_1970 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_DAYS_SINCE_1980 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_DAYS_SINCE_1980 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_MONTHS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_MONTHS_SINCE_1960 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_MONTHS_SINCE_1970 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_MONTHS_SINCE_1980 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_TIME_MILLISECONDS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_MILLISECONDS_SINCE_1960 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_MILLISECONDS_SINCE_1970 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_MILLISECONDS_SINCE_1980 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_SECONDS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_TIME_SECONDS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_SECONDS_SINCE_1960 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_TIME_SECONDS_SINCE_1960 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_SECONDS_SINCE_1970 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_TIME_SECONDS_SINCE_1970 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_TIME_SECONDS_SINCE_1980 - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DATE_TIME_SECONDS_SINCE_1980 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DATE_YEARS_SINCE_0 - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
DateAttributeInfo - Class in weka.core
Stores information for date attributes.
DateAttributeInfo(String) - Constructor for class weka.core.DateAttributeInfo
Constructs info based on argument.
dateAttributesTipText() - Method in class weka.core.converters.CSVLoader
Returns the tip text for this property.
DATEFORMAT - Static variable in class weka.core.json.JSONInstances
the dateformat attribute.
dateFormatTipText() - Method in class weka.core.converters.CSVLoader
Returns the tip text for this property.
dateFormatTipText() - Method in class weka.filters.unsupervised.attribute.Add
Returns the tip text for this property.
dateFormatTipText() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
 
dateFormatTipText() - Method in class weka.filters.unsupervised.attribute.NumericToDate
 
dateFormatTipText() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Tip text for this property suitable for displaying in the GUI.
dateReplacementValueTipText() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Tip text for this property suitable for displaying in the GUI.
dateToMillis(String, String) - Static method in class weka.core.Utils
Turns a given date string into Java's internal representation (milliseconds from 1 January 1970).
DateToNumeric - Class in weka.filters.unsupervised.attribute
A filter for turning date attributes into numeric ones.
DateToNumeric() - Constructor for class weka.filters.unsupervised.attribute.DateToNumeric
 
DbConnectionDialog(String, String) - Method in class weka.gui.DatabaseConnectionDialog
Display the database connection dialog
DbConnectionDialog(String, String, boolean) - Method in class weka.gui.DatabaseConnectionDialog
Display the database connection dialog
DBO() - Constructor for class weka.core.Debug.DBO
 
DbUtils - Class in weka.gui.sql
A little bit extended DatabaseUtils class.
DbUtils() - Constructor for class weka.gui.sql.DbUtils
initializes the object.
dchisq(double) - Static method in class weka.core.matrix.Maths
Returns the density of the Chi-squared distribution.
dchisq(double, double) - Static method in class weka.core.matrix.Maths
Returns the density of the noncentral Chi-squared distribution.
dchisq(double, DoubleVector) - Static method in class weka.core.matrix.Maths
Returns the density of the noncentral Chi-squared distribution.
dchisqLog(double) - Static method in class weka.core.matrix.Maths
Returns the log-density of the noncentral Chi-square distribution.
dchisqLog(double, double) - Static method in class weka.core.matrix.Maths
Returns the log-density value of a noncentral Chi-square distribution.
dchisqLog(double, DoubleVector) - Static method in class weka.core.matrix.Maths
Returns the log-density of a set of noncentral Chi-squared distributions.
DDConditionalEstimator - Class in weka.estimators
Conditional probability estimator for a discrete domain conditional upon a discrete domain.
DDConditionalEstimator() - Constructor for class weka.estimators.DDConditionalEstimator
No-arg constructor needed to make WEKA's forName() work.
DDConditionalEstimator(int, int, boolean) - Constructor for class weka.estimators.DDConditionalEstimator
Constructor
Debug - Class in weka.core
A helper class for debug output, logging, clocking, etc.
Debug() - Constructor for class weka.core.Debug
default constructor, prints only to stdout
Debug(String) - Constructor for class weka.core.Debug
logs the output to the specified file (and stdout).
Debug(String, int, int) - Constructor for class weka.core.Debug
logs the output
DEBUG - Static variable in class weka.gui.LogWindow
whether we're debugging - enables output on stdout
Debug.Clock - Class in weka.core
A little helper class for clocking and outputting times.
Debug.DBO - Class in weka.core
contains debug methods
Debug.Log - Class in weka.core
A helper class for logging stuff.
Debug.Random - Class in weka.core
This extended Random class enables one to print the generated random numbers etc., before they are returned.
Debug.SimpleLog - Class in weka.core
A little, simple helper class for logging stuff.
Debug.Timestamp - Class in weka.core
A class that can be used for timestamps in files, The toString() method simply returns the associated Date object in a timestamp format.
DEBUGGING - Enum constant in enum class weka.knowledgeflow.LoggingLevel
 
debuggingOutputTipText() - Method in class weka.attributeSelection.GreedyStepwise
Returns the tip text for this property
debugTipText() - Method in class weka.attributeSelection.CfsSubsetEval
Returns the tip text for this property
debugTipText() - Method in class weka.classifiers.AbstractClassifier
Returns the tip text for this property
debugTipText() - Method in class weka.classifiers.functions.Logistic
Returns the tip text for this property
debugTipText() - Method in class weka.classifiers.functions.supportVector.Kernel
Returns the tip text for this property
debugTipText() - Method in class weka.classifiers.meta.MultiScheme
Returns the tip text for this property
debugTipText() - Method in class weka.classifiers.rules.JRip
Returns the tip text for this property
debugTipText() - Method in class weka.clusterers.AbstractClusterer
Returns the tip text for this property
debugTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
debugTipText() - Method in class weka.core.converters.TextDirectoryLoader
the tip text for this property
debugTipText() - Method in class weka.core.stopwords.AbstractStopwords
Returns the tip text for this property
debugTipText() - Method in class weka.datagenerators.DataGenerator
Returns the tip text for this property
debugTipText() - Method in class weka.estimators.Estimator
Returns the tip text for this property
debugTipText() - Method in class weka.experiment.DatabaseUtils
Returns the tip text for this property.
debugTipText() - Method in class weka.filters.Filter
Returns the tip text for this property
debugTipText() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the tip text for this property
decayTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
decimalsTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
Decision - Class in weka.core.pmml.jaxbbindings
Java class for Decision element declaration.
Decision() - Constructor for class weka.core.pmml.jaxbbindings.Decision
 
DECISION - Enum constant in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
Decisions - Class in weka.core.pmml.jaxbbindings
Java class for Decisions element declaration.
Decisions() - Constructor for class weka.core.pmml.jaxbbindings.Decisions
 
DecisionStump - Class in weka.classifiers.trees
Class for building and using a decision stump.
DecisionStump() - Constructor for class weka.classifiers.trees.DecisionStump
 
DecisionTable - Class in weka.classifiers.rules
Class for building and using a simple decision table majority classifier.

For more information see:

Ron Kohavi: The Power of Decision Tables.
DecisionTable() - Constructor for class weka.classifiers.rules.DecisionTable
Constructor for a DecisionTable
DecisionTableHashKey - Class in weka.classifiers.rules
Class providing hash table keys for DecisionTable
DecisionTableHashKey(double[]) - Constructor for class weka.classifiers.rules.DecisionTableHashKey
Constructor for a hashKey
DecisionTableHashKey(Instance, int, boolean) - Constructor for class weka.classifiers.rules.DecisionTableHashKey
Constructor for a hashKey
DecisionTree - Class in weka.core.pmml.jaxbbindings
Java class for DecisionTree element declaration.
DecisionTree() - Constructor for class weka.core.pmml.jaxbbindings.DecisionTree
 
decompose() - Method in class weka.classifiers.BVDecompose
Carry out the bias-variance decomposition
decompose() - Method in class weka.classifiers.BVDecomposeSegCVSub
Carry out the bias-variance decomposition using the sub-sampled cross-validation method.
decreaseFontSize() - Method in class weka.gui.beans.Note
Decrease the font size by one
decreaseFontSize() - Method in class weka.gui.knowledgeflow.NoteVisual
Decrease the font size by one
decreaseFrequency() - Method in class weka.associations.Item
Decrement the frequency of this item.
decreaseFrequency(int) - Method in class weka.associations.Item
Decrease the frequency of this item.
DEFAULT_CHILD - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUESTRATEGY
 
DEFAULT_COLORS - Static variable in class weka.gui.boundaryvisualizer.BoundaryPanel
default colours for classes
DEFAULT_COLORS - Static variable in class weka.knowledgeflow.steps.BoundaryPlotter
default colours for classes
DEFAULT_COMMENT - Static variable in class weka.gui.scripting.SyntaxDocument
the attribute set for comments.
DEFAULT_EXPRESSION - Static variable in class weka.filters.unsupervised.attribute.RemoveByName
the default expression.
DEFAULT_FILE - Static variable in class weka.knowledgeflow.steps.ImageSaver.ImageSaverDefaults
 
DEFAULT_FILE - Static variable in class weka.knowledgeflow.steps.TextSaver.TextSaverDefaults
 
DEFAULT_FILE_KEY - Static variable in class weka.knowledgeflow.steps.ImageSaver.ImageSaverDefaults
 
DEFAULT_FILE_KEY - Static variable in class weka.knowledgeflow.steps.TextSaver.TextSaverDefaults
 
DEFAULT_FONT_FAMILY - Static variable in class weka.gui.scripting.SyntaxDocument
the font family.
DEFAULT_FONT_SIZE - Static variable in class weka.gui.scripting.SyntaxDocument
the font size.
DEFAULT_FORMAT - Static variable in class weka.core.Debug.Timestamp
the default format
DEFAULT_FORMAT - Static variable in class weka.gui.SimpleDateFormatEditor
the default format
DEFAULT_FORMAT - Static variable in class weka.knowledgeflow.steps.ImageSaver.ImageSaverDefaults
 
DEFAULT_FORMAT_KEY - Static variable in class weka.knowledgeflow.steps.ImageSaver.ImageSaverDefaults
 
DEFAULT_HEIGHT - Static variable in class weka.gui.arffviewer.ArffViewerMainPanel
the default for height
DEFAULT_KEYWORD - Static variable in class weka.gui.scripting.SyntaxDocument
the attribute set for keywords.
DEFAULT_LEFT - Static variable in class weka.gui.arffviewer.ArffViewerMainPanel
the default for left
DEFAULT_NORMAL - Static variable in class weka.gui.scripting.SyntaxDocument
the attribute set for normal code.
DEFAULT_PACKAGE - Static variable in class weka.core.ClassCache
the key for the default package.
DEFAULT_SEPARATORS - Static variable in class weka.core.TestInstances
the default word separators used in strings
DEFAULT_SHAPE_SIZE - Static variable in class weka.gui.visualize.Plot2D
 
DEFAULT_STORE_LOCATION - Static variable in class weka.core.metastore.XMLFileBasedMetaStore
The default location for the XML files
DEFAULT_STRING - Static variable in class weka.gui.scripting.SyntaxDocument
the attribute set for strings.
DEFAULT_SUFFIX - Static variable in class weka.experiment.ExplicitTestsetResultProducer
the default suffix.
DEFAULT_T1 - Static variable in class weka.clusterers.Canopy
 
DEFAULT_T2 - Static variable in class weka.clusterers.Canopy
 
DEFAULT_TOP - Static variable in class weka.gui.arffviewer.ArffViewerMainPanel
the default for top
DEFAULT_WIDTH - Static variable in class weka.gui.arffviewer.ArffViewerMainPanel
the default for width
DEFAULT_WORDS - Static variable in class weka.core.TestInstances
the default list of words used in strings
DefaultAssociationRule - Class in weka.associations
Class for storing and manipulating an association rule.
DefaultAssociationRule(Collection<Item>, Collection<Item>, DefaultAssociationRule.METRIC_TYPE, int, int, int, int) - Constructor for class weka.associations.DefaultAssociationRule
Construct a new default association rule.
DefaultAssociationRule.METRIC_TYPE - Enum Class in weka.associations
Enum for holding different metric types
DefaultCallbackNotifierDelegate - Class in weka.knowledgeflow
Default implementation of a CallbackNotifierDelegate.
DefaultCallbackNotifierDelegate() - Constructor for class weka.knowledgeflow.DefaultCallbackNotifierDelegate
 
defaultOutput() - Method in class weka.datagenerators.DataGenerator
Gets writer, which is used for outputting to stdout.
DefaultPackage - Class in weka.core.packageManagement
A concrete implementation of Package that uses Java properties files/classes to manage package meta data.
DefaultPackage(File, PackageManager) - Constructor for class weka.core.packageManagement.DefaultPackage
Constructs a new DefaultPackage.
DefaultPackage(File, PackageManager, Map<?, ?>) - Constructor for class weka.core.packageManagement.DefaultPackage
Constructs an new DefaultPackage.
DefaultPackageManager - Class in weka.core.packageManagement
A concrete implementation of PackageManager that uses Java properties files/class to manage package meta data.
DefaultPackageManager() - Constructor for class weka.core.packageManagement.DefaultPackageManager
Constructor
Defaults - Class in weka.core
Base class for providing a set of default settings for an application.
Defaults(String) - Constructor for class weka.core.Defaults
Construct a new empty Defaults
Defaults(String, Map<Settings.SettingKey, Object>) - Constructor for class weka.core.Defaults
Construct a new Defaults
defineDataFormat() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.classifiers.classification.LED24
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.classifiers.classification.RDG1
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.classifiers.regression.Expression
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Initializes the format for the dataset produced.
defineDataFormat() - Method in class weka.datagenerators.DataGenerator
Constructs the Instances object representing the format of the generated data.
DefineFunction - Class in weka.core.pmml
Class encapsulating DefineFunction (used in TransformationDictionary).
DefineFunction - Class in weka.core.pmml.jaxbbindings
Java class for DefineFunction element declaration.
DefineFunction() - Constructor for class weka.core.pmml.jaxbbindings.DefineFunction
 
DefineFunction(Element, TransformationDictionary) - Constructor for class weka.core.pmml.DefineFunction
 
del(int, Instance) - Method in class weka.classifiers.trees.j48.Distribution
Deletes given instance from given bag.
DelayedCallbackNotifierDelegate - Class in weka.knowledgeflow
Implementation of a CallbackNotifierDelegate that stores the ExecutionResult and only notifies the callback when the notifyNow() method is called.
DelayedCallbackNotifierDelegate() - Constructor for class weka.knowledgeflow.DelayedCallbackNotifierDelegate
 
delete() - Method in class weka.core.Instances
Removes all instances from the set.
delete(int) - Method in class weka.classifiers.functions.supportVector.SMOset
Deletes an element from the set.
delete(int) - Method in class weka.core.Instances
Removes an instance at the given position from the set.
DELETE_BUTTON - Enum constant in enum class weka.gui.knowledgeflow.MainKFPerspectiveToolBar.Widgets
 
deleteArc(int, int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Delete arc between two nodes.
deleteArc(String, String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Delete arc between two nodes.
deleteAttribute() - Method in class weka.gui.arffviewer.ArffPanel
deletes the currently selected attribute
deleteAttribute(boolean) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
deletes the current selected Attribute or several chosen ones
deleteAttributeAt(int) - Method in class weka.core.AbstractInstance
Deletes an attribute at the given position (0 to numAttributes() - 1).
deleteAttributeAt(int) - Method in interface 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).
deleteAttributeAt(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
deletes the attribute at the given col index
deleteAttributeAt(int) - Method in class weka.gui.arffviewer.ArffTableModel
deletes the attribute at the given col index.
deleteAttributeAt(int, boolean) - Method in class weka.gui.arffviewer.ArffTableModel
deletes the attribute at the given col index
deleteAttributes() - Method in class weka.gui.arffviewer.ArffPanel
deletes the chosen attributes
deleteAttributes(int[]) - Method in class weka.gui.arffviewer.ArffSortedTableModel
deletes the attributes at the given indices
deleteAttributes(int[]) - Method in class weka.gui.arffviewer.ArffTableModel
deletes the attributes at the given indices
deleteAttributeType(int) - Method in class weka.core.Instances
Deletes all attributes of the given type in the dataset.
deleteDir(File, PrintStream...) - Static method in class weka.core.packageManagement.DefaultPackageManager
 
deleteEmptyBinsTipText() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns the tip text for this property
deleteFlagString(List<String>, String) - Static method in class weka.core.Option
Removes an option from a given list of strings that specifies options.
deleteInstance() - Method in class weka.gui.arffviewer.ArffPanel
deletes the currently selected instance
deleteInstance(boolean) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
deletes the current selected Instance or several chosen ones
deleteInstanceAt(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
deletes the instance at the given index
deleteInstanceAt(int) - Method in class weka.gui.arffviewer.ArffTableModel
deletes the instance at the given index
deleteInstanceAt(int, boolean) - Method in class weka.gui.arffviewer.ArffTableModel
deletes the instance at the given index
deleteInstances() - Method in class weka.gui.arffviewer.ArffPanel
deletes all the currently selected instances
deleteInstances(int[]) - Method in class weka.gui.arffviewer.ArffSortedTableModel
deletes the instances at the given positions
deleteInstances(int[]) - Method in class weka.gui.arffviewer.ArffTableModel
deletes the instances at the given positions
deleteItemSets(ArrayList<Object>, int, int) - Static method in class weka.associations.ItemSet
Deletes all item sets that don't have minimum support.
deleteItemSets(ArrayList<Object>, int, int) - Static method in class weka.associations.LabeledItemSet
Deletes all item sets that don't have minimum support and have more than maximum support
deleteLastParent(Instances) - Method in class weka.classifiers.bayes.net.ParentSet
Delete last added parent from parent set and update internals (specifically the cardinality of the parent set)
deleteNode(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Delete node from the network, updating instances, parentsets, distributions Conditional distributions are condensed by taking the values for the target node to be its first value.
deleteNode(String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Delete node from the network, updating instances, parentsets, distributions Conditional distributions are condensed by taking the values for the target node to be its first value.
deleteOption(List<Option>, String) - Static method in class weka.core.Option
Removes an option from a given list of options.
deleteOptionString(List<String>, String) - Static method in class weka.core.Option
Removes an option from a given list of strings that specifies options.
deleteParent(int, Instances) - Method in class weka.classifiers.bayes.net.ParentSet
delete node from parent set
deleteSelection(ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Delete nodes with indexes in selection from the network, updating instances, parentsets, distributions Conditional distributions are condensed by taking the values for the target node to be its first value.
deleteStringAttributes() - Method in class weka.core.Instances
Deletes all string attributes in the dataset.
deleteWithMissing(int) - Method in class weka.core.Instances
Removes all instances with missing values for a particular attribute from the dataset.
deleteWithMissing(Attribute) - 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.
Delimiter - Class in weka.core.pmml.jaxbbindings
Java class for Delimiter element declaration.
Delimiter() - Constructor for class weka.core.pmml.jaxbbindings.Delimiter
 
DELIMITER2 - Enum Class in weka.core.pmml.jaxbbindings
Java class for DELIMITER.
delimitersTipText() - Method in class weka.core.tokenizers.CharacterDelimitedTokenizer
Returns the tip text for this property
delNodeValue(int, String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
Delete node value from a node.
delRange(int, Instances, int, int) - Method in class weka.classifiers.trees.j48.Distribution
Deletes all instances in given range from given bag.
DELTA - Enum constant in enum class weka.core.pmml.jaxbbindings.COMPAREFUNCTION
 
deltaTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
deltaTipText() - Method in class weka.associations.FPGrowth
Returns the tip text for this property
deltaTipText() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
 
deltaTipText() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
 
DenseInstance - Class in weka.core
Class for handling an instance.
DenseInstance(double, double[]) - Constructor for class weka.core.DenseInstance
Constructor that inititalizes instance variable with given values.
DenseInstance(int) - Constructor for class weka.core.DenseInstance
Constructor of an instance that sets weight to one, all values to be missing, and the reference to the dataset to null.
DenseInstance(Instance) - Constructor for class weka.core.DenseInstance
Constructor that copies the attribute values and the weight from the given instance.
DensityBasedClusterer - Interface in weka.clusterers
Interface for clusterers that can estimate the density for a given instance.
DensityBasedClustererSplitEvaluator - Class in weka.experiment
A SplitEvaluator that produces results for a density based clusterer.
DensityBasedClustererSplitEvaluator() - Constructor for class weka.experiment.DensityBasedClustererSplitEvaluator
 
densityBasedClustererTipText() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns a description of this option suitable for display as a tip text in the gui.
dependencies() - Method in class weka.core.Capabilities
Returns an Iterator over the stored dependencies
Dependency - Class in weka.core.packageManagement
Class that encapsulates a dependency between two packages
Dependency(Package, PackageConstraint) - Constructor for class weka.core.packageManagement.Dependency
Construct a new Dependency from a supplied source package and PackageConstraint containing the target package.
depth() - Method in class weka.gui.HierarchyPropertyParser
Get the depth of the tree, i.e.
DerivedField - Class in weka.core.pmml.jaxbbindings
Java class for DerivedField element declaration.
DerivedField() - Constructor for class weka.core.pmml.jaxbbindings.DerivedField
 
DerivedField(String, DATATYPE, OPTYPE) - Constructor for class weka.core.pmml.jaxbbindings.DerivedField
 
DerivedFieldMetaInfo - Class in weka.core.pmml
 
DerivedFieldMetaInfo(Element, ArrayList<Attribute>, TransformationDictionary) - Constructor for class weka.core.pmml.DerivedFieldMetaInfo
 
descendantPopulationSizeTipText() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
descendantPopulationSizeTipText() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
description() - Method in class weka.core.Option
Returns the option's description.
description() - Element in annotation interface weka.core.OptionMetadata
Description of this parameter.
DESCRIPTION - Static variable in class weka.knowledgeflow.BaseExecutionEnvironment
Description of the default execution environment
deserialize(InputStream) - Static method in class weka.core.scripting.Jython
deserializes the Python Object from the stream
deSerialize(String) - Static method in class weka.core.xml.XStream
Deserializes an object from the supplied XML string
DesignPanel - Class in weka.gui.knowledgeflow
Panel that contains the tree view of steps and the search field.
DesignPanel(StepTree) - Constructor for class weka.gui.knowledgeflow.DesignPanel
Constructor
desiredWeightOfInstancesPerIntervalTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
dest - Variable in class weka.gui.graphvisualizer.GraphEdge
The index of target node in Nodes vector
destLbl - Variable in class weka.gui.graphvisualizer.GraphEdge
Label of target node
det() - Method in class weka.core.matrix.LUDecomposition
Determinant
det() - Method in class weka.core.matrix.Matrix
Matrix determinant
DETAILED - Enum constant in enum class weka.knowledgeflow.LoggingLevel
 
detectionPerAttributeTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the tip text for this property
determineBounds() - Method in class weka.gui.visualize.Plot2D
Determine the min and max values for axis and colouring attributes
determineClasses() - Static method in class weka.gui.GenericObjectEditor
 
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.
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 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.LearningRateResultProducer
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.
determineValues(Instances) - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
determines the values to retain, it is always at least 1 and up to the maximum number of distinct values
DIAMOND_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
DictionaryBuilder - Class in weka.core
Class for building and maintaining a dictionary of terms.
DictionaryBuilder() - Constructor for class weka.core.DictionaryBuilder
 
dictionaryFileToSaveToTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Tip text for this property
DictionarySaver - Class in weka.core.converters
Writes a dictionary constructed from string attributes in incoming instances to a destination.
DictionarySaver() - Constructor for class weka.core.converters.DictionarySaver
 
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
DIRECTED - Static variable in interface weka.gui.graphvisualizer.GraphConstants
Types of Edges
directionTipText() - Method in class weka.attributeSelection.BestFirst
Returns the tip text for this property
directoriesOnly() - Element in annotation interface weka.gui.FilePropertyMetadata
Returns true if the file chooser dialog should only allow directories to be selected, otherwise it will allow only files to be selected
DirectoryFilter() - Constructor for class weka.core.ClassCache.DirectoryFilter
 
disable(Capabilities.Capability) - Method in class weka.core.Capabilities
disables the given capability Disabling NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES.
disable(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
disables the given capability.
DISABLE_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for package disablement
disableAll() - Method in class weka.core.Capabilities
disables all attribute and class types (including dependencies)
disableAllAttributeDependencies() - Method in class weka.core.Capabilities
disables all attribute type dependencies
disableAllAttributes() - Method in class weka.core.Capabilities
disables all attribute types
disableAllClassDependencies() - Method in class weka.core.Capabilities
disables all class type dependencies
disableAllClasses() - Method in class weka.core.Capabilities
disables all class types
disableAllPerspectiveTabs() - Method in class weka.gui.PerspectiveManager
Disable the tab/button for each visible perspective
DISABLED_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for package disablement
disableDependency(Capabilities.Capability) - Method in class weka.core.Capabilities
disables the dependency of the given capability Disabling NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES.
disableNot(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
disables the given "not to have" capability.
disableWidgets(String...) - Method in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
 
disconnect(NeuralConnection, NeuralConnection) - Static method in class weka.classifiers.functions.neural.NeuralConnection
Disconnects two units.
DISCONNECT - Static variable in class weka.gui.sql.event.ConnectionEvent
it was a disconnect
disconnectFromDatabase() - Method in class weka.experiment.DatabaseUtils
Closes the connection to the database.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.AbstractDataSink
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.AbstractEvaluator
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event named
disconnectionNotification(String, Object) - Method in class weka.gui.beans.AbstractTestSetProducer
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.AbstractTrainingSetProducer
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Appender
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Associator
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in interface weka.gui.beans.BeanCommon
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.ClassAssigner
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Classifier
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.ClassValuePicker
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Clusterer
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in interface weka.gui.beans.ConnectionNotificationConsumer
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name This method should be implemented synchronized.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.CostBenefitAnalysis
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.CrossValidationFoldMaker
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.DataVisualizer
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Filter
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.FlowByExpression
 
disconnectionNotification(String, Object) - Method in class weka.gui.beans.ImageSaver
 
disconnectionNotification(String, Object) - Method in class weka.gui.beans.ImageViewer
 
disconnectionNotification(String, Object) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Join
Handles cleanup when an upstream step disconnects
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Loader
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.MetaBean
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.ModelPerformanceChart
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.PredictionAppender
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.SerializedModelSaver
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Sorter
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.StripChart
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.SubstringLabeler
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.SubstringReplacer
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.TextSaver
 
disconnectionNotification(String, Object) - Method in class weka.gui.beans.TextViewer
Notify this object that it has been deregistered as a listener with a source for named event.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.TrainTestSplitMaker
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectStep(Step) - Method in class weka.knowledgeflow.StepManagerImpl
Remove the supplied step from connections (both incoming and outgoing of all types) for the step managed by this manager.
disconnectStepWithConnection(Step, String) - Method in class weka.knowledgeflow.StepManagerImpl
Disconnect the supplied step under the associated connection type from both the incoming and outgoing connections for the step managed by this manager.
DiscreteEstimator - Class in weka.estimators
Simple symbolic probability estimator based on symbol counts.
DiscreteEstimator() - Constructor for class weka.estimators.DiscreteEstimator
No-arg constructor needed to make WEKA's forName() work.
DiscreteEstimator(int, boolean) - Constructor for class weka.estimators.DiscreteEstimator
Constructor
DiscreteEstimator(int, double) - Constructor for class weka.estimators.DiscreteEstimator
Constructor
DiscreteEstimatorBayes - Class in weka.classifiers.bayes.net.estimate
Symbolic probability estimator based on symbol counts and a prior.
DiscreteEstimatorBayes(int, double) - Constructor for class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Constructor
DiscreteEstimatorFullBayes - Class in weka.classifiers.bayes.net.estimate
Symbolic probability estimator based on symbol counts and a prior.
DiscreteEstimatorFullBayes(int, double, double, DiscreteEstimatorBayes, DiscreteEstimatorBayes, double) - Constructor for class weka.classifiers.bayes.net.estimate.DiscreteEstimatorFullBayes
Constructor
Discretize - Class in weka.core.pmml
Class encapsulating a Discretize Expression.
Discretize - Class in weka.core.pmml.jaxbbindings
Java class for Discretize element declaration.
Discretize - Class in weka.filters.supervised.attribute
An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.
Discretize - Class in weka.filters.unsupervised.attribute
An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.
Discretize() - Constructor for class weka.core.pmml.jaxbbindings.Discretize
 
Discretize() - Constructor for class weka.filters.supervised.attribute.Discretize
Constructor - initialises the filter
Discretize() - Constructor for class weka.filters.unsupervised.attribute.Discretize
Constructor - initialises the filter
Discretize(String) - Constructor for class weka.filters.unsupervised.attribute.Discretize
Another constructor, sets the attribute indices immediately
Discretize(Element, FieldMetaInfo.Optype, ArrayList<Attribute>) - Constructor for class weka.core.pmml.Discretize
Constructs a Discretize Expression
DiscretizeBin - Class in weka.core.pmml.jaxbbindings
Java class for DiscretizeBin element declaration.
DiscretizeBin() - Constructor for class weka.core.pmml.jaxbbindings.DiscretizeBin
 
DiscrStats - Class in weka.core.pmml.jaxbbindings
Java class for DiscrStats element declaration.
DiscrStats() - Constructor for class weka.core.pmml.jaxbbindings.DiscrStats
 
displayModelInOldFormatTipText() - Method in class weka.classifiers.bayes.NaiveBayes
Returns the tip text for this property
displayModelInOldFormatTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
displayName() - Element in annotation interface weka.core.OptionMetadata
The nice GUI displayable name for this parameter
displayOrder() - Element in annotation interface weka.core.OptionMetadata
The order (low to high), relative to other parameters, that this property should be displayed in the GUI and, if applicable, on the command line help
displayResultset(int) - Method in class weka.experiment.PairedTTester
Checks whether the resultset with the given index shall be displayed.
displayResultset(int) - Method in interface weka.experiment.Tester
Checks whether the resultset with the given index shall be displayed.
displayRulesTipText() - Method in class weka.classifiers.rules.DecisionTable
Returns the tip text for this property
displayStdDevsTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
dispose() - Method in class weka.gui.GUIChooserApp.ChildFrameSDI
de-registers the child frame with the parent first.
dispose() - Method in class weka.gui.Main.ChildFrameMDI
de-registers the child frame with the parent first.
dispose() - Method in class weka.gui.Main.ChildFrameSDI
de-registers the child frame with the parent first.
dispose() - Method in class weka.gui.PropertyDialog
We need to extend the dispose method so that the member variables are set to null and the corresponding objects can be garbage collected.
dispose() - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
disposeSingleton() - Static method in class weka.gui.beans.KnowledgeFlowApp
 
disposeSplash() - Static method in class weka.gui.SplashWindow
Closes the splash window.
disposeWindow(JFrame, WindowAdapter) - Method in class weka.gui.GUIChooserApp
Disposes the given JFrame and removes it from the list of frames maintained by the GUIChooserApp.
distance(Instance, Instance) - Method in interface weka.core.DistanceFunction
Calculates the distance between two instances.
distance(Instance, Instance) - Method in class weka.core.EuclideanDistance
Calculates the distance between two instances.
distance(Instance, Instance) - Method in class weka.core.FilteredDistance
Calculates the distance between two instances.
distance(Instance, Instance) - Method in class weka.core.MinkowskiDistance
Calculates the distance between two instances.
distance(Instance, Instance) - Method in class weka.core.NormalizableDistance
Calculates the distance between two instances.
distance(Instance, Instance, double) - Method in interface weka.core.DistanceFunction
Calculates the distance between two instances.
distance(Instance, Instance, double) - Method in class weka.core.FilteredDistance
Calculates the distance between two instances.
distance(Instance, Instance, double) - Method in class weka.core.NormalizableDistance
Calculates the distance between two instances.
distance(Instance, Instance, double, PerformanceStats) - Method in interface weka.core.DistanceFunction
Calculates the distance between two instances.
distance(Instance, Instance, double, PerformanceStats) - Method in class weka.core.FilteredDistance
Calculates the distance between two instances.
distance(Instance, Instance, double, PerformanceStats) - Method in class weka.core.NormalizableDistance
Calculates the distance between two instances.
distance(Instance, Instance, PerformanceStats) - Method in interface weka.core.DistanceFunction
Calculates the distance between two instances.
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.EuclideanDistance
Calculates the distance (or similarity) between two instances.
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.FilteredDistance
Calculates the distance between two instances.
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.MinkowskiDistance
Calculates the distance (or similarity) between two instances.
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.NormalizableDistance
Calculates the distance between two instances.
DistanceFunction - Interface in weka.core
Interface for any class that can compute and return distances between two instances.
distanceFunctionTipText() - Method in class weka.clusterers.HierarchicalClusterer
 
distanceFunctionTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
distanceFunctionTipText() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns the tip text for this property.
distanceIsBranchLengthTipText() - Method in class weka.clusterers.HierarchicalClusterer
 
distanceTipText() - Method in class weka.core.FilteredDistance
Returns the tip text for this property
distanceWeightingTipText() - Method in class weka.classifiers.lazy.IBk
Returns the tip text for this property.
distinctCount - Variable in class weka.core.AttributeStats
The number of distinct values
distMultTipText() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the tip text for this property
distributedExperimentSelected() - Method in class weka.gui.experiment.DistributeExperimentPanel
Returns true if the distribute experiment checkbox is selected
DistributeExperimentPanel - Class in weka.gui.experiment
This panel enables an experiment to be distributed to multiple hosts; it also allows remote host names to be specified.
DistributeExperimentPanel() - Constructor for class weka.gui.experiment.DistributeExperimentPanel
Constructor
DistributeExperimentPanel(Experiment) - Constructor for class weka.gui.experiment.DistributeExperimentPanel
Creates the panel with the supplied initial experiment.
distribution() - Method in class weka.classifiers.evaluation.NominalPrediction
Gets the predicted probabilities
distribution() - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Returns the distribution of class values induced by the model.
Distribution - Class in weka.classifiers.trees.j48
Class for handling a distribution of class values.
Distribution(double[][]) - Constructor for class weka.classifiers.trees.j48.Distribution
Creates and initializes a new distribution using the given array.
Distribution(int, int) - Constructor for class weka.classifiers.trees.j48.Distribution
Creates and initializes a new distribution.
Distribution(Distribution) - Constructor for class weka.classifiers.trees.j48.Distribution
Creates distribution with only one bag by merging all bags of given distribution.
Distribution(Distribution, int) - Constructor for class weka.classifiers.trees.j48.Distribution
Creates distribution with two bags by merging all bags apart of the indicated one.
Distribution(Instances) - Constructor for class weka.classifiers.trees.j48.Distribution
Creates a distribution with only one bag according to instances in source.
Distribution(Instances, ClassifierSplitModel) - Constructor for class weka.classifiers.trees.j48.Distribution
Creates a distribution according to given instances and split model.
distributionForInstance(BayesNet, Instance) - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
Calculates the class membership probabilities for the given test instance.
distributionForInstance(BayesNet, Instance) - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
Calculates the class membership probabilities for the given test instance.
distributionForInstance(BayesNet, Instance) - Method in class weka.classifiers.bayes.net.estimate.SimpleEstimator
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.AbstractClassifier
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.bayes.BayesNet
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.bayes.NaiveBayes
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.bayes.NaiveBayesMultinomial
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in interface weka.classifiers.Classifier
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.functions.Logistic
Computes the distribution for a given instance
distributionForInstance(Instance) - Method in class weka.classifiers.functions.MultilayerPerceptron
Call this function to predict the class of an instance once a classification model has been built with the buildClassifier call.
distributionForInstance(Instance) - Method in class weka.classifiers.functions.SGD
Computes the distribution for a given instance
distributionForInstance(Instance) - Method in class weka.classifiers.functions.SGDText
 
distributionForInstance(Instance) - Method in class weka.classifiers.functions.SimpleLogistic
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.functions.SMO
Estimates class probabilities for given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.functions.VotedPerceptron
Outputs the distribution for the given output.
distributionForInstance(Instance) - Method in class weka.classifiers.lazy.IBk
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.lazy.KStar
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.lazy.LWL
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.AdaBoostM1
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Classifies a given instance after attribute selection
distributionForInstance(Instance) - Method in class weka.classifiers.meta.Bagging
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ClassificationViaRegression
Returns the distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns class probabilities.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.CVParameterSelection
Predicts the class distribution for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.FilteredClassifier
Classifies a given instance after filtering.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the class distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.LogitBoost
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.MultiClassClassifier
Returns the distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.MultiClassClassifierUpdateable
Returns the distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.MultiScheme
Returns class probabilities.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.RandomCommittee
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.RandomSubSpace
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.Stacking
Returns estimated class probabilities for the given instance if the class is nominal and a one-element array containing the numeric prediction if the class is numeric.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.Vote
Classifies a given instance using the selected combination rule.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.misc.InputMappedClassifier
 
distributionForInstance(Instance) - Method in class weka.classifiers.misc.SerializedClassifier
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.pmml.consumer.GeneralRegression
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.pmml.consumer.NeuralNetwork
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.pmml.consumer.Regression
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.pmml.consumer.RuleSetModel
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.pmml.consumer.SupportVectorMachineModel
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.pmml.consumer.TreeModel
Classifies the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.rules.DecisionTable
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.rules.JRip
Classify the test instance with the rule learner and provide the class distributions
distributionForInstance(Instance) - Method in class weka.classifiers.rules.part.ClassifierDecList
Returns class probabilities for a weighted instance.
distributionForInstance(Instance) - Method in class weka.classifiers.rules.PART
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.rules.part.MakeDecList
Returns the class distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.rules.ZeroR
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.DecisionStump
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.HoeffdingTree
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.J48
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.LMT
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.lmt.LMTNode
Returns the class probabilities for an instance given by the logistic model tree.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.lmt.LogisticBase
Returns class probabilities for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.RandomTree
Computes class distribution of an instance using the tree.
distributionForInstance(Instance) - Method in class weka.classifiers.trees.REPTree
Computes class distribution of an instance using the tree.
distributionForInstance(Instance) - Method in class weka.clusterers.AbstractClusterer
Predicts the cluster memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.clusterers.AbstractDensityBasedClusterer
Returns the cluster probability distribution for an instance.
distributionForInstance(Instance) - Method in class weka.clusterers.Canopy
 
distributionForInstance(Instance) - Method in interface weka.clusterers.Clusterer
Predicts the cluster memberships for a given instance.
distributionForInstance(Instance) - Method in interface weka.clusterers.DensityBasedClusterer
Returns the cluster probability distribution for an instance.
distributionForInstance(Instance) - Method in class weka.clusterers.FilteredClusterer
Classifies a given instance after filtering.
distributionForInstance(Instance) - Method in class weka.clusterers.HierarchicalClusterer
 
distributionForInstance(Instance, boolean) - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns class probabilities for a weighted instance.
distributionsByOriginalIndex(double[]) - Method in class weka.filters.supervised.attribute.ClassOrder
Convert the given class distribution back to the distributions with the original internal class index
distributionsForInstances(Instances) - Method in class weka.classifiers.AbstractClassifier
Batch prediction method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Batch scoring method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.Bagging
Batch scoring method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.ClassificationViaRegression
Returns predictions for a whole set of instances.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.CostSensitiveClassifier
Batch scoring method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.FilteredClassifier
Batch scoring method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.LogitBoost
Calculates the class membership probabilities for the given test instances.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.RandomCommittee
Batch scoring method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.RandomSubSpace
Batch scoring method.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.Stacking
Returns class probabilities for all given instances if the class is nominal or corresponding predicted numeric values if the class is numeric.
distributionsForInstances(Instances) - Method in interface weka.core.BatchPredictor
Batch scoring method
distributionSpreadTipText() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns the tip text for this property
distributionTipText() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns the tip text for this property
divergence(BayesNet) - Method in class weka.classifiers.bayes.net.BIFReader
calculates the divergence between the probability distribution represented by this network and that of another, that is, \sum_{x\in X} P(x)log P(x)/Q(x) where X is the set of values the nodes in the network can take, P(x) the probability of this network for configuration x Q(x) the probability of the other network for configuration x
divide(Instances, boolean) - Static method in class weka.associations.LabeledItemSet
Splits the class attribute away.
dividedBy(DoubleVector) - Method in class weka.core.matrix.DoubleVector
Divided by another DoubleVector element by element
dividedByEquals(DoubleVector) - Method in class weka.core.matrix.DoubleVector
Divided by another DoubleVector element by element in place
division(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'/' division operator
DIVISION - Static variable in interface weka.core.expressionlanguage.parser.sym
 
DKConditionalEstimator - Class in weka.estimators
Conditional probability estimator for a discrete domain conditional upon a numeric domain.
DKConditionalEstimator() - Constructor for class weka.estimators.DKConditionalEstimator
No-arg constructor needed to make WEKA's forName() work.
DKConditionalEstimator(int, double) - Constructor for class weka.estimators.DKConditionalEstimator
Constructor
dl(int) - Method in class weka.core.Debug.DBO
Return true if the debug level is set same method as outpuTypeSet but better name
DNConditionalEstimator - Class in weka.estimators
Conditional probability estimator for a discrete domain conditional upon a numeric domain.
DNConditionalEstimator() - Constructor for class weka.estimators.DNConditionalEstimator
No-arg constructor needed to make WEKA's forName() work.
DNConditionalEstimator(int, double) - Constructor for class weka.estimators.DNConditionalEstimator
Constructor
dnorm(double) - Static method in class weka.core.matrix.Maths
Returns the density of the standard normal.
dnorm(double, double, double) - Static method in class weka.core.matrix.Maths
Returns the density value of a standard normal.
dnorm(double, DoubleVector, double) - Static method in class weka.core.matrix.Maths
Returns the density values of a set of normal distributions with different means.
dnormLog(double) - Static method in class weka.core.matrix.Maths
Returns the log-density of the standard normal.
dnormLog(double, double, double) - Static method in class weka.core.matrix.Maths
Returns the log-density value of a standard normal.
dnormLog(double, DoubleVector, double) - Static method in class weka.core.matrix.Maths
Returns the log-density values of a set of normal distributions with different means.
do_action(int, lr_parser, Stack, int) - Method in class weka.core.expressionlanguage.parser.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class weka.core.json.Parser
Invoke a user supplied parse action.
DO_NOT_LOAD_IF_CLASS_NOT_PRESENT_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for preventing load if a class is not available
DO_NOT_LOAD_IF_CLASS_NOT_PRESENT_MESSAGE_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for preventing load if a class is not available
DO_NOT_LOAD_IF_ENV_VAR_NOT_SET_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for preventing load if an environment variable is not set
DO_NOT_LOAD_IF_ENV_VAR_NOT_SET_MESSAGE_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for preventing load if an environment variable is not set
DO_NOT_LOAD_IF_FILE_NOT_PRESENT_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for preventing load if a file is not present
DO_NOT_LOAD_IF_FILE_NOT_PRESENT_MESSAGE_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for preventing load if a file is not present
doCommandlineCompletion(KeyEvent) - Method in class weka.gui.SimpleCLIPanel
performs commandline completion on packages and classnames.
DOCTYPE - Static variable in class weka.core.xml.XMLInstances
the DTD
DOCTYPE - Static variable in class weka.core.xml.XMLOptions
the DTD for the XML file.
DOCTYPE - Static variable in class weka.core.xml.XMLSerialization
the DOCTYPE for the serialization
DocumentPrinting - Class in weka.gui
DocumentPrinting is a class that lets you print documents on the fly for free ;) Printing in JDK 1.2 - 1.5 is hard.
DocumentPrinting() - Constructor for class weka.gui.DocumentPrinting
Initializes the printing.
DocumentTermMatrix - Class in weka.core.pmml.jaxbbindings
Java class for DocumentTermMatrix element declaration.
DocumentTermMatrix() - Constructor for class weka.core.pmml.jaxbbindings.DocumentTermMatrix
 
doHistory(KeyEvent) - Method in class weka.gui.SimpleCLIPanel
Changes the currently displayed command line when certain keys are pressed.
doLayout() - Method in class weka.gui.beans.EnvironmentField.WideComboBox
Deprecated.
 
doLayout() - Method in class weka.gui.EnvironmentField.WideComboBox
 
doLayout() - Method in class weka.gui.knowledgeflow.LayoutPanel
 
doMetaConnection(BeanInstance, BeanInstance, EventSetDescriptor, JComponent, int) - Static method in class weka.gui.beans.BeanConnection
 
done() - Method in class weka.classifiers.functions.MultilayerPerceptron
Signal end of iterating, useful for any house-keeping/cleanup
done() - Method in interface weka.classifiers.IterativeClassifier
Signal end of iterating, for either the time being or permanently if setFinalized(true) has been called.
done() - Method in class weka.classifiers.meta.AdaBoostM1
Clean up after boosting.
done() - Method in class weka.classifiers.meta.AdditiveRegression
Clean up.
done() - Method in class weka.classifiers.meta.FilteredClassifier
Signal end of iterating, useful for any house-keeping/cleanup (If the base classifier supports this.)
done() - Method in class weka.classifiers.meta.LogitBoost
Clean up after boosting.
done() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Signal that a scoring run has been completed.
doNotCheckCapabilities() - Method in class weka.core.Capabilities
Does owner implement CapabilitiesIgnorer and does it not want capability checking to be performed?
doNotCheckCapabilitiesTipText() - Method in class weka.associations.AbstractAssociator
Returns the tip text for this property
doNotCheckCapabilitiesTipText() - Method in class weka.attributeSelection.ASEvaluation
Returns the tip text for this property
doNotCheckCapabilitiesTipText() - Method in class weka.classifiers.AbstractClassifier
Returns the tip text for this property
doNotCheckCapabilitiesTipText() - Method in class weka.clusterers.AbstractClusterer
Returns the tip text for this property
doNotCheckCapabilitiesTipText() - Method in class weka.core.converters.AbstractSaver
Returns the tip text for this property
doNotCheckCapabilitiesTipText() - Method in class weka.estimators.Estimator
Returns the tip text for this property
doNotCheckCapabilitiesTipText() - Method in class weka.filters.Filter
Returns the tip text for this property
doNotCheckForModifiedClassAttributeTipText() - Method in class weka.classifiers.meta.FilteredClassifier
Returns the tip text for this property
doNotMakeSplitPointActualValueTipText() - Method in class weka.classifiers.rules.PART
Returns the tip text for this property
doNotMakeSplitPointActualValueTipText() - Method in class weka.classifiers.trees.J48
Returns the tip text for this property
doNotMakeSplitPointActualValueTipText() - Method in class weka.classifiers.trees.LMT
Returns the tip text for this property
doNotOperateOnPerClassBasisTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
doNotOperateOnPerClassBasisTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
doNotPrintModelsTipText() - Method in class weka.classifiers.meta.Vote
Returns the tip text for this property
doNotStandardizeAttributesTipText() - Method in class weka.classifiers.functions.Logistic
Returns the tip text for this property
dontFilterAfterFirstBatchTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the tip text for this property.
dontNormalizeTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
dontNormalizeTipText() - Method in class weka.core.NormalizableDistance
Returns the tip text for this property.
dontReplaceMissingTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
dontReplaceMissingValuesTipText() - Method in class weka.clusterers.Canopy
Returns the tip text for this property.
dontReplaceMissingValuesTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
dontShowOKCancelButtons() - Method in interface weka.gui.beans.GOECustomizer
Tells the customizer not to display its own OK and CANCEL buttons
dontShowOKCancelButtons() - Method in class weka.gui.filters.AddUserFieldsCustomizer
Tell this customizer not to show its own OK and Cancel buttons.
doRun(int) - Method in class weka.experiment.AveragingResultProducer
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.CrossValidationSplitResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.DatabaseResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the results for a specified run number.
doRun(int) - Method in class weka.experiment.LearningRateResultProducer
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 interface weka.experiment.ResultProducer
Gets the results 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.CrossValidationResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.CrossValidationSplitResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.DatabaseResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the keys for a specified run number.
doRunKeys(int) - Method in class weka.experiment.LearningRateResultProducer
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 interface weka.experiment.ResultProducer
Gets the keys for a specified run number.
doTests() - Method in class weka.associations.CheckAssociator
Begin the tests, reporting results to System.out
doTests() - Method in class weka.attributeSelection.CheckAttributeSelection
Begin the tests, reporting results to System.out
doTests() - Method in class weka.classifiers.CheckClassifier
Begin the tests, reporting results to System.out
doTests() - Method in class weka.classifiers.functions.supportVector.CheckKernel
Begin the tests, reporting results to System.out
doTests() - Method in class weka.clusterers.CheckClusterer
Begin the tests, reporting results to System.out
doTests() - Method in class weka.core.Check
Begin the tests, reporting results to System.out
doTests() - Method in class weka.core.CheckGOE
Runs some diagnostic tests on the object.
doTests() - Method in class weka.core.CheckOptionHandler
Runs some diagnostic tests on an optionhandler object.
doTests() - Method in class weka.core.CheckScheme
Begin the tests, reporting results to System.out
doTests() - Method in class weka.estimators.CheckEstimator
Begin the tests, reporting results to System.out
dotMultiply(AlgVector) - Method in class weka.core.AlgVector
Returns the inner (or dot) product of two vectors
DotParser - Class in weka.gui.graphvisualizer
This class parses input in DOT format, and builds the datastructures that are passed to it.
DotParser(Reader, ArrayList<GraphNode>, ArrayList<GraphEdge>) - Constructor for class weka.gui.graphvisualizer.DotParser
Dot parser Constructor
dotProduct(double[]) - Method in class weka.core.pmml.VectorInstance
Computes the dot product between this vector instance and the supplied array of values
dotProduct(VectorInstance) - Method in class weka.core.pmml.VectorInstance
Computes the dot product between this vector instance and the argument
DOUBLE - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
DOUBLE - Static variable in interface weka.core.json.sym
 
DOUBLE - Static variable in class weka.experiment.DatabaseUtils
Type mapping for DOUBLE used for reading experiment results.
DOUBLE - Static variable in interface weka.gui.graphvisualizer.GraphConstants
Types of Edges
DoubleConstant(double) - Constructor for class weka.core.expressionlanguage.common.Primitives.DoubleConstant
 
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.
DoubleVariable(String) - Constructor for class weka.core.expressionlanguage.common.Primitives.DoubleVariable
 
DoubleVector - Class in weka.core.matrix
A vector specialized on doubles.
DoubleVector() - Constructor for class weka.core.matrix.DoubleVector
Constructs a null vector.
DoubleVector(double[]) - Constructor for class weka.core.matrix.DoubleVector
Constructs a vector directly from a double array
DoubleVector(int) - Constructor for class weka.core.matrix.DoubleVector
Constructs an n-vector of zeros.
DoubleVector(int, double) - Constructor for class weka.core.matrix.DoubleVector
Constructs a constant n-vector.
dp(int, String) - Method in class weka.core.Debug.DBO
prints out text but only if debug level is set.
dp(String) - Method in class weka.core.Debug.DBO
prints out text if verbose is on.
dpln(int, String) - Method in class weka.core.Debug.DBO
prints out text + endofline but only if parameter debug type is set.
dpln(String) - Method in class weka.core.Debug.DBO
prints out text + endofline if verbose is on.
draw(Shape) - Method in class weka.gui.visualize.PostscriptGraphics
 
draw3DRect(int, int, int, int, boolean) - Method in class weka.gui.visualize.PostscriptGraphics
Draw an outlined rectangle with 3D effect in current pen color.
Drawable - Interface in weka.core
Interface to something that can be drawn as a graph.
drawArc(int, int, int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
drawBytes(byte[], int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
simply calls drawString(String,int,int)
drawChars(char[], int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
simply calls drawString(String,int,int)
drawGlyphVector(GlyphVector, float, float) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawHighlight(Graphics, int, int) - Method in class weka.classifiers.functions.neural.NeuralConnection
Call this function to draw the node highlighted.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
calls drawImage(Image,int,int,int,int,int,int,int,int,Color,ImageObserver) with Color.WHITE as background color
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
PS see http://astronomy.swin.edu.au/~pbourke/geomformats/postscript/ Java http ://show.docjava.com:8086/book/cgij/doc/ip/graphics/SimpleImageFrame.java .html
drawImage(Image, int, int, int, int, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
calls drawImage(Image,int,int,int,int,Color,ImageObserver) with the color WHITE as background
drawImage(Image, int, int, Color, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
calls drawImage(Image,int,int,int,int,Color,ImageObserver)
drawImage(Image, int, int, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
calls drawImage(Image,int,int,Color,ImageObserver) with Color.WHITE as background color
drawImage(Image, AffineTransform, ImageObserver) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawInputLines(Graphics, int, int) - Method in class weka.classifiers.functions.neural.NeuralConnection
Call this function to draw the nodes input connections.
drawLine(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw a line in current pen color.
drawNode(Graphics, int, int) - Method in class weka.classifiers.functions.neural.NeuralConnection
Call this function to draw the node.
drawOutputLines(Graphics, int, int) - Method in class weka.classifiers.functions.neural.NeuralConnection
Call this function to draw the nodes output connections.
drawOval(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw an Oval outline in current pen color.
drawPolygon(int[], int[], int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
drawPolyline(int[], int[], int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
drawRect(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw an outlined rectangle in current pen color.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
drawSortedDenseSample(int, int, Random) - Static method in class weka.core.RandomSample
Draws a sorted list of n distinct integers from 0, 1, ..., N - 1 based on the simple Algorithm A in
drawSortedSample(int, int, Random) - Static method in class weka.core.RandomSample
Returns a sorted list of n distinct integers that are randomly chosen from 0, 1, ..., N - 1.
drawSortedSparseSample(int, int, Random) - Static method in class weka.core.RandomSample
Draws a sorted list of n distinct integers from 0, 1, ..., N - 1 based on drawSparseSample() followed by radix sort.
drawSparseSample(int, int, Random) - Static method in class weka.core.RandomSample
Draws n distinct integers from 0, 1, ..., N - 1, randomly ordered, using a partial Fisher-Yates shuffle and a hash map.
drawString(String, float, float) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawString(String, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw text in current pen color.
drawString(AttributedCharacterIterator, float, float) - Method in class weka.gui.visualize.PostscriptGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
DTD - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the DTD.
DTD_ANY - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the ANY placeholder.
DTD_ANY - Static variable in class weka.core.xml.XMLDocument
the ANY placeholder.
DTD_AT_LEAST_ONE - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the at least one marker.
DTD_AT_LEAST_ONE - Static variable in class weka.core.xml.XMLDocument
the at least one marker.
DTD_ATTLIST - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the AttList definition.
DTD_ATTLIST - Static variable in class weka.core.xml.XMLDocument
the AttList definition.
DTD_CDATA - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the CDATA placeholder.
DTD_CDATA - Static variable in class weka.core.xml.XMLDocument
the CDATA placeholder.
DTD_DOCTYPE - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the DocType definition.
DTD_DOCTYPE - Static variable in class weka.core.xml.XMLDocument
the DocType definition.
DTD_ELEMENT - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the Element definition.
DTD_ELEMENT - Static variable in class weka.core.xml.XMLDocument
the Element definition.
DTD_IMPLIED - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the #IMPLIED placeholder.
DTD_IMPLIED - Static variable in class weka.core.xml.XMLDocument
the #IMPLIED placeholder.
DTD_OPTIONAL - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the optional marker.
DTD_OPTIONAL - Static variable in class weka.core.xml.XMLDocument
the optional marker.
DTD_PCDATA - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the #PCDATA placeholder.
DTD_PCDATA - Static variable in class weka.core.xml.XMLDocument
the #PCDATA placeholder.
DTD_REQUIRED - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the #REQUIRED placeholder.
DTD_REQUIRED - Static variable in class weka.core.xml.XMLDocument
the #REQUIRED placeholder.
DTD_SEPARATOR - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the option separator.
DTD_SEPARATOR - Static variable in class weka.core.xml.XMLDocument
the option separator.
DTD_ZERO_OR_MORE - Static variable in class weka.classifiers.evaluation.output.prediction.XML
the zero or more marker.
DTD_ZERO_OR_MORE - Static variable in class weka.core.xml.XMLDocument
the zero or more marker.
Dummy - Class in weka.knowledgeflow.steps
A "dummy" no-op step
Dummy() - Constructor for class weka.knowledgeflow.steps.Dummy
 
dumpDistribution() - Method in class weka.classifiers.trees.j48.Distribution
Prints distribution.
dumpLabel(int, Instances) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Prints label for subset index of instances (eg class).
dumpModel(Instances) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Prints the split model.

E

EAST_CONNECTOR - Static variable in class weka.gui.beans.BeanVisual
 
Echo - Class in weka.gui.simplecli
Outputs a message.
Echo() - Constructor for class weka.gui.simplecli.Echo
 
Edge - Class in weka.gui.treevisualizer
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.
edges - Variable in class weka.gui.graphvisualizer.GraphNode
The indices of nodes to which there are edges from this node, plus the type of edge
edit() - Method in class weka.gui.explorer.PreprocessPanel
edits the current instances object in the viewer
EditableBayesNet - Class in weka.classifiers.bayes.net
Bayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier.
EditableBayesNet() - Constructor for class weka.classifiers.bayes.net.EditableBayesNet
standard constructor *
EditableBayesNet(boolean) - Constructor for class weka.classifiers.bayes.net.EditableBayesNet
constructor that potentially initializes instances as well
EditableBayesNet(BIFReader) - Constructor for class weka.classifiers.bayes.net.EditableBayesNet
constructor, copies Bayesian network structure from a Bayesian network encapsulated in a BIFReader
EditableBayesNet(Instances) - Constructor for class weka.classifiers.bayes.net.EditableBayesNet
constructor, creates empty network with nodes based on the attributes in a data set
editableProperties() - Method in class weka.gui.PropertySheetPanel
Gets the number of editable properties for the current target.
EDITION - Enum constant in enum class weka.core.TechnicalInformation.Field
The edition of a book---for example, ``Second''.
EDITOR - Enum constant in enum class weka.core.TechnicalInformation.Field
Name(s) of editor(s), typed as indicated in the LaTeX book.
eig() - Method in class weka.core.matrix.Matrix
Eigenvalue Decomposition
eigenvalueDecomposition(double[][], double[]) - Method in class weka.core.Matrix
Deprecated.
Performs Eigenvalue Decomposition using Householder QR Factorization Matrix must be symmetrical.
EigenvalueDecomposition - Class in weka.core.matrix
Eigenvalues and eigenvectors of a real matrix.
EigenvalueDecomposition(Matrix) - Constructor for class weka.core.matrix.EigenvalueDecomposition
Check for symmetry, then construct the eigenvalue decomposition
element(int) - Method in class weka.core.neighboursearch.covertrees.Stack
Returns the ith element in the stack.
elementAt(int) - Method in class weka.core.FastVector
Deprecated.
Returns the element at the given position.
elementAt(int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Returns the component at the specified index.
elements - Variable in class weka.core.neighboursearch.covertrees.Stack
The elements inside the stack.
elements() - Method in class weka.core.FastVector
Deprecated.
Returns an enumeration of this vector.
elements() - Method in class weka.core.Stopwords
Returns a sorted enumeration over all stored stopwords
elements(int) - Method in class weka.core.FastVector
Deprecated.
Returns an enumeration of this vector, skipping the element with the given index.
eliminateColinearAttributesTipText() - Method in class weka.classifiers.functions.LinearRegression
Returns the tip text for this property
ELLIOTT - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
EM - Class in weka.clusterers
Simple EM (expectation maximisation) class.

EM assigns a probability distribution to each instance which indicates the probability of it belonging to each of the clusters.
EM() - Constructor for class weka.clusterers.EM
Constructor.
empty() - Method in class weka.core.Queue
Checks if queue is empty.
empty() - Method in class weka.gui.scripting.Script
Empties the document.
EMPTY_NOMINAL_ATTRIBUTES - Enum constant in enum class weka.core.Capabilities.Capability
can handle empty nominal attributes
EMPTY_NOMINAL_CLASS - Enum constant in enum class weka.core.Capabilities.Capability
can handle empty nominal classes
enable(Capabilities.Capability) - Method in class weka.core.Capabilities
enables the given capability.
enable(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
enables the given capability.
ENABLE_UNDO - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
ENABLE_UNDO_KEY - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
enableAll() - Method in class weka.core.Capabilities
enables all attribute and class types (including dependencies)
enableAllAttributeDependencies() - Method in class weka.core.Capabilities
enables all attribute type dependencies
enableAllAttributes() - Method in class weka.core.Capabilities
enables all attribute types
enableAllClassDependencies() - Method in class weka.core.Capabilities
enables all class type dependencies
enableAllClasses() - Method in class weka.core.Capabilities
enables all class types
enableAllPerspectiveTabs() - Method in class weka.gui.PerspectiveManager
Enable the tab/button for each visible perspective
enableDependency(Capabilities.Capability) - Method in class weka.core.Capabilities
enables the dependency flag for the given capability Enabling NOMINAL_ATTRIBUTES also enables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES.
enableNot(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
enables the given "not to have" capability.
enableWidget(String, boolean) - Method in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
Enable/disable a named widget
enableWidgets(String...) - Method in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
 
enclosureCharactersTipText() - Method in class weka.core.converters.CSVLoader
Returns the tip text for this property.
ENDSWITH - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
ENTITY_AFFINITY - Enum constant in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
ENTITY_ID - Enum constant in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
entriesDeleted(List<String>, List<Integer>) - Method in interface weka.gui.ResultHistoryPanel.RDeleteListener
 
entropicAutoBlendTipText() - Method in class weka.classifiers.lazy.KStar
Returns the tip text for this property
entropy(double[]) - Static method in class weka.core.ContingencyTables
Computes the entropy of the given array.
ENTROPY - Static variable in interface weka.classifiers.bayes.net.search.local.Scoreable
 
EntropyBasedSplitCrit - Class in weka.classifiers.trees.j48
"Abstract" class for computing splitting criteria based on the entropy of a class distribution.
EntropyBasedSplitCrit() - Constructor for class weka.classifiers.trees.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.
entropyGain() - Method in class weka.classifiers.trees.lmt.ResidualSplit
Computes entropy gain for current split.
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 in weka.classifiers.trees.j48
Class for computing the entropy for a given distribution.
EntropySplitCrit() - Constructor for class weka.classifiers.trees.j48.EntropySplitCrit
 
entryDeleted(String, int) - Method in interface weka.gui.ResultHistoryPanel.RDeleteListener
Called when an entry in the list is deleted
ENUM_HELPER - Static variable in class weka.knowledgeflow.JSONFlowUtils
 
enumerateAttributes() - Method in class weka.core.AbstractInstance
Returns an enumeration of all the attributes.
enumerateAttributes() - Method in interface weka.core.Instance
Returns an enumeration of all the attributes.
enumerateAttributes() - Method in class weka.core.Instances
Returns an enumeration of all the attributes.
enumerateColNamesTipText() - Method in class weka.experiment.ResultMatrix
Returns the tip text for this property.
enumerateInstances() - Method in class weka.core.Instances
Returns an enumeration of all instances in the dataset.
enumerateMeasures() - Method in class weka.classifiers.bayes.BayesNet
Returns an enumeration of the measure names.
enumerateMeasures() - Method in class weka.classifiers.functions.SimpleLogistic
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.functions.SMOreg
Returns an enumeration of the measure names.
enumerateMeasures() - Method in class weka.classifiers.lazy.IBk
Returns an enumeration of the additional measure names produced by the neighbour search algorithm, plus the chosen K in case cross-validation is enabled.
enumerateMeasures() - Method in class weka.classifiers.lazy.LWL
Returns an enumeration of the additional measure names produced by the neighbour search algorithm.
enumerateMeasures() - Method in class weka.classifiers.meta.AdditiveRegression
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.meta.Bagging
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.rules.DecisionTable
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.rules.JRip
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.rules.PART
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.trees.J48
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.trees.LMT
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.trees.m5.M5Base
Returns an enumeration of the additional measure names
enumerateMeasures() - Method in class weka.classifiers.trees.REPTree
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in interface weka.core.AdditionalMeasureProducer
Returns an enumeration of the measure names.
enumerateMeasures() - Method in class weka.core.neighboursearch.BallTree
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in class weka.core.neighboursearch.CoverTree
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in class weka.core.neighboursearch.KDTree
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in class weka.core.neighboursearch.PerformanceStats
Returns an enumeration of the additional measure names.
enumerateMeasures() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns an enumeration of the additional measure names.
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.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.DatabaseResultProducer
Returns an enumeration of any additional measure names that might be in the result producer
enumerateMeasures() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Returns an enumeration of any additional measure names that might be in the classifier
enumerateMeasures() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns an enumeration of any additional measure names that might be in the SplitEvaluator.
enumerateMeasures() - Method in class weka.experiment.LearningRateResultProducer
Returns an enumeration of any additional measure names that might be in the result producer
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.RegressionSplitEvaluator
Returns an enumeration of any additional measure names that might be in the classifier
enumerateRequests() - Method in class weka.gui.beans.Associator
Return an enumeration of requests that can be made by the user
enumerateRequests() - Method in class weka.gui.beans.AttributeSummarizer
Return an enumeration of actions that the user can ask this bean to perform
enumerateRequests() - Method in class weka.gui.beans.Classifier
Return an enumeration of requests that can be made by the user
enumerateRequests() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Return an enumeration of user activated requests for this bean
enumerateRequests() - Method in class weka.gui.beans.Clusterer
Return an enumeration of requests that can be made by the user
enumerateRequests() - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Return an enumeration of user activated requests for this bean
enumerateRequests() - Method in class weka.gui.beans.CostBenefitAnalysis
 
enumerateRequests() - Method in class weka.gui.beans.CrossValidationFoldMaker
Return an enumeration of user requests
enumerateRequests() - Method in class weka.gui.beans.DataVisualizer
Describe enumerateRequests method here.
enumerateRequests() - Method in class weka.gui.beans.Filter
Return an enumeration of user requests
enumerateRequests() - Method in class weka.gui.beans.GraphViewer
Return an enumeration of user requests
enumerateRequests() - Method in class weka.gui.beans.ImageViewer
 
enumerateRequests() - Method in class weka.gui.beans.MetaBean
Return an enumeration of requests that can be made by the user
enumerateRequests() - Method in class weka.gui.beans.ModelPerformanceChart
Describe enumerateRequests method here.
enumerateRequests() - Method in class weka.gui.beans.StripChart
Describe enumerateRequests method here.
enumerateRequests() - Method in class weka.gui.beans.TextViewer
Get a list of user requests
enumerateRequests() - Method in class weka.gui.beans.TrainTestSplitMaker
Get list of user requests
enumerateRequests() - Method in interface weka.gui.beans.UserRequestAcceptor
Get a list of performable requests
enumerateRowNamesTipText() - Method in class weka.experiment.ResultMatrix
Returns the tip text for this property.
enumerateValues() - Method in class weka.core.Attribute
Returns an enumeration of all the attribute's values if the attribute is nominal, string, or relation-valued, null otherwise.
EnumHelper - Class in weka.core
Helper/wrapper class for obtaining an arbitrary enum value from an arbitrary enum type.
EnumHelper() - Constructor for class weka.core.EnumHelper
No-op constructor (for beans conformity)
EnumHelper(Enum) - Constructor for class weka.core.EnumHelper
Constructor
enumToVector(Enumeration<Option>) - Method in class weka.datagenerators.DataGenerator
Convenience method.
Environment - Class in weka.core
This class encapsulates a map of all environment and java system properties.
Environment() - Constructor for class weka.core.Environment
Constructs a new Environment object with all environment variables and java properties set.
Environment(Environment) - Constructor for class weka.core.Environment
Constructor that makes a new Environment object containing all the entries in the supplied one
EnvironmentField - Class in weka.gui.beans
Deprecated.
EnvironmentField - Class in weka.gui
Widget that displays a label and a combo box for selecting environment variables.
EnvironmentField() - Constructor for class weka.gui.beans.EnvironmentField
Deprecated.
Construct an EnvironmentField with no label.
EnvironmentField() - Constructor for class weka.gui.EnvironmentField
Construct an EnvironmentField with no label.
EnvironmentField(String) - Constructor for class weka.gui.beans.EnvironmentField
Deprecated.
Constructor.
EnvironmentField(String) - Constructor for class weka.gui.EnvironmentField
Constructor.
EnvironmentField(String, Environment) - Constructor for class weka.gui.beans.EnvironmentField
Deprecated.
Constructor.
EnvironmentField(String, Environment) - Constructor for class weka.gui.EnvironmentField
Constructor.
EnvironmentField(Environment) - Constructor for class weka.gui.beans.EnvironmentField
Deprecated.
Construct an EnvironmentField with no label.
EnvironmentField(Environment) - Constructor for class weka.gui.EnvironmentField
Construct an EnvironmentField with no label.
EnvironmentField.WideComboBox - Class in weka.gui.beans
Deprecated.
Combo box that allows the drop-down list to be wider than the component itself.
EnvironmentField.WideComboBox - Class in weka.gui
Combo box that allows the drop-down list to be wider than the component itself.
EnvironmentHandler - Interface in weka.core
Interface for something that can utilize environment variables.
EnvironmentProperties - Class in weka.core
Extends Properties to allow the value of a system property (if set) to override that which has been loaded/set.
EnvironmentProperties() - Constructor for class weka.core.EnvironmentProperties
 
EnvironmentProperties(Properties) - Constructor for class weka.core.EnvironmentProperties
 
environmentSubstitute(String) - Method in class weka.gui.knowledgeflow.StepEditorDialog
Substitute the values of any environment variables present in the supplied string
environmentSubstitute(String) - Method in class weka.gui.knowledgeflow.VisibleLayout
 
environmentSubstitute(String) - Method in interface weka.knowledgeflow.StepManager
Substitute all known environment variables in the given string
environmentSubstitute(String) - Method in class weka.knowledgeflow.StepManagerImpl
Substitute the values of environment variables in the given string
environmentSubstitute(String) - Method in class weka.knowledgeflow.steps.BaseStep
Substitute the values of environment variables in the given string
EOF - Static variable in interface weka.core.expressionlanguage.parser.sym
 
EOF - Static variable in interface weka.core.json.sym
 
EOF_sym() - Method in class weka.core.expressionlanguage.parser.Parser
EOF Symbol index.
EOF_sym() - Method in class weka.core.json.Parser
EOF Symbol index.
EPANECHNIKOV - Static variable in class weka.classifiers.lazy.LWL
 
epochsTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
epochsTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
EPSILON - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
EPSILON_INSENSITIVE - Static variable in class weka.classifiers.functions.SGD
The epsilon insensitive loss function
epsilonParameterTipText() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
Returns the tip text for this property
epsilonTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
epsilonTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
epsilonTipText() - Method in class weka.classifiers.functions.supportVector.RegSMO
Returns the tip text for this property
eq(double, double) - Static method in class weka.core.Utils
Tests if a is equal to b.
equal(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'=' equal operator
EQUAL - Enum constant in enum class weka.associations.NumericItem.Comparison
 
EQUAL - Enum constant in enum class weka.core.packageManagement.VersionPackageConstraint.VersionComparison
 
EQUAL - Enum constant in enum class weka.core.pmml.jaxbbindings.COMPAREFUNCTION
 
EQUAL - Static variable in interface weka.core.expressionlanguage.parser.sym
 
equalCondset(Object) - Method in class weka.associations.LabeledItemSet
Compares two item sets
equalHeaders(Instance) - Method in class weka.core.AbstractInstance
Tests if the headers of two instances are equivalent.
equalHeaders(Instance) - Method in interface 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.
equalHeadersMsg(Instance) - Method in class weka.core.AbstractInstance
Checks if the headers of two instances are equivalent.
equalHeadersMsg(Instance) - Method in interface weka.core.Instance
Checks if the headers of two instances are equivalent.
equalHeadersMsg(Instances) - Method in class weka.core.Instances
Checks if two headers are equivalent.
equals(Object) - Method in class weka.associations.AssociationRule
Return true if this rule is equal to the supplied one.
equals(Object) - Method in class weka.associations.AssociatorEvaluation
Tests whether the current evaluation object is equal to another evaluation object
equals(Object) - Method in class weka.associations.BinaryItem
Equals.
equals(Object) - Method in class weka.associations.Item
Equals.
equals(Object) - Method in class weka.associations.ItemSet
Tests if two item sets are equal.
equals(Object) - Method in class weka.associations.LabeledItemSet
Tests if two item sets are equal.
equals(Object) - Method in class weka.associations.NominalItem
Equals.
equals(Object) - Method in class weka.associations.NumericItem
Equals.
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.classifiers.evaluation.Evaluation
Tests whether the current evaluation object is equal to another evaluation object.
equals(Object) - Method in class weka.classifiers.functions.supportVector.KernelEvaluation
Tests whether the current evaluation object is equal to another evaluation object
equals(Object) - Method in class weka.classifiers.rules.DecisionTableHashKey
Tests if two instances are equal
equals(Object) - Method in class weka.clusterers.ClusterEvaluation
Tests whether the current evaluation object is equal to another evaluation object
equals(Object) - Method in class weka.core.Attribute
Tests if given attribute is equal to this attribute.
equals(Object) - Method in class weka.core.AttributeLocator
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class weka.core.ClassDiscovery.StringCompare
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class weka.core.SelectedTag
Returns true if this SelectedTag equals another object
equals(Object) - Method in class weka.core.SerializedObject
 
equals(Object) - Method in class weka.core.Settings.SettingKey
Compares two setting keys for equality
equals(Object) - Method in class weka.core.Trie
Compares the specified object with this collection for equality.
equals(Object) - Method in class weka.core.Trie.TrieNode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class weka.core.Version
whether the given version string is equal to this version
equals(Object) - Method in class weka.estimators.Estimator
Tests whether the current estimation object is equal to another estimation object
equals(Object) - Method in class weka.gui.graphvisualizer.GraphEdge
 
equals(Object) - Method in class weka.gui.graphvisualizer.GraphNode
Returns true if passed in argument is an instance of GraphNode and is equal to this node.
equals(Object) - Method in class weka.gui.simplecli.AbstractCommand
Returns true if the object is a command with the same name.
equals(Object) - Method in class weka.gui.SortedTableModel.SortContainer
Indicates whether some other object is "equal to" this one.
equals(Package) - Method in class weka.core.packageManagement.Package
Compare the supplied package to this package.
EQUALS - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
equalsMsg(Object) - Method in class weka.core.Attribute
Tests if given attribute is equal to this attribute.
equalTo(Test) - Method in class weka.datagenerators.Test
Compares the test with the test that is given as parameter.
errms(StreamTokenizer, String) - Static method in class weka.core.converters.ConverterUtils
Throws error message with line number and last token read.
errms(StreamTokenizer, String) - Static method in class weka.core.converters.StreamTokenizerUtils
Throws error message with line number and last token read.
error - Static variable in interface weka.core.expressionlanguage.parser.sym
 
error - Static variable in interface weka.core.json.sym
 
error() - Method in class weka.classifiers.evaluation.NumericPrediction
Calculates the prediction error.
ERROR - Enum constant in enum class weka.gui.scripting.event.ScriptExecutionEvent.Type
finished with error.
ERROR - Enum constant in enum class weka.knowledgeflow.LoggingLevel
 
ERROR_SHAPE - Static variable in class weka.gui.visualize.Plot2D
 
error_sym() - Method in class weka.core.expressionlanguage.parser.Parser
error Symbol index.
error_sym() - Method in class weka.core.json.Parser
error Symbol index.
ErrorBasedMeritEvaluator - Interface in weka.attributeSelection
Interface for evaluators that calculate the "merit" of attributes/subsets as the error of a learning scheme
errorFunction(double) - Static method in class weka.core.Statistics
Returns the error function of the normal distribution.
errorFunctionComplemented(double) - Static method in class weka.core.Statistics
Returns the complementary Error function of the normal distribution.
errorOnProbabilitiesTipText() - Method in class weka.classifiers.functions.SimpleLogistic
Returns the tip text for this property
errorOnProbabilitiesTipText() - Method in class weka.classifiers.trees.LMT
Returns the tip text for this property
errorPlotPointSizeProportionalToMarginTipText() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get the tip text for this property.
errorRate() - Method in class weka.classifiers.evaluation.ConfusionMatrix
Returns the estimated error rate.
errorRate() - Method in class weka.classifiers.Evaluation
Returns the estimated error rate or the root mean squared error (if the class is numeric).
errorRate() - Method in class weka.classifiers.evaluation.Evaluation
Returns the estimated error rate or the root mean squared error (if the class is numeric).
errorValue(boolean) - Method in class weka.classifiers.functions.neural.NeuralConnection
Call this to get the error value of this unit.
errorValue(boolean) - Method in class weka.classifiers.functions.neural.NeuralNode
Call this to get the error value of this unit.
errorValue(NeuralNode) - Method in class weka.classifiers.functions.neural.LinearUnit
This function calculates what the error value should be.
errorValue(NeuralNode) - Method in interface weka.classifiers.functions.neural.NeuralMethod
This function calculates what the error value should be.
errorValue(NeuralNode) - Method in class weka.classifiers.functions.neural.SigmoidUnit
This function calculates what the error value should be.
ErrorVisualizePlugin - Interface in weka.gui.visualize.plugins
Interface implemented by classes loaded dynamically to visualize classifier errors in the explorer.
escapeQuote(String) - Method in class weka.gui.scripting.SyntaxDocument
Escapes the quote delimiter.
establishCacheIfNeeded(PrintStream...) - Static method in class weka.core.WekaPackageManager
Establish the local copy of the package meta data if needed
establishProxy() - Method in class weka.core.packageManagement.PackageManager
Tries to configure a Proxy object for use in an Authenticator if there is a proxy defined by the properties http.proxyHost and http.proxyPort, and if the user has set values for the properties (note, these are not standard java properties) http.proxyUser and http.proxyPassword.
estimate(double[][], double[]) - Method in interface weka.estimators.MultivariateEstimator
Fits the value to the density estimator.
estimate(double[][], double[]) - Method in class weka.estimators.MultivariateGaussianEstimator
Generates the estimator based on the given observations and weight vector.
estimateCPTs() - Method in class weka.classifiers.bayes.BayesNet
estimateCPTs estimates the conditional probability tables for the Bayes Net using the network structure.
estimateCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
estimateCPTs estimates the conditional probability tables for the Bayes Net using the network structure.
estimateCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
estimateCPTs estimates the conditional probability tables for the Bayes Net using the network structure.
estimateCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
estimateCPTs estimates the conditional probability tables for the Bayes Net using the network structure.
estimateCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.SimpleEstimator
estimateCPTs estimates the conditional probability tables for the Bayes Net using the network structure.
estimatePooled(double[][][], double[][]) - Method in class weka.estimators.MultivariateGaussianEstimator
Generates pooled estimator for linear discriminant analysis based on the given groups of observations and weight vectors.
Estimator - Class in weka.estimators
Abstract class for all estimators.
Estimator() - Constructor for class weka.estimators.Estimator
 
estimatorTipText() - Method in class weka.classifiers.bayes.BayesNet
This will return a string describing the BayesNetEstimator.
estimatorTipText() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns the tip text for this property
EstimatorUtils - Class in weka.estimators
Contains static utility functions for Estimators.
EstimatorUtils() - Constructor for class weka.estimators.EstimatorUtils
 
EstTypes() - Constructor for class weka.estimators.CheckEstimator.EstTypes
Constructor
EstTypes(boolean, boolean, boolean) - Constructor for class weka.estimators.CheckEstimator.EstTypes
Constructor
ETable - Class in weka.gui
A better-looking table than JTable.
ETable() - Constructor for class weka.gui.ETable
 
Euclidean - Class in weka.core.pmml.jaxbbindings
Java class for euclidean element declaration.
Euclidean() - Constructor for class weka.core.pmml.jaxbbindings.Euclidean
 
EuclideanDistance - Class in weka.core
Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
EuclideanDistance() - Constructor for class weka.core.EuclideanDistance
Constructs an Euclidean Distance object, Instances must be still set.
EuclideanDistance(Instances) - Constructor for class weka.core.EuclideanDistance
Constructs an Euclidean Distance object and automatically initializes the ranges.
eval(int, int, Instance) - Method in class weka.classifiers.functions.supportVector.CachedKernel
Implements the abstract function of Kernel using the cache.
eval(int, int, Instance) - Method in class weka.classifiers.functions.supportVector.Kernel
Computes the result of the kernel function for two instances.
eval(int, int, Instance) - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
 
eval(int, int, Instance) - Method in class weka.classifiers.functions.supportVector.StringKernel
Computes the result of the kernel function for two instances.
EVAL_ACCURACY - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_ACCURACY - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_ACCURACY - Static variable in class weka.classifiers.rules.DecisionTable
 
EVAL_AUC - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_AUC - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_AUC - Static variable in class weka.classifiers.rules.DecisionTable
 
EVAL_AUPRC - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_AUPRC - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_CORRELATION - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_CORRELATION - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_DEFAULT - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_DEFAULT - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_DEFAULT - Static variable in class weka.classifiers.rules.DecisionTable
default is accuracy for discrete class and RMSE for numeric class
EVAL_FMEASURE - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_FMEASURE - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_MAE - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_MAE - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_MAE - Static variable in class weka.classifiers.rules.DecisionTable
 
EVAL_PLUGIN - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_PLUGIN - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_RMSE - Static variable in class weka.attributeSelection.ClassifierSubsetEval
 
EVAL_RMSE - Static variable in class weka.attributeSelection.WrapperSubsetEval
 
EVAL_RMSE - Static variable in class weka.classifiers.rules.DecisionTable
 
evalBoolean(String) - Method in class weka.core.xml.XMLDocument
Evaluates and returns the boolean result of the XPath expression.
evalDouble(String) - Method in class weka.core.xml.XMLDocument
Evaluates and returns the double result of the XPath expression.
evalString(String) - Method in class weka.core.xml.XMLDocument
Evaluates and returns the boolean result of the XPath expression.
evaluate() - Method in class weka.core.expressionlanguage.common.Primitives.BooleanConstant
 
evaluate() - Method in interface weka.core.expressionlanguage.common.Primitives.BooleanExpression
 
evaluate() - Method in class weka.core.expressionlanguage.common.Primitives.BooleanVariable
 
evaluate() - Method in class weka.core.expressionlanguage.common.Primitives.DoubleConstant
 
evaluate() - Method in interface weka.core.expressionlanguage.common.Primitives.DoubleExpression
 
evaluate() - Method in class weka.core.expressionlanguage.common.Primitives.DoubleVariable
 
evaluate() - Method in class weka.core.expressionlanguage.common.Primitives.StringConstant
 
evaluate() - Method in interface weka.core.expressionlanguage.common.Primitives.StringExpression
 
evaluate() - Method in class weka.core.expressionlanguage.common.Primitives.StringVariable
 
evaluate(String, String[]) - Static method in class weka.associations.AssociatorEvaluation
Evaluates an associator with the options given in an array of strings.
evaluate(String, String[]) - Static method in class weka.classifiers.functions.supportVector.KernelEvaluation
Evaluates a kernel with the options given in an array of strings.
evaluate(Associator, String[]) - Static method in class weka.associations.AssociatorEvaluation
Evaluates the associator with the given commandline options and returns the evaluation string.
evaluate(Associator, Instances) - Method in class weka.associations.AssociatorEvaluation
Evaluates the associator with the given commandline options and returns the evaluation string.
evaluate(Kernel, String[]) - Static method in class weka.classifiers.functions.supportVector.KernelEvaluation
Evaluates the Kernel with the given commandline options and returns the evaluation string.
evaluate(Kernel, Instances) - Method in class weka.classifiers.functions.supportVector.KernelEvaluation
Evaluates the Kernel with the given commandline options and returns the evaluation string.
evaluate(Node...) - Method in class weka.core.expressionlanguage.common.IfElseMacro
Evaluates the ifelse macro
evaluate(Node...) - Method in class weka.core.expressionlanguage.common.JavaMacro
Evaluates the java macro on the given arguments
evaluate(Node...) - Method in interface weka.core.expressionlanguage.core.Macro
Applies a macro to a set of parameter nodes.
evaluate(Node...) - Method in class weka.core.expressionlanguage.weka.InstancesHelper
Evaluates the 'ismissing' macro
evaluate(Instance, boolean) - Method in class weka.knowledgeflow.steps.FlowByExpression.BracketNode
 
evaluate(Instance, boolean) - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
 
evaluate(Instance, boolean) - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionNode
Evaluate this node and combine with the result so far
evaluateAttribute(int) - Method in interface weka.attributeSelection.AttributeEvaluator
evaluates an individual attribute
evaluateAttribute(int) - Method in class weka.attributeSelection.AttributeSetEvaluator
evaluates an individual attribute
evaluateAttribute(int) - Method in class weka.attributeSelection.ClassifierAttributeEval
Evaluates an individual attribute by measuring the amount of information gained about the class given the attribute.
evaluateAttribute(int) - Method in class weka.attributeSelection.CorrelationAttributeEval
Evaluates an individual attribute by measuring the correlation (Pearson's) 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.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.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.PrincipalComponents
Evaluates the merit of a transformed 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.SymmetricalUncertAttributeEval
evaluates an individual attribute by measuring the symmetrical uncertainty between it and the class.
evaluateAttribute(int[], int[]) - Method in class weka.attributeSelection.AttributeSetEvaluator
Evaluates a set of attributes
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.
evaluateClusterer(Instances, String) - Method in class weka.clusterers.ClusterEvaluation
Evaluate the clusterer on a set of instances.
evaluateClusterer(Instances, String, boolean) - Method in class weka.clusterers.ClusterEvaluation
Evaluate the clusterer on a set of instances.
evaluateModel(String, 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.Evaluation
Evaluates a classifier with the options given in an array of strings.
evaluateModel(Classifier, String[]) - Static method in class weka.classifiers.Evaluation
Evaluates a classifier with the options given in an array of strings.
evaluateModel(Classifier, String[]) - Static method in class weka.classifiers.evaluation.Evaluation
Evaluates a classifier with the options given in an array of strings.
evaluateModel(Classifier, Instances, Object...) - Method in class weka.classifiers.Evaluation
Evaluates the classifier on a given set of instances.
evaluateModel(Classifier, Instances, Object...) - Method in class weka.classifiers.evaluation.Evaluation
Evaluates the classifier on a given set of instances.
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.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.
evaluateModelOnce(double, Instance) - Method in class weka.classifiers.evaluation.Evaluation
Evaluates the supplied prediction on a single instance.
evaluateModelOnce(Classifier, Instance) - Method in class weka.classifiers.Evaluation
Evaluates the classifier on a single instance.
evaluateModelOnce(Classifier, Instance) - Method in class weka.classifiers.evaluation.Evaluation
Evaluates the classifier on a single instance.
evaluateModelOnceAndRecordPrediction(double[], Instance) - Method in class weka.classifiers.Evaluation
Evaluates the supplied distribution on a single instance.
evaluateModelOnceAndRecordPrediction(double[], Instance) - Method in class weka.classifiers.evaluation.Evaluation
Evaluates the supplied distribution on a single instance.
evaluateModelOnceAndRecordPrediction(Classifier, Instance) - Method in class weka.classifiers.Evaluation
Evaluates the classifier on a single instance and records the prediction.
evaluateModelOnceAndRecordPrediction(Classifier, Instance) - Method in class weka.classifiers.evaluation.Evaluation
Evaluates the classifier on a single instance and records the prediction.
evaluateSplit(Map<String, WeightMass>, List<Map<String, WeightMass>>) - Method in class weka.classifiers.trees.ht.GiniSplitMetric
 
evaluateSplit(Map<String, WeightMass>, List<Map<String, WeightMass>>) - Method in class weka.classifiers.trees.ht.InfoGainSplitMetric
 
evaluateSplit(Map<String, WeightMass>, List<Map<String, WeightMass>>) - Method in class weka.classifiers.trees.ht.SplitMetric
Evaluate the merit of a split
evaluateSubset(BitSet) - Method in class weka.attributeSelection.CfsSubsetEval
evaluates a subset of attributes
evaluateSubset(BitSet) - Method in class weka.attributeSelection.ClassifierSubsetEval
Evaluates a subset of attributes
evaluateSubset(BitSet) - Method in interface weka.attributeSelection.SubsetEvaluator
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.ClassifierSubsetEval
Evaluates a subset of attributes with respect to a single instance.
evaluateSubset(BitSet, Instance, boolean) - Method in class weka.attributeSelection.HoldOutSubsetEvaluator
Evaluates a subset of attributes with respect to a single instance.
evaluateSubset(BitSet, Instances) - Method in class weka.attributeSelection.ClassifierSubsetEval
Evaluates a subset of attributes with respect to a set of instances.
evaluateSubset(BitSet, Instances) - Method in class weka.attributeSelection.HoldOutSubsetEvaluator
Evaluates a subset of attributes with respect to a set of instances.
Evaluation - Class in weka.classifiers
Class for evaluating machine learning models.
Evaluation - Class in weka.classifiers.evaluation
Class for evaluating machine learning models.
Evaluation(Instances) - Constructor for class weka.classifiers.Evaluation
 
Evaluation(Instances) - Constructor for class weka.classifiers.evaluation.Evaluation
Initializes all the counters for the evaluation.
Evaluation(Instances, CostMatrix) - Constructor for class weka.classifiers.Evaluation
 
Evaluation(Instances, CostMatrix) - Constructor for class weka.classifiers.evaluation.Evaluation
Initializes all the counters for the evaluation and also takes a cost matrix as parameter.
evaluationForSingleInstance(double[], Instance, boolean) - Method in class weka.classifiers.evaluation.Evaluation
Evaluates the supplied distribution on a single instance.
evaluationForSingleInstance(double[], Instance, boolean) - Method in class weka.classifiers.Evaluation
Evaluates the supplied distribution on a single instance.
evaluationMeasureTipText() - Method in class weka.attributeSelection.ClassifierAttributeEval
Returns the tip text for this property
evaluationMeasureTipText() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the tip text for this property
evaluationMeasureTipText() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the tip text for this property
evaluationMeasureTipText() - Method in class weka.classifiers.rules.DecisionTable
Returns the tip text for this property
EvaluationMetricHelper - Class in weka.classifiers.evaluation
Helper routines for extracting metric values from built-in and plugin evaluation metrics.
EvaluationMetricHelper(Evaluation) - Constructor for class weka.classifiers.evaluation.EvaluationMetricHelper
Construct a new EvaluationMetricHelper
EvaluationMetricSelectionDialog - Class in weka.gui
A GUI dialog for selecting classification/regression evaluation metrics to be output.
EvaluationMetricSelectionDialog(Dialog, List<String>) - Constructor for class weka.gui.EvaluationMetricSelectionDialog
Constructor
EvaluationMetricSelectionDialog(Frame, List<String>) - Constructor for class weka.gui.EvaluationMetricSelectionDialog
Constructor
EvaluationMetricSelectionDialog(Window, List<String>) - Constructor for class weka.gui.EvaluationMetricSelectionDialog
Constructor
evaluationMetricsToOutputTipText() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get the tip text for this property.
evaluationMetricTipText() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the tip text for this property
EvaluationUtils - Class in weka.classifiers.evaluation
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.meta.AttributeSelectedClassifier
Returns the tip text for this property
evaluatorTipText() - Method in class weka.filters.supervised.attribute.AttributeSelection
Returns the tip text for this property
evalUsingTrainingDataTipText() - Method in class weka.attributeSelection.OneRAttributeEval
Returns a string for this option suitable for display in the gui as a tip text
EventConstraints - Interface in weka.gui.beans
Interface for objects that want to be able to specify at any given time whether their current configuration allows a particular event to be generated.
eventGeneratable(EventSetDescriptor) - Method in class weka.gui.beans.Associator
Returns true, if at the current time, the event described by the supplied event descriptor could be generated.
eventGeneratable(EventSetDescriptor) - Method in class weka.gui.beans.Classifier
Returns true, if at the current time, the event described by the supplied event descriptor could be generated.
eventGeneratable(EventSetDescriptor) - Method in class weka.gui.beans.Clusterer
Returns true, if at the current time, the event described by the supplied event descriptor could be generated.
eventGeneratable(EventSetDescriptor) - Method in class weka.gui.beans.MetaBean
Returns true, if at the current time, the event described by the supplied event descriptor could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Appender
Returns true if, at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Associator
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.ClassAssigner
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Classifier
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.ClassValuePicker
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Clusterer
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.CrossValidationFoldMaker
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.DataVisualizer
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in interface weka.gui.beans.EventConstraints
Returns true if, at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Filter
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.FlowByExpression
 
eventGeneratable(String) - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Returns true if, at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Join
 
eventGeneratable(String) - Method in class weka.gui.beans.Loader
Returns true if the named event can be generated at this time
eventGeneratable(String) - Method in class weka.gui.beans.MetaBean
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.ModelPerformanceChart
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.PredictionAppender
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Sorter
Returns true if, at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.SubstringLabeler
Returns true if, at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.SubstringReplacer
Returns true if, at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.TestSetMaker
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.TextViewer
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.TrainingSetMaker
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.TrainTestSplitMaker
Returns true, if at the current time, the named event could be generated.
EventValues - Class in weka.core.pmml.jaxbbindings
Java class for EventValues element declaration.
EventValues() - Constructor for class weka.core.pmml.jaxbbindings.EventValues
 
EXCLUDE - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEEXCEPTIONTYPE
 
EXCLUDE_FROM_TO - Enum constant in enum class weka.core.pmml.jaxbbindings.VALIDTIMESPEC
 
EXCLUDE_SET - Enum constant in enum class weka.core.pmml.jaxbbindings.VALIDTIMESPEC
 
execute() - Method in class weka.classifiers.CheckSource
performs the comparison test
execute() - Method in class weka.experiment.RemoteExperimentSubTask
Run the experiment
execute() - Method in interface weka.experiment.Task
Execute this task.
execute() - Method in class weka.filters.CheckSource
performs the comparison test
execute() - Method in class weka.gui.boundaryvisualizer.RemoteBoundaryVisualizerSubTask
Perform the sub task
execute() - Method in class weka.gui.explorer.DataGeneratorPanel
generates the instances, returns TRUE if successful stores output as a string
execute() - Method in class weka.gui.GenericPropertiesCreator
generates the props-file for the GenericObjectEditor and stores it
execute() - Method in class weka.gui.sql.QueryPanel
executes the current query.
execute(boolean) - Method in class weka.gui.explorer.DataGeneratorPanel
generates the instances, returns TRUE if successful
execute(boolean) - Method in class weka.gui.GenericPropertiesCreator
generates the props-file for the GenericObjectEditor
execute(boolean, boolean) - Method in class weka.gui.GenericPropertiesCreator
generates the props-file for the GenericObjectEditor and stores it only if the the param store is TRUE.
execute(String) - Method in class weka.experiment.DatabaseUtils
Executes a SQL query.
execute(String[]) - Method in class weka.gui.simplecli.AbstractCommand
Executes the command with the given parameters.
executeFlow(boolean) - Method in class weka.gui.knowledgeflow.VisibleLayout
Execute the flow managed by this layout
ExecuteProcess - Class in weka.knowledgeflow.steps
Knowledge Flow step that can execute static system commands or commands that are dynamically defined by the values of attributes in incoming instance or environment connections.
ExecuteProcess() - Constructor for class weka.knowledgeflow.steps.ExecuteProcess
 
ExecuteProcessStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the ExecuteProcess step
ExecuteProcessStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.ExecuteProcessStepEditorDialog
 
executeTask(Task) - Method in interface weka.experiment.Compute
Execute a task
executeTask(Task) - Method in class weka.experiment.RemoteEngine
Takes a task object and queues it for execution
EXECUTION_ENV - Static variable in class weka.gui.knowledgeflow.KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
 
EXECUTION_ENV_KEY - Static variable in class weka.gui.knowledgeflow.KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
 
ExecutionEnvironment - Interface in weka.knowledgeflow
Client (i.e.
executionFinished() - Method in interface weka.knowledgeflow.ExecutionFinishedCallback
Notification of the finish of execution
ExecutionFinishedCallback - Interface in weka.knowledgeflow
Callback interface for receiving notification of a flow finishing execution
ExecutionResult<T> - Class in weka.knowledgeflow
Stores the result generated by a StepTask.
ExecutionResult() - Constructor for class weka.knowledgeflow.ExecutionResult
 
executionSlotsTipText() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get the tip text for this property.
exists(TechnicalInformation.Field) - Method in class weka.core.TechnicalInformation
returns TRUE if the field is stored and has a value different from the empty string.
Exit - Class in weka.gui.simplecli
Closes the Simple CLI window.
Exit() - Constructor for class weka.gui.simplecli.Exit
 
EXP - Enum constant in enum class weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
 
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.
expectedCosts(double[], Instance) - 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 in weka.experiment
Holds all the necessary configuration information for a standard type experiment.
Experiment() - Constructor for class weka.experiment.Experiment
 
Experimenter - Class in weka.gui.experiment
The main class for the experiment environment.
Experimenter() - Constructor for class weka.gui.experiment.Experimenter
Creates the experiment environment gui with no initial experiment
Experimenter(boolean) - Constructor for class weka.gui.experiment.Experimenter
Creates the experiment environment gui with no initial experiment
ExperimenterDefaults - Class in weka.gui.experiment
This class offers get methods for the default Experimenter settings in the props file weka/gui/experiment/Experimenter.props.
ExperimenterDefaults() - Constructor for class weka.gui.experiment.ExperimenterDefaults
 
experimentIndexExists() - Method in class weka.experiment.DatabaseUtils
Returns true if the experiment index exists.
ExplicitTestsetResultProducer - Class in weka.experiment
Loads the external test set and calls the appropriate SplitEvaluator to generate some results.
The filename of the test set is constructed as follows:
<dir> + / + <prefix> + <relation-name> + <suffix>
The relation-name can be modified by using the regular expression to replace the matching sub-string with a specified replacement string.
ExplicitTestsetResultProducer() - Constructor for class weka.experiment.ExplicitTestsetResultProducer
 
Explorer - Class in weka.gui.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
Explorer.CapabilitiesFilterChangeEvent - Class in weka.gui.explorer
This event can be fired in case the capabilities filter got changed
Explorer.CapabilitiesFilterChangeListener - Interface in weka.gui.explorer
Interface for classes that listen for filter changes.
Explorer.ExplorerPanel - Interface in weka.gui.explorer
A common interface for panels to be displayed in the Explorer
Explorer.LogHandler - Interface in weka.gui.explorer
A common interface for panels in the explorer that can handle logs
ExplorerDefaults - Class in weka.gui.explorer
This class offers get methods for the default Explorer settings in the props file weka/gui/explorer/Explorer.props.
ExplorerDefaults() - Constructor for class weka.gui.explorer.ExplorerDefaults
 
EXPONENTIAL - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
EXPONENTIAL_SMOOTHING - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMESERIESALGORITHM
 
EXPONENTIAL_SPLINE - Enum constant in enum class weka.core.pmml.jaxbbindings.INTERPOLATIONMETHOD
 
ExponentialFormat - Class in weka.core.matrix
 
ExponentialFormat() - Constructor for class weka.core.matrix.ExponentialFormat
 
ExponentialFormat(int) - Constructor for class weka.core.matrix.ExponentialFormat
 
ExponentialFormat(int, boolean) - Constructor for class weka.core.matrix.ExponentialFormat
 
ExponentialFormat(int, int, boolean, boolean) - Constructor for class weka.core.matrix.ExponentialFormat
 
ExponentialSmoothing - Class in weka.core.pmml.jaxbbindings
Java class for ExponentialSmoothing element declaration.
ExponentialSmoothing() - Constructor for class weka.core.pmml.jaxbbindings.ExponentialSmoothing
 
exponentTipText() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Returns the tip text for this property
exponentTipText() - Method in class weka.classifiers.functions.VotedPerceptron
Returns the tip text for this property
Expression - Class in weka.core.pmml
 
Expression - Class in weka.datagenerators.classifiers.regression
A data generator for generating y according to a given expression out of randomly generated x.
E.g., the mexican hat can be generated like this:
sin(abs(a1)) / abs(a1)
In addition to this function, the amplitude can be changed and gaussian noise can be added.
Expression() - Constructor for class weka.datagenerators.classifiers.regression.Expression
initializes the generator
Expression(FieldMetaInfo.Optype, ArrayList<Attribute>) - Constructor for class weka.core.pmml.Expression
 
ExpressionClause() - Constructor for class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
 
ExpressionClause(FlowByExpression.ExpressionClause.ExpressionType, String, String, boolean, boolean) - Constructor for class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
Construct a new ExpressionClause
ExpressionNode() - Constructor for class weka.knowledgeflow.steps.FlowByExpression.ExpressionNode
 
expressionTipText() - Method in class weka.datagenerators.classifiers.regression.Expression
Returns the tip text for this property
expressionTipText() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the tip text for this property
expressionTipText() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns the tip text for this property
expressionTipText() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Returns the tip text for this property.
expressionTipText() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns the tip text for this property.
Extension - Class in weka.core.pmml.jaxbbindings
Java class for Extension element declaration.
Extension() - Constructor for class weka.core.pmml.jaxbbindings.Extension
 
EXTENSION - Static variable in class weka.knowledgeflow.JSONFlowLoader
The file exetension for JSON-based flows
EXTENSION - Static variable in class weka.knowledgeflow.LegacyFlowLoader
File extension for the format handled by this flow loader
ExtensionFileFilter - Class in weka.gui
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 an ExtensionFileFilter that accepts files that have any of the extensions contained in the supplied array.
ExtensionFileFilter(String, String) - Constructor for class weka.gui.ExtensionFileFilter
Creates the ExtensionFileFilter
ExtensionFileFilterWithClass - Class in weka.gui
File filter that stores an associated class alongside name and extension(s).
ExtensionFileFilterWithClass(String[], String, Class) - Constructor for class weka.gui.ExtensionFileFilterWithClass
Creates an ExtensionFileFilterWithClass that accepts files that have any of the extensions contained in the supplied array.
ExtensionFileFilterWithClass(String, String, Class) - Constructor for class weka.gui.ExtensionFileFilterWithClass
Creates the ExtensionFileFilterWithClass
extraArcs(BayesNet) - Method in class weka.classifiers.bayes.net.BIFReader
Count nr of exta arcs from other network compared to current network Note that an arc is not 'extra' if it is reversed.
extract(String) - Static method in class weka.core.RevisionUtils
Extracts the revision string.
extract(RevisionHandler) - Static method in class weka.core.RevisionUtils
Extracts the revision string returned by the RevisionHandler.
extractPackage(String) - Static method in class weka.core.ClassCache
Extracts the package name from the (clean) classname.
extremeValuesAsOutliersTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the tip text for this property
extremeValuesFactorTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the tip text for this property

F

FactorList - Class in weka.core.pmml.jaxbbindings
Java class for FactorList element declaration.
FactorList() - Constructor for class weka.core.pmml.jaxbbindings.FactorList
 
Factory() - Constructor for class weka.gui.WekaFileChooser.Factory
 
failed() - Method in class weka.gui.sql.event.ConnectionEvent
whether an exception happened and is stored
failed() - Method in class weka.gui.sql.event.QueryExecuteEvent
is TRUE in case the exception is not NULL, i.e.
FAILED - Static variable in class weka.experiment.TaskStatusInfo
 
FALLOUT_NAME - Static variable in class weka.classifiers.evaluation.ThresholdCurve
attribute name: Fallout
False - Class in weka.core.pmml.jaxbbindings
Java class for False element declaration.
False() - Constructor for class weka.core.pmml.jaxbbindings.False
 
FALSE - Enum constant in enum class weka.core.pmml.jaxbbindings.GAP
 
FALSE_NEG_NAME - Static variable in class weka.classifiers.evaluation.ThresholdCurve
attribute name: False Negatives
FALSE_POS_NAME - Static variable in class weka.classifiers.evaluation.ThresholdCurve
attribute name: False Positives
falseNegativeRate(int) - Method in class weka.classifiers.evaluation.Evaluation
Calculate the false negative rate with respect to a particular class.
falseNegativeRate(int) - Method in class weka.classifiers.Evaluation
Calculate the false negative rate with respect to a particular class.
falseNegativeRate(int, double) - Method in class weka.classifiers.evaluation.Evaluation
Calculate the false negative rate with respect to a particular class.
falsePositiveRate(int) - Method in class weka.classifiers.evaluation.Evaluation
Calculate the false positive 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.
falsePositiveRate(int, double) - Method in class weka.classifiers.evaluation.Evaluation
Calculate the false positive rate with respect to a particular class.
FARTHEST_FIRST - Static variable in class weka.clusterers.SimpleKMeans
 
FarthestFirst - Class in weka.clusterers
Cluster data using the FarthestFirst algorithm.

For more information see:

Hochbaum, Shmoys (1985).
FarthestFirst() - Constructor for class weka.clusterers.FarthestFirst
 
fastDistanceCalcTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
fastRegressionTipText() - Method in class weka.classifiers.trees.LMT
Returns the tip text for this property
FastVector<E> - Class in weka.core
Deprecated.
FastVector() - Constructor for class weka.core.FastVector
Deprecated.
Constructs an empty vector with initial capacity zero.
FastVector(int) - Constructor for class weka.core.FastVector
Deprecated.
Constructs a vector with the given capacity.
FieldColumnPair - Class in weka.core.pmml.jaxbbindings
Java class for FieldColumnPair element declaration.
FieldColumnPair() - Constructor for class weka.core.pmml.jaxbbindings.FieldColumnPair
 
FieldMetaInfo - Class in weka.core.pmml
Abstract superclass for various types of field meta data.
FieldMetaInfo(Element) - Constructor for class weka.core.pmml.FieldMetaInfo
Construct a new FieldMetaInfo.
FieldMetaInfo.Interval - Class in weka.core.pmml
Inner class for an Interval.
FieldMetaInfo.Interval.Closure - Enum Class in weka.core.pmml
Enumerated type for the closure.
FieldMetaInfo.Optype - Enum Class in weka.core.pmml
Enumerated type for the Optype
FieldMetaInfo.Value - Class in weka.core.pmml
Inner class for Values
FieldMetaInfo.Value.Property - Enum Class in weka.core.pmml
Enumerated type for the property.
FieldRef - Class in weka.core.pmml
Class encapsulating a FieldRef Expression.
FieldRef - Class in weka.core.pmml.jaxbbindings
Java class for FieldRef element declaration.
FieldRef() - Constructor for class weka.core.pmml.jaxbbindings.FieldRef
 
FieldRef(Element, FieldMetaInfo.Optype, ArrayList<Attribute>) - Constructor for class weka.core.pmml.FieldRef
 
fields() - Method in class weka.core.TechnicalInformation
returns an enumeration over all the stored fields
fieldSeparatorTipText() - Method in class weka.core.converters.CSVLoader
Returns the tip text for this property.
fieldSeparatorTipText() - Method in class weka.core.converters.CSVSaver
Returns the tip text for this property.
FIELDUSAGETYPE - Enum Class in weka.core.pmml.jaxbbindings
Java class for FIELD-USAGE-TYPE.
FieldValue - Class in weka.core.pmml.jaxbbindings
Java class for FieldValue element declaration.
FieldValue() - Constructor for class weka.core.pmml.jaxbbindings.FieldValue
 
FieldValueCount - Class in weka.core.pmml.jaxbbindings
Java class for FieldValueCount element declaration.
FieldValueCount() - Constructor for class weka.core.pmml.jaxbbindings.FieldValueCount
 
FILE_EXTENSION - Static variable in class weka.classifiers.CostMatrix
The deafult file extension for cost matrix files
FILE_EXTENSION - Static variable in class weka.core.converters.ArffLoader
the file extension
FILE_EXTENSION - Static variable in class weka.core.converters.C45Loader
the file extension
FILE_EXTENSION - Static variable in class weka.core.converters.CSVLoader
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.JSONLoader
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.LibSVMLoader
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.LibSVMSaver
the file extension
FILE_EXTENSION - Static variable in class weka.core.converters.MatlabLoader
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.MatlabSaver
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.SerializedInstancesLoader
the file extension
FILE_EXTENSION - Static variable in class weka.core.converters.SVMLightLoader
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.SVMLightSaver
the file extension.
FILE_EXTENSION - Static variable in class weka.core.converters.XRFFLoader
the file extension
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.core.xml.KOML
the extension for KOML files (including '.')
FILE_EXTENSION - Static variable in class weka.core.xml.XMLInstances
The filename extension that should be used for xrff files
FILE_EXTENSION - Static variable in class weka.core.xml.XStream
the extension for XStream files (including '.')
FILE_EXTENSION - Static variable in class weka.experiment.Experiment
The filename extension that should be used for experiment files
FILE_EXTENSION - Static variable in class weka.gui.beans.Classifier
the extension for serialized models (binary Java serialization)
FILE_EXTENSION - Static variable in class weka.gui.beans.KnowledgeFlowApp
the extension for the serialized setups (Java serialization)
FILE_EXTENSION - Static variable in class weka.gui.beans.SerializedModelSaver
the extension for serialized models (binary Java serialization)
FILE_EXTENSION_COMPRESSED - Static variable in class weka.core.converters.AbstractFileLoader
the extension for compressed files
FILE_EXTENSION_COMPRESSED - Static variable in class weka.core.converters.ArffLoader
 
FILE_EXTENSION_COMPRESSED - Static variable in class weka.core.converters.JSONLoader
the extension for compressed files.
FILE_EXTENSION_COMPRESSED - Static variable in class weka.core.converters.XRFFLoader
the extension for compressed files
FILE_EXTENSION_JSON - Static variable in class weka.gui.knowledgeflow.MainKFPerspective
File extension for undo point files
FILE_EXTENSION_XML - Static variable in class weka.gui.beans.KnowledgeFlowApp
the extension for the serialized setups (Java serialization)
FileChooserBookmarksPanel() - Constructor for class weka.gui.WekaFileChooser.FileChooserBookmarksPanel
 
fileChooserDialogType() - Element in annotation interface weka.gui.FilePropertyMetadata
Specify the type of JFileChooser dialog that should be used - i.e.
FileEditor - Class in weka.gui
A PropertyEditor for File objects that lets the user select a file.
FileEditor() - Constructor for class weka.gui.FileEditor
 
FileEnvironmentField - Class in weka.gui.beans
Deprecated.
FileEnvironmentField - Class in weka.gui
Widget that displays a label, editable combo box for selecting environment variables and a button for brining up a file browser.
FileEnvironmentField() - Constructor for class weka.gui.beans.FileEnvironmentField
Deprecated.
Constructor
FileEnvironmentField() - Constructor for class weka.gui.FileEnvironmentField
Constructor
FileEnvironmentField(String, int, boolean) - Constructor for class weka.gui.beans.FileEnvironmentField
Deprecated.
Constructor
FileEnvironmentField(String, int, boolean) - Constructor for class weka.gui.FileEnvironmentField
Constructor
FileEnvironmentField(String, Environment) - Constructor for class weka.gui.beans.FileEnvironmentField
Deprecated.
 
FileEnvironmentField(String, Environment) - Constructor for class weka.gui.FileEnvironmentField
 
FileEnvironmentField(String, Environment, int) - Constructor for class weka.gui.beans.FileEnvironmentField
Deprecated.
Constructor
FileEnvironmentField(String, Environment, int) - Constructor for class weka.gui.FileEnvironmentField
Constructor
FileEnvironmentField(String, Environment, int, boolean) - Constructor for class weka.gui.beans.FileEnvironmentField
Deprecated.
Constructor
FileEnvironmentField(String, Environment, int, boolean) - Constructor for class weka.gui.FileEnvironmentField
Constructor
FileEnvironmentField(Environment) - Constructor for class weka.gui.beans.FileEnvironmentField
Deprecated.
Constructor
FileEnvironmentField(Environment) - Constructor for class weka.gui.FileEnvironmentField
Constructor
FileHelper - Class in weka.core
Wrapper class for File objects.
FileHelper() - Constructor for class weka.core.FileHelper
No-op constructor for beans conformity
FileHelper(File) - Constructor for class weka.core.FileHelper
Constructor
FileLogger - Class in weka.core.logging
A simple file logger, that just logs to a single file.
FileLogger() - Constructor for class weka.core.logging.FileLogger
 
filePrefix() - Method in class weka.core.converters.AbstractFileSaver
Gets the file name prefix
filePrefix() - Method in class weka.core.converters.AbstractSaver
Default implementation throws an IOException.
filePrefix() - Method in interface weka.core.converters.Saver
Gets the file prefix This method is used in the KnowledgeFlow GUI.
FilePropertyMetadata - Annotation Interface in weka.gui
Method annotation that can be used to provide some additional information for handling file properties in the GUI.
FileScriptingPanel - Class in weka.gui.scripting
Supports loading/saving of files.
FileScriptingPanel() - Constructor for class weka.gui.scripting.FileScriptingPanel
 
FileScriptingPanel.BasicAction - Class in weka.gui.scripting
A slightly extended action class.
FileSourcedConverter - Interface in weka.core.converters
Interface to a loader/saver that loads/saves from a file source.
fill(Shape) - Method in class weka.gui.visualize.PostscriptGraphics
 
fill3DRect(int, int, int, int, boolean) - Method in class weka.gui.visualize.PostscriptGraphics
Draw a filled rectangle with 3D effect in current pen color.
fillArc(int, int, int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
fillFrame(Component) - Method in interface weka.gui.MainMenuExtension
Fills the frame with life, like adding components, window listeners, setting size, location, etc.
fillIn(int[], boolean[][]) - Method in class weka.classifiers.bayes.net.MarginCalculator
Apply Tarjan and Yannakakis (1984) fill in algorithm for graph triangulation.
fillOval(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw a filled Oval in current pen color.
fillPolygon(int[], int[], int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
fillPolygon(Polygon) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
fillRect(int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Draw a filled rectangle in current pen color.
fillRoundRect(int, int, int, int, int, int) - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
fillWithMissingTipText() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Returns the tip text for this property
Filter - Class in weka.filters
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 - Class in weka.gui.beans
A wrapper bean for Weka filters
Filter - Class in weka.knowledgeflow.steps
Step that wraps a Weka filter.
Filter() - Constructor for class weka.filters.Filter
 
Filter() - Constructor for class weka.gui.beans.Filter
 
Filter() - Constructor for class weka.knowledgeflow.steps.Filter
 
FILTER - Enum constant in enum class weka.Run.SchemeType
 
FILTER - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
FILTER_KEY - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
FILTER_NONE - Static variable in class weka.classifiers.functions.GaussianProcesses
no filter
FILTER_NONE - Static variable in class weka.classifiers.functions.SMO
filter: No normalization/standardization
FILTER_NONE - Static variable in class weka.classifiers.functions.SMOreg
The filter to apply to the training data: None
FILTER_NONE - Static variable in class weka.filters.unsupervised.attribute.StringToWordVector
normalization: No normalization.
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.GaussianProcesses
normalizes the data
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.SMO
filter: Normalize training data
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.SMOreg
The filter to apply to the training data: Normalzie
FILTER_NORMALIZE_ALL - Static variable in class weka.filters.unsupervised.attribute.StringToWordVector
normalization: Normalize all data.
FILTER_NORMALIZE_TEST_ONLY - Static variable in class weka.filters.unsupervised.attribute.StringToWordVector
normalization: Normalize test data only.
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.GaussianProcesses
standardizes the data
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.SMO
filter: Standardize training data
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.SMOreg
The filter to apply to the training data: Standardize
filterAfterFirstBatchTipText() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns the tip text for this property.
FilterBeanInfo - Class in weka.gui.beans
Bean info class for the Filter bean
FilterBeanInfo() - Constructor for class weka.gui.beans.FilterBeanInfo
 
FilterCustomizer - Class in weka.gui.beans
GUI customizer for the filter bean
FilterCustomizer() - Constructor for class weka.gui.beans.FilterCustomizer
 
FilteredAssociationRules - Class in weka.associations
Class encapsulating a list of association rules and the preprocessing filter that was applied before they were generated.
FilteredAssociationRules(Object, Filter, AssociationRules) - Constructor for class weka.associations.FilteredAssociationRules
Constructs a new FilteredAssociationRules.
FilteredAssociationRules(String, Filter, AssociationRules) - Constructor for class weka.associations.FilteredAssociationRules
Constructs a new FilteredAssociationRules.
FilteredAssociationRules(Filter, AssociationRules) - Constructor for class weka.associations.FilteredAssociationRules
Constructs a new FilteredAssociationRules.
FilteredAssociator - Class in weka.associations
Class for running an arbitrary associator on data that has been passed through an arbitrary filter.
FilteredAssociator() - Constructor for class weka.associations.FilteredAssociator
Default constructor.
FilteredClassifier - Class in weka.classifiers.meta
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
FilteredClassifier() - Constructor for class weka.classifiers.meta.FilteredClassifier
Default constructor.
FilteredClusterer - Class in weka.clusterers
Class for running an arbitrary clusterer on data that has been passed through an arbitrary filter.
FilteredClusterer() - Constructor for class weka.clusterers.FilteredClusterer
Default constructor.
FilteredDistance - Class in weka.core
Applies the given filter before calling the given distance function.
FilteredDistance() - Constructor for class weka.core.FilteredDistance
Default constructor: need to set up Remove filter.
FilteredNeighbourSearch - Class in weka.core.neighboursearch
Applies the given filter before calling the given neighbour search method.
FilteredNeighbourSearch() - Constructor for class weka.core.neighboursearch.FilteredNeighbourSearch
 
filterFile(Filter, String[]) - Static method in class weka.filters.Filter
Method for testing filters.
filtersTipText() - Method in class weka.filters.MultiFilter
Returns the tip text for this property
filtersTipText() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Returns the tip text for this property.
filterTipText() - Method in class weka.associations.FilteredAssociator
Returns the tip text for this property
filterTipText() - Method in class weka.classifiers.meta.FilteredClassifier
Returns the tip text for this property
filterTipText() - Method in class weka.clusterers.FilteredClusterer
Returns the tip text for this property.
filterTipText() - Method in class weka.core.FilteredDistance
Returns the tip text for this property
filterTipText() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns the tip text for this property
filterTypeTipText() - Method in class weka.classifiers.functions.GaussianProcesses
Returns the tip text for this property
filterTypeTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
filterTypeTipText() - Method in class weka.classifiers.functions.SMOreg
Returns the tip text for this property
finalize() - Method in class weka.gui.sql.ResultSetTable
frees up the memory
finalize() - Method in class weka.gui.sql.ResultSetTableModel
frees up the memory.
finalize() - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
finalizeAggregation() - Method in class weka.classifiers.bayes.NaiveBayes
 
finalizeAggregation() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
 
finalizeAggregation() - Method in class weka.classifiers.evaluation.AggregateableEvaluation
 
finalizeAggregation() - Method in class weka.classifiers.functions.Logistic
Call to complete the aggregation process.
finalizeAggregation() - Method in class weka.classifiers.functions.SGD
Call to complete the aggregation process.
finalizeAggregation() - Method in class weka.classifiers.functions.SGDText
Call to complete the aggregation process.
finalizeAggregation() - Method in class weka.classifiers.meta.Bagging
Call to complete the aggregation process.
finalizeAggregation() - Method in class weka.classifiers.meta.Vote
Call to complete the aggregation process.
finalizeAggregation() - Method in interface weka.core.Aggregateable
Call to complete the aggregation process.
finalizeAggregation() - Method in class weka.core.DictionaryBuilder
 
finalizeAggregation() - Method in class weka.estimators.DiscreteEstimator
 
finalizeAggregation() - Method in class weka.estimators.KernelEstimator
 
finalizeAggregation() - Method in class weka.estimators.NormalEstimator
 
finalizeDictionary() - Method in class weka.core.DictionaryBuilder
Performs final pruning and consolidation according to the number of words to keep property.
find() - Method in class weka.core.FindWithCapabilities
returns a list with all the classnames that fit the criteria.
find(Class<?>, String) - Static method in class weka.core.ClassDiscovery
Checks the given package for classes that inherited from the given class, in case it's a class, or implement this class, in case it's an interface.
find(Class<?>, String[]) - Static method in class weka.core.ClassDiscovery
Checks the given packages for classes that inherited from the given class, in case it's a class, or implement this class, in case it's an interface.
find(Object, PropertyPath.Path) - Static method in class weka.core.PropertyPath
returns the property and object associated with the given path, null if a problem occurred.
find(String) - Method in class weka.core.ClassCache
Find all classes that have the supplied matchText String in their suffix.
find(String) - Static method in class weka.core.ClassDiscovery
Find all classes that have the supplied matchText String in their suffix.
find(String) - Method in class weka.core.Trie.TrieNode
returns the node with the given suffix
find(String, String) - Static method in class weka.core.ClassDiscovery
Checks the given package for classes that inherited from the given class, in case it's a class, or implement this class, in case it's an interface.
find(String, String[]) - Static method in class weka.core.ClassDiscovery
Checks the given packages for classes that inherited from the given class, in case it's a class, or implement this class, in case it's an interface.
findAllRulesForSupportLevelTipText() - Method in class weka.associations.FPGrowth
Tip text for this property suitable for displaying in the GUI.
findArgmin(double[], double[][]) - Method in class weka.core.ConjugateGradientOptimization
Main algorithm.
findArgmin(double[], double[][]) - Method in class weka.core.Optimization
Main algorithm.
findBestLeaf(double[], RuleNode[]) - Method in class weka.classifiers.trees.m5.RuleNode
Find the leaf with greatest coverage
findCentralTendencies(double[]) - Method in class weka.classifiers.BVDecomposeSegCVSub
Finds the central tendency, given the classifications for an instance.
findClassloaderForResource(String) - Method in class weka.core.WekaPackageClassLoaderManager
Get the classloader that covers the jar that contains the named resource.
findInstance(Point, Integer...) - Static method in class weka.gui.beans.BeanInstance
Looks for a bean (if any) whose bounds contain the supplied point
findInstance(String, Integer...) - Static method in class weka.gui.beans.BeanInstance
Search for a named bean in the indexed flow
findInstances(Rectangle, Integer...) - Static method in class weka.gui.beans.BeanInstance
Looks for all beans (if any) located within the supplied bounding box.
findMinDistance(Instances, int) - Static method in class weka.estimators.EstimatorUtils
Find the minimum distance between values.
findNodes(String) - Method in class weka.core.xml.XMLDocument
Returns the nodes that the given xpath expression will find in the document.
findNumBinsTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
findNumBinsTipText() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Returns the tip text for this property
findPackages() - Static method in class weka.core.ClassDiscovery
Lists all packages it can find in the classpath.
findPotentialStartPoints() - Method in class weka.knowledgeflow.Flow
Get a list of potential start points in this Flow.
findReadMethod(Object, String) - Static method in class weka.core.xml.XMLSerializationMethodHandler
returns the method with the given name that has the same signature as readFromXML() of the XMLSerialiation class.
findResource(String) - Method in class weka.core.WekaPackageClassLoaderManager
Find a named resource.
findResources(String) - Method in class weka.core.WekaPackageClassLoaderManager
Find a named resource.
findSchemeMatch(Class<?>, String, boolean, boolean) - Static method in class weka.Run
Find a scheme that matches the supplied suffix
findSchemeMatch(String, boolean) - Static method in class weka.Run
Find a scheme that matches the supplied suffix
findStep(String) - Method in class weka.knowledgeflow.Flow
Find a Step by name
findStep(String, Class) - Method in class weka.knowledgeflow.StepInjectorFlowRunner
Find a step in the flow
findStepInFlow(String) - Method in interface weka.knowledgeflow.StepManager
Finds a named step in the current flow.
findStepInFlow(String) - Method in class weka.knowledgeflow.StepManagerImpl
Finds a named step in the current flow.
findTipText() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the tip text for this property.
FindWithCapabilities - Class in weka.core
Locates all classes with certain capabilities.
FindWithCapabilities() - Constructor for class weka.core.FindWithCapabilities
 
findWriteMethod(Object, String) - Static method in class weka.core.xml.XMLSerializationMethodHandler
returns the method with the given name that has the same signature as writeToXML() of the XMLSerialiation class.
FINE - Enum constant in enum class weka.core.logging.Logger.Level
FINER level.
FINE - Static variable in class weka.core.Debug
the log level Fine
FINER - Enum constant in enum class weka.core.logging.Logger.Level
FINEST level.
FINER - Static variable in class weka.core.Debug
the log level Finer
FINEST - Enum constant in enum class weka.core.logging.Logger.Level
FINEST level.
FINEST - Static variable in class weka.core.Debug
the log level Finest
finished() - Method in class weka.experiment.OutputZipper
Closes the zip file.
finished() - Method in class weka.gui.beans.StreamThroughput
Register the end of measurement.
finished() - Method in class weka.gui.visualize.PostscriptGraphics
Finalizes output file.
finished() - Method in interface weka.knowledgeflow.StepManager
Step implementations processing batch data should call this to indicate that they have finished all processing.
finished() - Method in class weka.knowledgeflow.StepManagerImpl
Finished all processing.
finished(Logger) - Method in class weka.gui.beans.StreamThroughput
Register the end of measurement.
FINISHED - Enum constant in enum class weka.gui.scripting.event.ScriptExecutionEvent.Type
finished normal.
FINISHED - Static variable in class weka.experiment.TaskStatusInfo
 
fireLayoutCompleteEvent(LayoutCompleteEvent) - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
Fires a LayoutCompleteEvent.
fireLayoutCompleteEvent(LayoutCompleteEvent) - Method in interface weka.gui.graphvisualizer.LayoutEngine
This fires a LayoutCompleteEvent once a layout has been completed.
FIRST - Static variable in class weka.filters.unsupervised.attribute.ClassAssigner
use the first attribute as class.
firstElement() - Method in class weka.core.FastVector
Deprecated.
Returns the first element of the vector.
firstElement() - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Returns the first component of this list.
firstInstance() - Method in class weka.core.Instances
Returns the first instance in the set.
FirstOrder - Class in weka.filters.unsupervised.attribute
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.
FirstOrder() - Constructor for class weka.filters.unsupervised.attribute.FirstOrder
 
firstValueIndexTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
 
firstValueIndexTipText() - Method in class weka.filters.unsupervised.attribute.SwapValues
 
fitToScreen() - Method in class weka.gui.hierarchyvisualizer.HierarchyVisualizer
Fits the tree to the current screen size.
fitToScreen() - Method in class weka.gui.treevisualizer.TreeVisualizer
Fits the tree to the current screen size.
FixedDictionaryStringToWordVector - Class in weka.filters.unsupervised.attribute
Converts String attributes into a set of attributes representing word occurrence (depending on the tokenizer) information from the text contained in the strings.
FixedDictionaryStringToWordVector() - Constructor for class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
 
FlexibleDecimalFormat - Class in weka.core.matrix
 
FlexibleDecimalFormat() - Constructor for class weka.core.matrix.FlexibleDecimalFormat
 
FlexibleDecimalFormat(double) - Constructor for class weka.core.matrix.FlexibleDecimalFormat
 
FlexibleDecimalFormat(int) - Constructor for class weka.core.matrix.FlexibleDecimalFormat
 
FlexibleDecimalFormat(int, boolean) - Constructor for class weka.core.matrix.FlexibleDecimalFormat
 
FlexibleDecimalFormat(int, boolean, boolean, boolean) - Constructor for class weka.core.matrix.FlexibleDecimalFormat
 
FLOAT - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
FLOAT - Static variable in interface weka.core.expressionlanguage.parser.sym
 
FLOAT - Static variable in class weka.experiment.DatabaseUtils
Type mapping for FLOAT used for reading experiment results.
FloatingPointFormat - Class in weka.core.matrix
Class for the format of floating point numbers
FloatingPointFormat() - Constructor for class weka.core.matrix.FloatingPointFormat
Default constructor
FloatingPointFormat(int) - Constructor for class weka.core.matrix.FloatingPointFormat
 
FloatingPointFormat(int, int) - Constructor for class weka.core.matrix.FloatingPointFormat
 
FloatingPointFormat(int, int, boolean) - Constructor for class weka.core.matrix.FloatingPointFormat
 
FLOOR - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
FLOOR1 - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
Flow - Class in weka.knowledgeflow
Class that encapsulates the Steps involved in a Knowledge Flow process.
Flow() - Constructor for class weka.knowledgeflow.Flow
 
FLOW_DIRECTORY_KEY - Static variable in class weka.gui.knowledgeflow.KFGUIConsts
Flow file directory key
FLOW_FILE_EXTENSIONS - Static variable in class weka.knowledgeflow.Flow
Holds available file extensions for flow files handled
FLOW_NAME - Static variable in class weka.knowledgeflow.JSONFlowUtils
 
FLOW_PARENT_DIRECTORY_VARIABLE_KEY - Static variable in class weka.gui.knowledgeflow.MainKFPerspective
Key for the environment variable that holds the parent directory of a loaded flow
flowBusy() - Method in class weka.knowledgeflow.FlowRunner
Checks to see if any step(s) are doing work
FlowByExpression - Class in weka.gui.beans
A bean that splits incoming instances (or instance streams) according to the evaluation of a logical expression.
FlowByExpression - Class in weka.knowledgeflow.steps
A step that splits incoming instances (or instance streams) according to the evaluation of a logical expression.
FlowByExpression() - Constructor for class weka.gui.beans.FlowByExpression
Constructor
FlowByExpression() - Constructor for class weka.knowledgeflow.steps.FlowByExpression
 
FlowByExpression.BracketNode - Class in weka.knowledgeflow.steps
An expression node that encloses other expression nodes in brackets
FlowByExpression.ExpressionClause - Class in weka.knowledgeflow.steps
An expression node that represents a clause of an expression
FlowByExpression.ExpressionClause.ExpressionType - Enum Class in weka.knowledgeflow.steps
 
FlowByExpression.ExpressionNode - Class in weka.knowledgeflow.steps
Abstract base class for parts of a boolean expression.
FlowByExpressionBeanInfo - Class in weka.gui.beans
BeanInfo class for FlowByExpression
FlowByExpressionBeanInfo() - Constructor for class weka.gui.beans.FlowByExpressionBeanInfo
 
FlowByExpressionCustomizer - Class in weka.gui.beans
Customizer for the FlowByExpression node
FlowByExpressionCustomizer() - Constructor for class weka.gui.beans.FlowByExpressionCustomizer
Constructor
FlowByExpressionStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the FlowByExpression step
FlowByExpressionStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.FlowByExpressionStepEditorDialog
 
FlowExecutor - Interface in weka.knowledgeflow
Interface to something that can execute a Knowledge Flow process
FlowLoader - Interface in weka.knowledgeflow
Interface to something that can load a Knowledge Flow
FlowRunner - Class in weka.gui.beans
Small utility class for executing KnowledgeFlow flows outside of the KnowledgeFlow application
FlowRunner - Class in weka.knowledgeflow
A FlowExecutor that can launch start points in a flow in parallel or sequentially.
FlowRunner() - Constructor for class weka.gui.beans.FlowRunner
Constructor
FlowRunner() - Constructor for class weka.knowledgeflow.FlowRunner
Constructor
FlowRunner(boolean, boolean) - Constructor for class weka.gui.beans.FlowRunner
 
FlowRunner(Settings) - Constructor for class weka.knowledgeflow.FlowRunner
Constructor
FlowRunner.SimpleLogger - Class in weka.gui.beans
 
FlowRunner.SimpleLogger - Class in weka.knowledgeflow
A simple logging implementation that writes to standard out
flowToJSON(Flow) - Static method in class weka.knowledgeflow.JSONFlowUtils
Utility routine to serialize a supplied flow to a JSON string
flush() - Method in class weka.core.logging.OutputLogger.OutputPrintStream
ignored.
flush() - Method in class weka.core.Tee
flushes all the printstreams.
fMeasure(double, double) - Method in class weka.classifiers.evaluation.Evaluation
Calculate the F-Measure with respect to a particular class.
fMeasure(int) - Method in class weka.classifiers.evaluation.Evaluation
Calculate the F-Measure with respect to a particular class.
fMeasure(int) - Method in class weka.classifiers.Evaluation
Calculate the F-Measure with respect to a particular class.
FMEASURE_NAME - Static variable in class weka.classifiers.evaluation.ThresholdCurve
attribute name: FMeasure
FOLD_FIELD_NAME - Static variable in class weka.experiment.CrossValidationResultProducer
The name of the key field containing the fold number
foldsTipText() - Method in class weka.attributeSelection.ClassifierAttributeEval
Returns the tip text for this property
foldsTipText() - Method in class weka.attributeSelection.OneRAttributeEval
Returns a string for this option suitable for display in the gui as a tip text
foldsTipText() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the tip text for this property
foldsTipText() - Method in class weka.classifiers.rules.JRip
Returns the tip text for this property
foldsTipText() - Method in class weka.gui.beans.CrossValidationFoldMaker
Tip text for this property
foldTipText() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Returns the tip text for this property
foldTipText() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Returns the tip text for this property
FontHelper - Class in weka.core
Wrapper class for Font objects.
FontHelper() - Constructor for class weka.core.FontHelper
No-op constructor (for beans conformity)
FontHelper(Font) - Constructor for class weka.core.FontHelper
Constructor
forCapabilities(Capabilities) - Static method in class weka.core.TestInstances
returns a TestInstances instance setup already for the the given capabilities.
FORCE_RESAMPLE_WITH_WEIGHTS - Static variable in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
command-line option for resampling with weights.
forceResampleWithWeightsTipText() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Returns the tip text for this property
forInstances(Instances) - Static method in class weka.core.Capabilities
returns a Capabilities object specific for this data.
forInstances(Instances, boolean) - Static method in class weka.core.Capabilities
returns a Capabilities object specific for this data.
format(double, StringBuffer, FieldPosition) - Method in class weka.core.matrix.ExponentialFormat
 
format(double, StringBuffer, FieldPosition) - Method in class weka.core.matrix.FlexibleDecimalFormat
 
format(double, StringBuffer, FieldPosition) - Method in class weka.core.matrix.FloatingPointFormat
 
FORMAT_AVAILABLE - Static variable in class weka.gui.beans.InstanceEvent
 
FORMAT_AVAILABLE - Static variable in class weka.gui.streams.InstanceEvent
Specifies that the instance format is available
FORMAT_HHMMSS - Static variable in class weka.core.Debug.Clock
the output format in hours:minutes:seconds, with fraction of msecs
FORMAT_MILLISECONDS - Static variable in class weka.core.Debug.Clock
the output format in milli-seconds
FORMAT_SECONDS - Static variable in class weka.core.Debug.Clock
the output format in seconds, with fraction of msecs
formatDate(double) - Method in class weka.core.Attribute
Returns the given amount of milliseconds formatted according to the current Date format.
formatString(String) - Method in class weka.core.matrix.FlexibleDecimalFormat
 
formatTipText() - Method in class weka.datagenerators.DataGenerator
Returns the tip text for this property
forName(Class<?>, String, String[]) - Static method in class weka.core.ResourceUtils
Creates a new instance of an object given it's class name and (optional) arguments to pass to it's setOptions method.
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) - Static method in class weka.core.WekaPackageClassLoaderManager
Return the class object for the supplied class name.
forName(String, boolean) - Static method in class weka.core.WekaPackageClassLoaderManager
Return the class object for the supplied class name.
forName(String, String[]) - Static method in class weka.associations.AbstractAssociator
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.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.
forName(String, String[]) - Static method in class weka.classifiers.AbstractClassifier
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.classifiers.functions.supportVector.Kernel
Creates a new instance of a kernel given it's class name and (optional) arguments to pass to it's setOptions method.
forName(String, String[]) - Static method in class weka.clusterers.AbstractClusterer
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.estimators.Estimator
Creates a new instance of a estimator given it's class name and (optional) arguments to pass to it's setOptions method.
foundUsefulAttribute() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns true if a usable attribute was found.
foundUsefulAttribute() - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Returns true if a usable attribute was found.
FP_RATE_NAME - Static variable in class weka.classifiers.evaluation.ThresholdCurve
attribute name: False Positive Rate"
FPGrowth - Class in weka.associations
Class implementing the FP-growth algorithm for finding large item sets without candidate generation.
FPGrowth() - Constructor for class weka.associations.FPGrowth
Construct a new FPGrowth object.
FProbability(double, int, int) - Static method in class weka.core.Statistics
Computes probability of F-ratio.
freeNotCoveredInstances() - Method in class weka.classifiers.trees.m5.Rule
Free up memory consumed by the set of instances not covered by this rule.
FREQ_ASCEND - Static variable in class weka.filters.supervised.attribute.ClassOrder
The class values are sorted in ascending order based on their frequencies
FREQ_DESCEND - Static variable in class weka.filters.supervised.attribute.ClassOrder
The class values are sorted in descending order based on their frequencies
FREQUENCY_WEIGHT - Enum constant in enum class weka.core.pmml.jaxbbindings.FIELDUSAGETYPE
 
fromCommandline(String) - Static method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns a fully configured object from the given commandline.
FromFile - Class in weka.classifiers.bayes.net.search.fixed
The FromFile reads the structure of a Bayes net from a file in BIFF format.
FromFile() - Constructor for class weka.classifiers.bayes.net.search.fixed.FromFile
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.BASELINETESTSTATISTIC
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.CATSCORINGMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.COMPAREFUNCTION
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.CONTSCORINGMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.CUMULATIVELINKFUNCTION
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.DELIMITER2
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.FIELDUSAGETYPE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.GAP
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.INTERPOLATIONMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.INVALIDVALUETREATMENTMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.MININGFUNCTION
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.MISSINGVALUESTRATEGY
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.MISSINGVALUETREATMENTMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.NNNORMALIZATIONMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.NOTRUECHILDSTRATEGY
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.OPTYPE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.OUTLIERTREATMENTMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.RESULTFEATURE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.SVMCLASSIFICATIONMETHOD
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.SVMREPRESENTATION
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.TIMEANCHOR2
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.TIMEEXCEPTIONTYPE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.TIMESERIESALGORITHM
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.TIMESERIESUSAGE
 
fromValue(String) - Static method in enum class weka.core.pmml.jaxbbindings.VALIDTIMESPEC
 
fromXML(Document) - Method in class weka.core.xml.XMLSerialization
returns the given DOM document as an instance of the specified class
fullValue() - Method in class weka.gui.HierarchyPropertyParser
The full value of the current node, i.e.
Function - Class in weka.core.pmml
Abstract superclass for PMML built-in and DefineFunctions.
Function() - Constructor for class weka.core.pmml.Function
 
FUNCTION_1 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 1
FUNCTION_10 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 10
FUNCTION_2 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 2
FUNCTION_3 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 3
FUNCTION_4 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 4
FUNCTION_5 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 5
FUNCTION_6 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 6
FUNCTION_7 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 7
FUNCTION_8 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 8
FUNCTION_9 - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
function 9
FUNCTION_TAGS - Static variable in class weka.datagenerators.classifiers.classification.Agrawal
the funtion tags
functionTipText() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Returns the tip text for this property

G

gainRatio() - Method in class weka.classifiers.trees.j48.BinC45Split
Returns (C4.5-type) gain ratio for the generated split.
gainRatio() - Method in class weka.classifiers.trees.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 in weka.attributeSelection
GainRatioAttributeEval :

Evaluates the worth of an attribute by measuring the gain ratio with respect to the class.

GainR(Class, Attribute) = (H(Class) - H(Class | Attribute)) / H(Attribute).
GainRatioAttributeEval() - Constructor for class weka.attributeSelection.GainRatioAttributeEval
Constructor
GainRatioSplitCrit - Class in weka.classifiers.trees.j48
Class for computing the gain ratio for a given distribution.
GainRatioSplitCrit() - Constructor for class weka.classifiers.trees.j48.GainRatioSplitCrit
 
gamma(double) - Static method in class weka.core.Statistics
Returns the Gamma function of the argument.
gammaTipText() - Method in class weka.classifiers.functions.supportVector.RBFKernel
Returns the tip text for this property
GAP - Enum Class in weka.core.pmml.jaxbbindings
Java class for GAP.
GAUSS - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
GAUSS - Static variable in class weka.classifiers.lazy.LWL
 
GAUSS_SIM - Enum constant in enum class weka.core.pmml.jaxbbindings.COMPAREFUNCTION
 
GAUSSIAN - Static variable in class weka.datagenerators.clusterers.SubspaceCluster
cluster type: gaussian
GAUSSIAN - Static variable in class weka.filters.unsupervised.attribute.RandomProjection
distribution type: gaussian
GaussianConditionalSufficientStats - Class in weka.classifiers.trees.ht
Maintains sufficient stats for a Gaussian distribution for a numeric attribute
GaussianConditionalSufficientStats() - Constructor for class weka.classifiers.trees.ht.GaussianConditionalSufficientStats
 
GaussianDistribution - Class in weka.core.pmml.jaxbbindings
Java class for GaussianDistribution element declaration.
GaussianDistribution() - Constructor for class weka.core.pmml.jaxbbindings.GaussianDistribution
 
GaussianProcesses - Class in weka.classifiers.functions
* Implements Gaussian processes for regression without hyperparameter-tuning.
GaussianProcesses() - Constructor for class weka.classifiers.functions.GaussianProcesses
 
GE - Static variable in interface weka.core.expressionlanguage.parser.sym
 
GeneralRegression - Class in weka.classifiers.pmml.consumer
Class implementing import of PMML General Regression model.
GeneralRegression(Element, Instances, MiningSchema) - Constructor for class weka.classifiers.pmml.consumer.GeneralRegression
Constructs a GeneralRegression classifier.
GeneralRegressionModel - Class in weka.core.pmml.jaxbbindings
Java class for GeneralRegressionModel element declaration.
GeneralRegressionModel() - Constructor for class weka.core.pmml.jaxbbindings.GeneralRegressionModel
 
generate() - Method in class weka.core.Javadoc
generates either the plain Javadoc (if no filename specified) or the updated file (if a filename is specified).
generate() - Method in class weka.core.ListOptions
generates the options string.
generate() - Method in class weka.core.TestInstances
Generates a new dataset
generate(String) - Method in class weka.core.TestInstances
generates a new dataset.
generateExample() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Generates one example of the dataset.
generateExample() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Generates one example of the dataset.
generateExample() - Method in class weka.datagenerators.classifiers.classification.LED24
Generates one example of the dataset.
generateExample() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Generates one example of the dataset.
generateExample() - Method in class weka.datagenerators.classifiers.classification.RDG1
Generate an example of the dataset dataset.
generateExample() - Method in class weka.datagenerators.classifiers.regression.Expression
Generates one example of the dataset.
generateExample() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Generates one example of the dataset.
generateExample() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Generate an example of the dataset.
generateExample() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Generate an example of the dataset.
generateExample() - Method in class weka.datagenerators.DataGenerator
Generates one example of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Generates all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Generates all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.classification.LED24
Generates all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Generates all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.classification.RDG1
Generate all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.regression.Expression
Generates all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Generates all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Generate all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Generate all examples of the dataset.
generateExamples() - Method in class weka.datagenerators.DataGenerator
Generates all examples of the dataset.
generateExamples(int, Random, Instances) - Method in class weka.datagenerators.classifiers.classification.RDG1
Generate all examples of the dataset.
generateExamples(Random, Instances) - Method in class weka.datagenerators.clusterers.BIRCHCluster
Generate all examples of the dataset.
generateFinished() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Generates a comment string that documentats the data generator.
generateFinished() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Generates a comment string that documentats the data generator.
generateFinished() - Method in class weka.datagenerators.classifiers.classification.LED24
Generates a comment string that documentats the data generator.
generateFinished() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Generates a comment string that documentats the data generator.
generateFinished() - Method in class weka.datagenerators.classifiers.classification.RDG1
Compiles documentation about the data generation.
generateFinished() - Method in class weka.datagenerators.classifiers.regression.Expression
Generates a comment string that documentats the data generator.
generateFinished() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Generates a comment string that documentats the data generator.
generateFinished() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Compiles documentation about the data generation after the generation process
generateFinished() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Compiles documentation about the data generation after the generation process
generateFinished() - Method in class weka.datagenerators.DataGenerator
Generates a comment string that documentates the data generator.
generateHelp() - Method in class weka.core.Javadoc
generates a string to print as help on the console
generateHelp() - Method in class weka.core.ListOptions
generates a string to print as help on the console
generateInstances() - Method in class weka.classifiers.bayes.net.BayesNetGenerator
GenerateInstances generates random instances sampling from the distribution represented by the Bayes network structure.
generateInstances() - Method in class weka.gui.explorer.PreprocessPanel
sets Instances generated via DataGenerators (pops up a Dialog)
generateInstances(int[]) - Method in interface weka.gui.boundaryvisualizer.DataGenerator
Generate an instance.
generateInstances(int[]) - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
Generates a new instance using one kernel estimator.
generateOutput() - Method in class weka.gui.visualize.BMPWriter
generates the actual output.
generateOutput() - Method in class weka.gui.visualize.JPEGWriter
generates the actual output.
generateOutput() - Method in class weka.gui.visualize.PNGWriter
generates the actual output.
generateOutput() - Method in class weka.gui.visualize.PostscriptWriter
generates the actual output
generatePartition(Instances) - Method in class weka.classifiers.meta.Bagging
Builds the classifier to generate a partition.
generatePartition(Instances) - Method in class weka.classifiers.meta.FilteredClassifier
Builds the classifier to generate a partition.
generatePartition(Instances) - Method in class weka.classifiers.meta.RandomCommittee
Builds the classifier to generate a partition.
generatePartition(Instances) - Method in class weka.classifiers.trees.J48
Builds the classifier to generate a partition.
generatePartition(Instances) - Method in class weka.classifiers.trees.RandomTree
Builds the classifier to generate a partition.
generatePartition(Instances) - Method in class weka.classifiers.trees.REPTree
Builds the classifier to generate a partition.
generatePartition(Instances) - Method in interface weka.core.PartitionGenerator
Builds the classifier to generate a partition.
generateRandomNetwork() - Method in class weka.classifiers.bayes.net.BayesNetGenerator
Generate random connected Bayesian network with discrete nodes having all the same cardinality.
generateRandomNetworkStructure(int, int) - Method in class weka.classifiers.bayes.net.BayesNetGenerator
GenerateRandomNetworkStructure generate random connected Bayesian network
generateRankingTipText() - Method in class weka.attributeSelection.GreedyStepwise
Returns the tip text for this property
generateRankingTipText() - Method in class weka.attributeSelection.Ranker
Returns the tip text for this property
generateRules(double, boolean) - Method in class weka.associations.LabeledItemSet
Generates rules out of item sets
generateRules(double, ArrayList<Hashtable<ItemSet, Integer>>, int) - Method in class weka.associations.AprioriItemSet
Generates all rules for an item set.
generateRulesBruteForce(double, int, ArrayList<Hashtable<ItemSet, Integer>>, int, int, double) - Method in class weka.associations.AprioriItemSet
Generates all significant rules for an item set.
generateRulesBruteForce(FPGrowth.FrequentItemSets, DefaultAssociationRule.METRIC_TYPE, double, int, int, int) - Static method in class weka.associations.FPGrowth
Generate all association rules, from the supplied frequet item sets, that meet a given minimum metric threshold.
generateRulesTipText() - Method in class weka.classifiers.trees.m5.M5Base
Returns the tip text for this property
generatesOutput() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns whether regular output is generated or not.
generatesOutput() - Method in class weka.classifiers.evaluation.output.prediction.Null
Returns always false.
generateStart() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.classifiers.classification.LED24
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.classifiers.classification.RDG1
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.classifiers.regression.Expression
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Generates a comment string that documentates the data generator.
generateStart() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Compiles documentation about the data generation before the generation process
generateStart() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Compiles documentation about the data generation before the generation process
generateStart() - Method in class weka.datagenerators.DataGenerator
Generates a comment string that documentates the data generator.
GeneratorPropertyIteratorPanel - Class in weka.gui.experiment
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 in weka.gui
A PropertyEditor for arrays of objects that themselves have property editors.
GenericArrayEditor() - Constructor for class weka.gui.GenericArrayEditor
 
GenericObjectEditor - Class in weka.gui
A PropertyEditor for objects.
GenericObjectEditor() - Constructor for class weka.gui.GenericObjectEditor
Default constructor.
GenericObjectEditor(boolean) - Constructor for class weka.gui.GenericObjectEditor
Constructor that allows specifying whether it is possible to change the class within the editor dialog.
GenericObjectEditor.CapabilitiesFilterDialog - Class in weka.gui
A dialog for selecting Capabilities to look for in the GOE tree.
GenericObjectEditor.GOEPanel - Class in weka.gui
Handles the GUI side of editing values.
GenericObjectEditor.GOETreeNode - Class in weka.gui
A specialized TreeNode for supporting filtering via Capabilities.
GenericObjectEditor.JTreePopupMenu - Class in weka.gui
Creates a popup menu containing a tree that is aware of the screen dimensions.
GenericObjectEditorHistory - Class in weka.gui
A helper class for maintaining a history of objects selected in the GOE.
GenericObjectEditorHistory() - Constructor for class weka.gui.GenericObjectEditorHistory
Initializes the history.
GenericObjectEditorHistory.HistorySelectionEvent - Class in weka.gui
Event that gets sent when a history item gets selected.
GenericObjectEditorHistory.HistorySelectionListener - Interface in weka.gui
Interface for classes that listen to selections of history items.
GenericPropertiesCreator - Class in weka.gui
This class can generate the properties object that is normally loaded from the GenericObjectEditor.props file (= PROPERTY_FILE).
GenericPropertiesCreator() - Constructor for class weka.gui.GenericPropertiesCreator
initializes the creator, locates the props file with the Utils class.
GenericPropertiesCreator(String) - Constructor for class weka.gui.GenericPropertiesCreator
initializes the creator, the given file overrides the props-file search of the Utils class
GeneticSearch - Class in weka.classifiers.bayes.net.search.global
This Bayes Network learning algorithm uses genetic search for finding a well scoring Bayes network structure.
GeneticSearch - Class in weka.classifiers.bayes.net.search.local
This Bayes Network learning algorithm uses genetic search for finding a well scoring Bayes network structure.
GeneticSearch() - Constructor for class weka.classifiers.bayes.net.search.global.GeneticSearch
 
GeneticSearch() - Constructor for class weka.classifiers.bayes.net.search.local.GeneticSearch
 
get(int) - Method in class weka.core.Instances
Returns the instance at the given position.
get(int) - Method in class weka.core.matrix.DoubleVector
Gets a single element.
get(int) - Method in class weka.core.matrix.IntVector
Gets the value of an element.
get(int) - Method in class weka.core.PropertyPath.Path
returns the element at the given index
get(int) - Method in class weka.core.Tee
returns the specified PrintStream from the list.
get(int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Returns the element at the specified position in this list.
get(int, int) - Method in class weka.core.matrix.Matrix
Get a single element.
get(Class<?>) - Method in class weka.core.xml.MethodHandler
returns the stored method for the given class
get(String) - Method in class weka.core.xml.MethodHandler
returns the stored method for the given property
get(String, String) - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the value for the specified property, if non-existent then the default value.
get(String, String) - Static method in class weka.gui.explorer.ExplorerDefaults
returns the value for the specified property, if non-existent then the default value.
GET_PERSPECTIVE_NAMES_KEY - Static variable in class weka.gui.knowledgeflow.GetPerspectiveNamesGraphicalCommand
Command ID
getAboutPanel() - Method in class weka.gui.PropertySheetPanel
Return the panel containing global info and help for the object being edited.
getAbsoluteValue() - Method in class weka.core.pmml.jaxbbindings.Coefficients
Gets the value of the absoluteValue property.
getAccu() - Method in class weka.classifiers.rules.JRip.Antd
 
getAccuRate() - Method in class weka.classifiers.rules.JRip.Antd
 
getActionListener(JFrame) - Method in interface weka.gui.MainMenuExtension
If the extension has a custom ActionListener for the menu item, then it must be returned here.
getActivationFunction() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the activationFunction property.
getActivationFunction() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the activationFunction property.
getActualIndex(int) - Method in class weka.core.AttributeLocator
returns actual index in the Instances object.
getActualRow(int) - Method in class weka.gui.SortedTableModel
Returns the actual underlying row the given visible one represents.
getActualT1() - Method in class weka.clusterers.Canopy
Get the actual value of T1 (which may be different from the initial value if the heuristic is used)
getActualT2() - Method in class weka.clusterers.Canopy
Get the actual value of T2 (which may be different from the initial value if the heuristic is used)
getAcuity() - Method in class weka.clusterers.Cobweb
get the acuity value
getAdditional() - Method in class weka.gui.scripting.event.ScriptExecutionEvent
Returns the additional information.
getAddMatchingEndBlocks() - Method in class weka.gui.scripting.SyntaxDocument
Returns whether matching block ends are inserted or not.
getAddress() - Static method in class weka.core.Copyright
returns the address of the owner
getAdjRSquared() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the adjRSquared property.
getAdjustWeights() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns true if instance weights will be adjusted to maintain total weight per class.
getADTree() - Method in class weka.classifiers.bayes.BayesNet
get ADTree strucrture containing efficient representation of counts.
getAdvanceDataSetFirst() - Method in class weka.experiment.Experiment
Get the value of m_DataSetFirstFirst.
getAffinity() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the affinity property.
getAggregate() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the aggregate property.
getAggregate() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the aggregate property.
getAggregate() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the aggregate property.
getAIC() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the aic property.
getAICc() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the aiCc property.
getAlgorithm() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the algorithm property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.BaselineModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.MiningModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.NaiveBayesModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.RuleSetModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.TimeSeriesModel
Gets the value of the algorithmName property.
getAlgorithmName() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the algorithmName property.
getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Method in class weka.core.packageManagement.DefaultPackageManager
Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.
getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Method in class weka.core.packageManagement.PackageManager
Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.
getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Static method in class weka.core.WekaPackageManager
Get a list of dependencies for a given package
getAllEvaluationMetricNames() - Static method in class weka.classifiers.evaluation.Evaluation
Utility method to get a list of the names of all built-in and plugin evaluation metrics
getAllEvaluationMetricNames() - Static method in class weka.classifiers.Evaluation
Utility method to get a list of the names of all built-in and plugin evaluation metrics
getAllMetricNames() - Static method in class weka.classifiers.evaluation.EvaluationMetricHelper
Get a list of all available evaluation metric names
getAllowedIndices() - Method in class weka.core.AttributeLocator
returns the indices that are allowed to check for the attribute type
getAllowMultipleTabs() - Method in class weka.gui.beans.KnowledgeFlowApp
 
getAllowMultipleTabs() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Returns true if the perspective is allowing multiple tabs to be open
getAllowUnclassifiedInstances() - Method in class weka.classifiers.trees.RandomTree
Gets whether tree is allowed to abstain from making a prediction.
getAllPackages() - Static method in class weka.core.WekaPackageManager
Get a list of all packages
getAllPackages(PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Get all packages that the system knows about (i.e.
getAllPackages(PrintStream...) - Method in class weka.core.packageManagement.PackageManager
Get all packages that the system knows about (i.e.
getAllTheRules() - Method in class weka.associations.Apriori
returns all the rules
getAlpha() - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
Get prior used in probability table estimation
getAlpha() - Method in class weka.core.pmml.jaxbbindings.Level
Gets the value of the alpha property.
getAlternate() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the alternate property.
getAlternateTargetCategory() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachine
Gets the value of the alternateTargetCategory property.
getAltitude() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the altitude property.
getAltitude() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the altitude property.
getAltitude() - Method in class weka.core.pmml.jaxbbindings.Neuron
Gets the value of the altitude property.
getAmplitude() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Gets the amplitude multiplier.
getAnimatedIcon() - Method in class weka.gui.beans.BeanVisual
Returns the animated icon
getAnimatedIconPath() - Method in class weka.gui.beans.BeanVisual
returns the path for the animated icon
getAnnotation() - Method in class weka.core.pmml.jaxbbindings.Header
Gets the value of the annotation property.
getAnova() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the anova property.
getAnovaRow() - Method in class weka.core.pmml.jaxbbindings.Anova
Gets the value of the anovaRow property.
getAntds() - Method in class weka.classifiers.rules.JRip.RipperRule
Return the antecedents
getAntecedent() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the antecedent property.
getAnyDistribution() - Method in class weka.core.pmml.jaxbbindings.Alternate
Gets the value of the anyDistribution property.
getAnyDistribution() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the anyDistribution property.
getAppend() - Method in class weka.gui.beans.TextSaver
 
getAppend() - Method in class weka.knowledgeflow.steps.TextSaver
get whether the file should be appended to rather than overwritten
getAppendPredictedProbabilities() - Method in class weka.gui.beans.PredictionAppender
Return true if predicted probabilities are to be appended rather than class value
getAppendProbabilities() - Method in class weka.knowledgeflow.steps.PredictionAppender
Get whether to append probability distributions rather than predicted classes
getApplication() - Method in class weka.core.pmml.jaxbbindings.Header
Gets the value of the application property.
getApplicationDefaults() - Method in interface weka.gui.GUIApplication
Get the default values of settings for this application
getApplicationDefaults() - Method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Get the default settings for this application
getApplicationDefaults() - Method in class weka.gui.WorkbenchApp
Get the default settings for this application
getApplicationID() - Method in interface weka.gui.GUIApplication
Get the ID of this application - any string unique to this application can be used
getApplicationID() - Method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Get the ID of this application
getApplicationID() - Method in class weka.gui.WorkbenchApp
Get the ID of this application
getApplicationName() - Method in interface weka.gui.GUIApplication
Get the name of this application
getApplicationName() - Method in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
Get the name to display in title bar of the enclosing JFrame for the plugin
getApplicationName() - Method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Get the name of this application
getApplicationName() - Method in class weka.gui.WorkbenchApp
Get the name of this application
getApplicationSettings() - Method in class weka.gui.AbstractGUIApplication
Get the current settings for this application
getApplicationSettings() - Method in interface weka.gui.GUIApplication
Get the current settings for this application
getApplicationSettings() - Method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Get the settings for this application
getApply() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the apply property.
getApply() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the apply property.
getApply() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the apply property.
getArffFile() - Method in class weka.gui.streams.InstanceLoader
 
getArffFile() - Method in class weka.gui.streams.InstanceSavePanel
 
getArgs() - Method in class weka.gui.scripting.Script.ScriptThread
Returns the commandline args.
getArray() - Method in class weka.core.matrix.DoubleVector
Access the internal one-dimensional array.
getArray() - Method in class weka.core.matrix.IntVector
Access the internal one-dimensional array.
getArray() - Method in class weka.core.matrix.Matrix
Access the internal two-dimensional array.
getArray() - Method in class weka.core.pmml.jaxbbindings.BoundaryValueMeans
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.BoundaryValues
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.ClassLabels
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.CorrelationFields
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.DiscrStats
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.MissingValueWeights
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.SetPredicate
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.SimpleSetPredicate
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.TextDictionary
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.TimeCycle
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.TimeException
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.TrendExpoSmooth
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.VectorInstance
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.XCoordinates
Gets the value of the array property.
getArray() - Method in class weka.core.pmml.jaxbbindings.YCoordinates
Gets the value of the array property.
getArrayClass(Class<?>) - Static method in class weka.core.Utils
Returns the basic class of an array class (handles multi-dimensional arrays).
getArrayCopy() - Method in class weka.core.matrix.DoubleVector
Returns a copy of the DoubleVector usng a double array.
getArrayCopy() - Method in class weka.core.matrix.IntVector
Returns a copy of the internal one-dimensional array.
getArrayCopy() - Method in class weka.core.matrix.Matrix
Copy the internal two-dimensional array.
getArrayDimensions(Class<?>) - Static method in class weka.core.Utils
Returns the dimensions of the given array.
getArrayDimensions(Object) - Static method in class weka.core.Utils
Returns the dimensions of the given array.
getASCrossvalidationFolds() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default number of folds of the CV in the attribute selection panel.
getASEvaluator() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default attribute evalautor (fully configured) for the attribute selection panel.
getAsInstance(Instances, Random) - Method in class weka.core.AlgVector
Gets the elements of the vector as an instance.
getASRandomSeed() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default random seed value in the attribute selection panel.
getASSearch() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default attribute selection search scheme (fully configured) for the attribute selection panel.
getAssignments() - Method in class weka.clusterers.SimpleKMeans
Gets the assignments for each instance.
getAssociatedConnections() - Method in class weka.gui.beans.MetaBean
 
getAssociationModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the associationModel property.
getAssociationModelOrBaselineModelOrClusteringModels() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the associationModelOrBaselineModelOrClusteringModel property.
getAssociationRules() - Method in class weka.associations.Apriori
 
getAssociationRules() - Method in interface weka.associations.AssociationRulesProducer
Gets the list of mined association rules.
getAssociationRules() - Method in class weka.associations.FilteredAssociator
Gets the list of mined association rules.
getAssociationRules() - Method in class weka.associations.FPGrowth
Gets the list of mined association rules.
getAssociator() - Method in class weka.associations.CheckAssociator
Get the associator being tested
getAssociator() - Method in class weka.associations.SingleAssociatorEnhancer
Get the associator used as the base associator.
getAssociator() - Method in class weka.gui.beans.Associator
Get the associator currently set for this wrapper
getAssociator() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default associator (fully configured) for the associations panel.
getAssociator() - Method in class weka.knowledgeflow.steps.Associator
Get the associator to use.
getASTestMode() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default attribute selection test mode for the attribute selection panel.
getAsText() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
getAsText() - Method in class weka.gui.ColorEditor
Not representable as a string
getAsText() - Method in class weka.gui.CostMatrixEditor
Some objects can be represented as text, but a cost matrix cannot.
getAsText() - Method in class weka.gui.EnvironmentField
 
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.GenericObjectEditor
Returns null as we don't support getting/setting values as text.
getAsText() - Method in class weka.gui.PasswordField
 
getAsText() - Method in class weka.gui.RangeEditor
Gets the current value as text.
getAsText() - Method in class weka.gui.SelectedTagEditor
Gets the current value as text.
getAsText() - Method in class weka.gui.SimpleDateFormatEditor
Returns the date format string.
getAttList_Irr() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the array that defines which of the attributes are seen to be irrelevant.
getAttr() - Method in class weka.classifiers.rules.JRip.Antd
 
getAttribute() - Method in class weka.associations.Item
Get the attribute that this item originates from.
getAttribute() - Method in class weka.core.pmml.jaxbbindings.Characteristic
Gets the value of the attribute property.
getAttribute() - Method in class weka.knowledgeflow.steps.Sorter.SortRule
Get the name or index of the attribute to sort on
getAttribute1() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getAttribute2() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getAttributeAt(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the attribute at the given index, can be NULL if not an attribute column
getAttributeAt(int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the attribute at the given index, can be NULL if not an attribute column
getAttributeCapabilities() - Method in class weka.core.Capabilities
returns all attribute capabilities
getAttributeColumn(String) - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the column of the given attribute name, -1 if not found
getAttributeColumn(String) - Method in class weka.gui.arffviewer.ArffTableModel
returns the column of the given attribute name, -1 if not found
getAttributeID() - Method in class weka.experiment.ClassifierSplitEvaluator
Get the index of Attibute Identifying the instances
getAttributeIndex() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns the index of the attribute used in the regression.
getAttributeIndex() - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Returns the index of the attribute used in the regression.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.Add
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.AddNoise
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.AddValues
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Gets the index of the attribute converted.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.SwapValues
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Get the index of the attribute used.
getAttributeIndex() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Get the index of the attribute used.
getAttributeIndex(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
Returns the attribute index for the given column index.
getAttributeIndex(int) - Method in class weka.gui.arffviewer.ArffTableModel
Returns the attribute index for the given column index.
getAttributeIndexes() - Method in class weka.filters.unsupervised.attribute.NominalToString
Get the index of the attribute used.
getAttributeIndices() - Method in class weka.core.AttributeLocator
Returns the indices of the attributes.
getAttributeIndices() - Method in class weka.core.converters.DictionarySaver
Gets the current range selection.
getAttributeIndices() - Method in class weka.core.DictionaryBuilder
Gets the current range selection.
getAttributeIndices() - Method in interface weka.core.DistanceFunction
Gets the range of attributes used in the calculation of the distance.
getAttributeIndices() - Method in class weka.core.FilteredDistance
Gets the range of attributes used in the calculation of the distance.
getAttributeIndices() - Method in class weka.core.NormalizableDistance
Gets the range of attributes used in the calculation of the distance.
getAttributeIndices() - Method in class weka.filters.supervised.attribute.Discretize
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Get the current range selection.
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Get the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.Copy
Get the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Get the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets the current range selection.
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Get the current range selection.
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Gets the selection of the columns, e.g., first-last or first-3,5-last
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Get the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.Remove
Get the current range selection.
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Gets the current range selection.
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.Reorder
Get the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Gets the current range selection
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.SortLabels
Gets the current selected attributes.
getAttributeIndices() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets the current range selection.
getAttributeName() - Method in class weka.filters.unsupervised.attribute.Add
Get the name of the attribute to be created.
getAttributeName() - Method in class weka.filters.unsupervised.attribute.AddID
Get the name of the attribute to be created
getAttributeNamePrefix() - Method in class weka.core.DictionaryBuilder
Get the attribute name prefix.
getAttributeNamePrefix() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Get the attribute name prefix.
getAttributeNamePrefix() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Get the attribute name prefix.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Get the range of indices of the attributes used.
getAttributes() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the range of attributes to output.
getAttributes() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
 
getAttributes() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Get the list of attributes to consider for replacing missing values
getAttributes() - Method in class weka.gui.arffviewer.ArffPanel
returns a list with the attributes
getAttributeSelectionMethod() - Method in class weka.classifiers.functions.LinearRegression
Gets the method used to select attributes for use in the linear regression.
getAttributeSpecs() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Get the list of attribute specs to use to create the new attributes.
getAttributesToOperateOn() - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Get the attributes to operate on
getAttributeType() - Method in class weka.filters.unsupervised.attribute.Add
Gets the type of attribute to generate.
getAttributeType() - Method in class weka.filters.unsupervised.attribute.RemoveType
Gets the attribute type to be deleted by the filter.
getAttrIndexRange() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
returns the attribute range(s).
getAttrValue() - Method in class weka.classifiers.rules.JRip.Antd
 
getAttsToApplyTo() - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Get the attributes to apply the rule to
getAttsToApplyTo() - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Get the attributes to apply the rule to
getAutoBuild() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getAutoKeyGeneration() - Method in class weka.core.converters.DatabaseSaver
Gets whether or not a primary key will be generated automatically.
getAvailableCompatiblePackages() - Static method in class weka.core.WekaPackageManager
Get a list of the most recent version of all available packages (i.e.
getAvailableLookAndFeelClasses() - Static method in class weka.gui.LookAndFeel
Get a list of fully qualified class names of available look and feels
getAvailablePackages() - Method in class weka.core.packageManagement.DefaultPackageManager
Get a list of packages that are not currently installed.
getAvailablePackages() - Method in class weka.core.packageManagement.PackageManager
Get a list of packages that are not currently installed.
getAvailablePackages() - Static method in class weka.core.WekaPackageManager
Get a list of all available packages (i.e.
getAverage(int) - Method in class weka.experiment.ResultMatrix
returns the average of the mean at the given position, if the position is valid, otherwise 0.
getAverageDocLength() - Method in class weka.core.DictionaryBuilder
Get the average document length to use when normalizing
getAverageInstancesPerSecond() - Method in class weka.gui.beans.StreamThroughput
Get the average instances per second
getAvgNumberOfItemsPerTA() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the avgNumberOfItemsPerTA property.
getAvgNumberOfItemsPerTransaction() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the avgNumberOfItemsPerTransaction property.
getAvgNumberOfTAsPerTAGroup() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the avgNumberOfTAsPerTAGroup property.
getBackground() - Method in class weka.gui.visualize.BMPWriter
returns the current background color.
getBackground() - Method in class weka.gui.visualize.JPEGWriter
returns the current background color.
getBackground() - Method in class weka.gui.visualize.PNGWriter
returns the current background color.
getBackground() - Method in class weka.gui.visualize.PostscriptGraphics
 
getBackgroundColor() - Method in class weka.gui.scripting.SyntaxDocument
Returns the background color.
getBackup() - Method in class weka.gui.GenericObjectEditor
Returns the backup object (may be null if there is no backup.
getBagSizePercent() - Method in class weka.classifiers.meta.Bagging
Gets the size of each bag, as a percentage of the training set size.
getBalanceClass() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Gets whether the class is balanced.
getBallSplitter() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Returns the BallSplitter algorithm set that would be used by the TopDown BallTree constructor.
getBallTreeConstructor() - Method in class weka.core.neighboursearch.BallTree
Returns the BallTreeConstructor currently in use.
getBase() - Method in class weka.core.neighboursearch.CoverTree
Returns the base in use for expansion constant.
getBaseExperiment() - Method in class weka.experiment.RemoteExperiment
Get the base experiment used by this remote experiment
getBaseForSampling() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the base for sampling
getBaseline() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the baseline property.
getBaselineCell() - Method in class weka.core.pmml.jaxbbindings.BaseCumHazardTables
Gets the value of the baselineCell property.
getBaselineCell() - Method in class weka.core.pmml.jaxbbindings.BaselineStratum
Gets the value of the baselineCell property.
getBaselineMethod() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the baselineMethod property.
getBaselineModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the baselineModel property.
getBaselineScore() - Method in class weka.core.pmml.jaxbbindings.Characteristic
Gets the value of the baselineScore property.
getBaselineScore() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the baselineScore property.
getBaselineStrataVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the baselineStrataVariable property.
getBaselineStratum() - Method in class weka.core.pmml.jaxbbindings.BaseCumHazardTables
Gets the value of the baselineStratum property.
getBaseSystemDependency() - Method in class weka.core.packageManagement.DefaultPackage
Gets the dependency on the base system that this package requires.
getBaseSystemDependency() - Method in class weka.core.packageManagement.Package
Gets the dependency on the base system that this package requires.
getBaseSystemName() - Method in class weka.core.packageManagement.PackageManager
Get the name of the main software system for which we manage packages.
getBaseSystemVersion() - Method in class weka.core.packageManagement.PackageManager
Get the current installed version of the main system for which we manage packages.
getBatchSize() - Method in class weka.classifiers.AbstractClassifier
Get the preferred batch size for batch prediction.
getBatchSize() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Gets the preferred batch size from the base learner if it implements BatchPredictor.
getBatchSize() - Method in class weka.classifiers.meta.Bagging
Gets the preferred batch size from the base learner if it implements BatchPredictor.
getBatchSize() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Gets the preferred batch size from the base learner if it implements BatchPredictor.
getBatchSize() - Method in class weka.classifiers.meta.FilteredClassifier
Gets the preferred batch size from the base learner if it implements BatchPredictor.
getBatchSize() - Method in class weka.classifiers.meta.RandomCommittee
Gets the preferred batch size from the base learner if it implements BatchPredictor.
getBatchSize() - Method in class weka.classifiers.meta.RandomSubSpace
Gets the preferred batch size from the base learner if it implements BatchPredictor.
getBatchSize() - Method in interface weka.core.BatchPredictor
Get the batch size to use.
getBayesInput() - Method in class weka.core.pmml.jaxbbindings.BayesInputs
Gets the value of the bayesInput property.
getBean() - Method in class weka.gui.beans.BeanInstance
Gets the bean encapsulated in this instance
getBeanContext() - Method in class weka.gui.beans.AbstractDataSource
Return the bean context (if any) that this bean is embedded in
getBeanContext() - Method in class weka.gui.beans.CostBenefitAnalysis
 
getBeanContext() - Method in class weka.gui.beans.DataVisualizer
Return the bean context (if any) that this bean is embedded in
getBeanContext() - Method in class weka.gui.beans.GraphViewer
Return the bean context (if any) that this bean is embedded in
getBeanContext() - Method in class weka.gui.beans.ModelPerformanceChart
Return the bean context (if any) that this bean is embedded in
getBeanContext() - Method in class weka.gui.beans.TextViewer
Return the bean context (if any) that this bean is embedded in
getBeanDescriptor() - Method in class weka.filters.unsupervised.attribute.AddUserFieldsBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.AssociatorBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.AttributeSummarizerBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.ClassAssignerBeanInfo
 
getBeanDescriptor() - Method in class weka.gui.beans.ClassifierBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.ClassifierPerformanceEvaluatorBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.ClassValuePickerBeanInfo
 
getBeanDescriptor() - Method in class weka.gui.beans.ClustererBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.CrossValidationFoldMakerBeanInfo
Return the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.DataVisualizerBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.FilterBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.FlowByExpressionBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.ImageSaverBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.IncrementalClassifierEvaluatorBeanInfo
Return the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.JoinBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.LoaderBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.ModelPerformanceChartBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.NoteBeanInfo
 
getBeanDescriptor() - Method in class weka.gui.beans.PredictionAppenderBeanInfo
Return the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.SaverBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.SerializedModelSaverBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.SorterBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.StripChartBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.SubstringLabelerBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.SubstringReplacerBeanInfo
Get the bean descriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.TextSaverBeanInfo
Get BeanDescriptor for this bean
getBeanDescriptor() - Method in class weka.gui.beans.TrainTestSplitMakerBeanInfo
Get the bean descriptor for this bean
getBeanInfoInputs() - Method in class weka.gui.beans.MetaBean
 
getBeanInfoOutputs() - Method in class weka.gui.beans.MetaBean
 
getBeanInfoSubFlow() - Method in class weka.gui.beans.MetaBean
 
getBeanInstances(Integer...) - Static method in class weka.gui.beans.BeanInstance
Return the list of displayed beans
getBeanLayout(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getBeansInInputs() - Method in class weka.gui.beans.MetaBean
Return all the beans in the inputs
getBeansInOutputs() - Method in class weka.gui.beans.MetaBean
Return all the beans in the outputs
getBeansInSubFlow() - Method in class weka.gui.beans.MetaBean
Return all the beans in the sub flow
getBestClassifierIndex() - Method in class weka.classifiers.meta.MultiScheme
Get the index of the classifier that was determined as best during cross-validation.
getBestClassifierOptions() - Method in class weka.classifiers.meta.CVParameterSelection
Returns (a copy of) the best options found for the classifier.
getBestFit() - Method in class weka.core.pmml.jaxbbindings.TimeSeriesModel
Gets the value of the bestFit property.
getBeta() - Method in class weka.core.pmml.jaxbbindings.PCell
Gets the value of the beta property.
getBias() - Method in class weka.classifiers.BVDecompose
Get the calculated bias squared
getBias() - Method in class weka.core.pmml.jaxbbindings.Neuron
Gets the value of the bias property.
getBiasToUniformClass() - Method in class weka.filters.supervised.instance.Resample
Gets the bias towards a uniform class.
getBIC() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the bic property.
getBIFFile() - Method in class weka.classifiers.bayes.BayesNet
Get name of network in BIF file to compare with
getBIFFile() - Method in class weka.classifiers.bayes.net.search.fixed.FromFile
Get name of network in BIF file to read structure from
getBIFHeader() - Method in class weka.classifiers.bayes.BayesNet
 
getBinarizeNumericAttributes() - Method in class weka.attributeSelection.InfoGainAttributeEval
get whether numeric attributes are just being binarized.
getBinaryAttributesNominal() - Method in class weka.filters.supervised.attribute.NominalToBinary
Gets if binary attributes are to be treated as nominal ones.
getBinaryAttributesNominal() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Gets if binary attributes are to be treated as nominal ones.
getBinarySimilarity() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the binarySimilarity property.
getBinarySplits() - Method in class weka.classifiers.rules.PART
Get the value of binarySplits.
getBinarySplits() - Method in class weka.classifiers.trees.J48
Get the value of binarySplits.
getBinRangePrecision() - Method in class weka.filters.supervised.attribute.Discretize
Get the precision for bin boundaries.
getBinRangePrecision() - Method in class weka.filters.unsupervised.attribute.Discretize
Get the precision for bin boundaries.
getBinRangesString(int) - Method in class weka.filters.supervised.attribute.Discretize
Gets the bin ranges string for an attribute
getBinRangesString(int) - Method in class weka.filters.unsupervised.attribute.Discretize
Gets the bin ranges string for an attribute
getBins() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets the number of bins numeric attributes will be divided into
getBins() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Ignored
getBinValue() - Method in class weka.core.pmml.jaxbbindings.DiscretizeBin
Gets the value of the binValue property.
getBlockEnd() - Method in class weka.gui.scripting.SyntaxDocument
Returns the end of a block.
getBlockOnLastFold() - Method in class weka.gui.beans.Classifier
Gets whether we are blocking on the last fold of the last run rather than rejecting any further data until all processing has been completed.
getBlockStart() - Method in class weka.gui.scripting.SyntaxDocument
Returns the start of a block.
getBooleanCols() - Method in class weka.datagenerators.clusterers.SubspaceCluster
returns the range of boolean attributes.
getBooleanOperator() - Method in class weka.core.pmml.jaxbbindings.CompoundPredicate
Gets the value of the booleanOperator property.
getBooleanOperator() - Method in class weka.core.pmml.jaxbbindings.SimpleSetPredicate
Gets the value of the booleanOperator property.
getBorderInsets(Component) - Method in class weka.gui.beans.ShadowBorder
Returns a new Insets instance where the top and left are 1, the bottom and right fields are the border width + 1.
getBorderInsets(Component) - Method in class weka.gui.knowledgeflow.ShadowBorder
Returns a new Insets instance where the top and left are 1, the bottom and right fields are the border width + 1.
getBorderInsets(Component, Insets) - Method in class weka.gui.beans.ShadowBorder
Reinitializes the insets parameter with this ShadowBorder's current Insets.
getBorderInsets(Component, Insets) - Method in class weka.gui.knowledgeflow.ShadowBorder
Reinitialies the insets parameter with this ShadowBorder's current Insets.
getBoundaryValueMeans() - Method in class weka.core.pmml.jaxbbindings.LiftGraph
Gets the value of the boundaryValueMeans property.
getBoundaryValues() - Method in class weka.core.pmml.jaxbbindings.LiftGraph
Gets the value of the boundaryValues property.
getBoundaryValues() - Method in class weka.core.pmml.jaxbbindings.ROCGraph
Gets the value of the boundaryValues property.
getBreakTiesRandomly() - Method in class weka.classifiers.trees.RandomForest
Get whether to break ties randomly.
getBreakTiesRandomly() - Method in class weka.classifiers.trees.RandomTree
Get whether to break ties randomly.
getBuffer() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the current buffer.
getBufferSize() - Method in class weka.core.converters.CSVLoader
Get the buffer size to use - i.e.
getBufferSize() - Method in class weka.gui.beans.Sorter
Get the size of the in-memory buffer
getBufferSize() - Method in class weka.knowledgeflow.steps.Sorter
Get the size of the in-memory buffer
getBuildCalibrationModels() - Method in class weka.classifiers.functions.SMO
Get the value of buildCalibrationModels.
getBuilder() - Method in class weka.core.xml.XMLDocument
returns the DocumentBuilder.
getBuildRegressionTree() - Method in class weka.classifiers.trees.m5.M5Base
Get the value of regressionTree.
getBuiltInMetricNames() - Static method in class weka.classifiers.evaluation.EvaluationMetricHelper
Get a list of built-in metric names
getBuiltinTemplateDescriptions() - Method in class weka.gui.knowledgeflow.TemplateManager
Get descriptions for the built-in knowledge flow templates
getBuiltinTemplateFlow(String) - Method in class weka.gui.knowledgeflow.TemplateManager
Get the built-in template flow corresponding to the description
getBusinessProblem() - Method in class weka.core.pmml.jaxbbindings.Decisions
Gets the value of the businessProblem property.
getC() - Method in class weka.classifiers.functions.SMO
Get the value of C.
getC() - Method in class weka.classifiers.functions.SMOreg
Get the value of C.
getC00Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the c00Parameter property.
getC01Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the c01Parameter property.
getC10Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the c10Parameter property.
getC11Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the c11Parameter property.
getCacheHits() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
return the number of kernel cache hits
getCacheKeyName() - Method in class weka.experiment.DatabaseResultListener
Get the value of CacheKeyName.
getCacheSize() - Method in class weka.classifiers.functions.supportVector.CachedKernel
Gets the size of the cache
getCacheSize() - Method in class weka.classifiers.functions.supportVector.StringKernel
Gets the size of the cache
getCacheValues(double) - Method in class weka.classifiers.lazy.kstar.KStarCache
Returns the values in the cache mapped by the specified key
getCalcOutOfBag() - Method in class weka.classifiers.meta.Bagging
Get whether the out of bag error is calculated.
getCalculatedNumToSelect() - Method in class weka.attributeSelection.GreedyStepwise
Gets the calculated number of attributes to retain.
getCalculatedNumToSelect() - Method in interface weka.attributeSelection.RankedOutputSearch
Gets the calculated number of attributes to retain.
getCalculatedNumToSelect() - Method in class weka.attributeSelection.Ranker
Gets the calculated number to select.
getCalculateStdDevs() - Method in class weka.experiment.AveragingResultProducer
Get the value of CalculateStdDevs.
getCalibrator() - Method in class weka.classifiers.functions.SMO
Returns the calibrator to use
getCanChangeClassInDialog() - Method in class weka.gui.GenericObjectEditor
Returns whether the user can change the class in the dialog.
getCanopies() - Method in class weka.clusterers.Canopy
Get the canopies (cluster centers).
getCanopyMaxNumCanopiesToHoldInMemory() - Method in class weka.clusterers.SimpleKMeans
Get the maximum number of candidate canopies to retain in memory during training.
getCanopyMinimumCanopyDensity() - Method in class weka.clusterers.SimpleKMeans
Get the minimum T2-based density below which a canopy will be pruned during periodic pruning.
getCanopyPeriodicPruningRate() - Method in class weka.clusterers.SimpleKMeans
Get the how often to prune low density canopies during training (if using canopy clustering)
getCanopyT1() - Method in class weka.clusterers.SimpleKMeans
Get the t1 radius to use when canopy clustering is being used as start points and/or to reduce the number of distance calcs
getCanopyT2() - Method in class weka.clusterers.SimpleKMeans
Get the t2 radius to use when canopy clustering is being used as start points and/or to reduce the number of distance calcs
getCapabilities() - Method in class weka.associations.AbstractAssociator
Returns the Capabilities of this associator.
getCapabilities() - Method in class weka.associations.Apriori
Returns default capabilities of the classifier.
getCapabilities() - Method in interface weka.associations.Associator
Returns the Capabilities of this associator.
getCapabilities() - Method in class weka.associations.FilteredAssociator
Returns default capabilities of the associator.
getCapabilities() - Method in class weka.associations.FPGrowth
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.associations.SingleAssociatorEnhancer
Returns default capabilities of the base associator.
getCapabilities() - Method in class weka.attributeSelection.ASEvaluation
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.CfsSubsetEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.ClassifierAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.CorrelationAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.GainRatioAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.OneRAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.PrincipalComponents
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.ReliefFAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.classifiers.AbstractClassifier
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.bayes.BayesNet
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.bayes.NaiveBayes
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.bayes.NaiveBayesMultinomial
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns default capabilities of the classifier.
getCapabilities() - Method in interface weka.classifiers.Classifier
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.functions.GaussianProcesses
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.LinearRegression
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.Logistic
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.MultilayerPerceptron
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SGD
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SGDText
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SimpleLogistic
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SMO
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SMOreg
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.supportVector.Kernel
Returns the Capabilities of this kernel.
getCapabilities() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Returns the Capabilities of this kernel.
getCapabilities() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Returns the Capabilities of this kernel.
getCapabilities() - Method in class weka.classifiers.functions.supportVector.Puk
Returns the Capabilities of this kernel.
getCapabilities() - Method in class weka.classifiers.functions.supportVector.RBFKernel
Returns the Capabilities of this kernel.
getCapabilities() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the Capabilities of this kernel.
getCapabilities() - Method in class weka.classifiers.functions.VotedPerceptron
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.lazy.IBk
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.lazy.KStar
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.lazy.LWL
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.AdaBoostM1
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.AdditiveRegression
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.ClassificationViaRegression
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.CVParameterSelection
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.FilteredClassifier
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.LogitBoost
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.MultiClassClassifier
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.Stacking
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.
getCapabilities() - Method in class weka.classifiers.meta.Vote
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.misc.SerializedClassifier
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.MultipleClassifiersCombiner
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.
getCapabilities() - Method in class weka.classifiers.rules.DecisionTable
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.rules.JRip
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.rules.OneR
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.rules.PART
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.rules.ZeroR
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.SingleClassifierEnhancer
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.trees.DecisionStump
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.HoeffdingTree
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns default capabilities of the classifier tree.
getCapabilities() - Method in class weka.classifiers.trees.J48
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.LMT
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.m5.M5Base
Returns default capabilities of the classifier, i.e., of LinearRegression.
getCapabilities() - Method in class weka.classifiers.trees.RandomForest
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.trees.RandomTree
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.REPTree
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.clusterers.AbstractClusterer
Returns the Capabilities of this clusterer.
getCapabilities() - Method in class weka.clusterers.Canopy
Returns default capabilities of the clusterer.
getCapabilities() - Method in interface weka.clusterers.Clusterer
Returns the Capabilities of this clusterer.
getCapabilities() - Method in class weka.clusterers.Cobweb
Returns default capabilities of the clusterer.
getCapabilities() - Method in class weka.clusterers.EM
Returns default capabilities of the clusterer (i.e., the ones of SimpleKMeans).
getCapabilities() - Method in class weka.clusterers.FarthestFirst
Returns default capabilities of the clusterer.
getCapabilities() - Method in class weka.clusterers.FilteredClusterer
Returns default capabilities of the clusterer.
getCapabilities() - Method in class weka.clusterers.HierarchicalClusterer
 
getCapabilities() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns default capabilities of the clusterer (i.e., of the wrapper clusterer).
getCapabilities() - Method in class weka.clusterers.SimpleKMeans
Returns default capabilities of the clusterer.
getCapabilities() - Method in class weka.clusterers.SingleClustererEnhancer
Returns default capabilities of the clusterer.
getCapabilities() - Method in interface weka.core.CapabilitiesHandler
Returns the capabilities of this object.
getCapabilities() - Method in class weka.core.converters.AbstractSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.ArffSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.C45Saver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.CSVSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.DatabaseSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.DictionarySaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.JSONSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.LibSVMSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.MatlabSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.SerializedInstancesSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.SVMLightSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.XRFFSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.FindWithCapabilities
The capabilities to search for.
getCapabilities() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.estimators.DiscreteEstimator
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.estimators.Estimator
Returns the Capabilities of this Estimator.
getCapabilities() - Method in class weka.estimators.KernelEstimator
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.estimators.MahalanobisEstimator
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.estimators.NormalEstimator
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.estimators.PoissonEstimator
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.filters.AllFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.Filter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.MultiFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.RenameRelation
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.AddClassification
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.AttributeSelection
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.ClassOrder
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.Discretize
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.NominalToBinary
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.PartitionMembership
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.instance.ClassBalancer
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.instance.Resample
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Add
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AddID
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AddNoise
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AddValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Center
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Copy
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NominalToString
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Normalize
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Obfuscate
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Remove
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Reorder
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
 
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SortLabels
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Standardize
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SwapValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.TimeSeriesDelta
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.TimeSeriesTranslate
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Transpose
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.Randomize
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveRange
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.Resample
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.SparseToNonSparse
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.gui.GenericObjectEditor.CapabilitiesFilterDialog
returns the currently selected capabilities.
getCapabilities(Instances) - Method in class weka.filters.Filter
Returns the Capabilities of this filter, customized based on the data.
getCapabilities(Instances) - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns the Capabilities of this filter, makes sure that the class is never set (for the clusterer).
getCapabilities(Instances) - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns the Capabilities of this filter, makes sure that the class is never set (for the clusterer).
getCapabilitiesFilter() - Method in class weka.gui.ConverterFileChooser
returns the capabilities filter for the savers, can be null if all are listed.
getCapabilitiesFilter() - Method in class weka.gui.GenericObjectEditor
Returns the current Capabilities filter, can be null.
getCar() - Method in class weka.associations.Apriori
Gets whether class association ruels are mined
getCardinality() - Method in class weka.core.pmml.jaxbbindings.Counts
Gets the value of the cardinality property.
getCardinality() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Gets the cardinality of the attributes (incl class attribute)
getCardinality(int) - Method in class weka.classifiers.bayes.BayesNet
get number of values a node can take
getCardinalityOfParents() - Method in class weka.classifiers.bayes.net.ParentSet
returns cardinality of parents
getCaseSensitive() - Method in class weka.gui.scripting.SyntaxDocument
Returns whether blanks are used instead of tabs.
getCastInteger() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the castInteger property.
getCategoricalPredictor() - Method in class weka.core.pmml.jaxbbindings.RegressionTable
Gets the value of the categoricalPredictor property.
getCategoricalScoringMethod() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the categoricalScoringMethod property.
getCategories() - Method in class weka.core.pmml.jaxbbindings.Predictor
Gets the value of the categories property.
getCategory() - Method in class weka.core.pmml.jaxbbindings.Categories
Gets the value of the category property.
getCategory() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the category property.
getCell(int, int) - Method in class weka.classifiers.CostMatrix
Return the contents of a particular cell.
getCellEditor(int, int) - Method in class weka.gui.arffviewer.ArffTable
returns the cell editor for the given cell
getCells() - Method in class weka.gui.sql.ResultSetHelper
returns an 2-dimensional array with the content of the resultset, the first dimension is the row, the second the column (i.e., getCells()[y][x]).
getCenter() - Method in class weka.gui.treevisualizer.Node
Get the value of center.
getCenterData() - Method in class weka.attributeSelection.PrincipalComponents
Get whether to center (rather than standardize) the data.
getCenterData() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Get whether to center (rather than standardize) the data.
getChangeInWeights() - Method in class weka.classifiers.functions.neural.NeuralNode
call this function to get the chnage in weights array.
getChar() - Method in class weka.core.Trie.TrieNode
returns the stored character
getCharacteristic() - Method in class weka.core.pmml.jaxbbindings.Characteristics
Gets the value of the characteristic property.
getCharSet() - Method in class weka.core.converters.TextDirectoryLoader
Get the character set to use when reading text files.
getChartingEvalWindowSize() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Get whether to compute evaluation for charting over a fixed sized window of the most recent instances (rather than the whole stream).
getChartingEvalWindowSize() - Method in class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
Get whether to compute evaluation for charting over a fixed sized window of the most recent instances (rather than the whole stream).
getChebychev() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the chebychev property.
getChecked(int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
returns the checked state of the element at the given index
getChecked(int) - Method in class weka.gui.CheckBoxList
returns the checked state of the element at the given index
getCheckedIndices() - Method in class weka.gui.CheckBoxList
returns an array with the indices of all checked items
getCheckErrorRate() - Method in class weka.classifiers.rules.JRip
Gets whether to check for error rate is in stopping criterion
getChecksTurnedOff() - Method in class weka.classifiers.functions.SMO
Returns whether the checks are turned off or not.
getChecksTurnedOff() - Method in class weka.classifiers.functions.supportVector.Kernel
 
getChecksTurnedOff() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns whether the checks are turned off or not.
getChild(int) - Method in class weka.gui.treevisualizer.Node
Get the Edge for the child number 'i'.
getChild(Object, int) - Method in class weka.gui.knowledgeflow.InvisibleTreeModel
 
getChild(String) - Method in class weka.core.json.JSONNode
Returns the child with the given name.
getChildAt(int, boolean) - Method in class weka.gui.knowledgeflow.InvisibleNode
Get a child node
getChildCount(boolean) - Method in class weka.gui.knowledgeflow.InvisibleNode
Get the number of children nodes
getChildCount(Object) - Method in class weka.gui.knowledgeflow.InvisibleTreeModel
 
getChildField() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the childField property.
getChildParent() - Method in class weka.core.pmml.jaxbbindings.Taxonomy
Gets the value of the childParent property.
getChildren(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
return list of children of a node
getChildTags(Node) - Static method in class weka.core.xml.XMLDocument
returns all non tag-children from the given node.
getChildTags(Node, String) - Static method in class weka.core.xml.XMLDocument
returns all non tag-children from the given node.
getChiSquareValue() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the chiSquareValue property.
getChooseClassPopupMenu() - Method in class weka.gui.GenericObjectEditor
Returns a popup menu that allows the user to change the class of object.
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
getCityBlock() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the cityBlock property.
getClassAttribute() - Method in class weka.gui.beans.ThresholdDataEvent
Return the class attribute for which the threshold data was generated for.
getClassCapabilities() - Method in class weka.core.Capabilities
returns all class capabilities
getClassColumn() - Method in class weka.gui.beans.ClassAssigner
 
getClassColumn() - Method in class weka.knowledgeflow.steps.ClassAssigner
Get the class column to use
getClassCounts() - Method in class weka.filters.supervised.attribute.ClassOrder
Get the class distribution of the sorted class values.
getClassEstimator() - Method in class weka.classifiers.bayes.NaiveBayes
Get the class estimator.
getClassesToClusters() - Method in class weka.clusterers.ClusterEvaluation
Return the array (ordered by cluster number) of minimum error class to cluster mappings
getClassFlag() - Method in class weka.datagenerators.ClusterGenerator
Gets the class flag.
getClassForIRStatistics() - Method in class weka.experiment.ClassifierSplitEvaluator
Get the value of ClassForIRStatistics.
getClassificationMethod() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the classificationMethod property.
getClassificationOutputFormatter() - Method in class weka.gui.explorer.ClassifierPanel
Get the formatter for classifcation output
getClassifier() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get the classifier used as the base learner.
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.classifiers.BVDecompose
Gets the name of the classifier being analysed
getClassifier() - Method in class weka.classifiers.BVDecomposeSegCVSub
Gets the name of the classifier being analysed
getClassifier() - Method in class weka.classifiers.CheckClassifier
Get the classifier used as the classifier
getClassifier() - Method in class weka.classifiers.CheckSource
Gets the classifier being used for the tests, can be null.
getClassifier() - Method in class weka.classifiers.SingleClassifierEnhancer
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() - Method in class weka.filters.supervised.attribute.AddClassification
Gets the classifier used by the filter.
getClassifier() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Gets the classifier used by the filter.
getClassifier() - Method in class weka.gui.beans.BatchClassifierEvent
Get the classifier
getClassifier() - Method in class weka.gui.beans.Classifier
Get the currently trained classifier.
getClassifier() - Method in class weka.gui.beans.IncrementalClassifierEvent
Get the classifier
getClassifier() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Returns the currently set classifier.
getClassifier() - Method in class weka.gui.explorer.ClassifierPanel
Get the currently configured classifier from the GenericObjectEditor
getClassifier() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default classifier (fully configured) for the classify panel.
getClassifier() - Method in class weka.knowledgeflow.steps.Classifier
Get the classifier to train
getClassifier(int) - Method in class weka.classifiers.meta.MultiScheme
Gets a single classifier from the set of available classifiers.
getClassifier(int) - Method in class weka.classifiers.MultipleClassifiersCombiner
Gets a single classifier from the set of available classifiers.
getClassifierCollectPredictionsForEvaluation() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the predictions of the classifier are collected for calculating performance statistics such as AUROC.
getClassifierCostSensitiveEval() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the evaluation of the classifier is done cost-sensitively.
getClassifierCrossvalidationFolds() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default number of folds of the CV in the classify panel.
getClassifierErrorsMaximumPlotSizeNumeric() - Static method in class weka.gui.explorer.ExplorerDefaults
Returns the maximum size in pixels for plots of plotting classifier errors of numeric attributes.
getClassifierErrorsMinimumPlotSizeNumeric() - Static method in class weka.gui.explorer.ExplorerDefaults
Returns the minimum size in pixels for plots of plotting classifier errors of numeric attributes.
getClassifierErrorsPlotInstances() - Static method in class weka.gui.explorer.ExplorerDefaults
Returns an instance of the class used for generating plot instances for displaying the classifier errors.
getClassifierOutputAdditionalAttributes() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the string with the additional indices to output alongside the predictions.
getClassifierOutputConfusionMatrix() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the confusion matrix for the classifier is output.
getClassifierOutputEntropyEvalMeasures() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether entropy-based evaluation meastures of the classifier are output.
getClassifierOutputModel() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the built model is output.
getClassifierOutputModelsForTrainingSplits() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the models built for the training set are output
getClassifierOutputPerClassStats() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether additional per-class stats of the classifier are output.
getClassifierOutputPredictions() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the predictions of the classifier are output as well.
getClassifierOutputSourceCode() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the source of a sourcable Classifier is output in the classify tab.
getClassifierPercentageSplit() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default classifier test mode for the classify panel (0-99).
getClassifierPreserveOrder() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the order is preserved in case of the percentage split in the classify tab.
getClassifierRandomSeed() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default random seed value for the classifier for the classify panel.
getClassifiers() - Method in class weka.classifiers.meta.MultiScheme
Gets the list of possible classifers to choose from.
getClassifiers() - Method in class weka.classifiers.MultipleClassifiersCombiner
Gets the list of possible classifers to choose from.
getClassifierSourceCodeClass() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default classname for a sourcable Classifier in the classify tab.
getClassifierStoreTestDataAndPredictionsForVis() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the test data and the predictions of the classifier are stored for visualization.
getClassifierTemplate() - Method in class weka.gui.beans.Classifier
Return the classifier template currently in use.
getClassifierTestMode() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default classifier test mode for the classify panel.
getClassifyIterations() - Method in class weka.classifiers.BVDecomposeSegCVSub
Gets the number of times an instance is classified
getClassIndex() - Method in class weka.associations.Apriori
Gets the class index
getClassIndex() - Method in class weka.associations.FilteredAssociator
Gets the class index
getClassIndex() - Method in class weka.classifiers.BVDecompose
Get the index (starting from 1) of the attribute used as the class.
getClassIndex() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the index (starting from 1) of the attribute used as the class.
getClassIndex() - Method in class weka.classifiers.CheckSource
Gets the class index of the dataset.
getClassIndex() - Method in class weka.core.converters.JSONSaver
Get the index of the class attribute.
getClassIndex() - Method in class weka.core.converters.LibSVMSaver
Get the index of the class attribute.
getClassIndex() - Method in class weka.core.converters.SVMLightSaver
Get the index of the class attribute.
getClassIndex() - Method in class weka.core.converters.XRFFSaver
Get the index of the class attribute.
getClassIndex() - Method in class weka.core.FindWithCapabilities
returns the current current class index, -1 if no class attribute.
getClassIndex() - Method in class weka.core.TestInstances
returns the current class index (0-based), -1 is last attribute
getClassIndex() - Method in class weka.filters.CheckSource
Gets the class index of the dataset.
getClassIndex() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
returns the class index.
getClassIndex() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Gets the attribute on which misclassifications are based.
getClassIndex() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Returns the 0-based class index.
getClassIndex() - Method in class weka.gui.SetInstancesPanel
Returns the currently selected class index.
getClassLabels() - Method in class weka.core.pmml.jaxbbindings.ConfusionMatrix
Gets the value of the classLabels property.
getClassLoader() - Method in class weka.core.scripting.Groovy
returns the currently used Groovy classloader.
getClassMatches(String) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns all the class/package matches with the partial search string.
getClassname() - Method in class weka.core.Javadoc
returns the current classname
getClassname() - Method in class weka.core.ListOptions
returns the current classname
getClassname(String) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns the classname part of the partial classname.
getClassName() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Get the class containing the transformation method.
getClassnames(String) - Method in class weka.core.ClassCache
Returns all the classes for the given package.
getClassOrder() - Method in class weka.filters.supervised.attribute.ClassOrder
Get the wanted class order
getClassPriors() - Method in class weka.classifiers.evaluation.Evaluation
Get the current weighted class counts.
getClassPriors() - Method in class weka.classifiers.Evaluation
Get the current weighted class counts.
getClassType() - Method in class weka.core.TestInstances
returns the current class type
getClassValue() - Method in class weka.gui.beans.ClassValuePicker
Gets the class value considered to be the "positive" class value.
getClassValue() - Method in class weka.knowledgeflow.steps.ClassValuePicker
Gets the class value considered to be the "positive" class value.
getClassValueIndex() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the class value index to use
getClassWeightedAverageStatistic(String) - Method in interface weka.classifiers.evaluation.InformationRetrievalEvaluationMetric
Get the weighted (by class) average for this statistic.
getClearEachDataset() - Method in class weka.gui.streams.InstanceViewer
 
getClip() - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
getClipBounds() - Method in class weka.gui.visualize.PostscriptGraphics
This returns the full current drawing area
getClipBounds(Rectangle) - Method in class weka.gui.visualize.PostscriptGraphics
This returns the full current drawing area
getClipRect() - Method in class weka.gui.visualize.PostscriptGraphics
Not implemented
getClock() - Method in class weka.core.Debug
returns the instance of the Clock that is internally used
getClosestConnections(Point, int, Integer...) - Static method in class weka.gui.beans.BeanConnection
Return a list of connections within some delta of a point
getClosestConnectorPoint(Point) - Method in class weka.gui.beans.BeanVisual
Returns the coordinates of the closest "connector" point to the supplied point.
getClosestConnectorPoint(Point) - Method in class weka.gui.knowledgeflow.StepVisual
Returns the coordinates of the closest "connector" point to the supplied point.
getCloseTo() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the "close to" number.
getCloseToDefault() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the "close to" default.
getCloseToTolerance() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the "close to" Tolerance.
getClosure() - Method in class weka.core.pmml.jaxbbindings.Interval
Gets the value of the closure property.
getClusterAssignments() - Method in class weka.clusterers.ClusterEvaluation
Return an array of cluster assignments corresponding to the most recent set of instances clustered.
getClusterCanopyAssignments() - Method in class weka.clusterers.Canopy
Get the canopies that each canopy (cluster center) is within T1 distance of
getClusterCentroids() - Method in class weka.clusterers.FarthestFirst
Get the centroids found by FarthestFirst
getClusterCentroids() - Method in class weka.clusterers.SimpleKMeans
Gets the the cluster centroids.
getClusterDefinitions() - Method in class weka.datagenerators.clusterers.SubspaceCluster
returns the currently set clusters
getClusterer() - Method in class weka.attributeSelection.UnsupervisedSubsetEvaluator
Get the clusterer
getClusterer() - Method in class weka.clusterers.CheckClusterer
Get the clusterer used as the clusterer
getClusterer() - Method in class weka.clusterers.MakeDensityBasedClusterer
Gets the clusterer being wrapped.
getClusterer() - Method in class weka.clusterers.SingleClustererEnhancer
Get the clusterer used as the base clusterer.
getClusterer() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Get the value of clusterer
getClusterer() - Method in class weka.filters.unsupervised.attribute.AddCluster
Gets the clusterer used by the filter.
getClusterer() - Method in class weka.gui.beans.BatchClustererEvent
Get the clusterer
getClusterer() - Method in class weka.gui.beans.Clusterer
Get the clusterer currently set for this wrapper
getClusterer() - Method in class weka.gui.explorer.ClustererAssignmentsPlotInstances
Returns the currently set clusterer.
getClusterer() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default clusterer (fully configured) for the clusterer panel.
getClusterer() - Method in class weka.knowledgeflow.steps.Clusterer
Get the clusterer to train
getClustererAssignmentsPlotInstances() - Static method in class weka.gui.explorer.ExplorerDefaults
Returns an instance of the class used for generating plot instances for displaying the cluster assignments.
getClustererStoreClustersForVis() - Static method in class weka.gui.explorer.ExplorerDefaults
returns whether the clusters are storeed for visualization purposes in the cluster panel.
getClustererTestMode() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default cluster test mode for the cluster panel.
getClusterEvaluation() - Method in class weka.gui.explorer.ClustererAssignmentsPlotInstances
Returns the cluster evaluation object in use.
getClusteringModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the clusteringModel property.
getClusteringModelQuality() - Method in class weka.core.pmml.jaxbbindings.ModelExplanation
Gets the value of the clusteringModelQuality property.
getClusterModelsNumericAtts() - Method in class weka.clusterers.EM
Return the normal distributions for the cluster models
getClusterNominalCounts() - Method in class weka.clusterers.SimpleKMeans
Returns for each cluster the weighted frequency counts for the values of each nominal attribute.
getClusterPriors() - Method in class weka.clusterers.EM
Return the priors for the clusters
getClusterSizes() - Method in class weka.clusterers.SimpleKMeans
Gets the sum of weights for all the instances in each cluster.
getClusterStandardDevs() - Method in class weka.clusterers.SimpleKMeans
Gets the standard deviations of the numeric attributes in each cluster.
getClusterSubType() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Gets the cluster sub type.
getClusterType() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Gets the cluster type.
getCoef0() - Method in class weka.core.pmml.jaxbbindings.PolynomialKernelType
Gets the value of the coef0 property.
getCoef0() - Method in class weka.core.pmml.jaxbbindings.SigmoidKernelType
Gets the value of the coef0 property.
getCoefficient() - Method in class weka.core.pmml.jaxbbindings.CategoricalPredictor
Gets the value of the coefficient property.
getCoefficient() - Method in class weka.core.pmml.jaxbbindings.Coefficients
Gets the value of the coefficient property.
getCoefficient() - Method in class weka.core.pmml.jaxbbindings.NumericPredictor
Gets the value of the coefficient property.
getCoefficient() - Method in class weka.core.pmml.jaxbbindings.PredictorTerm
Gets the value of the coefficient property.
getCoefficients() - Method in class weka.core.matrix.LinearRegression
returns the calculated coefficients
getCoefficients() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachine
Gets the value of the coefficients property.
getCol() - Method in class weka.core.pmml.jaxbbindings.MatCell
Gets the value of the col property.
getColCount() - Method in class weka.experiment.ResultMatrix
returns the number of columns.
getColHidden(int) - Method in class weka.experiment.ResultMatrix
returns the hidden status of the column, if the index is valid, otherwise false.
getCollapseTree() - Method in class weka.classifiers.trees.J48
Get the value of collapseTree.
getCollectPredictionsForVisAndAUC() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
 
getColName(int) - Method in class weka.experiment.ResultMatrix
returns the name of the row, if the index is valid, otherwise null.
getColNameWidth() - Method in class weka.experiment.ResultMatrix
returns the current width for the column names.
getColor() - Method in class weka.gui.ReaderToTextPane
Returns the color in use.
getColor() - Method in class weka.gui.treevisualizer.Node
Get the value of color.
getColor() - Method in class weka.gui.visualize.PostscriptGraphics
Get current pen color.
getColorBox() - Method in class weka.gui.AttributeVisualizationPanel
Returns the class selection combo box if the parent component wants to place it in itself or in some component other than this component.
getColOrder() - Method in class weka.experiment.ResultMatrix
returns the current order of the columns, null means the default order.
getColoringIndex() - Method in class weka.gui.AttributeVisualizationPanel
Get the coloring (class) index for the plot
getColoringIndex() - Method in class weka.gui.beans.AttributeSummarizer
Return the coloring index for the attribute summary plots
getColors() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Get the current vector of Color objects used for the classes
getColumn() - Method in class weka.core.pmml.jaxbbindings.FieldColumnPair
Gets the value of the column property.
getColumn() - Method in class weka.core.pmml.jaxbbindings.InstanceField
Gets the value of the column property.
getColumn() - Method in class weka.core.pmml.jaxbbindings.VerificationField
Gets the value of the column property.
getColumn() - Static method in class weka.gui.experiment.ExperimenterDefaults
the comma-separated list of attribute names that identify a column.
getColumn(int) - Method in class weka.core.Matrix
Deprecated.
Gets a column of the matrix and returns it as a double array.
getColumnClass(int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the most specific superclass for all the cell values in the column (always String)
getColumnClass(int) - Method in class weka.gui.InteractiveTableModel
 
getColumnClass(int) - Method in class weka.gui.SortedTableModel
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class weka.gui.sql.ResultSetTableModel
returns the most specific superclass for all the cell values in the column (always String).
getColumnClasses() - Method in class weka.gui.sql.ResultSetHelper
returns the classes for the columns.
getColumnCount() - Method in class weka.gui.arffviewer.ArffTableModel
returns the number of columns in the model
getColumnCount() - Method in class weka.gui.InteractiveTableModel
 
getColumnCount() - Method in class weka.gui.SortedTableModel
Returns the number of columns in the model
getColumnCount() - Method in class weka.gui.sql.ResultSetHelper
returns the number of columns in the resultset.
getColumnCount() - Method in class weka.gui.sql.ResultSetTableModel
returns the number of columns in the model.
getColumnDimension() - Method in class weka.core.matrix.Matrix
Get column dimension.
getColumnName(int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the name of the column at columnIndex
getColumnName(int) - Method in class weka.gui.InteractiveTableModel
 
getColumnName(int) - Method in class weka.gui.SortedTableModel
Returns the name of the column at columnIndex
getColumnName(int) - Method in class weka.gui.sql.ResultSetTableModel
returns the name of the column at columnIndex.
getColumnNames() - Method in class weka.gui.sql.ResultSetHelper
returns an array with the names of the columns in the resultset.
getColumnPackedCopy() - Method in class weka.core.matrix.Matrix
Make a one-dimensional column packed copy of the internal array.
getCombinationRule() - Method in class weka.classifiers.meta.Vote
Gets the combination rule used
getCommand() - Method in class weka.gui.treevisualizer.TreeDisplayEvent
 
getCommand(String) - Static method in class weka.gui.simplecli.AbstractCommand
Locates the command for the given name.
getCommandDescription() - Method in class weka.gui.knowledgeflow.AbstractGraphicalCommand
Get a description of this command
getCommandDescription() - Method in class weka.gui.knowledgeflow.GetPerspectiveNamesGraphicalCommand
Get the description of this command
getCommandDescription() - Method in class weka.gui.knowledgeflow.SendToPerspectiveGraphicalCommand
Get the description of this command
getCommandHistory() - Method in class weka.gui.SimpleCLIPanel
Returns the command history.
getCommandName() - Method in class weka.gui.knowledgeflow.AbstractGraphicalCommand
Get the name of this command
getCommandName() - Method in class weka.gui.knowledgeflow.GetPerspectiveNamesGraphicalCommand
Get the name of the command
getCommandName() - Method in class weka.gui.knowledgeflow.SendToPerspectiveGraphicalCommand
Get the name of the command
getCommands() - Static method in class weka.gui.simplecli.AbstractCommand
Returns all available commands.
getComment() - Method in enum class weka.core.TechnicalInformation.Field
returns the comment string
getComment() - Method in enum class weka.core.TechnicalInformation.Type
returns the comment string
getCommonPrefix() - Method in class weka.core.Trie
returns the common prefix for all the nodes
getCommonPrefix() - Method in class weka.core.Trie.TrieNode
returns the common prefix for all the nodes starting with this node.
getCommonPrefix(String) - Method in class weka.core.Trie.TrieNode
returns the common prefix for all the nodes starting with the node for the specified prefix.
getCommonPrefix(Vector<String>) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns the common prefix for all the items in the list.
getCompareFunction() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the compareFunction property.
getCompareFunction() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the compareFunction property.
getCompareFunction() - Method in class weka.core.pmml.jaxbbindings.KNNInput
Gets the value of the compareFunction property.
getComparison() - Method in class weka.associations.NumericItem
Gets the comparison operator for this item.
getComparisonAsString() - Method in class weka.associations.Item
Get this item's comparison operator as a String.
getComparisonAsString() - Method in class weka.associations.NominalItem
Get this item's comparison operator as a String.
getComparisonAsString() - Method in class weka.associations.NumericItem
Get this item's comparison operator as a String.
getComparisonField() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the name of the field used for comparison.
getComparisons() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the comparisons property.
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.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.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).
getCompatibilityState() - Method in class weka.experiment.ExplicitTestsetResultProducer
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.LearningRateResultProducer
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 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).
getComponent() - Method in class weka.gui.visualize.JComponentWriter
returns the component that is stored in the output format
getComponent() - Method in class weka.gui.visualize.PrintableComponent
returns the GUI component this print dialog is part of.
getComposite() - Method in class weka.gui.visualize.PostscriptGraphics
 
getCompoundPredicate() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the compoundPredicate property.
getCompoundPredicate() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the compoundPredicate property.
getCompoundPredicate() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the compoundPredicate property.
getCompoundPredicate() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the compoundPredicate property.
getCompressOutput() - Method in class weka.core.converters.ArffSaver
Gets whether the output data is compressed.
getCompressOutput() - Method in class weka.core.converters.JSONSaver
Gets whether the output data is compressed.
getCompressOutput() - Method in class weka.core.converters.XRFFSaver
Gets whether the output data is compressed.
getComputeAttributeImportance() - Method in class weka.classifiers.trees.RandomForest
Get whether to compute and output attribute importance scores
getComputeImpurityDecreases() - Method in class weka.classifiers.trees.RandomTree
Get whether to compute/store impurity decreases for variable importance in RandomForest
getComputeMaxRowsInParallel() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the maximum number of threads to use when computing image rows
getCon() - Method in class weka.core.pmml.jaxbbindings.Neuron
Gets the value of the con property.
getConditionalEstimators() - Method in class weka.classifiers.bayes.NaiveBayes
Get all the conditional estimators.
getConfidence() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the confidence property.
getConfidence() - Method in class weka.core.pmml.jaxbbindings.ScoreDistribution
Gets the value of the confidence property.
getConfidence() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the value of the confidence property.
getConfidence() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the confidence property.
getConfidenceFactor() - Method in class weka.classifiers.rules.PART
Get the value of CF.
getConfidenceFactor() - Method in class weka.classifiers.trees.J48
Get the value of CF.
getConfidenceLevel() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the confidenceLevel property.
getConfidenceLowerBound() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the confidenceLowerBound property.
getConfidenceUpperBound() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the confidenceUpperBound property.
getConfirmExit() - Method in class weka.gui.arffviewer.ArffViewer
returns the setting of whether to display a confirm messagebox or not on exit
getConfirmExit() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the setting of whether to display a confirm messagebox or not on exit
getConfusionMatrix() - Method in class weka.classifiers.evaluation.TwoClassStats
Generates a ConfusionMatrix representing the current two-class statistics, using class names "negative" and "positive".
getConfusionMatrix() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the confusionMatrix property.
getConnectedFormat() - Method in class weka.gui.beans.ClassAssigner
Returns the structure of the incoming instances (if any)
getConnectedFormat() - Method in class weka.gui.beans.ClassValuePicker
Returns the structure of the incoming instances (if any)
getConnectedFormat() - Method in class weka.gui.beans.FlowByExpression
Returns the structure of the incoming instances (if any)
getConnectedFormat() - Method in class weka.gui.beans.Sorter
Returns the structure of the incoming instances (if any)
getConnectedInputNames() - Method in class weka.knowledgeflow.steps.Join
Get the names of the connected steps as a list
getConnection() - Method in class weka.gui.sql.DbUtils
returns the current database connection.
getConnectionName() - Method in class weka.knowledgeflow.Data
Get the connection name associated with this Data object
getConnections(Integer...) - Static method in class weka.gui.beans.BeanConnection
Returns the list of connections
getConnectorPoint(int) - Method in class weka.gui.beans.BeanVisual
Returns the coordinates of the connector point given a compass point
getConsequence() - Method in class weka.associations.AssociationRule
Get the consequence of this rule.
getConsequence() - Method in class weka.associations.DefaultAssociationRule
 
getConsequenceSupport() - Method in class weka.associations.AssociationRule
Get the support for the consequence.
getConsequenceSupport() - Method in class weka.associations.DefaultAssociationRule
 
getConsequent() - Method in class weka.classifiers.rules.JRip.RipperRule
Gets the internal representation of the class label to be predicted
getConsequent() - Method in class weka.classifiers.rules.Rule
Get the consequent of this rule, i.e.
getConsequent() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the consequent property.
getConservativeForwardSelection() - Method in class weka.attributeSelection.GreedyStepwise
Gets whether conservative selection has been enabled
getConstant() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the constant property.
getConstant() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the constant property.
getConstant() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the constant property.
getConsumeNonMatching() - Method in class weka.gui.beans.SubstringLabeler
Get whether instances that do not match any of the rules should be "consumed" rather than output with a missing value set for the new attribute.
getConsumeNonMatching() - Method in class weka.gui.beans.SubstringLabelerRules
Get whether to consume non matching instances.
getConsumeNonMatching() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Get whether instances that do not match any of the rules should be "consumed" rather than output with a missing value set for the new attribute.
getContainChildBalls() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Gets whether if a parent ball should completely enclose its two child balls.
getContent() - Method in class weka.core.pmml.jaxbbindings.Annotation
Gets the value of the content property.
getContent() - Method in class weka.core.pmml.jaxbbindings.ArrayType
Gets the value of the content property.
getContent() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.BaselineModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.Extension
Gets the value of the content property.
getContent() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.MiningModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.NaiveBayesModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.Node
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.Row
Gets the value of the content property.
getContent() - Method in class weka.core.pmml.jaxbbindings.RuleSetModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.TimeSeriesModel
Gets the rest of the content model.
getContent() - Method in class weka.core.pmml.jaxbbindings.Timestamp
Gets the value of the content property.
getContent() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the rest of the content model.
getContent() - Method in class weka.gui.scripting.Script
Returns the content.
getContent(Element) - Method in class weka.classifiers.bayes.net.BIFReader
Returns all TEXT children of the given node in one string.
getContent(Element) - Method in class weka.classifiers.bayes.net.EditableBayesNet
XML helper function.
getContent(Element) - Static method in class weka.core.xml.XMLDocument
returns the text between the opening and closing tag of a node (performs a trim() on the result).
getContinuousScoringMethod() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the continuousScoringMethod property.
getContrastMatrixType() - Method in class weka.core.pmml.jaxbbindings.Predictor
Gets the value of the contrastMatrixType property.
getControlPanel() - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
This method returns a handle to the extra controls panel, so that the visualizing class can add it to some of it's own gui panel.
getControlPanel() - Method in interface weka.gui.graphvisualizer.LayoutEngine
This method returns the extra controls panel for the LayoutEngine, if there is any.
getContStats() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the contStats property.
getConvertNominal() - Method in class weka.classifiers.trees.LMT
Get the value of convertNominal.
getCoord1() - Method in class weka.core.pmml.jaxbbindings.KohonenMap
Gets the value of the coord1 property.
getCoord2() - Method in class weka.core.pmml.jaxbbindings.KohonenMap
Gets the value of the coord2 property.
getCoord3() - Method in class weka.core.pmml.jaxbbindings.KohonenMap
Gets the value of the coord3 property.
getCopyOfInputFormat() - Method in class weka.filters.Filter
Gets a copy of just the structure of the input format instances.
getCopyright() - Method in class weka.core.pmml.jaxbbindings.Header
Gets the value of the copyright property.
getCoreConvertersOnly() - Method in class weka.gui.ConverterFileChooser
Returns whether only the hardcoded core converters are displayed.
getCorrelationFields() - Method in class weka.core.pmml.jaxbbindings.Correlations
Gets the value of the correlationFields property.
getCorrelationMatrix() - Method in class weka.attributeSelection.PrincipalComponents
Return the correlation/covariance matrix
getCorrelationMethods() - Method in class weka.core.pmml.jaxbbindings.Correlations
Gets the value of the correlationMethods property.
getCorrelations() - Method in class weka.core.pmml.jaxbbindings.ModelExplanation
Gets the value of the correlations property.
getCorrelationValues() - Method in class weka.core.pmml.jaxbbindings.Correlations
Gets the value of the correlationValues property.
getCostMatrix() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Gets the misclassification cost matrix.
getCostMatrix() - Method in class weka.gui.explorer.ClassifierPanel
Get the cost matrix (if any)
getCostMatrixSource() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Gets the source location method of the cost matrix.
getCostMatrixString() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Get the cost matrix to use as a string
getCount() - Method in class weka.core.pmml.jaxbbindings.FieldValueCount
Gets the value of the count property.
getCount() - Method in class weka.core.pmml.jaxbbindings.TargetValueCount
Gets the value of the count property.
getCount() - Method in class weka.core.pmml.jaxbbindings.TimeException
Gets the value of the count property.
getCount(double) - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Get a counts for a value
getCount(double) - Method in class weka.estimators.DiscreteEstimator
Get the count for a value
getCount(int) - Method in class weka.experiment.ResultMatrix
returns the count for the row.
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).
getCounts() - Method in class weka.core.pmml.jaxbbindings.PartitionFieldStats
Gets the value of the counts property.
getCounts() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the counts property.
getCounts(int[], int[], int[], int, int, boolean) - Method in class weka.classifiers.bayes.net.ADNode
get counts for specific instantiation of a set of nodes
getCounts(int[], int[], int[], int, int, ADNode, boolean) - Method in class weka.classifiers.bayes.net.VaryNode
get counts for specific instantiation of a set of nodes
getCountTable() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the countTable property.
getCountWidth() - Method in class weka.experiment.ResultMatrix
returns the current width for the counts.
getCovariances() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the covariances property.
getCover() - Method in class weka.classifiers.rules.JRip.Antd
 
getCreatorApplication() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Get the name of the application that created this model
getCreatorApplication() - Method in interface weka.core.pmml.PMMLModel
Get the name of the application that created this model.
getCriterion() - Method in class weka.core.pmml.jaxbbindings.RuleSelectionMethod
Gets the value of the criterion property.
getCrossVal() - Method in class weka.classifiers.rules.DecisionTable
Gets the number of folds for cross validation
getCrossValidate() - Method in class weka.classifiers.lazy.IBk
Gets whether hold-one-out cross-validation will be used to select the best k value.
getCumHazard() - Method in class weka.core.pmml.jaxbbindings.BaselineCell
Gets the value of the cumHazard property.
getCumulativeLink() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the cumulativeLink property.
getCurrent() - Method in class weka.core.Memory
returns the currently used size of the JVM heap, obtains a fresh MemoryUsage object to do so.
getCurrentBeanLayout() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getCurrentDatasetNumber() - Method in class weka.experiment.Experiment
When an experiment is running, this returns the current dataset number.
getCurrentDir() - Static method in class weka.core.Debug
returns the current working directory of the user
getCurrentFilename() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the filename of the current tab
getCurrentImage() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the currently rendering image
getCurrentIndex() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the currently selected tab index
getCurrentInstance() - Method in class weka.gui.beans.IncrementalClassifierEvent
Get the current instance
getCurrentLayout() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the flow layout for the current (visible) tab
getCurrentLogPanel() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getCurrentModel() - Method in class weka.classifiers.misc.SerializedClassifier
Gets the currently loaded model (can be null).
getCurrentPanel() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the currently selected panel
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.
getCurrentTabIndex() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getCurrentTabIndex() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the index of the current (visible) tab
getCurrentZoomSetting() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getCurve(ArrayList<Prediction>) - Method in class weka.classifiers.evaluation.CostCurve
Calculates the performance stats for the default class and return results as a set of Instances.
getCurve(ArrayList<Prediction>) - 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(ArrayList<Prediction>) - Method in class weka.classifiers.evaluation.ThresholdCurve
Calculates the performance stats for the default class and return results as a set of Instances.
getCurve(ArrayList<Prediction>, int) - Method in class weka.classifiers.evaluation.CostCurve
Calculates the performance stats for the desired class and return results as a set of Instances.
getCurve(ArrayList<Prediction>, 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.beans.EnvironmentField
Deprecated.
 
getCustomEditor() - Method in class weka.gui.ColorEditor
Returns our JColorChooser object
getCustomEditor() - Method in class weka.gui.CostMatrixEditor
Gets a GUI component with which the user can edit the cost matrix.
getCustomEditor() - Method in class weka.gui.EnvironmentField
 
getCustomEditor() - Method in class weka.gui.FileEditor
Gets the custom editor component.
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.PasswordField
 
getCustomEditor() - Method in class weka.gui.SimpleDateFormatEditor
Gets a GUI component with which the user can edit the date format.
getCustomEditorForStep() - Method in class weka.gui.knowledgeflow.StepVisual
Get the fully qualified name of the custom editor (if any) for the step wrapped in this visual
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.ASEvaluator
Get the class name of the custom editor for this step
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get the fully qualified class name of the custom editor for this step
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.BaseStep
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Block
Get the fully qualified class name of the custom editor for this step
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.ClassAssigner
Get the custom editor for this step
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.ClassValuePicker
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.DataGrid
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.DataVisualizer
 
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the name of the editor dialog for this step
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.FlowByExpression
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Job
Get the custom editor for this step
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Join
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Loader
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Note
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Saver
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.SetVariables
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.Sorter
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in interface weka.knowledgeflow.steps.Step
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.StorePropertiesInEnvironment
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomEditorForStep() - Method in class weka.knowledgeflow.steps.SubstringReplacer
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.
getCustomHeight() - Method in class weka.gui.visualize.JComponentWriter
gets the custom height currently used
getCustomName() - Method in class weka.gui.beans.Appender
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Associator
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in interface weka.gui.beans.BeanCommon
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.ClassAssigner
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Classifier
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.ClassValuePicker
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Clusterer
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.CostBenefitAnalysis
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.CrossValidationFoldMaker
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.DataVisualizer
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Filter
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.FlowByExpression
 
getCustomName() - Method in class weka.gui.beans.ImageSaver
 
getCustomName() - Method in class weka.gui.beans.ImageViewer
 
getCustomName() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Join
Get the custom name of this step
getCustomName() - Method in class weka.gui.beans.Loader
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.MetaBean
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.ModelPerformanceChart
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.PredictionAppender
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Saver
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.SerializedModelSaver
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Sorter
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.StripChart
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.SubstringLabeler
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.SubstringReplacer
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.TestSetMaker
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.TextSaver
 
getCustomName() - Method in class weka.gui.beans.TextViewer
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.TrainingSetMaker
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.TrainTestSplitMaker
Get the custom (descriptive) name for this bean (if one has been set)
getCustomPanel() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
getCustomPanel() - Method in interface weka.gui.CustomPanelSupplier
Gets the custom panel for the object.
getCustomPanel() - Method in class weka.gui.EnvironmentField
 
getCustomPanel() - Method in class weka.gui.GenericObjectEditor
Gets the custom panel used for editing the object.
getCustomPanel() - Method in class weka.gui.PasswordField
 
getCustomPropsFile() - Method in class weka.core.converters.DatabaseLoader
Returns the custom properties file in use, if any.
getCustomPropsFile() - Method in class weka.core.converters.DatabaseSaver
Returns the custom properties file in use, if any.
getCustomPropsFile() - Method in class weka.experiment.InstanceQuery
Returns the custom properties file in use, if any.
getCustomWidth() - Method in class weka.gui.visualize.JComponentWriter
gets the custom width currently used
getCutoff() - Method in class weka.clusterers.Cobweb
get the cutoff
getCutPoints(int) - Method in class weka.filters.supervised.attribute.Discretize
Gets the cut points for an attribute
getCutPoints(int) - Method in class weka.filters.unsupervised.attribute.Discretize
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.meta.CVParameterSelection
Gets the scheme paramter with the given index.
getCVParameters() - Method in class weka.classifiers.meta.CVParameterSelection
Get method for CVParameters.
getCVPredictions(Classifier, 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.
getCVType() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
get cross validation strategy to be used in searching for networks.
getD() - Method in class weka.core.matrix.EigenvalueDecomposition
Return the block diagonal eigenvalue matrix
getD00Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the d00Parameter property.
getD01Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the d01Parameter property.
getD10Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the d10Parameter property.
getD11Parameter() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the d11Parameter property.
getData() - Method in class weka.attributeSelection.BestFirst.Link2
Get a group
getData() - Method in class weka.classifiers.rules.RuleStats
Get the data of the stats
getData() - Method in class weka.core.AttributeLocator
returns the underlying data
getData() - Method in class weka.core.converters.ArffLoader.ArffReader
Returns the data that was read
getData() - Method in class weka.core.TestInstances
returns the current dataset, can be null
getData() - Method in class weka.knowledgeflow.steps.DataGrid
Get the data to be output by this DataGrid in textual ARFF format
getDatabaseURL() - Method in class weka.experiment.DatabaseUtils
Get the value of DatabaseURL.
getDataDictionary() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Get the data dictionary.
getDataDictionary() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the dataDictionary property.
getDataFields() - Method in class weka.core.pmml.jaxbbindings.DataDictionary
Gets the value of the dataField property.
getDataFileName() - Method in class weka.classifiers.BVDecompose
Get the name of the data file used for the decomposition
getDataFileName() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the name of the data file used for the decomposition
GetDataFromResult - Class in weka.knowledgeflow.steps
Step that outputs data stored in the job environment
GetDataFromResult() - Constructor for class weka.knowledgeflow.steps.GetDataFromResult
 
getDataGenerator() - Method in class weka.knowledgeflow.steps.DataGenerator
get the data generator
getDataName() - Method in class weka.core.pmml.jaxbbindings.ClusteringModelQuality
Gets the value of the dataName property.
getDataName() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the dataName property.
getDataPoint() - Method in class weka.gui.beans.ChartEvent
Get the data point
getDataset() - Method in class weka.classifiers.CheckSource
Gets the dataset to use for testing, can be null.
getDataset() - Method in class weka.filters.CheckSource
Gets the dataset to use for testing, can be null.
getDataSet() - Method in class weka.core.converters.AbstractLoader
 
getDataSet() - Method in class weka.core.converters.ArffLoader
Return the full data set.
getDataSet() - Method in class weka.core.converters.C45Loader
Return the full data set.
getDataSet() - Method in class weka.core.converters.ConverterUtils.DataSource
returns the full dataset, can be null in case of an error.
getDataSet() - Method in class weka.core.converters.CSVLoader
 
getDataSet() - Method in class weka.core.converters.DatabaseLoader
Return the full data set in batch mode (header and all intances at once).
getDataSet() - Method in class weka.core.converters.JSONLoader
Return the full data set.
getDataSet() - Method in class weka.core.converters.LibSVMLoader
Return the full data set.
getDataSet() - Method in interface weka.core.converters.Loader
Return the full data set.
getDataSet() - Method in class weka.core.converters.MatlabLoader
Return the full data set.
getDataSet() - Method in class weka.core.converters.SerializedInstancesLoader
Return the full data set.
getDataSet() - Method in class weka.core.converters.SVMLightLoader
Return the full data set.
getDataSet() - Method in class weka.core.converters.TextDirectoryLoader
Return the full data set.
getDataSet() - Method in class weka.core.converters.XRFFLoader
Return the full data set.
getDataSet() - Method in class weka.gui.beans.DataSetEvent
Return the instances of the data set
getDataSet() - Method in class weka.gui.beans.ThresholdDataEvent
Return the instances of the data set
getDataSet() - Method in class weka.gui.beans.VisualizableErrorEvent
Return the instances of the data set
getDataSet(int) - Method in class weka.core.converters.ConverterUtils.DataSource
returns the full dataset with the specified class index set, can be null in case of an error.
getDatasetFormat() - Method in class weka.datagenerators.DataGenerator
Gets the format of the dataset that is to be generated.
getDatasetKeyColumns() - Method in class weka.experiment.PairedTTester
Get the value of DatasetKeyColumns.
getDatasetKeyColumns() - Method in interface weka.experiment.Tester
Get the value of DatasetKeyColumns.
getDatasets() - Method in class weka.experiment.Experiment
Gets the datasets in the experiment.
getDatasets() - Method in class weka.knowledgeflow.steps.BaseSimpleDataVisualizer
Get the datasets seen so far
getDatasetsFirst() - Static method in class weka.gui.experiment.ExperimenterDefaults
whether datasets or algorithms are iterated first.
getDataType() - Method in class weka.core.pmml.jaxbbindings.Constant
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.Discretize
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.ParameterField
Gets the value of the dataType property.
getDataType() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the dataType property.
getDataType() - Method in class weka.gui.beans.xml.XMLBeans
returns the type of data that is to be read/written
getDataUsage() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the dataUsage property.
getDateAttributes() - Method in class weka.core.converters.CSVLoader
Returns the current attribute range to be forced to type date.
getDateFormat() - Method in class weka.core.Attribute
Returns the Date format pattern in case this attribute is of type DATE, otherwise an empty string.
getDateFormat() - Method in class weka.core.converters.CSVLoader
Get the format to use for parsing date values.
getDateFormat() - Method in class weka.filters.unsupervised.attribute.Add
Get the date format, complying to ISO-8601.
getDateFormat() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the date formatting string (if any)
getDateFormat() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Get the date format used in output.
getDateFormat() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Get the date format used in output.
getDateFormat() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Get the date format to use for parsing the date replacement constant
getDateReplacementValue() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Get the date replacement value
getDateValue() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the value of the attribute as a date or null if the attribute isn't of type date.
getDbUtils() - Method in class weka.gui.sql.event.ConnectionEvent
returns the DbUtils instance that is responsible for the connect/disconnect.
getDbUtils() - Method in class weka.gui.sql.event.QueryExecuteEvent
returns the DbUtils instance that was executed the query
getDebug() - Method in class weka.attributeSelection.CfsSubsetEval
Set whether to output debugging info
getDebug() - Method in class weka.classifiers.AbstractClassifier
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.BVDecomposeSegCVSub
Gets whether debugging is turned on
getDebug() - Method in class weka.classifiers.functions.Logistic
Gets whether debugging output will be printed.
getDebug() - Method in class weka.classifiers.functions.supportVector.Kernel
Gets whether debugging output is turned on or not.
getDebug() - Method in class weka.classifiers.meta.MultiScheme
Get whether debugging is turned on
getDebug() - Method in class weka.classifiers.rules.JRip
Gets whether debug information is output to the console
getDebug() - Method in class weka.clusterers.AbstractClusterer
Get whether debugging is turned on.
getDebug() - Method in class weka.clusterers.EM
Get debug mode
getDebug() - Method in class weka.core.Check
Get whether debugging is turned on
getDebug() - Method in class weka.core.converters.TextDirectoryLoader
Gets whether additional debug information is printed.
getDebug() - Method in class weka.core.Debug.Random
returns whether to print the generated random values or not
getDebug() - Method in class weka.core.stopwords.AbstractStopwords
Get whether debugging is turned on.
getDebug() - Method in class weka.datagenerators.DataGenerator
Gets the debug flag.
getDebug() - Method in class weka.estimators.CheckEstimator
Get whether debugging is turned on
getDebug() - Method in class weka.estimators.Estimator
Get whether debugging is turned on.
getDebug() - Method in class weka.experiment.DatabaseUtils
Gets whether there should be printed some debugging output to stderr or not.
getDebug() - Method in interface weka.experiment.InstanceQueryAdapter
Gets whether there should be printed some debugging output to stderr or not.
getDebug() - Method in class weka.filters.Filter
Get whether debugging is turned on.
getDebug() - Method in class weka.filters.unsupervised.attribute.AddExpression
Gets whether debug is set
getDebug() - Method in class weka.gui.DatabaseConnectionDialog
Returns the debug flag
getDebug() - Method in class weka.gui.knowledgeflow.MainKFPerspective
 
getDebug() - Method in class weka.gui.scripting.ScriptingPanel
Returns whether debugging mode is on.
getDebug() - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns whether debug mode is on.
getDebug() - Method in class weka.gui.streams.InstanceCounter
 
getDebug() - Method in class weka.gui.streams.InstanceJoiner
 
getDebug() - Method in class weka.gui.streams.InstanceLoader
 
getDebug() - Method in class weka.gui.streams.InstanceSavePanel
 
getDebug() - Method in class weka.gui.streams.InstanceTable
 
getDebug() - Method in class weka.gui.streams.InstanceViewer
 
getDebuggingOutput() - Method in class weka.attributeSelection.GreedyStepwise
Get whether to output debugging info to the console
getDecay() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getDecimals() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the number of decimals to round to.
getDecision() - Method in class weka.core.pmml.jaxbbindings.Decisions
Gets the value of the decision property.
getDecisions() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the decisions property.
getDefault() - Method in class weka.core.Tee
returns the default printstrean, can be NULL.
getDefaultChild() - Method in class weka.core.pmml.jaxbbindings.Node
Gets the value of the defaultChild property.
getDefaultColNameWidth() - Method in class weka.experiment.ResultMatrix
returns the default width for the column names.
getDefaultColNameWidth() - Method in class weka.experiment.ResultMatrixGnuPlot
returns the default width for the column names.
getDefaultConfidence() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the defaultConfidence property.
getDefaultCountWidth() - Method in class weka.experiment.ResultMatrix
returns the default width for the counts.
getDefaultCountWidth() - Method in class weka.experiment.ResultMatrixPlainText
returns the default width for the counts.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrix
returns the default of whether column names are prefixed with the index.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrixCSV
returns the default of whether column names are prefixed with the index.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrixGnuPlot
returns the default of whether column names are prefixed with the index.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrixHTML
returns the default of whether column names are prefixed with the index.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrixLatex
returns the default of whether column names are prefixed with the index.
getDefaultEnumerateRowNames() - Method in class weka.experiment.ResultMatrix
returns theh default of whether row names are prefixed with the index.
getDefaultEnumerateRowNames() - Method in class weka.experiment.ResultMatrixGnuPlot
returns the default of whether row names are prefixed with the index.
getDefaultExtension() - Method in class weka.gui.scripting.GroovyScript
Returns the default extension.
getDefaultExtension() - Method in class weka.gui.scripting.JythonScript
Returns the default extension.
getDefaultExtension() - Method in class weka.gui.scripting.Script
Returns the default extension.
getDefaultFlowExecutor() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Gets a new instance of the default flow executor suitable for use with this execution environment
getDefaultIconPath() - Method in class weka.knowledgeflow.steps.WekaAlgorithmWrapper
Get the default icon for this type of wrapped algorithm (i.e.
getDefaultMeanPrec() - Method in class weka.experiment.ResultMatrix
returns the default precision for the means.
getDefaultMeanWidth() - Method in class weka.experiment.ResultMatrix
returns the default width for the mean.
getDefaultNumDecimals() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the default number of digits to output after the decimal point.
getDefaultPackageLevelIconPath() - Method in class weka.knowledgeflow.steps.WekaAlgorithmWrapper
Get the default icon at the package level for this type of wrapped algorithm - e.g.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrix
returns the default of whether column names or numbers instead are printed.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrixCSV
returns the default of whether column names or numbers instead are printed.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrixHTML
returns the default of whether column names or numbers instead are printed.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrixLatex
returns the default of whether column names or numbers instead are printed.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrixSignificance
returns the default of whether column names or numbers instead are printed.
getDefaultPrintRowNames() - Method in class weka.experiment.ResultMatrix
returns the default of whether row names or numbers instead are printed.
getDefaultRemoveFilterName() - Method in class weka.experiment.ResultMatrix
returns the default of whether the filter classname is removed from the dataset name.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrix
returns the default width for the row names.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixCSV
returns the default width for the row names.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixGnuPlot
returns the default width for the row names.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixHTML
returns the default width for the row names.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixPlainText
returns the default width for the row names.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixSignificance
returns the default width for the row names.
getDefaults() - Method in class weka.core.Defaults
Get the map of default settings
getDefaultScore() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the defaultScore property.
getDefaultSettings() - Method in class weka.core.packageManagement.DefaultPackageManager
Get the default settings for the default package manager
getDefaultSettings() - Method in class weka.core.packageManagement.PackageManager
Get the default settings of this package manager.
getDefaultSettings() - Method in class weka.gui.AbstractPerspective
Get the default settings for this perspective (or null if there are none)
getDefaultSettings() - Method in class weka.gui.explorer.AssociationsPanel
 
getDefaultSettings() - Method in class weka.gui.explorer.AttributeSelectionPanel
 
getDefaultSettings() - Method in class weka.gui.explorer.ClassifierPanel
 
getDefaultSettings() - Method in class weka.gui.explorer.ClustererPanel
 
getDefaultSettings() - Method in class weka.gui.explorer.PreprocessPanel
 
getDefaultSettings() - Method in class weka.gui.explorer.VisualizePanel
Default settings for the scatter plot
getDefaultSettings() - Method in class weka.gui.knowledgeflow.AttributeSummaryPerspective
Get the default settings for this perspective
getDefaultSettings() - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
Get default settings for the viewer.
getDefaultSettings() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the default settings for this perspective (or null if there are none)
getDefaultSettings() - Method in class weka.gui.knowledgeflow.ScatterPlotMatrixPerspective
Get default settings
getDefaultSettings() - Method in class weka.gui.knowledgeflow.steps.AttributeSummarizerInteractiveView
Get the default settings for this viewer
getDefaultSettings() - Method in class weka.gui.knowledgeflow.steps.DataVisualizerInteractiveView
Get default settings for this viewer
getDefaultSettings() - Method in class weka.gui.knowledgeflow.steps.ModelPerformanceChartInteractiveView
Get default settings for this viewer
getDefaultSettings() - Method in class weka.gui.knowledgeflow.steps.ScatterPlotMatrixInteractiveView
Get the default settings of this viewer
getDefaultSettings() - Method in class weka.gui.knowledgeflow.steps.StripChartInteractiveView
Get the default settings for this viewer
getDefaultSettings() - Method in class weka.gui.knowledgeflow.steps.TextViewerInteractiveView
Get the default settings of this viewer
getDefaultSettings() - Method in interface weka.gui.Perspective
Get the default settings for this perspective (or null if there are none)
getDefaultSettings() - Method in class weka.gui.SimpleCLIPanel
 
getDefaultSettings() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get default settings for the base execution environment
getDefaultSettings() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get default settings for this ExecutionEnvironment.
getDefaultSettings() - Method in class weka.knowledgeflow.steps.BaseStep
Get default settings for the step (if any).
getDefaultSettings() - Method in class weka.knowledgeflow.steps.ImageSaver
Get default settings for the step.
getDefaultSettings() - Method in interface weka.knowledgeflow.steps.Step
Get default settings for the step (if any).
getDefaultSettings() - Method in class weka.knowledgeflow.steps.TextSaver
Get default settings for the step (if any).
getDefaultShowAverage() - Method in class weka.experiment.ResultMatrix
returns the default of whether average per column is displayed or not.
getDefaultShowStdDev() - Method in class weka.experiment.ResultMatrix
returns the default of whether std deviations are displayed or not.
getDefaultShowStdDev() - Method in class weka.experiment.ResultMatrixSignificance
returns the default of whether std deviations are displayed or not.
getDefaultSignificanceWidth() - Method in class weka.experiment.ResultMatrix
returns the default width for the significance.
getDefaultStdDevPrec() - Method in class weka.experiment.ResultMatrix
returns the default standard deviation precision.
getDefaultStdDevWidth() - Method in class weka.experiment.ResultMatrix
returns the default width for the std dev.
getDefaultValue() - Method in class weka.core.pmml.jaxbbindings.Discretize
Gets the value of the defaultValue property.
getDefaultValue() - Method in class weka.core.pmml.jaxbbindings.INTSparseArray
Gets the value of the defaultValue property.
getDefaultValue() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the defaultValue property.
getDefaultValue() - Method in class weka.core.pmml.jaxbbindings.REALSparseArray
Gets the value of the defaultValue property.
getDefaultValue() - Method in class weka.core.pmml.jaxbbindings.TargetValue
Gets the value of the defaultValue property.
getDefaultValue() - Method in class weka.core.pmml.TargetMetaInfo
Get the default value (numeric target)
getDefineFunction() - Method in class weka.core.pmml.jaxbbindings.TransformationDictionary
Gets the value of the defineFunction property.
getDegree() - Method in class weka.core.pmml.jaxbbindings.PolynomialKernelType
Gets the value of the degree property.
getDegreesOfFreedom() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the degreesOfFreedom property.
getDegreesOfFreedom() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the degreesOfFreedom property.
getDegreesOfFreedom() - Method in class weka.experiment.PairedStats
Gets the degrees of freedom.
getDeleteEmptyBins() - Method in class weka.classifiers.meta.RegressionByDiscretization
Gets whether empty bins are deleted.
getDelimiter() - Method in class weka.core.pmml.jaxbbindings.Delimiter
Gets the value of the delimiter property.
getDelimiters() - Method in class weka.core.tokenizers.CharacterDelimitedTokenizer
Get the value of delimiters (not backquoted).
getDelimiters() - Method in class weka.gui.scripting.SyntaxDocument
Returns the delimiter characters to use.
getDelta() - Method in class weka.associations.Apriori
Get the value of delta.
getDelta() - Method in class weka.associations.FPGrowth
Get the value of delta.
getDelta() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
 
getDelta() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
 
getDelta() - Method in class weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Gets the value of the delta property.
getDensityBasedClusterer() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Get the clusterer used by this filter
getDependencies() - Method in class weka.core.packageManagement.DefaultPackage
Get the list of packages that this package depends on.
getDependencies() - Method in class weka.core.packageManagement.Package
Get the list of packages that this package depends on.
getDerivedField() - Method in class weka.core.pmml.jaxbbindings.BayesInput
Gets the value of the derivedField property.
getDerivedField() - Method in class weka.core.pmml.jaxbbindings.LocalTransformations
Gets the value of the derivedField property.
getDerivedField() - Method in class weka.core.pmml.jaxbbindings.NeuralInput
Gets the value of the derivedField property.
getDerivedField() - Method in class weka.core.pmml.jaxbbindings.NeuralOutput
Gets the value of the derivedField property.
getDerivedField() - Method in class weka.core.pmml.jaxbbindings.TransformationDictionary
Gets the value of the derivedField property.
getDerivedFields() - Method in class weka.core.pmml.MiningSchema
 
getDerivedValue(double[]) - Method in class weka.core.pmml.DerivedFieldMetaInfo
Get the derived field value for the given incoming vector of values.
getDescendantPopulationSize() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getDescendantPopulationSize() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getDescending() - Method in class weka.knowledgeflow.steps.Sorter.SortRule
Return true if the sort is descending
getDescription() - Method in class weka.core.pmml.jaxbbindings.Decision
Gets the value of the description property.
getDescription() - Method in class weka.core.pmml.jaxbbindings.Decisions
Gets the value of the description property.
getDescription() - Method in class weka.core.pmml.jaxbbindings.Header
Gets the value of the description property.
getDescription() - Method in class weka.core.pmml.jaxbbindings.LinearKernelType
Gets the value of the description property.
getDescription() - Method in class weka.core.pmml.jaxbbindings.PolynomialKernelType
Gets the value of the description property.
getDescription() - Method in class weka.core.pmml.jaxbbindings.RadialBasisKernelType
Gets the value of the description property.
getDescription() - Method in class weka.core.pmml.jaxbbindings.SigmoidKernelType
Gets the value of the description property.
getDescription() - Method in class weka.core.Settings.SettingKey
Get the description (display name) of this setting
getDescription() - Method in class weka.gui.ExtensionFileFilter
Gets the description of accepted files.
getDescription() - Method in class weka.gui.visualize.BMPWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class weka.gui.visualize.JComponentWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class weka.gui.visualize.JPEGWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class weka.gui.visualize.PNGWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class weka.gui.visualize.PostscriptWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get a description of this execution environment
getDescription() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get a description of this execution environment
getDesignVersion() - Method in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in interface weka.gui.visualize.plugins.GraphVisualizePlugin
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in interface weka.gui.visualize.plugins.TreeVisualizePlugin
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in interface weka.gui.visualize.plugins.VisualizePlugin
Get the specific version of Weka the class is designed for.
getDesiredWeightOfInstancesPerInterval() - Method in class weka.filters.unsupervised.attribute.Discretize
Get the DesiredWeightOfInstancesPerInterval value.
getDestination() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default destination.
getDetectionPerAttribute() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Gets whether an Outlier/ExtremeValue attribute pair is generated for each numeric attribute ("true") or just one pair for all numeric attributes together ("false").
getDeviceConfiguration() - Method in class weka.gui.visualize.PostscriptGraphics
 
getDf() - Method in class weka.core.pmml.jaxbbindings.PCell
Gets the value of the df property.
getDF() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the df property.
getDiagDefault() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the diagDefault property.
getDictionaries(boolean) - Method in class weka.core.DictionaryBuilder
Get the current dictionary(s) (one per class for nominal class, if set).
getDictionary() - Method in class weka.classifiers.functions.SGDText
Get this model's dictionary (including term weights).
getDictionaryFile() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Get the dictionary file to read from
getDictionaryFileToSaveTo() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Set the dictionary file to save the dictionary to.
getDictionaryHandler() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Get the dictionary builder used to manage the dictionary and perform the actual vectorization
getDictionaryIsBinary() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
 
getDictionarySize() - Method in class weka.classifiers.functions.SGDText
Return the size of the dictionary (minus any low frequency terms that are below the threshold but haven't been pruned yet).
getDir() - Method in class weka.core.Javadoc
returns the current dir containing the class to update.
getDir() - Method in class weka.gui.Loader
returns the dir prefix
getDirection() - Method in class weka.attributeSelection.BestFirst
Get the search direction
getDirectory() - Method in class weka.core.converters.TextDirectoryLoader
get the Dir specified as the source
getDirectory() - Method in class weka.gui.beans.SerializedModelSaver
Get the directory that the model(s) will be saved into
getDiscardPredictions() - Method in class weka.classifiers.evaluation.Evaluation
Returns whether predictions are not recorded at all, in order to conserve memory.
getDiscardPredictions() - Method in class weka.classifiers.Evaluation
Returns whether predictions are not recorded at all, in order to conserve memory.
getDiscretize() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the discretize property.
getDiscretize() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the discretize property.
getDiscretize() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the discretize property.
getDiscretizeBin() - Method in class weka.core.pmml.jaxbbindings.Discretize
Gets the value of the discretizeBin property.
getDiscretizer() - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Return the discretizer used at this node
getDiscrStats() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the discrStats property.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.CSV
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.HTML
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.InMemory
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.Null
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.PlainText
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in class weka.classifiers.evaluation.output.prediction.XML
Returns a short display text, to be used in comboboxes.
getDisplay() - Method in enum class weka.core.TechnicalInformation.Field
returns the display string
getDisplay() - Method in enum class weka.core.TechnicalInformation.Type
returns the display string
getDisplayCol(int) - Method in class weka.experiment.ResultMatrix
returns the displayed index of the given col, depending on the order of columns, returns -1 if index out of bounds.
getDisplayedResultsets() - Method in class weka.experiment.PairedTTester
Gets the indices of the the datasets that are displayed (if null then all are displayed).
getDisplayedResultsets() - Method in interface weka.experiment.Tester
Gets the indices of the the datasets that are displayed (if null then all are displayed).
getDisplayModelInOldFormat() - Method in class weka.classifiers.bayes.NaiveBayes
Get whether to display model output in the old, original format.
getDisplayModelInOldFormat() - Method in class weka.clusterers.EM
Get whether to display model output in the old, original format.
getDisplayName() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the displayName property.
getDisplayName() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the displayName property.
getDisplayName() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the displayName property.
getDisplayName() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the displayName property.
getDisplayName() - Method in class weka.core.pmml.jaxbbindings.TimeAnchor
Gets the value of the displayName property.
getDisplayName() - Method in class weka.core.pmml.jaxbbindings.TimeCycle
Gets the value of the displayName property.
getDisplayName() - Method in class weka.experiment.PairedCorrectedTTester
returns the name of the tester
getDisplayName() - Method in class weka.experiment.PairedTTester
returns the name of the tester
getDisplayName() - Method in class weka.experiment.ResultMatrix
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixCSV
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixGnuPlot
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixHTML
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixLatex
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixPlainText
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixSignificance
returns the name of the output format.
getDisplayName() - Method in interface weka.experiment.Tester
returns the name of the testing algorithm
getDisplayRow(int) - Method in class weka.experiment.ResultMatrix
returns the displayed index of the given row, depending on the order of rows, returns -1 if index out of bounds.
getDisplayRules() - Method in class weka.classifiers.rules.DecisionTable
Gets whether rules are being printed
getDisplayStdDevs() - Method in class weka.clusterers.SimpleKMeans
Gets whether standard deviations and nominal count.
getDisplayStepLabel() - Method in class weka.gui.knowledgeflow.NoteVisual
 
getDisplayStepLabel() - Method in class weka.gui.knowledgeflow.StepVisual
Returns true if the step label is to be displayed.
getDisplayValue() - Method in class weka.core.pmml.FieldMetaInfo.Value
 
getDisplayValue() - Method in class weka.core.pmml.jaxbbindings.Decision
Gets the value of the displayValue property.
getDisplayValue() - Method in class weka.core.pmml.jaxbbindings.TargetValue
Gets the value of the displayValue property.
getDisplayValue() - Method in class weka.core.pmml.jaxbbindings.Value
Gets the value of the displayValue property.
getDistance() - Method in class weka.core.FilteredDistance
Gets the distance used.
getDistanceFunction() - Method in class weka.clusterers.HierarchicalClusterer
 
getDistanceFunction() - Method in class weka.clusterers.SimpleKMeans
returns the distance function currently in use.
getDistanceFunction() - Method in class weka.core.neighboursearch.KDTree
returns the distance function currently in use.
getDistanceFunction() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
returns the distance function currently in use.
getDistanceIsBranchLength() - Method in class weka.clusterers.HierarchicalClusterer
 
getDistances() - Method in class weka.core.neighboursearch.BallTree
Returns the distances of the k nearest neighbours.
getDistances() - Method in class weka.core.neighboursearch.CoverTree
Returns the distances of the (k)-NN(s) found earlier by kNearestNeighbours()/nearestNeighbour().
getDistances() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns the distances for the nearest neighbours in the FILTERED space
getDistances() - Method in class weka.core.neighboursearch.KDTree
Returns the distances to the kNearest or 1 nearest neighbour currently found with either the kNearestNeighbours or the nearestNeighbour method.
getDistances() - Method in class weka.core.neighboursearch.LinearNNSearch
Returns the distances of the k nearest neighbours.
getDistances() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns the distances of the k nearest neighbours.
getDistanceWeighting() - Method in class weka.classifiers.lazy.IBk
Gets the distance weighting method used.
getDistMult() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the distance multiplier.
getDistParameter() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the distParameter property.
getDistribution() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the distribution property.
getDistribution() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns the current distribution that'll be used for calculating the random matrix
getDistribution(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns distribution of a node in matrix form with matrix representing distribution with P[i][j] = P(node = j | parent configuration = i)
getDistribution(String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns distribution of a node in matrix form with matrix representing distribution with P[i][j] = P(node = j | parent configuration = i)
getDistribution(Instance, Attribute) - Method in class weka.classifiers.trees.ht.HNode
Return a class probability distribution computed from the frequency counts at this node
getDistribution(Instance, Attribute) - Method in class weka.classifiers.trees.ht.NBNode
 
getDistribution(Instance, Attribute) - Method in class weka.classifiers.trees.ht.NBNodeAdaptive
 
getDistributions() - Method in class weka.classifiers.bayes.BayesNet
Get full set of estimators.
getDistributions(int) - Method in class weka.classifiers.rules.RuleStats
Get the class distribution predicted by the rule in given position
getDistributionSpread() - Method in class weka.filters.supervised.instance.SpreadSubsample
Gets the value for the distribution spread
getDocType() - Method in class weka.core.xml.XMLDocument
returns the current DOCTYPE, can be null.
getDocument() - Method in class weka.core.xml.XMLDocument
returns the parsed DOM document.
getDocument() - Method in class weka.core.xml.XMLOptions
returns the parsed DOM document.
getDocument() - Method in class weka.gui.DocumentPrinting
Returns the document to print.
getDocumentNormalization() - Method in class weka.core.pmml.jaxbbindings.TextModelNormalization
Gets the value of the documentNormalization property.
getDoNotCheckCapabilities() - Method in class weka.associations.AbstractAssociator
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in class weka.attributeSelection.ASEvaluation
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in class weka.classifiers.AbstractClassifier
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in class weka.classifiers.functions.supportVector.Kernel
 
getDoNotCheckCapabilities() - Method in class weka.clusterers.AbstractClusterer
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in interface weka.core.CapabilitiesIgnorer
Returns true if we do not actually want to check capabilities to conserver runtime.
getDoNotCheckCapabilities() - Method in class weka.core.converters.AbstractSaver
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in class weka.core.FindWithCapabilities
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in class weka.estimators.Estimator
Get whether capabilities checking is turned off.
getDoNotCheckCapabilities() - Method in class weka.filters.Filter
Get whether capabilities checking is turned off.
getDoNotCheckForModifiedClassAttribute() - Method in class weka.classifiers.meta.FilteredClassifier
Returns true if classifier checks whether class attribute has been modified by filter.
getDoNotMakeSplitPointActualValue() - Method in class weka.classifiers.rules.PART
Gets the value of doNotMakeSplitPointActualValue.
getDoNotMakeSplitPointActualValue() - Method in class weka.classifiers.trees.J48
Gets the value of doNotMakeSplitPointActualValue.
getDoNotMakeSplitPointActualValue() - Method in class weka.classifiers.trees.LMT
Gets the value of doNotMakeSplitPointActualValue.
getDoNotOperateOnPerClassBasis() - Method in class weka.core.converters.DictionarySaver
Get the DoNotOperateOnPerClassBasis value.
getDoNotOperateOnPerClassBasis() - Method in class weka.core.DictionaryBuilder
Get the DoNotOperateOnPerClassBasis value.
getDoNotOperateOnPerClassBasis() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Get the DoNotOperateOnPerClassBasis value.
getDoNotPrintModels() - Method in class weka.classifiers.meta.Vote
Get whether to print the individual ensemble models in the output
getDoNotStandardizeAttributes() - Method in class weka.classifiers.functions.Logistic
Gets whether not to standardize attributes.
getDontFilterAfterFirstBatch() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Get whether to apply the filter to instances that arrive once the first (training) batch has been seen.
getDontNormalize() - Method in class weka.classifiers.functions.SGD
Get whether normalization has been turned off.
getDontNormalize() - Method in class weka.core.NormalizableDistance
Gets whether if the attribute values are to be normazlied in distance calculation.
getDontReplaceMissing() - Method in class weka.classifiers.functions.SGD
Get whether global replacement of missing values has been disabled.
getDontReplaceMissingValues() - Method in class weka.clusterers.Canopy
Gets whether missing values are to be replaced.
getDontReplaceMissingValues() - Method in class weka.clusterers.SimpleKMeans
Gets whether missing values are to be replaced.
getDontShowDialog(String) - Static method in class weka.core.Utils
For a named dialog, returns true if the user has opted not to view it again in the future.
getDontShowDialogResponse(String) - Static method in class weka.core.Utils
For a named dialog, if the user has opted not to view it again, returns the answer the answer the user supplied when they closed the dialog.
getDoublePivot() - Method in class weka.core.matrix.LUDecomposition
Return pivot permutation vector as a one-dimensional double array
getDownstreamStepNames() - Method in class weka.knowledgeflow.steps.FlowByExpression
Get a list of the names of connected downstream steps
getDynamicArgsField() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the name of the attribute in the incoming instance structure that contains the arguments to the command to execute
getDynamicCmdField() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the name of the attribute in the incoming instance structure that contains the command to execute
getDynamicVarsInternalRep() - Method in class weka.knowledgeflow.steps.SetVariables
 
getDynamicWorkingDirField() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the name of the attribute in the incoming instance structure that containst the working directory for the command to execute
getEdited() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get whether this flow has been altered since the last save operation
getEditedStatus() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
Get the edited status of the currently selected tab.
getEditedStatus(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
Get the edited status of the tab at the supplied index.
getEditor() - Method in class weka.gui.PropertyDialog
Gets the current property editor.
getEditorActive() - Method in class weka.gui.experiment.GeneratorPropertyIteratorPanel
Returns true if the editor is currently in an active status---that is the array is active and able to be edited.
getEigenValues() - Method in class weka.attributeSelection.PrincipalComponents
Return the eigenvalues corresponding to the eigenvectors
getElement(int) - Method in class weka.core.AlgVector
Returns the value of a cell in the matrix.
getElement(int, int) - Method in class weka.classifiers.CostMatrix
Return the value of a cell as a double (for legacy code)
getElement(int, int) - Method in class weka.core.Matrix
Deprecated.
Returns the value of a cell in the matrix.
getElement(int, int, Instance) - Method in class weka.classifiers.CostMatrix
Return the value of a cell as a double.
getElementAt(int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Returns the component at the specified index.
getElements() - Method in class weka.core.AlgVector
Gets the elements of the vector and returns them as double array.
getEliminateColinearAttributes() - Method in class weka.classifiers.functions.LinearRegression
Get the value of EliminateColinearAttributes.
getEnabled() - Method in class weka.core.Debug
returns whether the logging is enabled
getEnclosureCharacters() - Method in class weka.core.converters.CSVLoader
Get the character(s) to use/recognize as string enclosures
getEndTime() - Method in class weka.core.pmml.jaxbbindings.TimeSeries
Gets the value of the endTime property.
getEndTimeVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the endTimeVariable property.
getEntropicAutoBlend() - Method in class weka.classifiers.lazy.KStar
Get whether entropic blending being used
getEntry(double) - Method in class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Returns the table entry to which the specified key is mapped in this hashtable.
getEntry(String, String, Class<?>) - Method in interface weka.core.metastore.MetaStore
Get a named entry from the store
getEntry(String, String, Class<?>) - Method in class weka.core.metastore.XMLFileBasedMetaStore
 
getEnumClass() - Method in class weka.core.EnumHelper
Get the fully qualified enum class name
getEnumerateColNames() - Method in class weka.experiment.ResultMatrix
returns whether column names are prefixed with the index.
getEnumerateRowNames() - Method in class weka.experiment.ResultMatrix
returns whether row names or prefixed with the index.
getEnvironment() - Method in class weka.gui.beans.FlowRunner
Get the environment variables that are in use.
getEnvironment() - Method in class weka.gui.knowledgeflow.StepEditorDialog
Get environment variables
getEnvironment() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get the environment variables being used by this layout
getEnvironmentSettings() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getEnvironmentSettings(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getEnvironmentVariables() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get environment variables for this execution environment
getEnvironmentVariables() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get environment variables for this execution environment
getEpilogue() - Method in class weka.datagenerators.DataGenerator
Gets the epilogue string.
getEpochs() - Method in class weka.classifiers.functions.SGD
Get current number of epochs
getEpochs() - Method in class weka.classifiers.functions.SGDText
Get current number of epochs
getEpsilon() - Method in class weka.classifiers.functions.SGD
Get the epsilon threshold on the error for epsilon insensitive and Huber loss functions
getEpsilon() - Method in class weka.classifiers.functions.SMO
Get the value of epsilon.
getEpsilon() - Method in class weka.classifiers.functions.supportVector.RegSMO
Get the value of epsilon.
getEpsilonParameter() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
Get the value of epsilon parameter of the epsilon insensitive loss function.
getError() - Method in class weka.classifiers.BVDecompose
Get the calculated error rate
getError() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the calculated error rate
getError() - Method in class weka.knowledgeflow.ExecutionResult
Get the Exception generated during processing of a StepTask, or null if the task completed successfully.
getErrorOnProbabilities() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of errorOnProbabilities.
getErrorOnProbabilities() - Method in class weka.classifiers.trees.LMT
Get the value of errorOnProbabilities.
getErrorPlotPointSizeProportionalToMargin() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get whether the point size on classification error plots should be proportional to the prediction margin.
getErrorPlotPointSizeProportionalToMargin() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Get whether the size of plot data points will be proportional to the prediction margin
getErrors() - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Return the errors made by the naive bayes model at this node
getErrors() - Method in class weka.classifiers.trees.j48.NBTreeSplit
Return the errors made by the naive bayes models arising from this split.
getEstimatedErrorsForLeaf() - Method in class weka.classifiers.rules.part.C45PruneableDecList
Computes estimated errors for leaf.
getEstimator() - Method in class weka.classifiers.bayes.BayesNet
Get the BayesNetEstimator used for calculating the CPTs
getEstimator() - Method in class weka.classifiers.meta.RegressionByDiscretization
Get the estimator
getEstimator() - Method in class weka.estimators.CheckEstimator
Get the estimator used as the estimator
getEstimator() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Get the naive Bayes estimator in use
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.DKConditionalEstimator
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.KDConditionalEstimator
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.NDConditionalEstimator
Get a probability estimator for a value
getEstimator(double) - Method in class weka.estimators.NNConditionalEstimator
Get a probability estimator for a value
getEuclidean() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the euclidean property.
getEvaluateWithRespectToCosts() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Get whether to evaluate with respoect to costs
getEvaluation() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Returns the Evaluation object in use.
getEvaluationMeasure() - Method in class weka.attributeSelection.ClassifierAttributeEval
Gets the currently set performance evaluation measure used for selecting attributes for the decision table
getEvaluationMeasure() - Method in class weka.attributeSelection.ClassifierSubsetEval
Gets the currently set performance evaluation measure used for selecting attributes for the decision table
getEvaluationMeasure() - Method in class weka.attributeSelection.WrapperSubsetEval
Gets the currently set performance evaluation measure used for selecting attributes for the decision table
getEvaluationMeasure() - Method in class weka.classifiers.rules.DecisionTable
Gets the currently set performance evaluation measure used for selecting attributes for the decision table
getEvaluationMetric() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the evaluation metric to use
getEvaluationMetricsToOutput() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get the evaluation metrics to output (as a comma-separated list).
getEvaluationMetricsToOutput() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Get the evaluation metrics to output (as a comma-separated list).
getEvaluator() - Method in class weka.attributeSelection.CheckAttributeSelection
Get the current evaluator
getEvaluator() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Gets the attribute evaluator used
getEvaluator() - Method in class weka.filters.supervised.attribute.AttributeSelection
Get the name of the attribute/subset evaluator
getEvaluator() - Method in class weka.knowledgeflow.steps.ASEvaluator
Get the evaluator wrapped by this step
getEvalUsingTrainingData() - Method in class weka.attributeSelection.OneRAttributeEval
Returns true if the training data is to be used for evaluation
getEventName() - Method in class weka.gui.beans.BeanConnection
Returns the name of the event for this conncetion
getEventSetDescriptors() - Method in class weka.gui.beans.AbstractDataSinkBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.AbstractDataSourceBeanInfo
Get the event set descriptors pertinent to data sources
getEventSetDescriptors() - Method in class weka.gui.beans.AbstractTestSetProducerBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.AbstractTrainAndTestSetProducerBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.AbstractTrainingSetProducerBeanInfo
Returns event set descriptors for this type of bean
getEventSetDescriptors() - Method in class weka.gui.beans.AppenderBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.AssociatorBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.AttributeSummarizerBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.ClassAssignerBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.ClassifierBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.ClassifierPerformanceEvaluatorBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.ClassValuePickerBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.ClustererBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.ClustererPerformanceEvaluatorBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.CostBenefitAnalysisBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.DataVisualizerBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.FilterBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.FlowByExpressionBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.GraphViewerBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.ImageSaverBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.ImageViewerBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.IncrementalClassifierEvaluatorBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.InstanceStreamToBatchMakerBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.JoinBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.ModelPerformanceChartBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.NoteBeanInfo
 
getEventSetDescriptors() - Method in class weka.gui.beans.PredictionAppenderBeanInfo
Get the event set descriptors pertinent to data sources
getEventSetDescriptors() - Method in class weka.gui.beans.ScatterPlotMatrixBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.SerializedModelSaverBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.SorterBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.StripChartBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.SubstringLabelerBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.SubstringReplacerBeanInfo
Returns the event set descriptors
getEventSetDescriptors() - Method in class weka.gui.beans.TextSaverBeanInfo
Get the event set descriptors for this bean
getEventSetDescriptors() - Method in class weka.gui.beans.TextViewerBeanInfo
Get the event set descriptors for this bean
getEvidence(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
get evidence state of a node.
getException() - Method in class weka.gui.sql.event.ConnectionEvent
returns the stored exception, if any (can be NULL)
getException() - Method in class weka.gui.sql.event.QueryExecuteEvent
returns the exception, if one happened, otherwise NULL
getExcludeNominalAttributes() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Get whether nominal attributes are to be excluded from the transformation
getExcludeNumericAttributes() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Get whether numeric attributes are being excluded from the transformation
getExecuting() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getExecuting(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getExecutionEnvironment() - Method in interface weka.knowledgeflow.FlowExecutor
Return the execution environment object for this flow executor
getExecutionEnvironment() - Method in class weka.knowledgeflow.FlowRunner
 
getExecutionEnvironment() - Method in interface weka.knowledgeflow.StepManager
Get the executing environment.
getExecutionEnvironment() - Method in class weka.knowledgeflow.StepManagerImpl
Get the execution environment the managed step is running in
getExecutionSlots() - Method in class weka.gui.beans.Classifier
Get the number of execution slots (threads) used to train models.
getExecutionSlots() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Get the number of execution slots to use.
getExecutionStatus() - Method in class weka.experiment.TaskStatusInfo
Get the execution status of this Task.
getExecutionThread() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getExecutionThread(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getExitIfNoWindowsOpen() - Static method in class weka.gui.boundaryvisualizer.BoundaryVisualizer
Gets whether System.exit gets called after the last window gets closed
getExitOnClose() - Method in class weka.gui.arffviewer.ArffViewer
returns TRUE if a System.exit(0) is done on a close
getExitOnClose() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns TRUE if a System.exit(0) is done on a close
getExpectedResultsPerAverage() - Method in class weka.experiment.AveragingResultProducer
Get the value of ExpectedResultsPerAverage.
getExperiment() - Method in class weka.experiment.RemoteExperimentSubTask
Get the experiment for this sub task
getExperiment() - Method in class weka.gui.experiment.AbstractSetupPanel
Gets the currently configured experiment.
getExperiment() - Method in class weka.gui.experiment.SetupModePanel
Gets the currently configured experiment.
getExperiment() - Method in class weka.gui.experiment.SetupPanel
Gets the currently configured experiment.
getExperiment() - Method in class weka.gui.experiment.SimpleSetupPanel
Gets the currently configured experiment.
getExperimentType() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default experiment type.
getExplicitPropsFile() - Method in class weka.gui.GenericPropertiesCreator
returns TRUE, if a file is loaded and not the Utils class used for locating the props file.
getExplorer() - Method in class weka.gui.explorer.AssociationsPanel
returns the parent Explorer frame
getExplorer() - Method in class weka.gui.explorer.AttributeSelectionPanel
returns the parent Explorer frame
getExplorer() - Method in class weka.gui.explorer.ClassifierPanel
returns the parent Explorer frame.
getExplorer() - Method in class weka.gui.explorer.ClustererPanel
returns the parent Explorer frame
getExplorer() - Method in interface weka.gui.explorer.Explorer.ExplorerPanel
returns the parent Explorer frame
getExplorer() - Method in class weka.gui.explorer.PreprocessPanel
returns the parent Explorer frame
getExplorer() - Method in class weka.gui.explorer.VisualizePanel
returns the parent Explorer frame
getExponent() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Gets the exponent value.
getExponent() - Method in class weka.classifiers.functions.VotedPerceptron
Get the value of exponent.
getExponent() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the exponent property.
getExponent() - Method in class weka.core.pmml.jaxbbindings.NumericPredictor
Gets the value of the exponent property.
getExpression() - Method in class weka.datagenerators.classifiers.regression.Expression
Gets the mathematical expression for generating y out of x
getExpression() - Method in class weka.filters.unsupervised.attribute.AddExpression
Get the expression
getExpression() - Method in class weka.filters.unsupervised.attribute.MathExpression
Get the expression
getExpression() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Returns the regular expression in use.
getExpression() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns the expression used for filtering.
getExpression(String, Node, FieldMetaInfo.Optype, ArrayList<Attribute>, TransformationDictionary) - Static method in class weka.core.pmml.Expression
Static factory method that returns a subclass of Expression that encapsulates the type of expression supplied as an argument.
getExpression(Node, FieldMetaInfo.Optype, ArrayList<Attribute>, TransformationDictionary) - Static method in class weka.core.pmml.Expression
Static factory method that returns a subclass of Expression that encapsulates the type of expression contained in the Element supplied.
getEXPRESSION() - Method in class weka.core.pmml.jaxbbindings.Apply
Gets the value of the expression property.
getExpressionString() - Method in class weka.gui.beans.FlowByExpression
Get the current expression (in internal format)
getExpressionString() - Method in class weka.knowledgeflow.steps.FlowByExpression
Get the current expression (in internal format)
getExtender() - Method in class weka.core.pmml.jaxbbindings.Extension
Gets the value of the extender property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Aggregate
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Alternate
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Anova
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.AntecedentSequence
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.AnyDistribution
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Application
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Apply
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BaseCumHazardTables
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BaselineCell
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BaselineStratum
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BayesInput
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BayesInputs
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BayesOutput
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BinarySimilarity
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BoundaryValueMeans
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.BoundaryValues
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CategoricalPredictor
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Categories
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Category
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Characteristic
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Characteristics
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Chebychev
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CityBlock
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ClassLabels
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Coefficient
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Coefficients
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Comparisons
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CompoundPredicate
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Con1
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ConfusionMatrix
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ConsequentSequence
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ContStats
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CorrelationFields
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CorrelationMethods
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Correlations
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CorrelationValues
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Counts
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.COUNTTABLETYPE
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Covariances
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.CovariateList
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DataDictionary
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Decision
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Decisions
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Delimiter
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Discretize
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DiscretizeBin
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DiscrStats
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.DocumentTermMatrix
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Euclidean
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.EventValues
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.FactorList
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.False
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.FieldColumnPair
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.FieldRef
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.FieldValue
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.FieldValueCount
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.GaussianDistribution
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Header
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.InlineTable
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.InstanceField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.InstanceFields
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Interval
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Item
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ItemRef
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Itemset
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Jaccard
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.KNNInput
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.KNNInputs
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.KohonenMap
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.LiftGraph
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.LinearKernelType
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.LinearNorm
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.LocalTransformations
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MiningBuildTask
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MiningSchema
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Minkowski
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MissingValueWeights
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ModelExplanation
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ModelLiftGraph
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ModelStats
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ModelVerification
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.MultivariateStats
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NeuralInput
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NeuralInputs
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NeuralOutput
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NeuralOutputs
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Neuron
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NormContinuous
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NormDiscrete
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.NumericPredictor
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.OptimumLiftGraph
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Output
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PairCounts
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Parameter
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ParameterList
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ParamMatrix
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Partition
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PartitionFieldStats
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PCell
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PCovMatrix
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PoissonDistribution
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PolynomialKernelType
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PPCell
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PPMatrix
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Predictor
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.PredictorTerm
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Quantile
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.RadialBasisKernelType
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.RandomLiftGraph
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.RegressionTable
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ROC
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ROCGraph
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.RuleSelectionMethod
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.ScoreDistribution
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Segmentation
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SequenceReference
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SetPredicate
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SetReference
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SigmoidKernelType
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SimpleMatching
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SimplePredicate
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SimpleSetPredicate
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SquaredEuclidean
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SupportVector
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachine
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.SupportVectors
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TableLocator
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Tanimoto
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Targets
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TargetValue
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TargetValueCount
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TargetValueCounts
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Taxonomy
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TextCorpus
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TextDictionary
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TextDocument
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TextModelNormalization
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TextModelSimiliarity
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Time
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.TransformationDictionary
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.True
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.UniformDistribution
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.Value
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.VectorDictionary
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.VectorFields
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.VectorInstance
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.VerificationField
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.VerificationFields
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.XCoordinates
Gets the value of the extension property.
getExtension() - Method in class weka.core.pmml.jaxbbindings.YCoordinates
Gets the value of the extension property.
getExtension() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default experiment extension.
getExtension() - Method in class weka.gui.visualize.BMPWriter
returns the extension (incl.
getExtension() - Method in class weka.gui.visualize.JComponentWriter
returns the extension (incl.
getExtension() - Method in class weka.gui.visualize.JPEGWriter
returns the extension (incl.
getExtension() - Method in class weka.gui.visualize.PNGWriter
returns the extension (incl.
getExtension() - Method in class weka.gui.visualize.PostscriptWriter
returns the extension (incl.
getExtensionAndDelimiterAndTime() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the extensionAndDelimiterAndTime property.
getExtensions() - Method in class weka.gui.ExtensionFileFilter
Returns a copy of the acceptable extensions.
getExtremeValuesAsOutliers() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Get whether extreme values are also tagged as outliers.
getExtremeValuesFactor() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Gets the factor for determining the thresholds for extreme values.
getFactory() - Method in class weka.core.xml.XMLDocument
returns the DocumentBuilderFactory.
getFailReason() - Method in class weka.core.Capabilities
returns the reason why the tests failed, is null if tests succeeded
getFallout() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the fallout.
getFalse() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the false property.
getFalse() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the false property.
getFalse() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the false property.
getFalse() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the false property.
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.
getFalseStepName() - Method in class weka.gui.beans.FlowByExpression
Get the name of the connected step to send "false" instances to
getFalseStepName() - Method in class weka.knowledgeflow.steps.FlowByExpression
Get the name of the connected step to send "false" instances to
getFastDistanceCalc() - Method in class weka.clusterers.SimpleKMeans
Gets whether to use faster distance calculation.
getFastRegression() - Method in class weka.classifiers.trees.LMT
Get the value of fastRegression.
getFeature() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the feature property.
getFeature() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the feature property.
getField() - Method in class weka.core.pmml.jaxbbindings.Aggregate
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.Discretize
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.FieldColumnPair
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.FieldRef
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.FieldValue
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.FieldValueCount
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.InstanceField
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.KNNInput
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.NormContinuous
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.NormDiscrete
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.PartitionFieldStats
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.SetPredicate
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.SimplePredicate
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.SimpleSetPredicate
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the field property.
getField() - Method in class weka.core.pmml.jaxbbindings.VerificationField
Gets the value of the field property.
getFieldAsAttribute() - Method in class weka.core.pmml.DerivedFieldMetaInfo
Get this derived field as an Attribute.
getFieldAsAttribute() - Method in class weka.core.pmml.FieldMetaInfo
Return this field as an Attribute.
getFieldAsAttribute() - Method in class weka.core.pmml.MiningFieldMetaInfo
Return this mining field as an Attribute.
getFieldAsAttribute() - Method in class weka.core.pmml.TargetMetaInfo
Return this field as an Attribute.
getFieldColumnPair() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the fieldColumnPair property.
getFieldCount() - Method in class weka.core.pmml.jaxbbindings.ModelVerification
Gets the value of the fieldCount property.
getFieldCount() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the fieldCount property.
getFieldDef(String) - Method in class weka.core.pmml.Expression
Return the named attribute from the list of reference fields.
getFieldDefIndex(String) - Method in class weka.core.pmml.Expression
 
getFieldName() - Method in class weka.core.pmml.FieldMetaInfo
Get the name of this field.
getFieldName() - Method in class weka.core.pmml.jaxbbindings.BayesInput
Gets the value of the fieldName property.
getFieldName() - Method in class weka.core.pmml.jaxbbindings.BayesOutput
Gets the value of the fieldName property.
getFieldRef() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the fieldRef property.
getFieldRef() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the fieldRef property.
getFieldRef() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the fieldRef property.
getFieldRef() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the fieldRef property.
getFieldRef() - Method in class weka.core.pmml.jaxbbindings.PredictorTerm
Gets the value of the fieldRef property.
getFieldRef() - Method in class weka.core.pmml.jaxbbindings.VectorFields
Gets the value of the fieldRef property.
getFieldsAsInstances() - Method in class weka.core.pmml.MiningSchema
Get the all the fields (both mining schema and derived) as Instances.
getFieldSeparator() - Method in class weka.core.converters.CSVLoader
Returns the character used as column separator.
getFieldSeparator() - Method in class weka.core.converters.CSVSaver
Returns the character used as column separator.
getFieldsMappingString() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Get a textual description of the mapping between mining schema fields and incoming data fields.
getFieldsMappingString() - Method in class weka.core.pmml.MappingInfo
Get a textual description of them mapping between mining schema fields and incoming data fields.
getFieldValue() - Method in class weka.core.pmml.jaxbbindings.COUNTTABLETYPE
Gets the value of the fieldValue property.
getFieldValue() - Method in class weka.core.pmml.jaxbbindings.FieldValue
Gets the value of the fieldValue property.
getFieldValueCount() - Method in class weka.core.pmml.jaxbbindings.COUNTTABLETYPE
Gets the value of the fieldValueCount property.
getFieldValueCount() - Method in class weka.core.pmml.jaxbbindings.FieldValue
Gets the value of the fieldValueCount property.
getFieldWeight() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the fieldWeight property.
getFieldWeight() - Method in class weka.core.pmml.jaxbbindings.KNNInput
Gets the value of the fieldWeight property.
getFile() - Method in class weka.core.FileHelper
Get the file wrapped in this instance
getFile() - Method in class weka.core.pmml.jaxbbindings.TextDocument
Gets the value of the file property.
getFile() - Method in class weka.gui.visualize.JComponentWriter
returns the file being used for storing the output
getFile() - Method in class weka.knowledgeflow.steps.ImageSaver
Get the file to save to
getFile() - Method in class weka.knowledgeflow.steps.TextSaver
Get the file to save to
getFileDescription() - Method in class weka.core.converters.AbstractFileSaver
to be pverridden
getFileDescription() - Method in class weka.core.converters.ArffLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.ArffSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.C45Loader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.C45Saver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.CSVLoader
 
getFileDescription() - Method in class weka.core.converters.CSVSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.DictionarySaver
 
getFileDescription() - Method in interface weka.core.converters.FileSourcedConverter
Get a one line description of the type of file
getFileDescription() - Method in class weka.core.converters.JSONLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.JSONSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.LibSVMLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.LibSVMSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.MatlabLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.MatlabSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SerializedInstancesLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SerializedInstancesSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SVMLightLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SVMLightSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.TextDirectoryLoader
Returns a description of the file type, actually it's directories.
getFileDescription() - Method in class weka.core.converters.XRFFLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.XRFFSaver
Returns a description of the file type.
getFileExtension() - Method in class weka.core.converters.AbstractFileSaver
Gets ihe file extension.
getFileExtension() - Method in class weka.core.converters.AbstractSaver
Default implementation throws an IOException.
getFileExtension() - Method in class weka.core.converters.ArffLoader
Get the file extension used for arff files
getFileExtension() - Method in class weka.core.converters.C45Loader
Get the file extension used for arff files
getFileExtension() - Method in class weka.core.converters.CSVLoader
 
getFileExtension() - Method in interface weka.core.converters.FileSourcedConverter
Get the file extension used for this type of file
getFileExtension() - Method in class weka.core.converters.JSONLoader
Get the file extension used for JSON files.
getFileExtension() - Method in class weka.core.converters.LibSVMLoader
Get the file extension used for libsvm files.
getFileExtension() - Method in class weka.core.converters.MatlabLoader
Get the file extension used for libsvm files.
getFileExtension() - Method in interface weka.core.converters.Saver
Gets the file extension
getFileExtension() - Method in class weka.core.converters.SerializedInstancesLoader
Get the file extension used for arff files
getFileExtension() - Method in class weka.core.converters.SVMLightLoader
Get the file extension used for svm light files.
getFileExtension() - Method in class weka.core.converters.XRFFLoader
Get the file extension used for libsvm files
getFileExtensions() - Method in class weka.core.converters.AbstractFileSaver
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.ArffLoader
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.ArffSaver
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.C45Loader
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.CSVLoader
 
getFileExtensions() - Method in interface weka.core.converters.FileSourcedConverter
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.JSONLoader
Gets all the file extensions used for this type of file.
getFileExtensions() - Method in class weka.core.converters.JSONSaver
Gets all the file extensions used for this type of file.
getFileExtensions() - Method in class weka.core.converters.LibSVMLoader
Gets all the file extensions used for this type of file.
getFileExtensions() - Method in class weka.core.converters.MatlabLoader
Gets all the file extensions used for this type of file.
getFileExtensions() - Method in class weka.core.converters.SerializedInstancesLoader
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.SVMLightLoader
Gets all the file extensions used for this type of file.
getFileExtensions() - Method in class weka.core.converters.XRFFLoader
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.XRFFSaver
Gets all the file extensions used for this type of file
getFileFormat() - Method in class weka.gui.beans.SerializedModelSaver
Get the file format to use for saving.
getFileLoaders() - Static method in class weka.core.converters.ConverterResources
Returns the file loaders.
getFileLoaders() - Static method in class weka.core.converters.ConverterUtils
returns a vector with the classnames of all the file loaders.
getFileMatches(String) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns all the file/dir matches with the partial search string.
getFileMustExist() - Method in class weka.gui.ConverterFileChooser
Returns whether the selected file must exist (only open dialog).
getFilename() - Method in class weka.core.Debug.Log
returns the filename of the log, can be null
getFilename() - Method in class weka.core.Debug.SimpleLog
returns the filename of the log, can be null
getFilename() - Method in class weka.core.FindWithCapabilities
returns the current filename for the dataset to base the capabilities on.
getFilename() - Method in class weka.gui.arffviewer.ArffPanel
returns the filename
getFilename() - Method in class weka.gui.beans.ImageSaver
Get the filename to save to
getFilename() - Method in class weka.gui.beans.TextSaver
Get the filename to save to
getFilename() - Method in class weka.gui.scripting.Script
Returns the current filename.
getFilename(int) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the filename of the specified panel
getFileName() - Method in class weka.classifiers.bayes.net.BIFReader
returns the current filename
getFilenamePrefix() - Method in class weka.knowledgeflow.steps.SerializedModelSaver
Get the text to prepend to the filename
getFilePath() - Method in class weka.core.FileHelper
Get the file path
getFilePath() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get the current path (if any) of the flow being edited in this layout
getFileSavers() - Static method in class weka.core.converters.ConverterResources
Returns the file savers.
getFileSavers() - Static method in class weka.core.converters.ConverterUtils
returns a vector with the classnames of all the file savers.
getFillWithMissing() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
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.associations.FilteredAssociator
Gets the filter used.
getFilter() - Method in class weka.classifiers.meta.FilteredClassifier
Gets the filter used.
getFilter() - Method in class weka.clusterers.FilteredClusterer
Gets the filter used.
getFilter() - Method in class weka.core.FilteredDistance
Gets the filter used.
getFilter() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Gets the filter used.
getFilter() - Method in class weka.filters.CheckSource
Gets the filter being used for the tests, can be null.
getFilter() - Method in class weka.gui.beans.Filter
 
getFilter() - Method in class weka.gui.explorer.Explorer.CapabilitiesFilterChangeEvent
returns the associated Capabilities filter
getFilter() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the default filter (fully configured) for the preprocess panel.
getFilter() - Method in class weka.knowledgeflow.steps.Filter
Get the filter.
getFilter(int) - Method in class weka.filters.MultiFilter
Gets a single filter from the set of available filters.
getFilter(int) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Gets a single filter from the set of available filters.
getFilterAfterFirstBatch() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Get whether to apply the filter to instances that arrive once the first (training) batch has been seen.
getFilterClass() - Method in class weka.gui.ExtensionFileFilterWithClass
Returns the underlying class.
getFiltered(int) - Method in class weka.classifiers.rules.RuleStats
Get the data after filtering the given rule
getFilteredInputFormat() - Method in class weka.attributeSelection.PrincipalComponents
Return the header of the training data after all filtering - i.e missing values and nominal to binary.
getFilters() - Method in class weka.filters.MultiFilter
Gets the list of possible filters to choose from.
getFilters() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Gets the list of possible filters to choose from.
getFilters() - Method in class weka.gui.scripting.GroovyScript
Returns the extension filters for this type of script.
getFilters() - Method in class weka.gui.scripting.JythonScript
Returns the extension filters for this type of script.
getFilters() - Method in class weka.gui.scripting.Script
Returns the extension filters for this type of script.
getFilterType() - Method in class weka.classifiers.functions.GaussianProcesses
Gets how the training data will be transformed.
getFilterType() - Method in class weka.classifiers.functions.SMO
Gets how the training data will be transformed.
getFilterType() - Method in class weka.classifiers.functions.SMOreg
Gets how the training data will be transformed.
getFind() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the current regular expression for .
getFindAllRulesForSupportLevel() - Method in class weka.associations.FPGrowth
Get whether all rules meeting the lower bound on min support and the minimum metric threshold are to be found.
getFindNumBins() - Method in class weka.filters.unsupervised.attribute.Discretize
Get the value of FindNumBins.
getFindNumBins() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Get the value of FindNumBins.
getFirstInputStructure() - Method in class weka.knowledgeflow.steps.Join
Get the Instances structure being produced by the first input
getFirstToken(StreamTokenizer) - Static method in class weka.core.converters.ConverterUtils
Gets token, skipping empty lines.
getFirstToken(StreamTokenizer) - Static method in class weka.core.converters.StreamTokenizerUtils
Gets token, skipping empty lines.
getFirstValueIndex() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Get the index of the first value used.
getFirstValueIndex() - Method in class weka.filters.unsupervised.attribute.SwapValues
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".
getFlag(String, String[]) - Static method in class weka.core.Utils
Checks if the given array contains the flag "-String".
getFlow() - Method in class weka.gui.beans.KnowledgeFlowApp
Gets the current flow being edited.
getFlow() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get the flow being edited by this layout
getFlow() - Method in interface weka.knowledgeflow.FlowExecutor
Get the flow to be executed
getFlow() - Method in class weka.knowledgeflow.FlowRunner
Get the flow to execute
getFlowExecutor() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get the FlowExecutor being used for execution of this flow
getFlowExecutor() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get the executor that will actually be responsible for running the flow.
getFlowFile() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getFlowFile() - Method in class weka.knowledgeflow.steps.Job
 
getFlowFile(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getFlowFileExtension() - Method in interface weka.knowledgeflow.FlowLoader
Get the extension of the Knowledge Flow file format handled by this loader
getFlowFileExtension() - Method in class weka.knowledgeflow.JSONFlowLoader
Get the file extension handled by this loader
getFlowFileExtension() - Method in class weka.knowledgeflow.LegacyFlowLoader
Get the flow file extension of the file format handled by this flow loader
getFlowFileExtensionDescription() - Method in interface weka.knowledgeflow.FlowLoader
Get a description of the flow file format handled by this loader
getFlowFileExtensionDescription() - Method in class weka.knowledgeflow.JSONFlowLoader
Get the description of the file format handled by this loader
getFlowFileExtensionDescription() - Method in class weka.knowledgeflow.LegacyFlowLoader
Get the description of the file format handled by this flow loader
getFlowID() - Method in class weka.knowledgeflow.Flow
Get an ID string for this flow.
getFlowLoader(String, Logger) - Static method in class weka.knowledgeflow.Flow
Utility method to get a FlowLoader implementation suitable for loading a flow with the supplied file extension.
getFlowName() - Method in class weka.knowledgeflow.Flow
Get the name of this Flow
getFlows() - Method in class weka.gui.beans.FlowRunner
Get the vector holding the flow(s)
getFlowXML() - Method in class weka.gui.beans.KnowledgeFlowApp
Returns the current flow being edited in XML format.
getFMeasure() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the F-Measure.
getFold() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Gets the fold which is selected.
getFold() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Gets the fold which is selected.
getFoldColumn() - Method in class weka.experiment.PairedTTester
Get the value of FoldColumn.
getFoldColumn() - Method in interface weka.experiment.Tester
Get the value of FoldColumn.
getFolds() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get the number of folds used for accuracy estimation
getFolds() - Method in class weka.attributeSelection.OneRAttributeEval
Get the number of folds used for cross validation
getFolds() - Method in class weka.attributeSelection.WrapperSubsetEval
Get the number of folds used for accuracy estimation
getFolds() - Method in class weka.classifiers.rules.JRip
Gets the number of folds
getFolds() - Method in class weka.gui.beans.CrossValidationFoldMaker
Get the currently set number of folds
getFolds() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the number of folds used for cross-validation.
getFont() - Method in class weka.core.FontHelper
Get the Font wrapped by this instance
getFont() - Method in class weka.gui.visualize.PostscriptGraphics
Get current font.
getFontMetrics(Font) - Method in class weka.gui.visualize.PostscriptGraphics
Get Font metrics
getFontName() - Method in class weka.core.FontHelper
Get the font name
getFontName() - Method in class weka.gui.scripting.SyntaxDocument
gets the current font family.
getFontRenderContext() - Method in class weka.gui.visualize.PostscriptGraphics
START overridden Graphics2D methods
getFontSize() - Method in class weka.core.FontHelper
Get the font size
getFontSize() - Method in class weka.gui.scripting.SyntaxDocument
gets the current font size.
getFontSizeAdjust() - Method in class weka.gui.beans.Note
Get the font size adjustment
getFontSizeAdjust() - Method in class weka.gui.knowledgeflow.NoteVisual
Get the font size adjustment
getFontStyle() - Method in class weka.core.FontHelper
Get the font style (see constants in Font class)
getForceResampleWithWeights() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Gets the size of each subSpace, as a percentage of the training set size.
getFormat() - Method in class weka.core.Debug.Timestamp
returns the current timestamp format
getFormat() - Method in class weka.knowledgeflow.steps.ImageSaver
Get the format of the image to save
getFrameLocation() - Method in class weka.gui.MemoryUsagePanel
Returns the default position for the dialog.
getFrameTitle() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the title (incl.
getFrequency() - Method in class weka.associations.Item
Get the frequency of this item.
getFreshCardinalityOfParents(Instances) - Method in class weka.classifiers.bayes.net.ParentSet
returns cardinality of parents after recalculation
getFrom() - Method in class weka.core.pmml.jaxbbindings.Con1
Gets the value of the from property.
getFromYear() - Static method in class weka.core.Copyright
returns the start year of the copyright
getFStatistic() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the fStatistic property.
getFStatistic() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the fStatistic property.
getFunction() - Method in class weka.core.pmml.jaxbbindings.Aggregate
Gets the value of the function property.
getFunction() - Method in class weka.core.pmml.jaxbbindings.Apply
Gets the value of the function property.
getFunction() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Gets the function for generating the data.
getFunction(String) - Static method in class weka.core.pmml.Function
Get a built-in PMML Function.
getFunction(String, TransformationDictionary) - Static method in class weka.core.pmml.Function
Get either a function.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.BaselineModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.MiningModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.NaiveBayesModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.RuleSetModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.TimeSeriesModel
Gets the value of the functionName property.
getFunctionName() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the functionName property.
getFValue() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the fValue property.
getGamma() - Method in class weka.classifiers.functions.supportVector.RBFKernel
Gets the gamma value.
getGamma() - Method in class weka.core.pmml.jaxbbindings.PolynomialKernelType
Gets the value of the gamma property.
getGamma() - Method in class weka.core.pmml.jaxbbindings.RadialBasisKernelType
Gets the value of the gamma property.
getGamma() - Method in class weka.core.pmml.jaxbbindings.SigmoidKernelType
Gets the value of the gamma property.
getGamma() - Method in class weka.core.pmml.jaxbbindings.TrendExpoSmooth
Gets the value of the gamma property.
getGap() - Method in class weka.core.pmml.jaxbbindings.Delimiter
Gets the value of the gap property.
getGaussianDistribution() - Method in class weka.core.pmml.jaxbbindings.Alternate
Gets the value of the gaussianDistribution property.
getGaussianDistribution() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the gaussianDistribution property.
getGCount(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the number of visible groups of siblings there are.
getGeneralRegressionModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the generalRegressionModel property.
getGenerateRanking() - Method in class weka.attributeSelection.GreedyStepwise
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.Ranker
This is a dummy method.
getGenerateSparseData() - Method in class weka.gui.sql.SqlViewerDialog
Returns whether sparse data is generated.
getGenerator() - Method in class weka.gui.explorer.DataGeneratorPanel
returns the currently selected DataGenerator
getGeneratorSamplesBase() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Get the base used for computing the number of samples to obtain from each generator
getGlobalBlend() - Method in class weka.classifiers.lazy.KStar
Get the value of the global blend parameter
getGlobalInfo(Object) - Static method in class weka.gui.beans.KnowledgeFlowApp
Utility method for grabbing the global info help (if it exists) from an arbitrary object
getGlobalInfo(Object, boolean) - Static method in class weka.core.Utils
Utility method for grabbing the global info help (if it exists) from an arbitrary object.
getGlobalInputProperties() - Static method in class weka.gui.GenericPropertiesCreator
Get the global input properties
getGlobalModel() - Method in class weka.classifiers.trees.j48.NBTreeSplit
Return the global naive bayes model for this node
getGlobalOutputProperties() - Static method in class weka.gui.GenericPropertiesCreator
Get the global output properties
getGlobalTermWeights() - Method in class weka.core.pmml.jaxbbindings.TextModelNormalization
Gets the value of the globalTermWeights property.
getGracePeriod() - Method in class weka.classifiers.trees.HoeffdingTree
Get the number of instances (or total weight of instances) a leaf should observe between split attempts
getGraphicalEnvironmentCommandHandler() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get the environment for performing commands at the application-level in a graphical environment.
getGraphicalEnvironmentCommandHandler() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get the environment for performing commands at the application-level in a graphical environment.
getGraphString() - Method in class weka.gui.beans.GraphEvent
Return the dot string for the graph
getGraphTitle() - Method in class weka.gui.beans.GraphEvent
Return the graph title
getGraphType() - Method in class weka.gui.beans.GraphEvent
Return the graph type
getGridWidth() - Method in class weka.gui.beans.AttributeSummarizer
Get the width of the grid of plots
getGroupField() - Method in class weka.core.pmml.jaxbbindings.Aggregate
Gets the value of the groupField property.
getGroupIdentifier() - Method in class weka.gui.beans.BatchClassifierEvent
 
getGUI() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getGUIType() - Method in class weka.gui.Main
Gets the currently set type of GUI to display.
getH() - Method in class weka.core.matrix.QRDecomposition
Return the Householder vectors
getHandler() - Method in class weka.core.FindWithCapabilities
returns the current set CapabilitiesHandler to generate the dataset for, can be null.
getHandler() - Method in class weka.core.TestInstances
returns the current set CapabilitiesHandler to generate the dataset for, can be null
getHashtable(ArrayList<Object>, int) - Static method in class weka.associations.ItemSet
Return a hashtable filled with the given item sets.
getHashtable(ArrayList<Object>, int) - Static method in class weka.associations.LabeledItemSet
Return a hashtable filled with the given item sets.
getHeader() - Method in class weka.classifiers.bayes.NaiveBayes
Return the header that this classifier was trained with
getHeader() - Method in class weka.classifiers.evaluation.Evaluation
Returns the header of the underlying dataset.
getHeader() - Method in class weka.classifiers.Evaluation
Returns the header of the underlying dataset.
getHeader() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the header of the dataset.
getHeader() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the header property.
getHeader(String) - Method in class weka.experiment.ResultMatrix
returns the value associated with the given key, null if if cannot be found.
getHeight() - Method in class weka.gui.beans.BeanInstance
Gets the height of this bean
getHeight(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the number of visible levels there are.
getHelp() - Method in class weka.gui.simplecli.AbstractCommand
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Capabilities
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Cls
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Echo
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Exit
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Help
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.History
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Java
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Kill
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Script
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Set
Returns the help string (no indentation).
getHelp() - Method in class weka.gui.simplecli.Unset
Returns the help string (no indentation).
getHeuristicStop() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of heuristicStop.
getHiddenLayers() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getHighValue() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the highValue property.
getHistory() - Method in class weka.gui.GenericObjectEditor
Returns the history of the used setups.
getHistory() - Method in class weka.gui.GenericObjectEditorHistory
Returns the current history.
getHistory() - Method in class weka.gui.sql.ConnectionPanel
returns the history.
getHistory() - Method in class weka.gui.sql.event.HistoryChangedEvent
returns the history model
getHistory() - Method in class weka.gui.sql.QueryPanel
returns the history.
getHistoryItem() - Method in class weka.gui.GenericObjectEditorHistory.HistorySelectionEvent
Returns the selected history item.
getHistoryName() - Method in class weka.gui.sql.event.HistoryChangedEvent
returns the name of the history
getHoeffdingTieThreshold() - Method in class weka.classifiers.trees.HoeffdingTree
Get the threshold below which a split will be forced to break ties
getHoldOutFile() - Method in class weka.attributeSelection.ClassifierSubsetEval
Gets the file that holds hold out/test instances.
getHomeDir() - Static method in class weka.core.Debug
returns the home directory of the user
getIcon() - Method in class weka.gui.scripting.GroovyPanel
Returns an icon to be used in a frame.
getIcon() - Method in class weka.gui.scripting.JythonPanel
Returns an icon to be used in a frame.
getIcon() - Method in class weka.gui.scripting.ScriptingPanel
Returns an icon to be used in a frame.
getIcon() - Method in class weka.gui.SimpleCLIPanel
Returns an icon to be used in a frame.
getIcon(double) - Method in class weka.gui.knowledgeflow.StepVisual
Get the icon for this visual at the given scale factor
getIconPath() - Method in class weka.gui.beans.BeanVisual
returns the path for the icon
getIconPath() - Method in class weka.knowledgeflow.steps.WekaAlgorithmWrapper
Get the path to the icon for this wrapped algorithm
getId() - Method in class weka.classifiers.functions.neural.NeuralConnection
 
getId() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Item
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Itemset
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.NeuralInput
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Neuron
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Node
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.SetPredicate
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.TextDocument
Gets the value of the id property.
getId() - Method in class weka.core.pmml.jaxbbindings.VectorInstance
Gets the value of the id property.
getID() - Method in class weka.core.Debug.Random
returns the unique ID of this number generator
getID() - Method in class weka.core.Defaults
Get the ID of this set of defaults
getID() - Method in class weka.core.pmml.VectorInstance
Get the ID of this vector instance
getID() - Method in class weka.core.Settings
Get the ID used for these settings
getID() - Method in class weka.core.Tag
Gets the numeric ID of the Tag.
getID() - Method in class weka.core.TechnicalInformation
returns the unique ID (either the one used in creating this instance or the automatically generated one)
getID() - Method in class weka.gui.streams.InstanceEvent
Get the event type
getID() - Method in class weka.gui.treevisualizer.TreeDisplayEvent
 
getIDFTransform() - Method in class weka.core.DictionaryBuilder
Sets whether if the word frequencies in a document should be transformed into:
fij*log(num of Docs/num of Docs with word i)
where fij is the frequency of word i in document(instance) j.
getIDFTransform() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Sets whether if the word frequencies in a document should be transformed into:
fij*log(num of Docs/num of Docs with word i)
where fij is the frequency of word i in document(instance) j.
getIDFTransform() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Sets whether if the word frequencies in a document should be transformed into:
fij*log(num of Docs/num of Docs with word i)
where fij is the frequency of word i in document(instance) j.
getIDIndex() - Method in class weka.filters.unsupervised.attribute.AddID
Get the index of the attribute used.
getIDStr() - Method in class weka.core.Tag
Gets the string ID of the Tag.
getIgnoreCase() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
 
getIgnoreCase() - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Get whether to ignore case when matching
getIgnoreCase() - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Get whether to ignore case when matching
getIgnoreCaseForNames() - Method in class weka.classifiers.misc.InputMappedClassifier
Get whether to ignore case when matching attribute names and nominal values.
getIgnoreClass() - Method in class weka.filters.unsupervised.attribute.PotentialClassIgnorer
Gets the IgnoreClass value.
getIgnoreClass() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Gets the IgnoreClass value.
getIgnoredAttributeIndices() - Method in class weka.filters.unsupervised.attribute.AddCluster
Gets ranges of attributes to be ignored.
getIgnoredAttributeIndices() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Gets ranges of attributes to be ignored.
getIgnoredProperties() - Method in class weka.core.CheckGOE
Get the ignored properties used in checkToolTips() as comma-separated list (sorted).
getIgnoreRange() - Method in class weka.filters.unsupervised.attribute.MathExpression
Get the current range selection.
getImage() - Method in class weka.gui.beans.ImageEvent
Get the encapsulated image
getImage(String) - Static method in class weka.gui.ComponentHelper
returns the Image for a given filename, NULL if not successful
getImage(String, String) - Static method in class weka.gui.ComponentHelper
returns the Image for a given directory and filename, NULL if not successful
getImageHeight() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the image height (in pixels)
getImageIcon(String) - Static method in class weka.gui.ComponentHelper
returns the ImageIcon for a given filename, NULL if not successful
getImageIcon(String, String) - Static method in class weka.gui.ComponentHelper
returns the ImageIcon for a given filename and directory, NULL if not successful
getImagEigenvalues() - Method in class weka.core.matrix.EigenvalueDecomposition
Return the imaginary parts of the eigenvalues
getImageName() - Method in class weka.gui.beans.ImageEvent
Get the name of the image
getImages() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the completed images
getImages() - Method in class weka.knowledgeflow.steps.ImageViewer
Get a map of named images that this step has collected
getImageWidth() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the image width (in pixels)
getImportance() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the importance property.
getImportance() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the importance property.
getImpurityDecreases() - Method in class weka.classifiers.trees.RandomTree
Get the array of impurity decrease/gain sums
getIncludeClass() - Method in class weka.core.InstanceComparator
Returns whether the class is included in the comparison.
getIncludeClass() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Gets whether the class is included in the cleaning process or always skipped.
getIncludeRelationName() - Method in class weka.gui.beans.SerializedModelSaver
Get whether the relation name of the training data used to create the model is to be included in the filename of the serialized model.
getIncludeRelationNameInFilename() - Method in class weka.knowledgeflow.steps.SerializedModelSaver
Get whether to include the relation name as part of the filename
getIncomingConnectedStepsOfConnectionType(String) - Method in interface weka.knowledgeflow.StepManager
Get a list of steps that are the source of incoming connections of the given type
getIncomingConnectedStepsOfConnectionType(String) - Method in class weka.knowledgeflow.StepManagerImpl
Get a list of steps providing incoming connections of the specified type
getIncomingConnectedStepWithName(String) - Method in interface weka.knowledgeflow.StepManager
Get the named step that is connected with an incoming connection.
getIncomingConnectedStepWithName(String) - Method in class weka.knowledgeflow.StepManagerImpl
Get a named step connected to this step with an incoming connection
getIncomingConnections() - Method in interface weka.knowledgeflow.StepManager
Get a Map of all incoming connections.
getIncomingConnections() - Method in class weka.knowledgeflow.StepManagerImpl
Get the man of upstream (incoming connections) connected steps
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.AlterRelationName
Get the list of acceptable incoming connection types
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Appender
Get the incoming connection types accepted by this step at this time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ASEvaluator
Get incoming connections accepted given the current state of the step
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ASSearchStrategy
Get a list of incoming connections that this step accepts.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Associator
Get a list of incoming connection types that this step can accept at this time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.BaseSimpleDataVisualizer
Get a list of incoming connection types that this step can accept at this time
getIncomingConnectionTypes() - Method in interface weka.knowledgeflow.steps.BaseStepExtender
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Block
Get a list of incoming connection types that this step can accept at this time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClassAssigner
Get the incoming connections that this step can accept at this time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Classifier
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClassValuePicker
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Clusterer
Get a list of connection types that could be made to this Step at this point in time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClustererPerformanceEvaluator
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.CostBenefitAnalysis
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.CrossValidationFoldMaker
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.DataGenerator
Get acceptable incoming connection types.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.DataGrid
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.DataVisualizer
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Dummy
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the acceptable incoming connection types at this point in time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Filter
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.FlowByExpression
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.GetDataFromResult
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.GraphViewer
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ImageSaver
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ImageViewer
Get a list of acceptable incoming connections - only StepManager.CON_IMAGE in this case
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.InstanceStreamToBatchMaker
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Job
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Join
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Loader
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.MakeResourceIntensive
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.MemoryBasedDataSource
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Note
Get incoming connections accepted - none in the case of a note :-)
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.PredictionAppender
Get the incoming connection types that this step accepts
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Saver
Get a list of incoming connection types that this step can receive at this time
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.SendToPerspective
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.SerializedModelSaver
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.SetPropertiesFromEnvironment
Get a list of acceptable incoming connection types
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.SetVariables
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.Sorter
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in interface weka.knowledgeflow.steps.Step
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.StorePropertiesInEnvironment
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.StripChart
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.SubstringReplacer
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.TestSetMaker
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.TextSaver
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.TextViewer
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.TrainingSetMaker
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.TrainTestSplitMaker
Get a list of incoming connection types that this step can accept.
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.WriteDataToResult
 
getIncomingConnectionTypes() - Method in class weka.knowledgeflow.steps.WriteWekaLog
Get a list of acceptable incoming connection types (at this point in time)
getIncomingStructureForConnectionType(String) - Method in interface weka.knowledgeflow.StepManager
Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.
getIncomingStructureForConnectionType(String) - Method in class weka.knowledgeflow.StepManagerImpl
Attempt to get the incoming structure (as a header-only set of instances) for the named incoming connection type.
getIncomingStructureForConnectionType(String, Environment) - Method in interface weka.knowledgeflow.StepManager
Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.
getIncomingStructureForConnectionType(String, Environment) - Method in class weka.knowledgeflow.StepManagerImpl
Attempt to retrieve the structure (as a header-only set of instances) for the named incoming connection type.
getIncomingStructureFromStep(StepManager, String) - Method in interface weka.knowledgeflow.StepManager
Attempt to get the incoming structure (as a header-only set of instances) from the given managed step for the given connection type.
getIncomingStructureFromStep(StepManager, String) - Method in class weka.knowledgeflow.StepManagerImpl
Attempt to get the incoming structure (as a header-only set of instances) from the given managed step for the given connection type.
getIncompatibleDependencies() - Method in class weka.core.packageManagement.DefaultPackage
Gets a list of installed packages that this package depends on that are currently incompatible with this package.
getIncompatibleDependencies() - Method in class weka.core.packageManagement.Package
Gets a list of installed packages that this package depends on that are currently incompatible with this package.
getIncompatibleDependencies(List<Package>) - Method in class weka.core.packageManagement.DefaultPackage
Gets those packages from the supplied list that this package depends on and are currently incompatible with this package.
getIncompatibleDependencies(List<Package>) - Method in class weka.core.packageManagement.Package
Gets those packages from the supplied list that this package depends on and are currently incompatible with this package.
getIncrementalLoggingFrequency() - Method in class weka.knowledgeflow.steps.WriteWekaLog
Get how frequently to write an incremental data point to the log
getIncrementalSaveSchedule() - Method in class weka.gui.beans.SerializedModelSaver
Get how often to save incremental models.
getIncrementalSaveSchedule() - Method in class weka.knowledgeflow.steps.SerializedModelSaver
Get how frequently to save an incremental model
getIndentationSize() - Method in class weka.gui.scripting.SyntaxDocument
Returns the number of blanks used for indentation.
getIndex() - Method in class weka.core.pmml.jaxbbindings.TimeValue
Gets the value of the index property.
getIndex() - Method in class weka.core.PropertyPath.PathElement
returns the index of the property, -1 if the property is not an index-based one
getIndex() - Method in class weka.core.SingleIndex
Gets the selected index.
getIndex() - Method in class weka.gui.SortedTableModel.SortContainer
Returns the original index of the item.
getIndexedPrimaryResult(int) - Method in class weka.knowledgeflow.steps.PairedDataHelper
Retrieve the primary result corresponding to a given set number
getIndexedValueFromNamedStore(String, Integer) - Method in class weka.knowledgeflow.steps.PairedDataHelper
Gets an indexed value from a named store
getIndices() - Method in class weka.core.pmml.jaxbbindings.INTSparseArray
Gets the value of the indices property.
getIndices() - Method in class weka.core.pmml.jaxbbindings.REALSparseArray
Gets the value of the indices property.
getInfoData() - Method in interface weka.gui.visualize.InstanceInfo
Returns the underlying data.
getInfoData() - Method in class weka.gui.visualize.InstanceInfoFrame
Returns the underlying data.
getInfoStep() - Method in interface weka.knowledgeflow.StepManager
Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections.
getInfoStep() - Method in class weka.knowledgeflow.StepManagerImpl
Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections.
getInfoStep(Class) - Method in interface weka.knowledgeflow.StepManager
Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections and the managed step is of the supplied class
getInfoStep(Class) - Method in class weka.knowledgeflow.StepManagerImpl
Returns a reference to the step being managed if it has one or more outgoing CON_INFO connections and the managed step is of the supplied class
getInfoText() - Method in interface weka.gui.visualize.InstanceInfo
Returns the currently displayed info text.
getInfoText() - Method in class weka.gui.visualize.InstanceInfoFrame
Returns the currently displayed info text.
getInitAsNaiveBayes() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
Gets whether to init as naive bayes
getInitAsNaiveBayes() - Method in class weka.classifiers.bayes.net.search.global.K2
Gets whether to init as naive bayes
getInitAsNaiveBayes() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
Gets whether to init as naive bayes
getInitAsNaiveBayes() - Method in class weka.classifiers.bayes.net.search.local.K2
Gets whether to init as naive bayes
getInitFile() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Gets the file to initialize the filter with, can be null.
getInitFileClassIndex() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Gets the class index of the file to initialize the filter with.
getInitGenericObjectEditorFilter() - Static method in class weka.gui.explorer.ExplorerDefaults
returns if the GOEs in the Explorer will be initialized based on the data that is loaded into the Explorer.
getInitial() - Method in class weka.core.Memory
returns the initial size of the JVM heap, obtains a fresh MemoryUsage object to do so.
getInitialCount() - Method in class weka.classifiers.trees.REPTree
Get the value of InitialCount.
getInitialDatasetsDirectory() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the initial directory for the datasets (if empty, it returns the user's home directory).
getInitialDirectory() - Static method in class weka.gui.explorer.ExplorerDefaults
Returns the initial directory for the file chooser used for opening datasets.
getInitializationMethod() - Method in class weka.clusterers.SimpleKMeans
Get the initialization method to use
getInitializer() - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations
Returns an object to initialize the declared variables
getInitialScore() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the initialScore property.
getInlineTable() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the inlineTable property.
getInlineTable() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the inlineTable property.
getInlineTable() - Method in class weka.core.pmml.jaxbbindings.ModelVerification
Gets the value of the inlineTable property.
getInlineTable() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the inlineTable property.
getInputFilename() - Method in class weka.gui.GenericPropertiesCreator
returns the name of the input file
getInputFormat() - Method in class weka.core.DictionaryBuilder
Gets the currently set input format
getInputNums() - Method in class weka.classifiers.functions.neural.NeuralConnection
Use this to get easy access to the input numbers.
getInputOrder() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the input order.
getInputProperties() - Method in class weka.gui.GenericPropertiesCreator
returns the input properties object (template containing the packages)
getInputs() - Method in class weka.classifiers.functions.neural.NeuralConnection
Use this to get easy access to the inputs.
getInputs() - Method in class weka.gui.beans.MetaBean
 
getInputStream(String) - Method in class weka.gui.Loader
returns an InputStream for the given filename, can be NULL if it fails
getInputStream(String, String) - Static method in class weka.gui.Loader
returns an InputStream for the given dir and filename, can be NULL if it fails
getInputStructure() - Method in class weka.gui.beans.SubstringLabelerRules
Get the input structure
getInstalledLookAndFeels() - Static method in class weka.gui.LookAndFeel
returns an array with the classnames of all the installed LnFs
getInstalledPackageInfo(String) - Method in class weka.core.packageManagement.DefaultPackageManager
Get package information on the named installed package.
getInstalledPackageInfo(String) - Method in class weka.core.packageManagement.PackageManager
Get package information on the named installed package.
getInstalledPackageInfo(String) - Static method in class weka.core.WekaPackageManager
Get meta data for an installed package
getInstalledPackages() - Method in class weka.core.packageManagement.DefaultPackageManager
Get a list of installed packages.
getInstalledPackages() - Method in class weka.core.packageManagement.PackageManager
Get a list of installed packages.
getInstalledPackages() - Static method in class weka.core.WekaPackageManager
Get a list of installed packages
getInstance() - Method in class weka.gui.beans.InstanceEvent
Get the instance
getInstanceField() - Method in class weka.core.pmml.jaxbbindings.InstanceFields
Gets the value of the instanceField property.
getInstanceFields() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the instanceFields property.
getInstanceIdVariable() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the instanceIdVariable property.
getInstanceRange() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Gets the number of instances forward to translate values between.
getInstances() - Method in class weka.core.converters.AbstractSaver
Gets instances that should be stored.
getInstances() - Method in interface weka.core.DistanceFunction
returns the instances currently set.
getInstances() - Method in class weka.core.FilteredDistance
returns the instances currently set.
getInstances() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
returns the instances currently set.
getInstances() - Method in class weka.core.NormalizableDistance
returns the instances currently set.
getInstances() - Method in class weka.core.xml.XMLInstances
returns the current instances, either the ones that were set or the ones that were generated from the XML structure.
getInstances() - Method in class weka.experiment.PairedTTester
Get the value of Instances.
getInstances() - Method in interface weka.experiment.Tester
Get the value of Instances.
getInstances() - Method in class weka.gui.arffviewer.ArffPanel
returns the instances of the panel, if none then NULL
getInstances() - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the data
getInstances() - Method in class weka.gui.arffviewer.ArffTableModel
returns the data
getInstances() - Method in class weka.gui.boundaryvisualizer.BoundaryVisualizer
Get the training instances
getInstances() - Method in class weka.gui.explorer.AbstractPlotInstances
Returns the training data.
getInstances() - Method in class weka.gui.explorer.ClassifierPanel
Get the current set of instances
getInstances() - Method in class weka.gui.explorer.DataGeneratorPanel
returns the generated instances, null if the process was cancelled.
getInstances() - Method in class weka.gui.explorer.PreprocessPanel
Gets the working set 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.treevisualizer.Node
This will return the Instances object related to this node.
getInstances() - Method in class weka.gui.ViewerDialog
returns the currently displayed instances
getInstances() - Method in class weka.gui.visualize.VisualizePanel
Get the master plot's instances
getInstances() - Method in class weka.knowledgeflow.steps.MemoryBasedDataSource
Get the data to output from this step
getInstances1() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getInstances2() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getInstancesFromClass(Instances, int, double) - Static method in class weka.estimators.EstimatorUtils
Returns a dataset that contains of all instances of a certain class value.
getInstancesFromClass(Instances, int, int, double, Instances) - Static method in class weka.estimators.EstimatorUtils
Returns a dataset that contains all instances of a certain class value.
getInstancesFromValue(Instances, int, double) - Static method in class weka.estimators.EstimatorUtils
Returns a dataset that contains of all instances of a certain value for the given attribute.
getInstancesIndices() - Method in class weka.filters.unsupervised.instance.RemoveRange
Gets ranges of instances selected.
getInstancesNoClass() - Method in class weka.associations.Apriori
Gets the instances without the class atrribute.
getInstancesNoClass() - Method in interface weka.associations.CARuleMiner
Gets the instances without the class attribute
getInstancesOnlyClass() - Method in class weka.associations.Apriori
Gets only the class attribute of the instances.
getInstancesOnlyClass() - Method in interface weka.associations.CARuleMiner
Gets the class attribute and its values for all instances
getInstancesValueAt(int, int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the double value of the underlying Instances object at the given position, -1 if out of bounds
getInstancesValueAt(int, int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the double value of the underlying Instances object at the given position, -1 if out of bounds
getINTEntries() - Method in class weka.core.pmml.jaxbbindings.INTSparseArray
Gets the value of the intEntries property.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get a map of popup viewers that can be used with this step
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.BaseStep
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.CostBenefitAnalysis
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.DataVisualizer
 
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.GraphViewer
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.ImageViewer
Gets a list of classes of viewers that can be popped up in the GUI Knowledge Flow from this step, given that we have received and stored some image data.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.ScatterPlotMatrix
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in interface weka.knowledgeflow.steps.Step
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.StripChart
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewers() - Method in class weka.knowledgeflow.steps.TextViewer
When running in a graphical execution environment a step can make one or more popup Viewer components available.
getInteractiveViewersImpls() - Method in class weka.knowledgeflow.steps.BaseStep
An alternative to getStepInteractiveViewers that returns a Map of instantiated StepInteractiveViewer objects.
getInteractiveViewersImpls() - Method in interface weka.knowledgeflow.steps.Step
An alternative to getStepInteractiveViewers that returns a Map of instantiated StepInteractiveViewer objects.
getIntercept() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns the intercept of the function.
getIntercept() - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Returns the intercept of the function.
getIntercept() - Method in class weka.core.pmml.jaxbbindings.RegressionTable
Gets the value of the intercept property.
getInternalCacheSize() - Method in class weka.classifiers.functions.supportVector.StringKernel
Gets the size of the internal cache
getInterpolationMethod() - Method in class weka.core.pmml.jaxbbindings.TimeSeries
Gets the value of the interpolationMethod property.
getInterpreter() - Method in class weka.core.scripting.Jython
returns the currently used Python Interpreter
getInterQuartileRange() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the interQuartileRange property.
getInterval() - Method in class weka.core.pmml.jaxbbindings.ContStats
Gets the value of the interval property.
getInterval() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the interval property.
getInterval() - Method in class weka.core.pmml.jaxbbindings.DiscretizeBin
Gets the value of the interval property.
getInterval() - Method in class weka.core.pmml.jaxbbindings.EventValues
Gets the value of the interval property.
getInvalidFreq() - Method in class weka.core.pmml.jaxbbindings.Counts
Gets the value of the invalidFreq property.
getInvalidValueTreatment() - Method in class weka.core.pmml.jaxbbindings.Apply
Gets the value of the invalidValueTreatment property.
getInvalidValueTreatment() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the invalidValueTreatment property.
getInvert() - Method in class weka.core.InstanceComparator
Returns whether the matching sense of the attribute range is inverted.
getInvert() - Method in class weka.core.Range
Gets whether the range sense is inverted, i.e.
getInvert() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Get whether selection is inverted.
getInvertSelection() - Method in class weka.core.converters.DictionarySaver
Gets whether the supplied columns are to be processed or skipped.
getInvertSelection() - Method in class weka.core.DictionaryBuilder
Gets whether the supplied columns are to be processed or skipped.
getInvertSelection() - Method in interface weka.core.DistanceFunction
Gets whether the matching sense of attribute indices is inverted or not.
getInvertSelection() - Method in class weka.core.FilteredDistance
Gets whether the matching sense of attribute indices is inverted or not.
getInvertSelection() - Method in class weka.core.NormalizableDistance
Gets whether the matching sense of attribute indices is inverted or not.
getInvertSelection() - Method in class weka.filters.supervised.attribute.Discretize
Gets whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Get whether the supplied attributes are to be acted on or all other attributes.
getInvertSelection() - Method in class weka.filters.supervised.instance.Resample
Gets whether selection is inverted (only if instances are drawn WIHTOUT replacement).
getInvertSelection() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Gets if selection is to be inverted.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.Copy
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Gets whether the supplied columns are to be worked on or the others.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets whether the supplied columns are to be processed or skipped.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.MathExpression
Get whether the supplied columns are to be select or unselect
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Get whether the supplied attributes are to be acted on or all other attributes.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Gets whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Gets whether the selection of the columns is inverted
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Gets whether the supplied columns are to be worked on or the others.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Gets whether the supplied columns are to be worked on or the others.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Gets whether the supplied columns are to be worked on or the others.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Get whether the supplied columns are to be transformed or not
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Get whether to invert the selection - i.e.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.Remove
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Get whether the supplied columns are to be removed or kept.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.RemoveType
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Gets whether to invert the selection of the attributes.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Gets whether the supplied columns are to be worked on or the others.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.SortLabels
Gets whether the supplied columns are to be processed or skipped.
getInvertSelection() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets whether the supplied columns are to be processed or skipped.
getInvertSelection() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Gets if selection is to be inverted.
getInvertSelection() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Gets if selection is to be inverted.
getInvertSelection() - Method in class weka.filters.unsupervised.instance.RemoveRange
Gets if selection is to be inverted.
getInvertSelection() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Get whether the supplied columns are to be removed or kept
getInvertSelection() - Method in class weka.filters.unsupervised.instance.Resample
Gets whether selection is inverted (only if instances are drawn WIHTOUT replacement).
getIRClassValue() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get the class value (label or index) to use with IR metric evaluation of subsets.
getIRClassValue() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get the class value (label or index) to use with IR metric evaluation of subsets.
getIRClassValue() - Method in class weka.attributeSelection.WrapperSubsetEval
Get the class value (label or index) to use with IR metric evaluation of subsets.
getIsCenterField() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the isCenterField property.
getIsCyclic() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the isCyclic property.
getIsMultiValued() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the isMultiValued property.
getIsRecursive() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the isRecursive property.
getItemRef() - Method in class weka.core.pmml.jaxbbindings.ItemRef
Gets the value of the itemRef property.
getItemRef() - Method in class weka.core.pmml.jaxbbindings.Itemset
Gets the value of the itemRef property.
getItems() - Method in class weka.associations.ItemSet
Get the item array
getItemValueAsString() - Method in class weka.associations.Item
Get this item's value as a String.
getItemValueAsString() - Method in class weka.associations.NominalItem
Get this item's value as a String.
getItemValueAsString() - Method in class weka.associations.NumericItem
Get this item's value as a String.
getIterativeClassifier() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the classifier used as the base learner.
getJaccard() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the jaccard property.
getJavaInitializationString() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
getJavaInitializationString() - Method in class weka.gui.ColorEditor
Don't really need this
getJavaInitializationString() - Method in class weka.gui.CostMatrixEditor
Returns the Java code that generates an object the same as the one being edited.
getJavaInitializationString() - Method in class weka.gui.EnvironmentField
 
getJavaInitializationString() - Method in class weka.gui.FileEditor
Returns a representation of the current property value as java source.
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.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.PasswordField
 
getJavaInitializationString() - Method in class weka.gui.RangeEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class weka.gui.SelectedTagEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class weka.gui.SimpleDateFormatEditor
Returns the Java code that generates an object the same as the one being edited.
getJTable() - Method in class weka.gui.JTableHelper
returns the JTable
getKeepDictionarySorted() - Method in class weka.core.converters.DictionarySaver
Get whether to keep the dictionary sorted alphabetically or not
getKernel() - Method in class weka.classifiers.functions.GaussianProcesses
Gets the kernel to use.
getKernel() - Method in class weka.classifiers.functions.SMO.BinarySMO
Returns the kernel to use
getKernel() - Method in class weka.classifiers.functions.SMO
Returns the kernel to use
getKernel() - Method in class weka.classifiers.functions.SMOreg
Returns the kernel to use
getKernel() - Method in class weka.classifiers.functions.supportVector.CheckKernel
Get the kernel being tested
getKernel() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Gets the kernel to use.
getKernelBandwidth() - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
Get the kernel bandwidth
getKernelBandwidth() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the kernel bandwidth
getKernelEvaluations() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
returns the number of kernel evaluations
getKernelFactorExpression() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Gets the expression for the kernel.
getKernelMatrixFile() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Gets the file containing the kernel matrix.
getKey() - Method in class weka.core.Settings.SettingKey
Get the key of this setting
getKey() - Method in class weka.experiment.ClassifierSplitEvaluator
Gets the key describing the current SplitEvaluator.
getKey() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
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 class weka.experiment.AveragingResultProducer
Gets the names of each of the 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.DatabaseResultProducer
Gets the names of each of the columns produced for a single run.
getKeyNames() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Gets the names of each of the key columns produced for a single run.
getKeyNames() - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the names of each of the columns produced for a single run.
getKeyNames() - Method in class weka.experiment.LearningRateResultProducer
Gets the names of each of the 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.RegressionSplitEvaluator
Gets the names of each of the key columns produced for a single run.
getKeyNames() - Method in interface weka.experiment.ResultProducer
Gets the names of each of the key 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.
getKeys() - Method in class weka.core.converters.DatabaseLoader
Gets the key columns' name
getKeySpec() - Method in class weka.gui.beans.Join
Get the key specification (in internal format - k11,k12,...,k1nKEY_SPEC_SEPARATORk21,k22,...,k2n)
getKeySpec() - Method in class weka.knowledgeflow.steps.Join
Get the key specification (in internal format - k11,k12,...,k1nKEY_SPEC_SEPARATORk21,k22,...,k2n)
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.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.DatabaseResultProducer
Gets the data types of each of the columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Gets the data types of each of the key columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the data types of each of the columns produced for a single run.
getKeyTypes() - Method in class weka.experiment.LearningRateResultProducer
Gets the data types of each of the 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.RegressionSplitEvaluator
Gets the data types 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 interface weka.experiment.SplitEvaluator
Gets the data types of each of the key columns produced for a single run.
getKeywordFormatting(String) - Method in class weka.gui.scripting.SyntaxDocument
Gets the formatting for a keyword.
getKeywords() - Method in class weka.experiment.DatabaseUtils
Returns the currently stored keywords (as comma-separated list).
getKeywordsMaskChar() - Method in class weka.experiment.DatabaseUtils
Returns the currently set mask character.
getKind() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the kind property.
getKind() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the kind property.
getKNN() - Method in class weka.classifiers.lazy.IBk
Gets the number of neighbours the learner will use.
getKNN() - Method in class weka.classifiers.lazy.LWL
Gets the number of neighbours used for kernel bandwidth setting.
getKNNInput() - Method in class weka.core.pmml.jaxbbindings.KNNInputs
Gets the value of the knnInput property.
getKohonenMap() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the kohonenMap property.
getKValue() - Method in class weka.classifiers.trees.RandomTree
Get the value of K.
getKWBias() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the calculated bias squared according to the Kohavi and Wolpert definition
getKWSigma() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the calculated sigma according to the Kohavi and Wolpert definition
getKWVariance() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the calculated variance according to the Kohavi and Wolpert definition
getL() - Method in class weka.core.matrix.CholeskyDecomposition
Return triangular factor.
getL() - Method in class weka.core.Matrix
Deprecated.
Returns the L part of the matrix.
getL() - Method in class weka.core.matrix.LUDecomposition
Return lower triangular factor
getLabel() - Method in class weka.core.pmml.jaxbbindings.BaselineStratum
Gets the value of the label property.
getLabel() - Method in class weka.core.pmml.jaxbbindings.Parameter
Gets the value of the label property.
getLabel() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Get the label for the new merged class.
getLabel() - Method in class weka.gui.beans.BatchClassifierEvent
Get the label for this event
getLabel() - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Get the label to assign if this rule matches, or empty string if binary flag attribute is being created.
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.
getLabels() - Method in class weka.filters.unsupervised.attribute.AddValues
Get the comma-separated list of labels that are added.
getLambda() - Method in class weka.classifiers.functions.SGD
Get the current value of lambda
getLambda() - Method in class weka.classifiers.functions.SGDText
Get the current value of lambda
getLambda() - Method in class weka.classifiers.functions.supportVector.StringKernel
Gets the lambda constant used in the string kernel
getLatestCompatibleVersion(String) - Static method in class weka.core.WekaPackageManager
Get the latest version of the named package that is compatible with the base version of Weka being used.
getLaunchCommand() - Method in interface weka.gui.explorer.ClassifierPanelLaunchHandlerPlugin
Get the name of the launch command (to appear as the button text or in the popup menu)
getLaunchCommand() - Method in interface weka.gui.explorer.ClustererPanelLaunchHandlerPlugin
Get the name of the launch command (to appear as the button text or in the popup menu)
getLaunchStartPointsSequentially() - Method in class weka.knowledgeflow.FlowRunner
Get whether to launch start points sequentially
getLayoutAt(int) - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the flow layout at the supplied index
getLeafPredictionStrategy() - Method in class weka.classifiers.trees.HoeffdingTree
Get the leaf prediction strategy to use (majority class, naive Bayes or naive Bayes adaptive)
getLearningRate() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getLearningRate() - Method in class weka.classifiers.functions.SGD
Get the learning rate.
getLearningRate() - Method in class weka.classifiers.functions.SGDText
Get the learning rate.
getLeaveOneAttributeOut() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get whether to evaluate the merit of an attribute based on the impact of leaving it out from the full set instead of considering its worth in isolation
getLeftMargin() - Method in class weka.core.pmml.jaxbbindings.Interval
Gets the value of the leftMargin property.
getLegendText() - Method in class weka.gui.beans.ChartEvent
Get the legend text vector
getLength() - Method in class weka.core.pmml.jaxbbindings.TextDocument
Gets the value of the length property.
getLength() - Method in class weka.core.pmml.jaxbbindings.TimeCycle
Gets the value of the length property.
getLengthLimit() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the lengthLimit property.
getLevel() - Method in class weka.core.pmml.jaxbbindings.ExponentialSmoothing
Gets the value of the level property.
getLevel() - Method in class weka.gui.HierarchyPropertyParser
Get the level of current node.
getLeverage() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the leverage property.
getLHSAttName() - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
Get the lhs attribute name
getLift() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the lift property.
getLift() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the value of the lift property.
getLiftData() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the liftData property.
getLiftGraph() - Method in class weka.core.pmml.jaxbbindings.ModelLiftGraph
Gets the value of the liftGraph property.
getLiftGraph() - Method in class weka.core.pmml.jaxbbindings.OptimumLiftGraph
Gets the value of the liftGraph property.
getLiftGraph() - Method in class weka.core.pmml.jaxbbindings.RandomLiftGraph
Gets the value of the liftGraph property.
getLikelihoodThreshold() - Method in class weka.classifiers.meta.LogitBoost
Get the value of Precision.
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.
getLinearNorm() - Method in class weka.core.pmml.jaxbbindings.NormContinuous
Gets the value of the linearNorm property.
getLineNo() - Method in class weka.core.converters.ArffLoader.ArffReader
returns the current line number
getLinkAt(int) - Method in class weka.attributeSelection.BestFirst.LinkedList2
returns the element (Link) at a specific index from the list.
getLinkFunction() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the linkFunction property.
getLinkParameter() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the linkParameter property.
getLinkType() - Method in class weka.clusterers.HierarchicalClusterer
 
getList() - Method in class weka.gui.ResultHistoryPanel
Gets the JList used by the results list
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class weka.gui.CheckBoxList.CheckBoxListRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class weka.gui.experiment.AlgorithmListPanel.ObjectCellRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class weka.gui.sql.InfoPanelCellRenderer
Return a component that has been configured to display the specified value.
getLNorm() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get the L Norm used.
getLNorm() - Method in class weka.classifiers.functions.SGDText
Get the L Norm used.
getLoadClassifierFileName() - Method in class weka.gui.beans.Classifier
Get the name of the classifier to load at execution time.
getLoadClassifierFileName() - Method in class weka.knowledgeflow.steps.Classifier
Get the name of the classifier to load at execution time.
getLoadClustererFileName() - Method in class weka.knowledgeflow.steps.Clusterer
Get the name of the clusterer to load at execution time.
getLoadedPerspectives() - Method in class weka.gui.PerspectiveManager
Get a list of all loaded perspectives.
getLoader() - Method in class weka.core.converters.ConverterUtils.DataSource
returns the determined loader, null if the DataSource was initialized with data alone and not a file/URL.
getLoader() - Method in class weka.gui.beans.Loader
Get the loader
getLoader() - Method in class weka.gui.ConverterFileChooser
returns the loader that was chosen by the user, can be null in case the user aborted the dialog or the save dialog was shown.
getLoader() - Method in class weka.gui.SetInstancesPanel
Gets the currently used Loader.
getLoader() - Method in class weka.knowledgeflow.steps.Loader
Convenience method - calls getWrappedAlgorithm()
getLoaderForClass(String) - Method in class weka.core.WekaPackageClassLoaderManager
Attempts to locate a classloader for the named class.
getLoaderForExtension(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the loader to use for this kind of extension, returns null if none can be found.
getLoaderForFile(File) - Static method in class weka.core.converters.ConverterUtils
tries to determine the loader to use for this kind of file, returns null if none can be found.
getLoaderForFile(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the loader to use for this kind of file, returns null if none can be found.
getLoadersForExtension(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the loader to use for this kind of extension, returns null if none can be found.
getLoadersForFile(File) - Static method in class weka.core.converters.ConverterUtils
tries to determine the loaders to use for this kind of file.
getLoadersForFile(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the loaders to use for this kind of file.
getLocallyPredictive() - Method in class weka.attributeSelection.CfsSubsetEval
Return true if including locally predictive attributes
getLocalModel() - Method in class weka.classifiers.trees.j48.ClassifierTree
 
getLocalTermWeights() - Method in class weka.core.pmml.jaxbbindings.TextModelNormalization
Gets the value of the localTermWeights property.
getLocalTransformations() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the localTransformations property.
getLocalTransformations() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the localTransformations property.
getLocator(int) - Method in class weka.core.AttributeLocator
Returns the AttributeLocator at the given index.
getLocatorIndices() - Method in class weka.core.AttributeLocator
Returns the indices of the AttributeLocator objects.
getLog() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Get the logger.
getLog() - Method in class weka.core.Debug.Random
the currently used log, if null then stdout is used for outputting the debugging information
getLog() - Method in interface weka.core.LogHandler
Get the log in use
getLog() - Method in interface weka.core.pmml.PMMLModel
Get the logger.
getLog() - Method in class weka.gui.explorer.ClassifierPanel
Get the log
getLog() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get the log in use
getLog() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get the log in use
getLog() - Method in class weka.knowledgeflow.LogManager
Get the wrapped log
getLog() - Method in interface weka.knowledgeflow.StepManager
Get the log
getLog() - Method in class weka.knowledgeflow.StepManagerImpl
Get the log to use
getLogger() - Method in interface weka.knowledgeflow.FlowExecutor
Get the log in use
getLogger() - Method in class weka.knowledgeflow.FlowRunner
Get the log to use
getLoggingLevel() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get the logging level in use
getLoggingLevel() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get the logging level in use
getLoggingLevel() - Method in interface weka.knowledgeflow.FlowExecutor
Get the logging level to log at
getLoggingLevel() - Method in class weka.knowledgeflow.FlowRunner
Get the logging level to use
getLoggingLevel() - Method in class weka.knowledgeflow.LogManager
Get the logging level in use
getLoggingLevel() - Method in interface weka.knowledgeflow.StepManager
Get the currently set logging level
getLoggingLevel() - Method in class weka.knowledgeflow.StepManagerImpl
Get the logging level in use
getLoggingLevel() - Method in class weka.knowledgeflow.steps.WriteWekaLog
Get the logging level to use
getLogLikelihood() - Method in class weka.clusterers.ClusterEvaluation
Return the log likelihood corresponding to the most recent set of instances clustered.
getLogLossDecoding() - Method in class weka.classifiers.meta.MultiClassClassifier
Whether log loss decoding is used for random or exhaustive codes.
getLogPanel() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get the log panel in use by this layout
getLogPanel(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getLookAheadIterations() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of LookAheadIterations.
getLookupCacheSize() - Method in class weka.attributeSelection.BestFirst
Return the maximum size of the evaluated subset cache (expressed as a multiplier for the number of attributes in a data set.
getLossFunction() - Method in class weka.classifiers.functions.SGD
Get the current loss function.
getLossFunction() - Method in class weka.classifiers.functions.SGDText
Get the current loss function.
getLower() - Method in class weka.core.pmml.jaxbbindings.UniformDistribution
Gets the value of the lower property.
getLower() - Method in class weka.gui.experiment.RunNumberPanel
Gets the current lower run number.
getLowerBound() - Method in class weka.core.packageManagement.VersionRangePackageConstraint
Get the lower bound of this range
getLowerBoundMinSupport() - Method in class weka.associations.Apriori
Get the value of lowerBoundMinSupport.
getLowerBoundMinSupport() - Method in class weka.associations.FPGrowth
Get the value of lowerBoundMinSupport.
getLowercaseTokens() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get whether to convert all tokens to lowercase
getLowercaseTokens() - Method in class weka.classifiers.functions.SGDText
Get whether to convert all tokens to lowercase
getLowerCaseTokens() - Method in class weka.core.converters.DictionarySaver
Gets whether if the tokens are to be downcased or not.
getLowerCaseTokens() - Method in class weka.core.DictionaryBuilder
Gets whether if the tokens are to be downcased or not.
getLowerCaseTokens() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets whether if the tokens are to be downcased or not.
getLowerCaseTokens() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets whether if the tokens are to be downcased or not.
getLowerComparison() - Method in class weka.core.packageManagement.VersionRangePackageConstraint
Get the lower comparison
getLowerNumericBound() - Method in class weka.core.Attribute
Returns the lower bound of a numeric attribute.
getLowerSize() - Method in class weka.experiment.LearningRateResultProducer
Get the value of LowerSize.
getLowValue() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the lowValue property.
getM5RootNode() - Method in class weka.classifiers.trees.m5.M5Base
 
getM5RootNode() - Method in class weka.classifiers.trees.m5.Rule
 
getMacro(String) - Method in class weka.core.expressionlanguage.common.IfElseMacro
Tries to fetch the macro
getMacro(String) - Method in class weka.core.expressionlanguage.common.JavaMacro
 
getMacro(String) - Method in class weka.core.expressionlanguage.common.MacroDeclarationsCompositor
Tries to fetch a macro from one of the combined declarations.
getMacro(String) - Method in class weka.core.expressionlanguage.common.MathFunctions
Tries to fetch the macro
getMacro(String) - Method in class weka.core.expressionlanguage.common.NoMacros
Tries to fetch a macro.
getMacro(String) - Method in interface weka.core.expressionlanguage.core.MacroDeclarations
Tries to fetch the macro
getMacro(String) - Method in class weka.core.expressionlanguage.weka.InstancesHelper
Tries to fetch a macro
getMainApplication() - Method in class weka.gui.AbstractPerspective
Get the main application that this perspective belongs to
getMainApplication() - Method in interface weka.gui.Perspective
Get the main application that this perspective belongs to
getMainApplication() - Method in class weka.gui.SimpleCLIPanel
 
getMainKFPerspective() - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
Get the main knowledge flow perspective.
getMainKFPerspective() - Method in interface weka.gui.knowledgeflow.StepInteractiveViewer
Get the main knowledge flow perspective.
getMainPanel() - Method in class weka.gui.arffviewer.ArffViewer
returns the main panel
getMainPerspective() - Method in class weka.gui.beans.KnowledgeFlowApp
Gets the main knowledge flow perspective
getMainPerspective() - Method in interface weka.gui.GUIApplication
Get the main Perspective of this application - i.e.
getMainPerspective() - Method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Get the main perspective of this application
getMainPerspective() - Method in class weka.gui.PerspectiveManager
Get the main application perspective.
getMainPerspective() - Method in class weka.gui.WorkbenchApp
Get the main perspective of this application.
getMainToolBar() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the main toolbar
getMakeBinary() - Method in class weka.filters.supervised.attribute.Discretize
Gets whether binary attributes should be made for discretized ones.
getMakeBinary() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets whether binary attributes should be made for discretized ones.
getMakeResourceIntensive() - Method in class weka.knowledgeflow.steps.MakeResourceIntensive
Get whether downstream steps are to be made resource intensive
getManagedStep() - Method in interface weka.knowledgeflow.StepManager
Get the actual step managed by this step manager
getManagedStep() - Method in class weka.knowledgeflow.StepManagerImpl
Get the step managed by this manager
getMapMissingTo() - Method in class weka.core.pmml.jaxbbindings.Apply
Gets the value of the mapMissingTo property.
getMapMissingTo() - Method in class weka.core.pmml.jaxbbindings.Discretize
Gets the value of the mapMissingTo property.
getMapMissingTo() - Method in class weka.core.pmml.jaxbbindings.FieldRef
Gets the value of the mapMissingTo property.
getMapMissingTo() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the mapMissingTo property.
getMapMissingTo() - Method in class weka.core.pmml.jaxbbindings.NormContinuous
Gets the value of the mapMissingTo property.
getMapMissingTo() - Method in class weka.core.pmml.jaxbbindings.NormDiscrete
Gets the value of the mapMissingTo property.
getMappedClassIndex() - Method in class weka.classifiers.misc.InputMappedClassifier
 
getMappedValue() - Method in class weka.core.pmml.jaxbbindings.Item
Gets the value of the mappedValue property.
getMapValues() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the mapValues property.
getMapValues() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the mapValues property.
getMapValues() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the mapValues property.
getMargin(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
return marginal distibution for a node
getMargin(int) - Method in class weka.classifiers.bayes.net.MarginCalculator
 
getMarkovBlanketClassifier() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
 
getMarkovBlanketClassifier() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
 
getMasterPlot() - Method in class weka.gui.CostBenefitAnalysisPanel
Get the master threshold plot data
getMasterPlot() - Method in class weka.gui.visualize.Plot2D
Get the master plot
getMatCell() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the matCell property.
getMatch() - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Get the string/regex to use for matching
getMatch() - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Get the string/regex to use for matching
getMatchAttributeName() - Method in class weka.gui.beans.SubstringLabeler
 
getMatchAttributeName() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Get the name of the new attribute that is created to indicate the match
getMatchDetails() - Method in class weka.gui.beans.SubstringLabeler
Get the internally encoded list of match rules
getMatchDetails() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Get the internally encoded list of match rules
getMatches() - Method in class weka.core.FindWithCapabilities
returns the matches from the last find call.
getMatches(String) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns all the matches with the partial search string, files or classes.
getMatchMissingValues() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Gets whether missing values are counted as a match.
getMatchReplaceDetails() - Method in class weka.gui.beans.SubstringReplacer
Get the internally encoded list of match-replace rules
getMatchReplaceDetails() - Method in class weka.knowledgeflow.steps.SubstringReplacer
Get the internally encoded list of match-replace rules
getMatrix() - Method in class weka.core.pmml.jaxbbindings.Comparisons
Gets the value of the matrix property.
getMatrix() - Method in class weka.core.pmml.jaxbbindings.ConfusionMatrix
Gets the value of the matrix property.
getMatrix() - Method in class weka.core.pmml.jaxbbindings.CorrelationMethods
Gets the value of the matrix property.
getMatrix() - Method in class weka.core.pmml.jaxbbindings.CorrelationValues
Gets the value of the matrix property.
getMatrix() - Method in class weka.core.pmml.jaxbbindings.Covariances
Gets the value of the matrix property.
getMatrix() - Method in class weka.core.pmml.jaxbbindings.DocumentTermMatrix
Gets the value of the matrix property.
getMatrix() - Method in class weka.core.pmml.jaxbbindings.Predictor
Gets the value of the matrix property.
getMatrix(int[], int[]) - Method in class weka.core.matrix.Matrix
Get a submatrix.
getMatrix(int[], int, int) - Method in class weka.core.matrix.Matrix
Get a submatrix.
getMatrix(int, int, int[]) - Method in class weka.core.matrix.Matrix
Get a submatrix.
getMatrix(int, int, int, int) - Method in class weka.core.matrix.Matrix
Get a submatrix.
getMax() - Method in class weka.core.Memory
returns the maximum size of the JVM heap, obtains a fresh MemoryUsage object to do so.
getMax() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the max property.
getMax() - Method in class weka.core.pmml.jaxbbindings.Time
Gets the value of the max property.
getMax() - Method in class weka.gui.beans.ChartEvent
Get the max y value
getMaxArray() - Method in class weka.filters.unsupervised.attribute.Normalize
Returns the calculated maximum values for the attributes in the data.
getMaxBoostingIterations() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of maxBoostingIterations.
getMaxC() - Method in class weka.gui.visualize.Plot2D
Return the current max value of the colouring attribute
getMaxCardinality() - Method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
returns the max cardinality
getMaxCoordsPerPoint() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the maximum of coords per point.
getMaxCost(int) - Method in class weka.classifiers.CostMatrix
Gets the maximum cost for a particular class value.
getMaxCost(int, Instance) - Method in class weka.classifiers.CostMatrix
Gets the maximum cost for a particular class value.
getMaxCount() - Method in class weka.filters.supervised.instance.SpreadSubsample
Gets the value for the max count
getMaxDecimalPlaces() - Method in class weka.core.converters.ArffSaver
Get the maximum number of decimal places to print
getMaxDecimalPlaces() - Method in class weka.core.converters.CSVSaver
Get the maximum number of decimal places to print
getMaxDefault() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the maximum default.
getMaxDepth() - Method in class weka.classifiers.trees.RandomForest
Get the maximum depth of trh tree, 0 for unlimited.
getMaxDepth() - Method in class weka.classifiers.trees.RandomTree
Get the maximum depth of trh tree, 0 for unlimited.
getMaxDepth() - Method in class weka.classifiers.trees.REPTree
Get the value of MaxDepth.
getMaxDepth() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the depth of the built tree.
getMaximum() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the maximum property.
getMaximum() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the maximum property.
getMaximumAntConsSeparationTime() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the maximumAntConsSeparationTime property.
getMaximumAttributeNames() - Method in class weka.attributeSelection.PrincipalComponents
Gets maximum number of attributes to include in transformed attribute names.
getMaximumAttributeNames() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Gets maximum number of attributes to include in transformed attribute names.
getMaximumAttributes() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Gets maximum number of PC attributes to retain.
getMaximumItemsetSeparationTime() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the maximumItemsetSeparationTime property.
getMaximumNumberOfAntecedentItems() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the maximumNumberOfAntecedentItems property.
getMaximumNumberOfClusters() - Method in class weka.clusterers.EM
Get the maximum number of clusters to consider when cross-validating
getMaximumNumberOfConsequentItems() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the maximumNumberOfConsequentItems property.
getMaximumNumberOfItems() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the maximumNumberOfItems property.
getMaximumTotalSequenceTime() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the maximumTotalSequenceTime property.
getMaximumVariancePercentageAllowed() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Gets the maximum variance attributes are allowed to have before they are deleted by the filter.
getMaxInfoGain() - Method in class weka.classifiers.rules.JRip.Antd
 
getMaxInstancesInLeaf() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the maximum number of instances allowed in a leaf.
getMaxInstInLeaf() - Method in class weka.core.neighboursearch.KDTree
Get the maximum number of instances in a leaf.
getMaxInstNum() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the upper boundary for instances per cluster.
getMaxInstNum() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Gets the upper boundary for instances per cluster.
getMaxIntNodesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
returns the maximum of internal nodes visited.
getMaxIterations() - Method in class weka.classifiers.trees.lmt.LogisticBase
Returns the maxIterations parameter.
getMaxIterations() - Method in class weka.clusterers.EM
Get the maximum number of iterations
getMaxIterations() - Method in class weka.clusterers.SimpleKMeans
gets the number of maximum iterations to be executed.
getMaxIterations() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Gets the maximum number of cleansing iterations performed
getMaxIts() - Method in class weka.classifiers.functions.Logistic
Get the value of MaxIts.
getMaxK() - Method in class weka.classifiers.functions.VotedPerceptron
Get the value of maxK.
getMaxLeavesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the maximum number of leaves visited.
getMaxNrOfParents() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
Gets the max number of parents.
getMaxNrOfParents() - Method in class weka.classifiers.bayes.net.search.global.K2
Gets the max number of parents.
getMaxNrOfParents() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
Gets the max number of parents.
getMaxNrOfParents() - Method in class weka.classifiers.bayes.net.search.local.K2
Gets the max number of parents.
getMaxNrOfParents() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
Gets the max number of parents.
getMaxNumberOfItems() - Method in class weka.associations.FPGrowth
Gets the maximum number of items to be included in large item sets.
getMaxNumberOfItemsPerTA() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the maxNumberOfItemsPerTA property.
getMaxNumberOfItemsPerTransaction() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the maxNumberOfItemsPerTransaction property.
getMaxNumberOfTAsPerTAGroup() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the maxNumberOfTAsPerTAGroup property.
getMaxNumCandidateCanopiesToHoldInMemory() - Method in class weka.clusterers.Canopy
Get the maximum number of candidate canopies to retain in memory during training.
getMaxNumComponents() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns the number of components to use.
getMaxPlots() - Method in class weka.gui.beans.AttributeSummarizer
Get the number of plots to display
getMaxPointsVisited() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the maximum of points visited.
getMaxRadius() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the upper boundary for the radiuses of the clusters.
getMaxRange() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Gets the upper boundary for the range of x
getMaxRelativeLeafRadius() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the maximum relative radius of a leaf node.
getMaxRows() - Method in class weka.gui.sql.event.QueryExecuteEvent
returns the maximum number of rows to retrieve.
getMaxRows() - Method in class weka.gui.sql.QueryPanel
returns the current value for the maximum number of rows.
getMaxRows() - Method in class weka.gui.sql.ResultSetHelper
the maximum number of rows to retrieve, less than 1 means unlimited.
getMaxRuleSize() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the maximum number of tests in rules.
getMaxRunNumber() - Method in class weka.gui.beans.BatchClassifierEvent
Get the maximum run number
getMaxRunNumber() - Method in class weka.gui.beans.TestSetEvent
Get the maximum number of runs.
getMaxRunNumber() - Method in class weka.gui.beans.TrainingSetEvent
Get the maximum number of runs.
getMaxSetNumber() - Method in class weka.gui.beans.BatchClassifierEvent
Get the maximum set number (ie the total number of training and testing sets in the series).
getMaxSetNumber() - Method in class weka.gui.beans.BatchClustererEvent
Get the maximum set number (ie the total number of training and testing sets in the series).
getMaxSetNumber() - Method in class weka.gui.beans.TestSetEvent
Get the maximum set number
getMaxSetNumber() - Method in class weka.gui.beans.TrainingSetEvent
Get the maximum set number
getMaxSubsequenceLength() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the maximum length of the subsequence
getMaxThreshold() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the maximum threshold.
getMaxTime() - Method in class weka.core.pmml.jaxbbindings.BaseCumHazardTables
Gets the value of the maxTime property.
getMaxTime() - Method in class weka.core.pmml.jaxbbindings.BaselineStratum
Gets the value of the maxTime property.
getMaxValue() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
 
getMaxVersion() - Method in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in interface weka.gui.visualize.plugins.GraphVisualizePlugin
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in interface weka.gui.visualize.plugins.TreeVisualizePlugin
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in interface weka.gui.visualize.plugins.VisualizePlugin
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxX() - Method in class weka.gui.visualize.Plot2D
Return the current max value of the attribute plotted on the x axis
getMaxXBound() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Gets the maximum x-coordinate bound, in training-instance units (not mouse coordinates).
getMaxY() - Method in class weka.gui.visualize.Plot2D
Return the current max value of the attribute plotted on the y axis
getMaxYBound() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Gets the maximum x-coordinate bound, in training-instance units (not mouse coordinates).
getMean() - Method in class weka.core.pmml.jaxbbindings.AnyDistribution
Gets the value of the mean property.
getMean() - Method in class weka.core.pmml.jaxbbindings.GaussianDistribution
Gets the value of the mean property.
getMean() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the mean property.
getMean() - Method in class weka.core.pmml.jaxbbindings.PoissonDistribution
Gets the value of the mean property.
getMean() - Method in class weka.core.pmml.jaxbbindings.Time
Gets the value of the mean property.
getMean() - Method in class weka.estimators.MultivariateGaussianEstimator
Returns the mean vector.
getMean() - Method in class weka.estimators.NormalEstimator
Return the value of the mean of this normal estimator.
getMean(int, int) - Method in class weka.experiment.ResultMatrix
returns the mean at the given position, if the position is valid, otherwise 0.
getMeanAbsoluteError() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the meanAbsoluteError property.
getMeanCoordsPerPoint() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the mean of coords per point.
getMeanError() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the meanError property.
getMeanIntNodesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the mean of internal nodes visited.
getMeanLeavesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the mean of number of leaves visited.
getMeanOfSquares() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the meanOfSquares property.
getMeanPointsVisited() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the mean of points visited.
getMeanPrec() - Method in class weka.experiment.ResultMatrix
returns the current precision for the means.
getMeanPrecision() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default precision for the mean.
getMeans() - Method in class weka.estimators.KernelEstimator
Return the means of the kernels.
getMeanSquared() - Method in class weka.classifiers.lazy.IBk
Gets whether the mean squared error is used rather than mean absolute error when doing cross-validation.
getMeanSquaredError() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the meanSquaredError property.
getMeanValue() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
 
getMeanWidth() - Method in class weka.experiment.ResultMatrix
returns the current width for the mean.
getMeasure(String) - Method in class weka.classifiers.bayes.BayesNet
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.functions.SimpleLogistic
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.functions.SMOreg
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.lazy.IBk
Returns the value of the named measure from the neighbour search algorithm, plus the chosen K in case cross-validation is enabled.
getMeasure(String) - Method in class weka.classifiers.lazy.LWL
Returns the value of the named measure from the neighbour search algorithm.
getMeasure(String) - Method in class weka.classifiers.meta.AdditiveRegression
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.meta.Bagging
Returns the value of the named measure.
getMeasure(String) - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.misc.InputMappedClassifier
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.rules.DecisionTable
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.rules.JRip
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.rules.PART
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.trees.J48
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.trees.LMT
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.trees.m5.M5Base
Returns the value of the named measure
getMeasure(String) - Method in class weka.classifiers.trees.REPTree
Returns the value of the named measure.
getMeasure(String) - Method in interface weka.core.AdditionalMeasureProducer
Returns the value of the named measure
getMeasure(String) - Method in class weka.core.neighboursearch.BallTree
Returns the value of the named measure.
getMeasure(String) - Method in class weka.core.neighboursearch.CoverTree
Returns the value of the named measure.
getMeasure(String) - Method in class weka.core.neighboursearch.KDTree
Returns the value of the named measure.
getMeasure(String) - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns the value of the named measure.
getMeasure(String) - Method in class weka.core.neighboursearch.PerformanceStats
Returns the value of the named measure.
getMeasure(String) - Method in class weka.core.neighboursearch.TreePerformanceStats
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.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.DatabaseResultProducer
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Returns the value of the named measure
getMeasure(String) - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the value of the named measure.
getMeasure(String) - Method in class weka.experiment.LearningRateResultProducer
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.RegressionSplitEvaluator
Returns the value of the named measure
getMeasurePerformance() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Gets whether performance statistics are being calculated or not.
getMedian() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the median property.
getMembershipValues(Instance) - Method in class weka.classifiers.meta.Bagging
Computes an array that indicates leaf membership
getMembershipValues(Instance) - Method in class weka.classifiers.meta.FilteredClassifier
Computes an array that has a value for each element in the partition.
getMembershipValues(Instance) - Method in class weka.classifiers.meta.RandomCommittee
Computes an array that indicates leaf membership
getMembershipValues(Instance) - Method in class weka.classifiers.trees.j48.ClassifierTree
Computes a list that indicates node membership
getMembershipValues(Instance) - Method in class weka.classifiers.trees.J48
Computes an array that indicates node membership.
getMembershipValues(Instance) - Method in class weka.classifiers.trees.RandomTree
Computes array that indicates node membership.
getMembershipValues(Instance) - Method in class weka.classifiers.trees.REPTree
Computes array that indicates node membership.
getMembershipValues(Instance) - Method in interface weka.core.PartitionGenerator
Computes an array that has a value for each element in the partition.
getMenu() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the menu bar to be added in a frame
getMenuBar() - Method in class weka.classifiers.bayes.net.GUI
Get the menu bar for this application.
getMenuBar() - Method in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
Return the menu bar for this plugin
getMenuBar() - Method in class weka.gui.scripting.FileScriptingPanel
Returns the menu bar to to be displayed in the frame.
getMenuBar() - Method in class weka.gui.scripting.ScriptingPanel
Returns the menu bar to to be displayed in the frame.
getMenuBar() - Method in class weka.gui.SimpleCLIPanel
Not supported.
getMenuEntryText() - Method in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
Get the text entry to appear in the menu
getMenuItem(String) - Method in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
 
getMenus() - Method in class weka.gui.AbstractPerspective
Get an ordered list of menus to appear in the main menu bar.
getMenus() - Method in class weka.gui.explorer.PreprocessPanel
 
getMenus() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get an ordered list of menus to appear in the main menu bar.
getMenus() - Method in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
Get the list of menus
getMenus() - Method in interface weka.gui.Perspective
Get an ordered list of menus to appear in the main menu bar.
getMenus() - Method in class weka.gui.SimpleCLIPanel
 
getMenuTitle() - Method in interface weka.gui.MainMenuExtension
Returns the name of the menu item.
getMenuToDisplayIn() - Method in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
Get the menu that the plugin is to be listed in
getMergeValueRange() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Get the range of the merge values used.
getMetaClassifier() - Method in class weka.classifiers.meta.Stacking
Gets the meta classifier.
getMetadata() - Method in class weka.core.Attribute
Returns the properties supplied for this attribute.
getMetadata() - Method in class weka.core.Settings.SettingKey
Get the metadata for this setting
getMetaData() - Method in class weka.core.converters.DatabaseConnection
Gets meta data for the database connection object.
getMetadataElement(String) - Method in class weka.core.Settings.SettingKey
Get a piece of metadata for this setting
getMetadataElement(String, String) - Method in class weka.core.Settings.SettingKey
Get a peice of metadata for this setting
getMetaStore() - Static method in class weka.gui.beans.BeansProperties
Get the metastore
getMethod() - Method in class weka.classifiers.functions.neural.NeuralNode
 
getMethod() - Method in class weka.classifiers.meta.MultiClassClassifier
Gets the method used.
getMethod() - Method in class weka.core.pmml.jaxbbindings.NormDiscrete
Gets the value of the method property.
getMethodName() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Get the transformation method.
getMetricDescription() - Method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Get a short description of this metric (algorithm, forumulas etc.).
getMetricName() - Method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Get the name of this metric
getMetricNamesForRule() - Method in class weka.associations.AssociationRule
Return the names of the metrics available for this rule.
getMetricNamesForRule() - Method in class weka.associations.DefaultAssociationRule
 
getMetricRange(Map<String, WeightMass>) - Method in class weka.classifiers.trees.ht.GiniSplitMetric
 
getMetricRange(Map<String, WeightMass>) - Method in class weka.classifiers.trees.ht.InfoGainSplitMetric
 
getMetricRange(Map<String, WeightMass>) - Method in class weka.classifiers.trees.ht.SplitMetric
Get the range of the splitting metric
getMetricsToDisplay() - Method in class weka.classifiers.evaluation.Evaluation
Get a list of the names of metrics to have appear in the output The default is to display all built in metrics and plugin metrics that haven't been globally disabled.
getMetricsToDisplay() - Method in class weka.classifiers.Evaluation
Get a list of the names of metrics to have appear in the output The default is to display all built in metrics and plugin metrics that haven't been globally disabled.
getMetricType() - Method in class weka.associations.Apriori
Get the metric type
getMetricType() - Method in class weka.associations.FPGrowth
Get the metric type to use.
getMetricValuesForRule() - Method in class weka.associations.AssociationRule
Get all the available metric values for this rule.
getMetricValuesForRule() - Method in class weka.associations.DefaultAssociationRule
 
getMiddle(double[]) - Method in class weka.core.EuclideanDistance
Returns value in the middle of the two parameter values.
getMin() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the min property.
getMin() - Method in class weka.core.pmml.jaxbbindings.Time
Gets the value of the min property.
getMin() - Method in class weka.gui.beans.ChartEvent
Get the min y value
getMinAbsoluteCoefficientValue() - Method in class weka.classifiers.functions.SGDText
Get the minimum absolute magnitude for model coefficients.
getMinArray() - Method in class weka.filters.unsupervised.attribute.Normalize
Returns the calculated minimum values for the attributes in the data.
getMinBoxRelWidth() - Method in class weka.core.neighboursearch.KDTree
Gets the minimum relative box width.
getMinBucketSize() - Method in class weka.classifiers.rules.OneR
Get the value of minBucketSize.
getMinC() - Method in class weka.gui.visualize.Plot2D
Return the current min value of the colouring attribute
getMinCoordsPerPoint() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the minimum of coords per point.
getMinDefault() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the minimum default.
getMinFunction() - Method in class weka.core.Optimization
Get the minimal function value
getMinimal() - Method in class weka.classifiers.functions.LinearRegression
Returns whether to be more memory conservative or being able to output the model as string.
getMinimizeAbsoluteError() - Method in class weka.classifiers.meta.AdditiveRegression
Gets whether absolute error is to be minimized.
getMinimizeAbsoluteError() - Method in class weka.classifiers.meta.RegressionByDiscretization
Gets whether to min.
getMinimizeExpectedCost() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Gets the value of MinimizeExpectedCost.
getMinimum() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the minimum property.
getMinimum() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the minimum property.
getMinimumAntConsSeparationTime() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumAntConsSeparationTime property.
getMinimumBucketSize() - Method in class weka.attributeSelection.OneRAttributeEval
Get the minimum bucket size used by oneR
getMinimumCanopyDensity() - Method in class weka.clusterers.Canopy
Get the minimum T2-based density below which a canopy will be pruned during periodic pruning.
getMinimumConfidence() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the minimumConfidence property.
getMinimumConfidence() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumConfidence property.
getMinimumFractionOfWeightInfoGain() - Method in class weka.classifiers.trees.HoeffdingTree
Get the minimum fraction of weight required down at least two branches for info gain splitting
getMinimumFrequency() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Gets the minimum frequency.
getMinimumItemsetSeparationTime() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumItemsetSeparationTime property.
getMinimumLift() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumLift property.
getMinimumNumberInstances() - Method in class weka.core.Capabilities
returns the minimum number of instances that have to be in the dataset
getMinimumNumberOfAntecedentItems() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumNumberOfAntecedentItems property.
getMinimumNumberOfConsequentItems() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumNumberOfConsequentItems property.
getMinimumNumberOfItems() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumNumberOfItems property.
getMinimumSupport() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the minimumSupport property.
getMinimumSupport() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumSupport property.
getMinimumTotalSequenceTime() - Method in class weka.core.pmml.jaxbbindings.Constraints
Gets the value of the minimumTotalSequenceTime property.
getMiningBuildTask() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the miningBuildTask property.
getMiningFields() - Method in class weka.core.pmml.jaxbbindings.MiningSchema
Gets the value of the miningField property.
getMiningFields() - Method in class weka.core.pmml.MiningSchema
 
getMiningModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the miningModel property.
getMiningSchema() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Get the mining schema for this model.
getMiningSchema() - Method in interface weka.core.pmml.PMMLModel
Get the mining schema.
getMiningSchemaAsInstances() - Method in class weka.core.pmml.MiningSchema
Get the mining schema fields as an Instances object.
getMinInstNum() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the lower boundary for instances per cluster.
getMinInstNum() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Gets the lower boundary for instances per cluster.
getMinIntNodesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the minimum of internal nodes visited.
getMinkowski() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the minkowski property.
getMinLeavesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the minimum number of leaves visited.
getMinLevel() - Method in class weka.core.logging.Logger
Returns the minimum level log messages must have in order to appear in the log.
getMinLogLikelihoodImprovementCV() - Method in class weka.clusterers.EM
Get the minimum improvement in cross-validated log likelihood required to consider increasing the number of clusters when cross-validating to find the best number of clusters
getMinLogLikelihoodImprovementIterating() - Method in class weka.clusterers.EM
Get the minimum improvement in log likelihood necessary to perform another iteration of the E and M steps.
getMinMax(Instances, int, double[]) - Static method in class weka.estimators.CheckEstimator
Find the minimum and the maximum of the attribute and return it in the last parameter..
getMinMax(Instances, int, double[]) - Static method in class weka.estimators.EstimatorUtils
Find the minimum and the maximum of the attribute and return it in the last parameter.
getMinMetric() - Method in class weka.associations.Apriori
Get the value of minConfidence.
getMinMetric() - Method in class weka.associations.FPGrowth
Get the value of minConfidence.
getMinNo() - Method in class weka.classifiers.rules.JRip
Gets the minimum total weight of the instances in a rule
getMinNum() - Method in class weka.classifiers.trees.RandomTree
Get the value of MinNum.
getMinNum() - Method in class weka.classifiers.trees.REPTree
Get the value of MinNum.
getMinNumInstances() - Method in class weka.classifiers.trees.LMT
Get the value of minNumInstances.
getMinNumInstances() - Method in class weka.classifiers.trees.m5.M5Base
Get the minimum number of instances to allow at a leaf node
getMinNumInstances() - Method in class weka.classifiers.trees.m5.Rule
Get the minimum number of instances to allow at a leaf node
getMinNumInstances() - Method in class weka.classifiers.trees.m5.RuleNode
Get the minimum number of instances to allow at a leaf node
getMinNumObj() - Method in class weka.classifiers.rules.PART
Get the value of minNumObj.
getMinNumObj() - Method in class weka.classifiers.trees.J48
Get the value of minNumObj.
getMinPointsVisited() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the minimum of points visited.
getMinRadius() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the lower boundary for the radiuses of the clusters.
getMinRange() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Gets the lower boundary for the range of x
getMinRuleSize() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the minimum number of tests in rules.
getMinStdDev() - Method in class weka.clusterers.EM
Get the minimum allowable standard deviation.
getMinStdDev() - Method in class weka.clusterers.MakeDensityBasedClusterer
Get the minimum allowable standard deviation.
getMinTermFreq() - Method in class weka.core.converters.DictionarySaver
Get the MinTermFreq value.
getMinTermFreq() - Method in class weka.core.DictionaryBuilder
Get the MinTermFreq value.
getMinTermFreq() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Get the MinTermFreq value.
getMinThreshold() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Get the minimum threshold.
getMinValue() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
 
getMinVarianceProp() - Method in class weka.classifiers.trees.RandomTree
Get the value of MinVarianceProp.
getMinVarianceProp() - Method in class weka.classifiers.trees.REPTree
Get the value of MinVarianceProp.
getMinVersion() - Method in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in interface weka.gui.visualize.plugins.GraphVisualizePlugin
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in interface weka.gui.visualize.plugins.TreeVisualizePlugin
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in interface weka.gui.visualize.plugins.VisualizePlugin
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinWordFrequency() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get the minimum word frequency.
getMinWordFrequency() - Method in class weka.classifiers.functions.SGDText
Get the minimum word frequency.
getMinX() - Method in class weka.gui.visualize.Plot2D
Return the current min value of the attribute plotted on the x axis
getMinXBound() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Gets the minimum x-coordinate bound, in training-instance units (not mouse coordinates).
getMinY() - Method in class weka.gui.visualize.Plot2D
Return the current min value of the attribute plotted on the y axis
getMinYBound() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Gets the minimum y-coordinate bound, in training-instance units (not mouse coordinates).
getMisses() - Method in class weka.core.FindWithCapabilities
returns the misses from the last find call.
getMissingDependencies() - Method in class weka.core.packageManagement.DefaultPackage
Gets a list of packages that this package depends on that are not currently installed.
getMissingDependencies() - Method in class weka.core.packageManagement.Package
Gets a list of packages that this package depends on that are not currently installed.
getMissingDependencies(List<Package>) - Method in class weka.core.packageManagement.DefaultPackage
Gets a list of packages that this package depends on that are not in the supplied list of packages.
getMissingDependencies(List<Package>) - Method in class weka.core.packageManagement.Package
Gets a list of packages that this package depends on that are not in the supplied list of packages.
getMissingFreq() - Method in class weka.core.pmml.jaxbbindings.Counts
Gets the value of the missingFreq property.
getMissingMerge() - Method in class weka.attributeSelection.GainRatioAttributeEval
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
getMissingMerge() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
get whether missing values are being distributed or not
getMissingMode() - Method in class weka.classifiers.lazy.KStar
Gets the method to use for handling missing values.
getMissingSeparate() - Method in class weka.attributeSelection.CfsSubsetEval
Return true is missing is treated as a separate value
getMissingValue() - Method in class weka.core.converters.CSVLoader
Returns the current placeholder for missing values.
getMissingValue() - Method in class weka.core.converters.CSVSaver
Returns the current placeholder for missing values.
getMissingValuePenalty() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the missingValuePenalty property.
getMissingValuePenalty() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the missingValuePenalty property.
getMissingValueReplacement() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the missingValueReplacement property.
getMissingValueStrategy() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the missingValueStrategy property.
getMissingValueStrategy() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the missingValueStrategy property.
getMissingValueTreatment() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the missingValueTreatment property.
getMissingValueTreatmentMethod() - Method in class weka.core.pmml.MiningFieldMetaInfo
Get the missing value treatment method for this field.
getModalValue() - Method in class weka.core.pmml.jaxbbindings.DiscrStats
Gets the value of the modalValue property.
getModel() - Method in class weka.classifiers.trees.m5.RuleNode
Get the linear model at this node
getModel() - Method in class weka.gui.SortedTableModel
returns the current model, can be null
getModelClass() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the value of the modelClass property.
getModelDF() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the modelDF property.
getModelFile() - Method in class weka.classifiers.misc.SerializedClassifier
Gets the file containing the serialized model.
getModelHeader(Instances) - Method in class weka.classifiers.misc.InputMappedClassifier
Return the instance structure that the encapsulated model was built with.
getModelLiftGraph() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the modelLiftGraph property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.BaselineModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.MiningModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.NaiveBayesModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.RuleSetModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.TimeSeriesModel
Gets the value of the modelName property.
getModelName() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the modelName property.
getModelParameters() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns a string describing the number of LogitBoost iterations performed at this node, the total number of LogitBoost iterations performed (including iterations at higher levels in the tree), and the number of training examples at this node.
getModelPath() - Method in class weka.classifiers.misc.InputMappedClassifier
Get the path used for loading a model.
getModelStats() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the modelStats property.
getModelStats() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the modelStats property.
getModelType() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the modelType property.
getModelType() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the modelType property.
getModelValueAt(int, int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the value at the given position
getModificationText() - Method in class weka.filters.RenameRelation
Get the modification text to apply
getModificationText() - Method in class weka.knowledgeflow.steps.AlterRelationName
Get the modification text to apply
getModifyHeader() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Gets whether the header will be modified when selecting on nominal attributes.
getModifyHeader() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Gets whether the header will be modified when selecting on nominal attributes.
getModType() - Method in class weka.filters.RenameRelation
Get the modification type to apply
getModType() - Method in class weka.knowledgeflow.steps.AlterRelationName
Get the modification type to apply
getMomentum() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getMultiInstance() - Method in class weka.core.TestInstances
Gets whether multi-instance data (with a fixed structure) is generated
getMultiInstanceCapabilities() - Method in interface weka.core.MultiInstanceCapabilitiesHandler
Returns the capabilities of this multi-instance classifier for the relational data (i.e., the bags).
getMultiLineComment() - Method in class weka.gui.scripting.SyntaxDocument
Returns whether multi-line comments are enabled.
getMultiLineCommentEnd() - Method in class weka.gui.scripting.SyntaxDocument
Returns the end of a multi-line comment.
getMultiLineCommentStart() - Method in class weka.gui.scripting.SyntaxDocument
Returns the string that is the start of a multi-line comment.
getMultipleModelMethod() - Method in class weka.core.pmml.jaxbbindings.Segmentation
Gets the value of the multipleModelMethod property.
getMultivariateStat() - Method in class weka.core.pmml.jaxbbindings.MultivariateStats
Gets the value of the multivariateStat property.
getMultivariateStats() - Method in class weka.core.pmml.jaxbbindings.ModelStats
Gets the value of the multivariateStats property.
getMustRunSingleThreaded() - Method in class weka.knowledgeflow.StepTask
Get whether this StepTask must run single threaded - i.e.
getN() - Method in class weka.core.pmml.jaxbbindings.ArrayType
Gets the value of the n property.
getN() - Method in class weka.core.pmml.jaxbbindings.INTSparseArray
Gets the value of the n property.
getN() - Method in class weka.core.pmml.jaxbbindings.REALSparseArray
Gets the value of the n property.
getNaiveBayesModel() - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Get the naive bayes model at this node
getNaiveBayesModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the naiveBayesModel property.
getNaiveBayesPredictionThreshold() - Method in class weka.classifiers.trees.HoeffdingTree
Get the number of instances (weight) a leaf should observe before allowing naive Bayes to make predictions
getName() - Method in class weka.classifiers.bayes.BayesNet
get name of the Bayes network
getName() - Method in class weka.core.expressionlanguage.common.Primitives.BooleanVariable
 
getName() - Method in class weka.core.expressionlanguage.common.Primitives.DoubleVariable
 
getName() - Method in class weka.core.expressionlanguage.common.Primitives.StringVariable
 
getName() - Method in class weka.core.json.JSONNode
Returns the name of the node.
getName() - Method in class weka.core.packageManagement.DefaultPackage
Convenience method to return the name of this package.
getName() - Method in class weka.core.packageManagement.Package
Convenience method to return the name of this package.
getName() - Method in class weka.core.pmml.Function
 
getName() - Method in class weka.core.pmml.jaxbbindings.Application
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.CategoricalPredictor
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Characteristic
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Extension
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.NumericPredictor
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Parameter
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.ParameterField
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Partition
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Predictor
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.PredictorTerm
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.Taxonomy
Gets the value of the name property.
getName() - Method in class weka.core.pmml.jaxbbindings.TextDocument
Gets the value of the name property.
getName() - Method in class weka.core.pmml.MiningFieldMetaInfo
Get the name of this field.
getName() - Method in class weka.core.PropertyPath.PathElement
returns the name of the property
getName() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the name of the new attribute
getName() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the name of the new attribute
getName() - Method in class weka.gui.experiment.AbstractSetupPanel
Returns the name of the panel.
getName() - Method in class weka.gui.experiment.SetupPanel
Returns the name of the panel.
getName() - Method in class weka.gui.experiment.SimpleSetupPanel
Returns the name of the panel.
getName() - Method in class weka.gui.simplecli.AbstractCommand
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Capabilities
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Cls
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Echo
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Exit
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Help
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.History
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Java
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Kill
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Script
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Set
Returns the name of the command.
getName() - Method in class weka.gui.simplecli.Unset
Returns the name of the command.
getName() - Method in class weka.gui.visualize.VisualizePanel
Returns the name associated with this plot.
getName() - Method in interface weka.knowledgeflow.StepManager
Get the name of the step managed by this StepManager
getName() - Method in class weka.knowledgeflow.StepManagerImpl
Get the name of the Step being managed
getName() - Method in class weka.knowledgeflow.steps.BaseStep
Get the name of this step
getName() - Method in interface weka.knowledgeflow.steps.Step
Get the name of this step
getNameAndValueFromUnsupervisedNominalToBinaryDerivedAttribute(Instances, Attribute) - Static method in class weka.classifiers.pmml.producer.AbstractPMMLProducerHelper
Extracts the original attribute name and value from the name of a binary indicator attribute created by unsupervised NominalToBinary.
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
getNamedMetric(String, int...) - Method in class weka.classifiers.evaluation.EvaluationMetricHelper
Gets the value of a named metric.
getNamedMetricThresholds(String) - Method in class weka.classifiers.evaluation.EvaluationMetricHelper
Gets the thresholds produced by the metric, if the metric implements ThresholdProducingMetric.
getNamedMetricValue(String) - Method in class weka.associations.AssociationRule
Get the value of the named metric for this rule
getNamedMetricValue(String) - Method in class weka.associations.DefaultAssociationRule
 
getNamedObject(String) - Method in class weka.gui.ResultHistoryPanel
Get the named object from the list
getNbCols() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the nbCols property.
getNbCorrect() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the nbCorrect property.
getNbCorrect() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the nbCorrect property.
getNbRows() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the nbRows property.
getNearestNeighborModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the nearestNeighborModel property.
getNearestNeighbourSearchAlgorithm() - Method in class weka.classifiers.lazy.IBk
Returns the current nearestNeighbourSearch algorithm in use.
getNearestNeighbourSearchAlgorithm() - Method in class weka.classifiers.lazy.LWL
Returns the current nearestNeighbourSearch algorithm in use.
getNegativeTargetFieldDisplayValue() - Method in class weka.core.pmml.jaxbbindings.ROC
Gets the value of the negativeTargetFieldDisplayValue property.
getNegativeTargetFieldValue() - Method in class weka.core.pmml.jaxbbindings.ROC
Gets the value of the negativeTargetFieldValue property.
getNeuralInput() - Method in class weka.core.pmml.jaxbbindings.NeuralInputs
Gets the value of the neuralInput property.
getNeuralNetwork() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the neuralNetwork property.
getNeuralOutput() - Method in class weka.core.pmml.jaxbbindings.NeuralOutputs
Gets the value of the neuralOutput property.
getNeuron() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the neuron property.
getNewAttributeName() - Method in class weka.gui.beans.SubstringLabelerRules
Get the name to use for the new attribute that is added
getNewLine() - Method in class weka.gui.scripting.Script
Returns the new line string in use.
getNext(int) - Method in class weka.classifiers.functions.supportVector.SMOset
Gets the next element in the set.
getNextInstance(Instances) - Method in class weka.core.converters.AbstractLoader
 
getNextInstance(Instances) - Method in class weka.core.converters.ArffLoader
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
getNextInstance(Instances) - Method in class weka.core.converters.C45Loader
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
getNextInstance(Instances) - Method in class weka.core.converters.CSVLoader
 
getNextInstance(Instances) - Method in class weka.core.converters.DatabaseLoader
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
getNextInstance(Instances) - Method in class weka.core.converters.JSONLoader
JSONLoader is unable to process a data set incrementally.
getNextInstance(Instances) - Method in class weka.core.converters.LibSVMLoader
LibSVmLoader is unable to process a data set incrementally.
getNextInstance(Instances) - Method in interface weka.core.converters.Loader
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
getNextInstance(Instances) - Method in class weka.core.converters.MatlabLoader
MatlabLoader is unable to process a data set incrementally.
getNextInstance(Instances) - Method in class weka.core.converters.SerializedInstancesLoader
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
getNextInstance(Instances) - Method in class weka.core.converters.SVMLightLoader
SVMLightLoader is unable to process a data set incrementally.
getNextInstance(Instances) - Method in class weka.core.converters.TextDirectoryLoader
Process input directories/files incrementally.
getNextInstance(Instances) - Method in class weka.core.converters.XRFFLoader
XRFFLoader is unable to process a data set incrementally.
getNGramMaxSize() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
Gets the max N of the NGram.
getNGramMaxSize() - Method in class weka.core.tokenizers.NGramTokenizer
Gets the max N of the NGram.
getNGramMinSize() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
Gets the min N of the NGram.
getNGramMinSize() - Method in class weka.core.tokenizers.NGramTokenizer
Gets the min N of the NGram.
getNoClass() - Method in class weka.core.TestInstances
whether no class attribute is generated
getNode() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the node property.
getNode(String) - Method in class weka.classifiers.bayes.net.BIFReader
getNode finds the index of the node with name sNodeName and throws an exception if no such node can be found.
getNode(String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns index of node with given name.
getNode(String) - Method in class weka.classifiers.bayes.net.MarginCalculator
 
getNode(String) - Method in class weka.core.xml.XMLDocument
Returns the node represented by the XPath expression.
getNode2(String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns index of node with given name, or -1 if no such node exists
getNodeName(int) - Method in class weka.classifiers.bayes.BayesNet
get name of a node in the Bayes network
getNodes() - Method in class weka.classifiers.trees.lmt.LMTNode
Return a list of all inner nodes in the tree
getNodes() - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
give access to set of graph nodes
getNodes() - Method in interface weka.gui.graphvisualizer.LayoutEngine
give access to set of graph nodes
getNodes(Vector<LMTNode>) - Method in class weka.classifiers.trees.lmt.LMTNode
Fills a list with all inner nodes in the tree
getNodeSplitter() - Method in class weka.core.neighboursearch.KDTree
Returns the splitting method currently in use to split the nodes of the KDTree.
getNodeType() - Method in class weka.core.json.JSONNode
Returns the type of the container.
getNodeValue(int, int) - Method in class weka.classifiers.bayes.BayesNet
get name of a particular value of a node
getNoHeaderRow() - Method in class weka.core.converters.CSVSaver
Get whether to not write the header row
getNoHeaderRowPresent() - Method in class weka.core.converters.CSVLoader
Get whether there is no header row in the data.
getNoise() - Method in class weka.classifiers.functions.GaussianProcesses
Get the value of noise.
getNoisePercent() - Method in class weka.datagenerators.classifiers.classification.LED24
Gets the noise percentage.
getNoiseRate() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Gets the gaussian noise rate.
getNoiseVariance() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Gets the noise variance
getNominalAttributes() - Method in class weka.core.converters.CSVLoader
Returns the current attribute range to be forced to type nominal.
getNominalBinary() - Method in class weka.gui.beans.SubstringLabeler
Get whether the new attribute created should be a nominal binary attribute rather than a numeric binary attribute.
getNominalBinary() - Method in class weka.gui.beans.SubstringLabelerRules
Get whether to create a nominal binary attribute in the case when the user has not supplied an explicit label to use for each rule.
getNominalBinary() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Get whether the new attribute created should be a nominal binary attribute rather than a numeric binary attribute.
getNominalCols() - Method in class weka.datagenerators.clusterers.SubspaceCluster
returns the range of nominal attributes
getNominalConversionThreshold() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Get the minimum number of values a nominal attribute must have in order to be transformed.
getNominalIndices() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Get the set of nominal value indices that will be used for selection
getNominalLabels() - Method in class weka.filters.unsupervised.attribute.Add
Get the list of labels for nominal attribute creation.
getNominalLabelSpecs() - Method in class weka.core.converters.CSVLoader
Get label specifications for nominal attributes.
getNominalOrStringValue() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the value of the attribute as a string (nominal and string attribute) or null if the attribute is not nominal or string
getNominalStringReplacementValue() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Get the nominal/string replacement value
getNominalToBinaryFilter() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getNoPruning() - Method in class weka.classifiers.trees.REPTree
Get the value of NoPruning.
getNoReplacement() - Method in class weka.filters.supervised.instance.Resample
Gets whether instances are drawn with or without replacement.
getNoReplacement() - Method in class weka.filters.unsupervised.instance.Resample
Gets whether instances are drawn with or without replacement.
getNorm() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get the instance's Norm.
getNorm() - Method in class weka.classifiers.functions.SGDText
Get the instance's Norm.
getNorm() - Method in class weka.core.pmml.jaxbbindings.LinearNorm
Gets the value of the norm property.
getNormalizationMethod() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the normalizationMethod property.
getNormalizationMethod() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the normalizationMethod property.
getNormalizationMethod() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the normalizationMethod property.
getNormalizationMethod() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the normalizationMethod property.
getNormalizationScheme() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the normalizationScheme property.
getNormalize() - Method in class weka.core.DictionaryBuilder
Get whether word frequencies for a document should be normalized
getNormalizeAttributes() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getNormalizedCountTable() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the normalizedCountTable property.
getNormalizeDimWidths() - Method in class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Whether we are normalizing the widths(ranges) of the dimensions (attributes) or not.
getNormalizeDocLength() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get whether to normalize the length of each document
getNormalizeDocLength() - Method in class weka.classifiers.functions.SGDText
Get whether to normalize the length of each document
getNormalizeDocLength() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets whether if the word frequencies for a document (instance) should be normalized or not.
getNormalizeDocLength() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets whether if the word frequencies for a document (instance) should be normalized or not.
getNormalizeNodeWidth() - Method in class weka.core.neighboursearch.KDTree
Gets the normalize flag.
getNormalizeNumericClass() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getNormContinuous() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the normContinuous property.
getNormContinuous() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the normContinuous property.
getNormContinuous() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the normContinuous property.
getNormDiscrete() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the normDiscrete property.
getNormDiscrete() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the normDiscrete property.
getNormDiscrete() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the normDiscrete property.
getNoSizeDetermination() - Method in class weka.experiment.ClassifierSplitEvaluator
Returns whether the size determination (train/test/classifer) is skipped.
getNoSizeDetermination() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Returns whether the size determination (train/test/clusterer) is skipped.
getNoSizeDetermination() - Method in class weka.experiment.RegressionSplitEvaluator
Returns whether the size determination (train/test/classifer) is skipped.
getNot() - Method in class weka.datagenerators.Test
Negates the test.
getNotCapabilities() - Method in class weka.core.FindWithCapabilities
The "not to have" capabilities to search for.
getNotes() - Method in class weka.experiment.Experiment
Get the user notes.
getNoteText() - Method in class weka.gui.beans.Note
Get the note text
getNoteText() - Method in class weka.knowledgeflow.steps.Note
Get the text of the note
getNoTrueChildStrategy() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the noTrueChildStrategy property.
getNoTrueChildStrategy() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the noTrueChildStrategy property.
getNPointPrecision(Instances, int) - Static method in class weka.classifiers.evaluation.ThresholdCurve
Calculates the n point precision result, which is the precision averaged over n evenly spaced (w.r.t recall) samples of the curve.
getNrOfGoodOperations() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
Gets the number of "good operations"
getNrOfLookAheadSteps() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
Gets the number of look-ahead steps
getNrOfNodes() - Method in class weka.classifiers.bayes.BayesNet
get number of nodes in the Bayes network
getNrOfParents() - Method in class weka.classifiers.bayes.net.ParentSet
returns number of parents
getNrOfParents(int) - Method in class weka.classifiers.bayes.BayesNet
get number of parents of a node in the network structure
getNumArcs() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Gets the number of arcs for the bayesian net
getNUMARRAY() - Method in class weka.core.pmml.jaxbbindings.ContStats
Gets the value of the numarray property.
getNUMARRAY() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the numarray property.
getNUMARRAY() - Method in class weka.core.pmml.jaxbbindings.PartitionFieldStats
Gets the value of the numarray property.
getNumAttributes() - Method in class weka.core.TestInstances
returns the overall number of attributes (incl.
getNumAttributes() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Gets the number of attributes that should be produced.
getNumAttributes() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Gets the number of attributes that should be produced.
getNumAttributes() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the number of attributes that should be produced.
getNumAttributes() - Method in class weka.datagenerators.ClusterGenerator
Gets the number of attributes that should be produced.
getNumAttributes() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Get the number of attributes (< 1 percentage, >= 1 absolute number).
getNumberOfAttributes() - Method in class weka.core.pmml.jaxbbindings.SupportVectors
Gets the value of the numberOfAttributes property.
getNumberOfAttributes() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Gets the current number of attributes (dimensionality) to which the data will be reduced to.
getNumberOfClusters() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the value of the numberOfClusters property.
getNumberOfCoefficients() - Method in class weka.core.pmml.jaxbbindings.Coefficients
Gets the value of the numberOfCoefficients property.
getNumberOfDocuments() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the value of the numberOfDocuments property.
getNumberOfFields() - Method in class weka.core.pmml.jaxbbindings.DataDictionary
Gets the value of the numberOfFields property.
getNumberOfFields() - Method in class weka.core.pmml.jaxbbindings.VectorFields
Gets the value of the numberOfFields property.
getNumberOfInputs() - Method in class weka.core.pmml.jaxbbindings.NeuralInputs
Gets the value of the numberOfInputs property.
getNumberOfItems() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the numberOfItems property.
getNumberOfItems() - Method in class weka.core.pmml.jaxbbindings.Itemset
Gets the value of the numberOfItems property.
getNumberOfItemsets() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the numberOfItemsets property.
getNumberOfLayers() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the numberOfLayers property.
getNumberOfMetricsForRule() - Method in class weka.associations.AssociationRule
Gets the number of metrics available for this rule.
getNumberOfMetricsForRule() - Method in class weka.associations.DefaultAssociationRule
 
getNumberOfNeighbors() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the numberOfNeighbors property.
getNumberOfNeurons() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the numberOfNeurons property.
getNumberOfOutputs() - Method in class weka.core.pmml.jaxbbindings.NeuralOutputs
Gets the value of the numberOfOutputs property.
getNumberOfRules() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the numberOfRules property.
getNumberOfSets() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the numberOfSets property.
getNumberOfSets() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the value of the numberOfSets property.
getNumberOfSupportVectors() - Method in class weka.core.pmml.jaxbbindings.SupportVectors
Gets the value of the numberOfSupportVectors property.
getNumberOfTerms() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the value of the numberOfTerms property.
getNumberOfTransactionGroups() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the numberOfTransactionGroups property.
getNumberOfTransactions() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the numberOfTransactions property.
getNumberOfTransactions() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the numberOfTransactions property.
getNumberOfVectors() - Method in class weka.core.pmml.jaxbbindings.VectorDictionary
Gets the value of the numberOfVectors property.
getNumBins() - Method in class weka.classifiers.meta.RegressionByDiscretization
Gets the number of bins numeric attributes will be divided into
getNumBins() - Method in class weka.classifiers.trees.ht.GaussianConditionalSufficientStats
 
getNumBins() - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Gets the number of bins
getNumBoostingIterations() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of numBoostingIterations.
getNumBoostingIterations() - Method in class weka.classifiers.trees.LMT
Get the value of numBoostingIterations.
getNumBootstrapRuns() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns the number of Bootstrap runs.
getNumCentroids() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Gets the number of centroids.
getNumClasses() - Method in class weka.core.TestInstances
returns the current number of classes
getNumClasses() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Gets the number of classes the dataset should have.
getNumClasses() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the number of classes the dataset should have.
getNumClusters() - Method in class weka.attributeSelection.UnsupervisedSubsetEvaluator
Return the number of clusters used by the subset evaluator
getNumClusters() - Method in class weka.clusterers.Canopy
Get the number of clusters to generate
getNumClusters() - Method in class weka.clusterers.ClusterEvaluation
Return the number of clusters found for the most recent call to evaluateClusterer
getNumClusters() - Method in class weka.clusterers.EM
Get the number of clusters
getNumClusters() - Method in class weka.clusterers.FarthestFirst
gets the number of clusters to generate
getNumClusters() - Method in class weka.clusterers.HierarchicalClusterer
 
getNumClusters() - Method in class weka.clusterers.SimpleKMeans
gets the number of clusters to generate.
getNumClusters() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the number of clusters the dataset should have.
getNumComponents() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns the number of components to use.
getNumCVFolds() - Method in class weka.gui.explorer.ClassifierPanel
Get the number of cross-validation folds to use
getNumCycles() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the number of cycles.
getNumDatasets() - Method in class weka.experiment.PairedTTester
Gets the number of datasets in the resultsets
getNumDatasets() - Method in interface weka.experiment.Tester
Gets the number of datasets in the resultsets
getNumDate() - Method in class weka.core.CheckScheme
returns the current number of date attributes
getNumDate() - Method in class weka.core.TestInstances
returns the current number of date attributes
getNumDecimalPlaces() - Method in class weka.classifiers.AbstractClassifier
Get the number of decimal places.
getNumDecimalPlaces() - Method in class weka.classifiers.trees.m5.Rule
Get the number of decimal places.
getNumDecimals() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the number of digits to output after the decimal point.
getNumeric() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Check if new attribute is to be numeric.
getNumericAttributes() - Method in class weka.core.converters.CSVLoader
Gets the attribute range to be forced to type numeric
getNumericColumns() - Method in class weka.gui.sql.ResultSetHelper
returns an array that indicates whether a column is numeric or nor.
getNumericInfo() - Method in class weka.core.pmml.jaxbbindings.PartitionFieldStats
Gets the value of the numericInfo property.
getNumericInfo() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the numericInfo property.
getNumericPredictors() - Method in class weka.core.pmml.jaxbbindings.RegressionTable
Gets the value of the numericPredictor property.
getNumericReplacementValue() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Get the numeric replacement value
getNumericValue() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the value of the attribute as a number or Utils.missingValue() if the attribute is not numeric.
getNumExamples() - Method in class weka.datagenerators.ClassificationGenerator
Gets the number of examples, given by option.
getNumExamples() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Gets the number of examples, given by option.
getNumExamples() - Method in class weka.datagenerators.RegressionGenerator
Gets the number of examples, given by option.
getNumExamplesAct() - Method in class weka.datagenerators.DataGenerator
Gets the number of examples the dataset should have.
getNumExecutionSlots() - Method in class weka.attributeSelection.GreedyStepwise
Gets the number of threads.
getNumExecutionSlots() - Method in class weka.classifiers.ParallelIteratedSingleClassifierEnhancer
Get the number of execution slots (threads) to use for building the members of the ensemble.
getNumExecutionSlots() - Method in class weka.classifiers.ParallelMultipleClassifiersCombiner
Get the number of execution slots (threads) to use for building the members of the ensemble.
getNumExecutionSlots() - Method in class weka.clusterers.EM
Get the degree of parallelism to use.
getNumExecutionSlots() - Method in class weka.clusterers.SimpleKMeans
Get the degree of parallelism to use.
getNumFeatures() - Method in class weka.classifiers.trees.RandomForest
Get the number of features used in random selection.
getNumFiles() - Method in class weka.core.Debug.Log
returns the number of files being used
getNumFolds() - Method in class weka.classifiers.functions.SMO
Get the value of numFolds.
getNumFolds() - Method in class weka.classifiers.meta.CVParameterSelection
Gets the number of folds for the cross-validation.
getNumFolds() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of NumFolds.
getNumFolds() - Method in class weka.classifiers.meta.MultiScheme
Gets the number of folds for cross-validation.
getNumFolds() - Method in class weka.classifiers.meta.Stacking
Gets the number of folds for the cross-validation.
getNumFolds() - Method in class weka.classifiers.rules.PART
Get the value of numFolds.
getNumFolds() - Method in class weka.classifiers.trees.J48
Get the value of numFolds.
getNumFolds() - Method in class weka.classifiers.trees.RandomTree
Get the value of NumFolds.
getNumFolds() - Method in class weka.classifiers.trees.REPTree
Get the value of NumFolds.
getNumFolds() - Method in class weka.clusterers.EM
Get the number of folds to use when cross-validating to find the best number of clusters.
getNumFolds() - Method in class weka.experiment.CrossValidationResultProducer
Get the value of NumFolds.
getNumFolds() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Gets the number of folds in which dataset is to be split into.
getNumFolds() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Gets the number of folds in which dataset is to be split into.
getNumFolds() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Gets the number of cross-validation folds used by the filter.
getNumFolds() - Method in class weka.knowledgeflow.steps.CrossValidationFoldMaker
Get the number of folds to create
getNumGeneratingModels() - Method in interface weka.gui.boundaryvisualizer.DataGenerator
Returns the number of generating models used by this DataGenerator
getNumGeneratingModels() - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
Return the number of kernels (there is one per training instance)
getNumInnerNodes() - Method in class weka.classifiers.trees.lmt.LMTNode
Method to count the number of inner nodes in the tree
getNumInputs() - Method in class weka.classifiers.functions.neural.NeuralConnection
 
getNumInstances() - Method in class weka.classifiers.bayes.BayesNet
Returns the number of instances the model was built from.
getNumInstances() - Method in class weka.classifiers.trees.m5.RuleNode
Return the number of instances that reach this node.
getNumInstances() - Method in class weka.core.CheckScheme
Gets the current number of instances to use for the datasets.
getNumInstances() - Method in class weka.core.TestInstances
returns the current number of instances to produce
getNumInstances() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
 
getNumInstances() - Method in class weka.estimators.CheckEstimator
Gets the current number of instances to use for the datasets.
getNumInstancesRelational() - Method in class weka.core.CheckScheme
returns the current number of instances in relational/bag attributes to produce
getNumInstancesRelational() - Method in class weka.core.TestInstances
returns the current number of instances in relational/bag attributes to produce
getNumIntervals() - Method in class weka.filters.supervised.instance.ClassBalancer
Gets the number of discretization intervals to use when the class is numeric.
getNumIrrelevant() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the number of irrelevant attributes.
getNumIterations() - Method in class weka.classifiers.functions.VotedPerceptron
Get the value of NumIterations.
getNumIterations() - Method in class weka.classifiers.IteratedSingleClassifierEnhancer
Gets the number of bagging iterations
getNumKernels() - Method in class weka.estimators.KernelEstimator
Return the number of kernels in this kernel estimator
getNumKMeansRuns() - Method in class weka.clusterers.EM
Returns the number of runs of k-means to perform.
getNumLeaves() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns the number of leaves in the tree.
getNumLeaves() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the number of leaves in the built tree.
getNumLocationsPerPixel() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the number of locations/samples per pixel
getNumNeighbours() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the number of nearest neighbours
getNumNodes() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the number of nodes (internal + leaf) in the built tree.
getNumNominal() - Method in class weka.core.CheckScheme
returns the current number of nominal attributes
getNumNominal() - Method in class weka.core.TestInstances
returns the current number of nominal attributes
getNumNominalValues() - Method in class weka.core.TestInstances
returns the current number of values for nominal attributes
getNumNumeric() - Method in class weka.core.CheckScheme
returns the current number of numeric attributes
getNumNumeric() - Method in class weka.core.TestInstances
returns the current number of numeric attributes
getNumNumeric() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the number of numerical attributes.
getNumOfPredictors() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the numOfPredictors property.
getNumOfRecords() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the numOfRecords property.
getNumOfRecordsWeighted() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the numOfRecordsWeighted property.
getNumOutputs() - Method in class weka.classifiers.functions.neural.NeuralConnection
 
getNumQueries() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the number of queries.
getNumRegressions() - Method in class weka.classifiers.functions.SimpleLogistic
Get the number of LogitBoost iterations performed (= the number of regression functions fit by LogitBoost).
getNumRegressions() - Method in class weka.classifiers.trees.lmt.LogisticBase
The number of LogitBoost iterations performed (= the number of simple regression functions fit).
getNumRelational() - Method in class weka.core.CheckScheme
returns the current number of relational attributes
getNumRelational() - Method in class weka.core.TestInstances
returns the current number of relational attributes
getNumRelationalDate() - Method in class weka.core.TestInstances
returns the current number of date attributes in a relational attribute
getNumRelationalNominal() - Method in class weka.core.TestInstances
returns the current number of nominal attributes in a relational attribute
getNumRelationalNominalValues() - Method in class weka.core.TestInstances
returns the current number of values for nominal attributes in a relational attribute
getNumRelationalNumeric() - Method in class weka.core.TestInstances
returns the current number of numeric attributes in a relational attribute
getNumRelationalString() - Method in class weka.core.TestInstances
returns the current number of string attributes in a relational attribute
getNumResultsets() - Method in class weka.experiment.PairedTTester
Gets the number of resultsets in the data.
getNumResultsets() - Method in interface weka.experiment.Tester
Gets the number of resultsets in the data.
getNumRules() - Method in class weka.associations.Apriori
Get the value of numRules.
getNumRules() - Method in class weka.associations.AssociationRules
Get the number of rules.
getNumRules() - Method in class weka.associations.FilteredAssociationRules
Get the number of rules.
getNumRulesToFind() - Method in class weka.associations.FPGrowth
Get the number of rules to find.
getNumRuns() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of NumRuns.
getNumSamplesPerRegion() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Get the number of points to sample from a region (fixed dimensions).
getNumString() - Method in class weka.core.CheckScheme
returns the current number of string attributes
getNumString() - Method in class weka.core.TestInstances
returns the current number of string attributes
getNumSymbols() - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Gets the number of symbols this estimator operates with
getNumSymbols() - Method in class weka.estimators.DiscreteEstimator
Gets the number of symbols this estimator operates with
getNumTabs() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getNumTabs() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the number of open tabs
getNumThreads() - Method in class weka.attributeSelection.CfsSubsetEval
Gets the number of threads.
getNumThreads() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Gets the number of threads.
getNumThreads() - Method in class weka.classifiers.meta.LogitBoost
Gets the number of threads.
getNumToEvaluateInParallel() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get the number of attributes to evaluate in parallel
getNumToSelect() - Method in class weka.attributeSelection.GreedyStepwise
Gets the number of attributes to be retained.
getNumToSelect() - Method in interface weka.attributeSelection.RankedOutputSearch
Gets the user specified 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.lazy.IBk
Get the number of training instances the classifier is currently using.
getNumValues() - Method in class weka.datagenerators.clusterers.SubspaceCluster
returns array that stores the number of values for a nominal attribute.
getNumValues() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Gets how many values are retained
getObject() - Method in class weka.core.CheckGOE
Get the object used in the tests.
getObject() - Method in class weka.core.SerializedObject
Returns a serialized object.
getObjectInputStream(InputStream) - Static method in class weka.core.SerializationHelper
Get a (Weka package classloader aware) ObjectInputStream instance for reading objects from the supplied input stream
getOccurrence() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the occurrence property.
getOccurrence() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the value of the occurrence property.
getOffDiagDefault() - Method in class weka.core.pmml.jaxbbindings.Matrix
Gets the value of the offDiagDefault property.
getOffscreenAdditionalOpts() - Method in class weka.gui.beans.DataVisualizer
Get the additional options for the offscreen renderer
getOffscreenAdditionalOpts() - Method in class weka.gui.beans.ModelPerformanceChart
Get the additional options for the offscreen renderer
getOffscreenAdditionalOpts() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get the additional options for the offscreen renderer
getOffscreenAdditionalOpts() - Method in class weka.knowledgeflow.steps.DataVisualizer
Get the additional options for the offscreen renderer
getOffscreenAdditionalOpts() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the additional options for the offscreen renderer
getOffscreenHeight() - Method in class weka.gui.beans.DataVisualizer
Get the height (in pixels) of the offscreen image to generate
getOffscreenHeight() - Method in class weka.gui.beans.ModelPerformanceChart
Get the height (in pixels) of the offscreen image to generate
getOffscreenHeight() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get the height (in pixels) of the offscreen image to generate
getOffscreenHeight() - Method in class weka.knowledgeflow.steps.DataVisualizer
Get the height (in pixels) of the offscreen image to generate
getOffscreenHeight() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the height (in pixels) of the offscreen image to generate
getOffscreenRendererName() - Method in class weka.gui.beans.DataVisualizer
Get the name of the renderer to use for offscreen chart rendering operations
getOffscreenRendererName() - Method in class weka.gui.beans.ModelPerformanceChart
Get the name of the renderer to use for offscreen chart rendering operations
getOffscreenRendererName() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get the name of the renderer to use for offscreen chart rendering operations
getOffscreenRendererName() - Method in class weka.knowledgeflow.steps.DataVisualizer
Get the name of the renderer to use for offscreen chart rendering operations
getOffscreenRendererName() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the name of the renderer to use for offscreen chart rendering operations
getOffscreenWidth() - Method in class weka.gui.beans.DataVisualizer
Get the width (in pixels) of the offscreen image to generate.
getOffscreenWidth() - Method in class weka.gui.beans.ModelPerformanceChart
Get the width (in pixels) of the offscreen image to generate.
getOffscreenWidth() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get the width (in pixels) of the offscreen image to generate.
getOffscreenWidth() - Method in class weka.knowledgeflow.steps.DataVisualizer
Get the width (in pixels) of the offscreen image to generate.
getOffscreenWidth() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the width (in pixels) of the offscreen image to generate.
getOffscreenXAxis() - Method in class weka.gui.beans.DataVisualizer
Get the name of the attribute for the x-axis in offscreen plots
getOffscreenXAxis() - Method in class weka.gui.beans.ModelPerformanceChart
Get the name of the attribute for the x-axis in offscreen plots
getOffscreenXAxis() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get the name of the attribute for the x-axis in offscreen plots
getOffscreenXAxis() - Method in class weka.knowledgeflow.steps.DataVisualizer
Get the name of the attribute for the x-axis in offscreen plots
getOffscreenXAxis() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the name of the attribute for the x-axis in offscreen plots
getOffscreenYAxis() - Method in class weka.gui.beans.DataVisualizer
Get the name of the attribute for the y-axix of offscreen plots.
getOffscreenYAxis() - Method in class weka.gui.beans.ModelPerformanceChart
Get the name of the attribute for the y-axix of offscreen plots.
getOffscreenYAxis() - Method in class weka.knowledgeflow.steps.DataVisualizer
Get the name of the attribute for the y-axix of offscreen plots.
getOffscreenYAxis() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the name of the attribute for the y-axix of offscreen plots.
getOffset() - Method in class weka.core.pmml.jaxbbindings.TimeAnchor
Gets the value of the offset property.
getOffsetValue() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the offsetValue property.
getOffsetVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the offsetVariable property.
getOmega() - Method in class weka.classifiers.functions.supportVector.Puk
Gets the omega value.
getOnDemandDirectory() - Method in class weka.classifiers.meta.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.
getOperator() - Method in class weka.core.pmml.jaxbbindings.SetPredicate
Gets the value of the operator property.
getOperator() - Method in class weka.core.pmml.jaxbbindings.SimplePredicate
Gets the value of the operator property.
getOperator() - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
Get the operator
getOptimizations() - Method in class weka.classifiers.rules.JRip
Gets the the number of optimization runs
getOptimumLiftGraph() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the optimumLiftGraph property.
getOption(char, String[]) - Static method in class weka.core.Utils
Gets an option indicated by a flag "-Char" from the given array of strings.
getOption(String, String[]) - Static method in class weka.core.Utils
Gets an option indicated by a flag "-String" from the given array of strings.
getOptionHandler() - Method in class weka.core.CheckOptionHandler
Get the OptionHandler used in the tests.
getOptionPos(char, String[]) - Static method in class weka.core.Utils
Gets the index of an option or flag indicated by a flag "-Char" from the given array of strings.
getOptionPos(String, String[]) - Static method in class weka.core.Utils
Gets the index of an option or flag indicated by a flag "-String" from the given array of strings.
getOptions() - Method in class weka.associations.AbstractAssociator
Gets the current settings of the associator
getOptions() - Method in class weka.associations.Apriori
Gets the current settings of the Apriori object.
getOptions() - Method in class weka.associations.CheckAssociator
Gets the current settings of the CheckAssociator.
getOptions() - Method in class weka.associations.FilteredAssociator
Gets the current settings of the Associator.
getOptions() - Method in class weka.associations.FPGrowth
Gets the current settings of the classifier.
getOptions() - Method in class weka.associations.SingleAssociatorEnhancer
Gets the current settings of the associator.
getOptions() - Method in class weka.attributeSelection.ASEvaluation
Gets the current settings of the evaluator.
getOptions() - Method in class weka.attributeSelection.ASSearch
Gets the current settings of the search.
getOptions() - Method in class weka.attributeSelection.BestFirst
Gets the current settings of BestFirst.
getOptions() - Method in class weka.attributeSelection.CfsSubsetEval
Gets the current settings of CfsSubsetEval
getOptions() - Method in class weka.attributeSelection.CheckAttributeSelection
Gets the current settings of the CheckAttributeSelection.
getOptions() - Method in class weka.attributeSelection.ClassifierAttributeEval
returns the current setup.
getOptions() - Method in class weka.attributeSelection.ClassifierSubsetEval
Gets the current settings of ClassifierSubsetEval
getOptions() - Method in class weka.attributeSelection.CorrelationAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.GainRatioAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.GreedyStepwise
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.InfoGainAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.OneRAttributeEval
returns the current setup.
getOptions() - Method in class weka.attributeSelection.PrincipalComponents
Gets the current settings of PrincipalComponents
getOptions() - Method in class weka.attributeSelection.Ranker
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.ReliefFAttributeEval
Gets the current settings of ReliefFAttributeEval.
getOptions() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.attributeSelection.WrapperSubsetEval
Gets the current settings of WrapperSubsetEval.
getOptions() - Method in class weka.classifiers.AbstractClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.bayes.BayesNet
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.NaiveBayes
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.net.BayesNetGenerator
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.bayes.net.search.fixed.FromFile
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.K2
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.RepeatedHillClimber
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.global.TAN
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.K2
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.RepeatedHillClimber
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
Gets the current settings of the search algorithm.
getOptions() - Method in class weka.classifiers.bayes.net.search.local.TAN
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.bayes.net.search.SearchAlgorithm
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.BVDecomposeSegCVSub
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.classifiers.CheckClassifier
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.classifiers.CheckSource
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.evaluation.output.prediction.CSV
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.functions.GaussianProcesses
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.LinearRegression
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.Logistic
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.MultilayerPerceptron
Gets the current settings of NeuralNet.
getOptions() - Method in class weka.classifiers.functions.SGD
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.SGDText
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.SimpleLinearRegression
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.SimpleLogistic
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.functions.SMO
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.SMOreg
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.supportVector.CachedKernel
Gets the current settings of the Kernel.
getOptions() - Method in class weka.classifiers.functions.supportVector.CheckKernel
Gets the current settings of the CheckKernel.
getOptions() - Method in class weka.classifiers.functions.supportVector.Kernel
Gets the current settings of the Kernel.
getOptions() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Gets the current settings of the Kernel.
getOptions() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Gets the current settings of the Kernel.
getOptions() - Method in class weka.classifiers.functions.supportVector.Puk
Gets the current settings of the Kernel.
getOptions() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.supportVector.RegSMO
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
Gets the current settings of the object.
getOptions() - Method in class weka.classifiers.functions.supportVector.StringKernel
Gets the current settings of the Kernel.
getOptions() - Method in class weka.classifiers.functions.VotedPerceptron
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.IteratedSingleClassifierEnhancer
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.lazy.IBk
Gets the current settings of IBk.
getOptions() - Method in class weka.classifiers.lazy.KStar
Gets the current settings of K*.
getOptions() - Method in class weka.classifiers.lazy.LWL
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.meta.AdaBoostM1
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.AdditiveRegression
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.Bagging
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.CVParameterSelection
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.FilteredClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.LogitBoost
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.MultiClassClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.MultiScheme
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.RandomSubSpace
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.RegressionByDiscretization
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.Stacking
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.Vote
Gets the current settings of Vote.
getOptions() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.misc.InputMappedClassifier
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.misc.SerializedClassifier
returns the options of the current setup
getOptions() - Method in class weka.classifiers.MultipleClassifiersCombiner
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.ParallelIteratedSingleClassifierEnhancer
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.ParallelMultipleClassifiersCombiner
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.RandomizableClassifier
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.RandomizableIteratedSingleClassifierEnhancer
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.RandomizableMultipleClassifiersCombiner
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.RandomizableParallelMultipleClassifiersCombiner
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.RandomizableSingleClassifierEnhancer
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.rules.DecisionTable
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.rules.JRip
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.rules.OneR
Gets the current settings of the OneR classifier.
getOptions() - Method in class weka.classifiers.rules.PART
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.SingleClassifierEnhancer
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.trees.HoeffdingTree
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.trees.J48
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.trees.LMT
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.trees.m5.M5Base
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.trees.M5P
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.trees.RandomForest
Gets the current settings of the forest.
getOptions() - Method in class weka.classifiers.trees.RandomTree
Gets options from this classifier.
getOptions() - Method in class weka.classifiers.trees.REPTree
Gets options from this classifier.
getOptions() - Method in class weka.clusterers.AbstractClusterer
Gets the current settings of the clusterer.
getOptions() - Method in class weka.clusterers.Canopy
Gets the current settings of Canopy.
getOptions() - Method in class weka.clusterers.CheckClusterer
Gets the current settings of the CheckClusterer.
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.clusterers.FarthestFirst
Gets the current settings of FarthestFirst
getOptions() - Method in class weka.clusterers.FilteredClusterer
Gets the current settings of the clusterer.
getOptions() - Method in class weka.clusterers.HierarchicalClusterer
Gets the current settings of the clusterer.
getOptions() - Method in class weka.clusterers.MakeDensityBasedClusterer
Gets the current settings of the clusterer.
getOptions() - Method in class weka.clusterers.RandomizableClusterer
Gets the current settings of the classifier.
getOptions() - Method in class weka.clusterers.RandomizableDensityBasedClusterer
Gets the current settings of the classifier.
getOptions() - Method in class weka.clusterers.RandomizableSingleClustererEnhancer
Gets the current settings of the classifier.
getOptions() - Method in class weka.clusterers.SimpleKMeans
Gets the current settings of SimpleKMeans.
getOptions() - Method in class weka.clusterers.SingleClustererEnhancer
Gets the current settings of the clusterer.
getOptions() - Method in class weka.core.Check
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.core.CheckGOE
Gets the current settings of the object.
getOptions() - Method in class weka.core.CheckOptionHandler
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.core.CheckScheme
Gets the current settings of the CheckClassifier.
getOptions() - Method in class weka.core.converters.AbstractFileSaver
Gets the current settings of the Saver object.
getOptions() - Method in class weka.core.converters.ArffSaver
returns the options of the current setup
getOptions() - Method in class weka.core.converters.C45Saver
Gets the current settings of the C45Saver object.
getOptions() - Method in class weka.core.converters.CSVLoader
 
getOptions() - Method in class weka.core.converters.CSVSaver
Gets the current settings of the Classifier.
getOptions() - Method in class weka.core.converters.DatabaseLoader
Gets the setting
getOptions() - Method in class weka.core.converters.DatabaseSaver
Gets the setting.
getOptions() - Method in class weka.core.converters.JSONSaver
returns the options of the current setup.
getOptions() - Method in class weka.core.converters.LibSVMSaver
returns the options of the current setup
getOptions() - Method in class weka.core.converters.MatlabSaver
returns the options of the current setup.
getOptions() - Method in class weka.core.converters.SVMLightSaver
returns the options of the current setup.
getOptions() - Method in class weka.core.converters.TextDirectoryLoader
Gets the setting
getOptions() - Method in class weka.core.converters.XRFFSaver
returns the options of the current setup
getOptions() - Method in class weka.core.DictionaryBuilder
Gets the current settings of the DictionaryBuilder
getOptions() - Method in class weka.core.FilteredDistance
Gets the current settings.
getOptions() - Method in class weka.core.FindWithCapabilities
Gets the current settings of this object.
getOptions() - Method in class weka.core.Javadoc
Gets the current settings of this object.
getOptions() - Method in class weka.core.ListOptions
Gets the current settings of this object.
getOptions() - Method in class weka.core.MinkowskiDistance
Gets the current settings of this object.
getOptions() - Method in class weka.core.neighboursearch.BallTree
Gets the current settings of KDtree.
getOptions() - Method in class weka.core.neighboursearch.balltrees.BallSplitter
Gets the current settings of the object.
getOptions() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Gets the current settings.
getOptions() - Method in class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Gets the current settings of the object.
getOptions() - Method in class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Gets the current settings.
getOptions() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Gets the current settings of this BallTree MiddleOutConstructor.
getOptions() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Gets the current settings of KDtree.
getOptions() - Method in class weka.core.neighboursearch.CoverTree
Gets the current settings of KDtree.
getOptions() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Gets the current settings.
getOptions() - Method in class weka.core.neighboursearch.KDTree
Gets the current settings of KDtree.
getOptions() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
Gets the current settings of the object.
getOptions() - Method in class weka.core.neighboursearch.LinearNNSearch
Gets the current settings.
getOptions() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Gets the current settings.
getOptions() - Method in class weka.core.NormalizableDistance
Gets the current settings.
getOptions() - Method in interface weka.core.OptionHandler
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.OptionHandlerJavadoc
Gets the current settings of this object.
getOptions() - Method in class weka.core.stemmers.SnowballStemmer
Gets the current settings of the classifier.
getOptions() - Method in class weka.core.stopwords.AbstractFileBasedStopwords
Gets the current settings of the Classifier.
getOptions() - Method in class weka.core.stopwords.AbstractStopwords
Gets the current settings of the Classifier.
getOptions() - Method in class weka.core.stopwords.MultiStopwords
Gets the current settings of the Classifier.
getOptions() - Method in class weka.core.TechnicalInformationHandlerJavadoc
Gets the current settings of this object.
getOptions() - Method in class weka.core.TestInstances
Gets the current settings of this object.
getOptions() - Method in class weka.core.tokenizers.CharacterDelimitedTokenizer
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.NGramTokenizer
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.Tokenizer
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.datagenerators.ClassificationGenerator
Gets the current settings of the classifier.
getOptions() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Gets the current settings of the datagenerator.
getOptions() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Gets the current settings of the datagenerator.
getOptions() - Method in class weka.datagenerators.classifiers.classification.LED24
Gets the current settings of the datagenerator.
getOptions() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Gets the current settings of the datagenerator.
getOptions() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the current settings of the datagenerator RDG1.
getOptions() - Method in class weka.datagenerators.classifiers.regression.Expression
Gets the current settings of the datagenerator BIRCHCluster.
getOptions() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Gets the current settings of the datagenerator BIRCHCluster.
getOptions() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the current settings of the datagenerator BIRCHCluster.
getOptions() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Gets the current settings of the datagenerator.
getOptions() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Gets the current settings of the datagenerator BIRCHCluster.
getOptions() - Method in class weka.datagenerators.ClusterGenerator
Gets the current settings of the classifier.
getOptions() - Method in class weka.datagenerators.DataGenerator
Gets the current settings of the datagenerator RDG1.
getOptions() - Method in class weka.datagenerators.RegressionGenerator
Gets the current settings of the classifier.
getOptions() - Method in class weka.estimators.CheckEstimator
Gets the current settings of the CheckEstimator.
getOptions() - Method in class weka.estimators.Estimator
Gets the current settings of the Estimator.
getOptions() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns the current set of options.
getOptions() - Method in class weka.experiment.AveragingResultProducer
Gets the current settings of the result producer.
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.CrossValidationResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.CSVResultListener
Gets the current settings of the Classifier.
getOptions() - Method in class weka.experiment.DatabaseResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Gets the current settings of the Classifier.
getOptions() - Method in class weka.experiment.Experiment
Gets the current settings of the experiment iterator.
getOptions() - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the current settings of the result producer.
getOptions() - Method in class weka.experiment.InstanceQuery
Gets the current settings of InstanceQuery
getOptions() - Method in class weka.experiment.LearningRateResultProducer
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.RandomSplitResultProducer
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.ResultMatrix
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.CheckSource
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.Filter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.MultiFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.attribute.AddClassification
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.supervised.attribute.AttributeSelection
Gets the current settings for the attribute selection (search, evaluator) etc.
getOptions() - Method in class weka.filters.supervised.attribute.ClassOrder
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.attribute.Discretize
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.attribute.NominalToBinary
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.attribute.PartitionMembership
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.instance.Resample
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.instance.SpreadSubsample
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.Add
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AddCluster
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AddExpression
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AddID
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AddNoise
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Gets the current settings of the filter
getOptions() - Method in class weka.filters.unsupervised.attribute.AddValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.Copy
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MathExpression
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.NominalToString
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.Normalize
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
 
getOptions() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.PotentialClassIgnorer
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.Remove
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.RemoveByName
returns the options of the current setup.
getOptions() - Method in class weka.filters.unsupervised.attribute.RemoveType
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
 
getOptions() - Method in class weka.filters.unsupervised.attribute.Reorder
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
 
getOptions() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SortLabels
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SwapValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
 
getOptions() - Method in class weka.filters.unsupervised.instance.Randomize
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveRange
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.Resample
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Gets the current settings of the filter.
getOptions() - Method in class weka.gui.explorer.AbstractPlotInstances
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.gui.Main
returns the options of the current setup.
getOptions() - Method in class weka.gui.scripting.Script
Gets the current settings of the script.
getOptions(Object, Class<?>) - Static method in class weka.core.Option
Get the settings of the supplied object.
getOptionsForHierarchy(Object, Class<?>) - Static method in class weka.core.Option
Get the settings of the supplied object.
getOptype() - Method in class weka.core.pmml.Expression
Get the optype of the result of applying this Expression.
getOptype() - Method in class weka.core.pmml.FieldMetaInfo
Get the optype.
getOptype() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.ParameterField
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the optype property.
getOptype() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the optype property.
getOPTYPE(int) - Static method in class weka.classifiers.pmml.producer.AbstractPMMLProducerHelper
Returns an OPTYPE for a weka attribute type.
getOrder() - Method in enum class weka.core.logging.Logger.Level
Returns the order of this level.
getOrder() - Method in class weka.core.MinkowskiDistance
Gets the order.
getOrderedFlag() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the ordered flag (option O).
getOrig() - Method in class weka.core.pmml.jaxbbindings.LinearNorm
Gets the value of the orig property.
getOriginalCoords() - Method in class weka.gui.beans.MetaBean
returns the vector containing the original coordinates (instances of class Point) for the inputs
getOtherCapabilities() - Method in class weka.core.Capabilities
returns all other capabilities, besides class and attribute related ones
getOutgoingConnectedStepsOfConnectionType(String) - Method in interface weka.knowledgeflow.StepManager
Get a list of downstream steps connected to this step with the given connection type.
getOutgoingConnectedStepsOfConnectionType(String) - Method in class weka.knowledgeflow.StepManagerImpl
 
getOutgoingConnectedStepWithName(String) - Method in interface weka.knowledgeflow.StepManager
Get a named step connected to this step with an outgoing connection
getOutgoingConnectedStepWithName(String) - Method in class weka.knowledgeflow.StepManagerImpl
Get a named step connected to this step with an outgoing connection
getOutgoingConnections() - Method in interface weka.knowledgeflow.StepManager
Get a Map of all outgoing connections.
getOutgoingConnections() - Method in class weka.knowledgeflow.StepManagerImpl
Get the map of downstream (outgoing connections) connected steps
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.AlterRelationName
Get the list of outgoing connection types that can be made given the current state of incoming connections
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Appender
Get a list of outgoing connection types that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ASEvaluator
Get a list of output connections that can be produced given the current state of the step
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ASSearchStrategy
Get a list of outgoing connections from this step.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Associator
Get a list of outgoing connections that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.AttributeSummarizer
Get a list of outgoing connections that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.BaseSimpleDataVisualizer
Get a list of outgoing connection types that this step can produce at this time.
getOutgoingConnectionTypes() - Method in interface weka.knowledgeflow.steps.BaseStepExtender
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Block
Get a list of outgoing connection types that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClassAssigner
Get the outgoing connection types that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Classifier
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClassValuePicker
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Clusterer
Get a list of outgoing connections that could be made from this step at this point in time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ClustererPerformanceEvaluator
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.CrossValidationFoldMaker
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.DataGenerator
Get a list of outgoing connection types
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.DataGrid
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.DataVisualizer
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Dummy
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get a list of possible outgoing connection types at this point in time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Filter
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.FlowByExpression
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.GetDataFromResult
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.GraphViewer
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ImageSaver
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ImageViewer
Get a list of outgoing connections that can be generated given the current state of the step - will produce StepManager.CON_IMAGE data if we have at least one incoming image connection connection
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.InstanceStreamToBatchMaker
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Job
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Join
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Loader
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.MakeResourceIntensive
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.MemoryBasedDataSource
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Note
Get outgoing connections produced - none in the case of a note :-)
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.PredictionAppender
Get a list of outgoing connection types that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Saver
Get a list of outgoing connection types that this step can produce at this time
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.SendToPerspective
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.SerializedModelSaver
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.SetPropertiesFromEnvironment
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.SetVariables
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.Sorter
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in interface weka.knowledgeflow.steps.Step
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.StorePropertiesInEnvironment
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.StripChart
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.SubstringLabeler
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.SubstringReplacer
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.TestSetMaker
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.TextSaver
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.TextViewer
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.TrainingSetMaker
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.TrainTestSplitMaker
Get a list of outgoing connection types that this step can produce.
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.WriteDataToResult
 
getOutgoingConnectionTypes() - Method in class weka.knowledgeflow.steps.WriteWekaLog
Get currently generatable outgoing connection types
getOutlierFactor() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Gets the factor for determining the thresholds for outliers.
getOutliers() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the outliers property.
getOutliers() - Method in class weka.core.pmml.jaxbbindings.NormContinuous
Gets the value of the outliers property.
getOutlierTreatmentMethod() - Method in class weka.core.pmml.MiningFieldMetaInfo
Get the outlier treatment method used for this field.
getOutOfBagEvaluationObject() - Method in class weka.classifiers.meta.Bagging
Returns the out-of-bag evaluation object.
getOutput() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the output property.
getOutput() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the output property.
getOutput() - Method in class weka.datagenerators.DataGenerator
Gets the print writer.
getOutput() - Method in class weka.gui.explorer.DataGeneratorPanel
returns the generated output as text
getOutput() - Method in class weka.gui.scripting.FileScriptingPanel
Returns the text area that is used for displaying output on stdout and stderr.
getOutput() - Method in class weka.gui.scripting.ScriptingPanel
Returns the text area that is used for displaying output on stdout and stderr.
getOutput() - Method in class weka.gui.SimpleCLIPanel
Returns the text area that is used for displaying output on stdout and stderr.
getOutputAdditionalStats() - Method in class weka.classifiers.functions.LinearRegression
Get whether to output additional statistics (such as std.
getOutputAdditionalStats() - Method in class weka.classifiers.functions.SimpleLinearRegression
Get whether to output additional statistics (such as std.
getOutputArea() - Method in class weka.gui.SimpleCLIPanel
The output area.
getOutputClassification() - Method in class weka.filters.supervised.attribute.AddClassification
Get whether the classifiction of the classifier is output.
getOutputColumn() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the outputColumn property.
getOutputConfusionMatrix() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
 
getOutputDef() - Method in class weka.core.pmml.BuiltInArithmetic
Get the structure of the result produced by this function.
getOutputDef() - Method in class weka.core.pmml.BuiltInMath
Get the structure of the result produced by this function.
getOutputDef() - Method in class weka.core.pmml.BuiltInString
Get the structure of the result produced by this function.
getOutputDef() - Method in class weka.core.pmml.DefineFunction
Get the structure of the result produced by this function.
getOutputDef() - Method in class weka.core.pmml.FieldRef
Return the structure of the result of applying this Expression as an Attribute.
getOutputDef() - Method in class weka.core.pmml.Function
Get the structure of the result produced by this function.
getOutputDetailedInfo() - Method in class weka.attributeSelection.CorrelationAttributeEval
Get whether to output per-value correlation for nominal attributes
getOutputDirectory() - Method in class weka.knowledgeflow.steps.SerializedModelSaver
Get the directory to save to
getOutputDistribution() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns whether to output the class distribution as well.
getOutputDistribution() - Method in class weka.filters.supervised.attribute.AddClassification
Get whether the classifiction of the classifier is output.
getOutputEntropyMetrics() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
 
getOutputErrorFlag() - Method in class weka.filters.supervised.attribute.AddClassification
Get whether the classifiction of the classifier is output.
getOutputFields() - Method in class weka.core.pmml.jaxbbindings.Output
Gets the value of the outputField property.
getOutputFile() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns the output file to write to.
getOutputFile() - Method in class weka.experiment.CrossValidationResultProducer
Get the value of OutputFile.
getOutputFile() - Method in class weka.experiment.CSVResultListener
Get the value of OutputFile.
getOutputFile() - Method in class weka.experiment.ExplicitTestsetResultProducer
Get the value of OutputFile.
getOutputFile() - Method in class weka.experiment.RandomSplitResultProducer
Get the value of OutputFile.
getOutputFilename() - Method in class weka.core.converters.TextDirectoryLoader
Gets whether the filename will be stored as an extra attribute.
getOutputFilename() - Method in class weka.gui.GenericPropertiesCreator
returns the name of the output file
getOutputFormat() - Method in class weka.core.Debug.Clock
returns the output format
getOutputFormat() - Method in class weka.filters.Filter
Gets the format of the output instances.
getOutputFormat() - Method in class weka.filters.unsupervised.attribute.PotentialClassIgnorer
Gets the format of the output instances.
getOutputFormat() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the classname (and optional options) of the ResultMatrix class, responsible for the output format.
getOutputItemSets() - Method in class weka.associations.Apriori
Gets whether itemsets are output as well
getOutputNeuron() - Method in class weka.core.pmml.jaxbbindings.NeuralOutput
Gets the value of the outputNeuron property.
getOutputNums() - Method in class weka.classifiers.functions.neural.NeuralConnection
Use this to get easy access to the output numbers.
getOutputOffsetMultiplier() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Gets whether an additional attribute "Offset" is generated per Outlier/ExtremeValue attribute pair that lists the multiplier the value is off the median: value = median + 'multiplier' * IQR.
getOutputOutOfBagComplexityStatistics() - Method in class weka.classifiers.meta.Bagging
Gets whether complexity statistics are output when OOB estimation is performed.
getOutputPerClassInfoRetrievalStats() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Get whether per-class information retrieval stats are to be output.
getOutputPerClassInfoRetrievalStats() - Method in class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
Get whether per-class information retrieval stats are to be output.
getOutputPerClassStats() - Method in class weka.knowledgeflow.steps.ClassifierPerformanceEvaluator
 
getOutputProbsForSVM() - Method in class weka.classifiers.functions.SGDText
Get whether to fit a logistic regression (itself trained using SGD) to the outputs of the SVM (if an SVM is being learned).
getOutputProperties() - Method in class weka.gui.GenericPropertiesCreator
returns the output properties object (structure like the template, but filled with classes instead of packages)
getOutputs() - Method in class weka.classifiers.functions.neural.NeuralConnection
Use this to get easy access to the outputs.
getOutputs() - Method in class weka.gui.beans.MetaBean
 
getOutputStructure() - Method in class weka.gui.beans.SubstringLabelerRules
Get the output structure
getOutputTypes() - Method in class weka.core.Debug.DBO
Gets the current output type selection
getOutputWordCounts() - Method in class weka.core.DictionaryBuilder
Gets whether output instances contain 0 or 1 indicating word presence, or word counts.
getOutputWordCounts() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets whether output instances contain 0 or 1 indicating word presence, or word counts.
getOutputWordCounts() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets whether output instances contain 0 or 1 indicating word presence, or word counts.
getOverwriteWarning() - Method in class weka.gui.ConverterFileChooser
Returns whether a popup appears with a warning that the file already exists (only save dialog).
getOwner() - Method in class weka.core.Capabilities
returns the owner of this capabilities object
getOwner() - Static method in class weka.core.Copyright
returns the entity owning the copyright
getOwner() - Method in class weka.gui.scripting.Script.ScriptThread
Returns the owner.
getOwner() - Method in class weka.gui.simplecli.AbstractCommand
Returns the owner.
getP() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the proportion of instances that are common between two training sets.
getPackage() - Method in class weka.core.packageManagement.PackageConstraint
Get the package that this constraint applies to.
getPackage(String) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
returns the packages part of the partial classname.
getPackageArchiveInfo(String) - Method in class weka.core.packageManagement.DefaultPackageManager
Get package information from the supplied package archive file.
getPackageArchiveInfo(String) - Method in class weka.core.packageManagement.PackageManager
Get package information from the supplied package archive file.
getPackageArchiveInfo(String) - Static method in class weka.core.WekaPackageManager
Extract meta data from a package archive
getPackageClassLoader(String) - Method in class weka.core.WekaPackageClassLoaderManager
Get the classloader for the named package
getPackageClassLoadersForDependencies() - Method in class weka.core.WekaPackageLibIsolatingClassLoader
Gets a list of class loaders for the packages that this one depends on
getPackageHome() - Method in class weka.core.packageManagement.PackageManager
Get the location (directory) of installed packages
getPackageHome() - Static method in class weka.core.WekaPackageManager
 
getPackageJarEntries() - Method in class weka.core.WekaPackageLibIsolatingClassLoader
Get a Set of the names of all classes contained within top-level jar files in this package
getPackageJarFileClasses() - Method in class weka.core.WekaPackageClassLoaderManager
Get a set of all classes contained in all top-level jar files from Weka packages.
getPackageList(boolean) - Static method in class weka.core.WekaPackageManager
Just get a list of the package names.
getPackageMetaData() - Method in class weka.core.packageManagement.Package
Get the meta data for this package.
getPackageMetaDataElement(Object) - Method in class weka.core.packageManagement.Package
Gets the package meta data element associated with the supplied key.
getPackageName() - Method in class weka.core.WekaPackageLibIsolatingClassLoader
Return the name of the package that this classloader loads classes for
getPackageRepositoryURL() - Method in class weka.core.packageManagement.PackageManager
Get the URL to the repository of package meta data.
getPackageRepositoryURL() - Static method in class weka.core.WekaPackageManager
Get the package repository URL
getPackageURL() - Method in class weka.core.packageManagement.DefaultPackage
Convenience method that returns the URL to the package (i.e the provider's URL).
getPackageURL() - Method in class weka.core.packageManagement.Package
Convenience method that returns the URL to the package (i.e the provider's URL).
getPaint() - Method in class weka.gui.visualize.PostscriptGraphics
 
getPairCounts() - Method in class weka.core.pmml.jaxbbindings.BayesInput
Gets the value of the pairCounts property.
getPalleteSelectedStep() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Return the currently selected step in the design palette
getPanel() - Method in class weka.gui.scripting.event.TitleUpdatedEvent
Returns the scripting panel that triggered the event.
getPanel(int) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the specified panel, null if index is out of bounds
getPanelCount() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the number of panels currently open
getPanels() - Static method in class weka.gui.experiment.AbstractSetupPanel
Returns a list of all available setup panels.
getPanels() - Method in class weka.gui.explorer.Explorer
returns all the panels, apart from the PreprocessPanel
getParameter() - Method in class weka.core.pmml.jaxbbindings.ParameterList
Gets the value of the parameter property.
getParameterField() - Method in class weka.core.pmml.jaxbbindings.DefineFunction
Gets the value of the parameterField property.
getParameterHelp() - Method in class weka.gui.simplecli.AbstractCommand
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Capabilities
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Cls
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Echo
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Exit
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Help
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.History
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Java
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Kill
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Script
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Set
Returns the one-liner help string for the parameters.
getParameterHelp() - Method in class weka.gui.simplecli.Unset
Returns the one-liner help string for the parameters.
getParameterName() - Method in class weka.core.pmml.jaxbbindings.PCell
Gets the value of the parameterName property.
getParameterName() - Method in class weka.core.pmml.jaxbbindings.PPCell
Gets the value of the parameterName property.
getParameterNames() - Method in class weka.core.pmml.BuiltInArithmetic
Returns an array of the names of the parameters expected as input by this function
getParameterNames() - Method in class weka.core.pmml.BuiltInMath
Returns an array of the names of the parameters expected as input by this function.
getParameterNames() - Method in class weka.core.pmml.BuiltInString
Returns an array of the names of the parameters expected as input by this function.
getParameterNames() - Method in class weka.core.pmml.DefineFunction
Returns an array of the names of the parameters expected as input by this function.
getParameterNames() - Method in class weka.core.pmml.Function
Returns an array of the names of the parameters expected as input by this function.
getParent() - Method in class weka.datagenerators.ClusterDefinition
returns the parent datagenerator this cluster belongs to
getParent(int) - Method in class weka.classifiers.bayes.net.ParentSet
returns index parent of parent specified by index
getParent(int) - Method in class weka.gui.treevisualizer.Node
Get the parent edge.
getParent(int, int) - Method in class weka.classifiers.bayes.BayesNet
get node index of a parent of a node in the network structure
getParentCardinality(int) - Method in class weka.classifiers.bayes.BayesNet
get number of values the collection of parents of a node can take
getParentDialog(Container) - Static method in class weka.gui.PropertyDialog
Tries to determine the dialog this panel is part of.
getParentField() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the parentField property.
getParentFrame() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the parent frame, if it's a JFrame, otherwise null
getParentFrame() - Method in class weka.gui.GUIChooserApp.ChildFrameSDI
returns the parent frame, can be null.
getParentFrame() - Method in class weka.gui.Main.ChildFrameMDI
returns the parent frame, can be null.
getParentFrame() - Method in class weka.gui.Main.ChildFrameSDI
returns the parent frame, can be null.
getParentFrame() - Method in class weka.gui.SetInstancesPanel
Returns the current frame the panel knows of, that it resides in.
getParentFrame(Container) - Static method in class weka.gui.PropertyDialog
Tries to determine the frame this panel is part of.
getParentInternalFrame() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the parent frame, if it's a JInternalFrame, otherwise null
getParentInternalFrame(Container) - Static method in class weka.gui.PropertyDialog
Tries to determine the internal frame this panel is part of.
getParentLevelField() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the parentLevelField property.
getParents() - Method in class weka.classifiers.bayes.net.ParentSet
 
getParentSet(int) - Method in class weka.classifiers.bayes.BayesNet
get the parent set of a node
getParentSets() - Method in class weka.classifiers.bayes.BayesNet
Get full set of parent sets.
getPartialScore() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the partialScore property.
getPartition() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the partition property.
getPartition() - Method in class weka.core.pmml.jaxbbindings.TargetValue
Gets the value of the partition property.
getPartitionFieldStats() - Method in class weka.core.pmml.jaxbbindings.Partition
Gets the value of the partitionFieldStats property.
getPartitionGenerator() - Method in class weka.filters.supervised.attribute.PartitionMembership
Get the generator used by this filter
getPassword() - Method in class weka.core.converters.DatabaseLoader
Returns the database password
getPassword() - Method in class weka.core.converters.DatabaseSaver
Returns the database password.
getPassword() - Method in class weka.experiment.DatabaseUtils
Get the database password.
getPassword() - Method in class weka.gui.DatabaseConnectionDialog
Returns password from dialog
getPassword() - Method in class weka.gui.sql.ConnectionPanel
returns the current Password.
getPassword() - Method in class weka.gui.sql.event.ResultChangedEvent
returns the password that produced the table model
getPassword() - Method in class weka.gui.sql.ResultSetTable
returns the password that produced the table model
getPassword() - Method in class weka.gui.sql.SqlViewer
returns the password from the currently active tab in the ResultPanel, otherwise an empty string.
getPassword() - Method in class weka.gui.sql.SqlViewerDialog
returns the chosen password, if any.
getPasteBuffer() - Method in class weka.gui.beans.KnowledgeFlowApp
Get the contents of the paste buffer
getPasteBuffer() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the contents of the paste buffer
getPath() - Method in class weka.gui.PropertySelectorDialog
Gets the path of property nodes to the selected property.
getPathToWekaJarFile() - Method in class weka.core.WekaPackageClassLoaderManager
Return the path to the weka.jar file (if found) on the classpath.
getPattern() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the pattern type.
getPayloadElement(String) - Method in class weka.knowledgeflow.Data
Get a payload element from this Data object.
getPayloadElement(String, T) - Method in class weka.knowledgeflow.Data
Get a payload element from this Data object.
getPCell() - Method in class weka.core.pmml.jaxbbindings.ParamMatrix
Gets the value of the pCell property.
getPCol() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the pCol property.
getPCovCell() - Method in class weka.core.pmml.jaxbbindings.PCovMatrix
Gets the value of the pCovCell property.
getPercent() - Method in class weka.filters.unsupervised.attribute.AddNoise
Gets the size of noise data as a percentage of the original set.
getPercent() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Gets the percent the attributes (dimensions) of the data will be reduced to
getPercentage() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Gets the percentage of instances to select.
getPercentageSplit() - Method in class weka.gui.explorer.ClassifierPanel
Get the percentage to use for percentage split evaluation
getPercentCompleted() - Method in class weka.gui.boundaryvisualizer.RemoteResult
Return the progress for this row
getPerformanceStats() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Gets the class object that contains the performance statistics of the search method.
getPeriod() - Method in class weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Gets the value of the period property.
getPeriodicPruning() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get how often to prune the dictionary
getPeriodicPruning() - Method in class weka.classifiers.functions.SGDText
Get how often to prune the dictionary
getPeriodicPruning() - Method in class weka.core.converters.DictionarySaver
Gets the rate at which the dictionary is periodically pruned, as a percentage of the dataset size.
getPeriodicPruning() - Method in class weka.core.DictionaryBuilder
Gets the rate (number of instances) at which the dictionary is periodically pruned.
getPeriodicPruning() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets the rate at which the dictionary is periodically pruned, as a percentage of the dataset size.
getPeriodicPruningRate() - Method in class weka.clusterers.Canopy
Get the how often to prune low density canopies during training
getPerspective(String) - Method in class weka.gui.PerspectiveManager
Get the perspective with the given ID
getPerspectiveIcon() - Method in class weka.gui.AbstractPerspective
Get the icon for this perspective
getPerspectiveIcon() - Method in class weka.gui.beans.AttributeSummarizer
Get the icon for this perspective.
getPerspectiveIcon() - Method in interface weka.gui.beans.KnowledgeFlowApp.KFPerspective
Get the icon for this perspective.
getPerspectiveIcon() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
Get the icon for this perspective
getPerspectiveIcon() - Method in class weka.gui.beans.ScatterPlotMatrix
Get the icon for this perspective.
getPerspectiveIcon() - Method in class weka.gui.beans.SQLViewerPerspective
Get the icon for this perspective.
getPerspectiveIcon() - Method in interface weka.gui.Perspective
Get the icon for this perspective
getPerspectiveIcon() - Method in class weka.gui.SimpleCLIPanel
 
getPerspectiveID() - Method in class weka.gui.AbstractPerspective
Get the ID of this perspective
getPerspectiveID() - Method in interface weka.gui.Perspective
Get the ID of this perspective
getPerspectiveID() - Method in class weka.gui.SimpleCLIPanel
 
getPerspectiveManager() - Method in class weka.gui.AbstractGUIApplication
Get the PerspectiveManager in use by this application
getPerspectiveManager() - Method in interface weka.gui.GUIApplication
Get the PerspectiveManager in use by this application
getPerspectiveManager() - Method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Get the PerspectiveManager used by this application
getPerspectiveName() - Method in class weka.knowledgeflow.steps.SendToPerspective
 
GetPerspectiveNamesGraphicalCommand - Class in weka.gui.knowledgeflow
Class implementing a command for getting the names of all visible perspectives
GetPerspectiveNamesGraphicalCommand() - Constructor for class weka.gui.knowledgeflow.GetPerspectiveNamesGraphicalCommand
 
getPerspectivesToolbarAlwaysHidden() - Method in class weka.gui.PerspectiveManager.SelectedPerspectivePreferences
Get whether the perspectives toolbar should always be hidden
getPerspectivesToolbarVisibleOnStartup() - Method in class weka.gui.PerspectiveManager.SelectedPerspectivePreferences
Get whether the perspectives toolbar should be visible in the GUI at application startup
getPerspectiveTipText() - Method in class weka.gui.AbstractPerspective
Get the tool tip text for this perspective
getPerspectiveTipText() - Method in class weka.gui.beans.AttributeSummarizer
Get the tool tip text for this perspective.
getPerspectiveTipText() - Method in interface weka.gui.beans.KnowledgeFlowApp.KFPerspective
Get the tool tip text for this perspective.
getPerspectiveTipText() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
Get the tool tip text for this perspective
getPerspectiveTipText() - Method in class weka.gui.beans.ScatterPlotMatrix
Get the tool tip text for this perspective.
getPerspectiveTipText() - Method in class weka.gui.beans.SQLViewerPerspective
Get the tool tip text for this perspective.
getPerspectiveTipText() - Method in interface weka.gui.Perspective
Get the tool tip text for this perspective
getPerspectiveTipText() - Method in class weka.gui.SimpleCLIPanel
 
getPerspectiveTitle() - Method in class weka.gui.AbstractPerspective
Get the title of this perspective
getPerspectiveTitle() - Method in class weka.gui.beans.AttributeSummarizer
Get the title of this perspective
getPerspectiveTitle() - Method in interface weka.gui.beans.KnowledgeFlowApp.KFPerspective
Get the title of this perspective
getPerspectiveTitle() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
Get the title of this perspective
getPerspectiveTitle() - Method in class weka.gui.beans.ScatterPlotMatrix
Get the title of this perspective
getPerspectiveTitle() - Method in class weka.gui.beans.SQLViewerPerspective
Get the title of this perspective
getPerspectiveTitle() - Method in interface weka.gui.Perspective
Get the title of this perspective
getPerspectiveTitle() - Method in class weka.gui.SimpleCLIPanel
 
getPerspectiveToolBar() - Method in class weka.gui.PerspectiveManager
Get the panel that contains the perspectives toolbar
getPerturbationFraction() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Gets the perturbation fraction.
getPhase() - Method in class weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Gets the value of the phase property.
getPhi() - Method in class weka.core.pmml.jaxbbindings.TrendExpoSmooth
Gets the value of the phi property.
getPickList() - Method in class weka.core.Settings.SettingKey
Get the optional pick list for the setting
getPivot() - Method in class weka.core.matrix.LUDecomposition
Return pivot permutation vector
getPivot() - Method in class weka.core.neighboursearch.balltrees.BallNode
Returns the pivot/centre of the node's ball.
getPlainColumnName(int) - Method in class weka.gui.arffviewer.ArffTable
returns the basically the attribute name of the column and not the HTML column name via getColumnName(int)
getPlainTitle() - Method in class weka.gui.scripting.FileScriptingPanel
Returns the title (without the filename).
getPlainTitle() - Method in class weka.gui.scripting.GroovyPanel
Returns the title (without the filename).
getPlainTitle() - Method in class weka.gui.scripting.JythonPanel
Returns the title (without the filename).
getPlotData(String) - Method in class weka.gui.explorer.AbstractPlotInstances
Assembles and returns the plot.
getPlotInstances() - Method in class weka.gui.explorer.AbstractPlotInstances
Returns the generated plot instances.
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
getPlotNameHTML() - Method in class weka.gui.visualize.PlotData2D
Get the name of the plot for use in a tool tip text.
getPlotPanel() - Method in class weka.gui.visualize.VisualizePanel
Returns the underlying plot panel.
getPlots() - Method in class weka.gui.visualize.Plot2D
Return the list of plots
getPlots() - Method in class weka.knowledgeflow.steps.DataVisualizer
 
getPlots() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Get the plots currently stored in this step
getPlotShapes() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Get the vector of plot shapes (see weka.gui.visualize.Plot2D).
getPlotSizes() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Get the vector of plot sizes (see weka.gui.visualize.Plot2D).
getPlotTrainingData() - Method in class weka.gui.boundaryvisualizer.BoundaryPanel
Returns true if training data is to be superimposed
getPlotTrainingData() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get whether to superimpose the training data points on the plot or not
getPluginInstance(String, String) - Static method in class weka.core.PluginManager
Get an instance of a concrete implementation of a plugin type
getPluginInstance(String, String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Get an instance of a concrete implementation of a plugin type
getPluginMetric(String) - Method in class weka.classifiers.evaluation.Evaluation
Get the named plugin evaluation metric
getPluginMetric(String) - Method in class weka.classifiers.Evaluation
Get the named plugin evaluation metric
getPluginMetricNames() - Static method in class weka.classifiers.evaluation.EvaluationMetricHelper
Get a list of plugin metric names
getPluginMetrics() - Static method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Gets a list of freshly instantiated concrete implementations of available plugin metrics or null if there are no plugin metrics available
getPluginMetrics() - Method in class weka.classifiers.evaluation.Evaluation
Returns the list of plugin metrics in use (or null if there are none)
getPluginMetrics() - Method in class weka.classifiers.Evaluation
Returns the list of plugin metrics in use (or null if there are none)
getPluginNamesOfType(String) - Static method in class weka.core.PluginManager
Get a set of names of plugins that implement the supplied interface.
getPluginNamesOfType(String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Get a set of names of plugins that implement the supplied interface.
getPluginNamesOfTypeList(String) - Static method in class weka.core.PluginManager
Get a sorted list of names of plugins that implement the supplied interface.
getPluginResourceAsStream(String, String) - Static method in class weka.core.PluginManager
Get an input stream for a named resource under a given resource group ID.
getPluginResourceAsStream(String, String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Get an input stream for a named resource under a given resource group ID.
getPluginTemplateDescriptions() - Method in class weka.gui.knowledgeflow.TemplateManager
Get descriptions for plugin knowledge flow templates
getPluginTemplateFlow(String) - Method in class weka.gui.knowledgeflow.TemplateManager
Get the plugin template flow corresponding to the description
getPMMLModel(File) - Static method in class weka.core.pmml.PMMLFactory
Read and return a PMML model.
getPMMLModel(File, Logger) - Static method in class weka.core.pmml.PMMLFactory
Read and return a PMML model.
getPMMLModel(InputStream) - Static method in class weka.core.pmml.PMMLFactory
Read and return a PMML model.
getPMMLModel(InputStream, Logger) - Static method in class weka.core.pmml.PMMLFactory
Read and return a PMML model.
getPMMLModel(String) - Static method in class weka.core.pmml.PMMLFactory
Read and return a PMML model.
getPMMLModel(String, Logger) - Static method in class weka.core.pmml.PMMLFactory
Read and return a PMML model.
getPMMLVersion() - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Get the PMML version used for this model.
getPMMLVersion() - Method in interface weka.core.pmml.PMMLModel
Get the version of PMML used to encode this model.
getPointSizeProportionalToMargin() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Get whether the point size should be proportional to the prediction margin (classification only).
getPoissonDistribution() - Method in class weka.core.pmml.jaxbbindings.Alternate
Gets the value of the poissonDistribution property.
getPoissonDistribution() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the poissonDistribution property.
getPoolSize() - Method in class weka.attributeSelection.CfsSubsetEval
Gets the number of threads.
getPoolSize() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Gets the number of threads.
getPoolSize() - Method in class weka.classifiers.meta.LogitBoost
Gets the number of threads.
getPopulationSize() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getPopulationSize() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getPopup() - Method in class weka.gui.GenericObjectEditor.CapabilitiesFilterDialog
returns the currently set JPopupMenu.
getPositionX(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
get x position of a node
getPositionY(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
get y position of a node
getPositiveIndex() - Method in class weka.associations.FPGrowth
Get the index of the attribute value to consider as positive for binary attributes in normal dense instances.
getPositiveTargetFieldDisplayValue() - Method in class weka.core.pmml.jaxbbindings.ROC
Gets the value of the positiveTargetFieldDisplayValue property.
getPositiveTargetFieldValue() - Method in class weka.core.pmml.jaxbbindings.ROC
Gets the value of the positiveTargetFieldValue property.
getPossibleSplits(SplitMetric) - Method in class weka.classifiers.trees.ht.ActiveHNode
Returns a list of split candidates
getPostProcessor() - Method in class weka.core.CheckScheme
returns the current PostProcessor, can be null
getPostProcessor() - Method in class weka.estimators.CheckEstimator
returns the current PostProcessor, can be null
getPParameter() - Method in class weka.core.pmml.jaxbbindings.Minkowski
Gets the value of the pParameter property.
getPPCell() - Method in class weka.core.pmml.jaxbbindings.PPMatrix
Gets the value of the ppCell property.
getPRCArea(Instances) - Static method in class weka.classifiers.evaluation.ThresholdCurve
Calculates the area under the precision-recall curve (AUPRC).
getPreBuiltClassifiers() - Method in class weka.classifiers.meta.Vote
Get the paths to pre-built serialized classifiers to load and include in the ensemble
getPrecision() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the precision.
getPrecision() - Method in class weka.core.pmml.jaxbbindings.VerificationField
Gets the value of the precision property.
getPrecision() - Method in class weka.estimators.KernelEstimator
Return the precision of this kernel estimator.
getPrecision() - Method in class weka.estimators.NormalEstimator
Return the value of the precision of this normal estimator.
getPrecludedPackages(List<Package>) - Method in class weka.core.packageManagement.DefaultPackage
Compares this package's precluded list (if any) against the list of supplied packages.
getPrecludedPackages(List<Package>) - Method in class weka.core.packageManagement.Package
Compares this package's precluded list (if any) against the list of supplied packages.
getPreComputeCorrelationMatrix() - Method in class weka.attributeSelection.CfsSubsetEval
Get whether to pre-compute the full correlation matrix at the outset, rather than computing individual correlations lazily (as needed) during the search.
getPrediction(Classifier, Instance) - Method in class weka.classifiers.evaluation.EvaluationUtils
Generate a single prediction for a test instance given the pre-trained classifier.
getPredictions() - Method in class weka.classifiers.evaluation.output.prediction.InMemory
Returns the collected predictions.
getPredictiveModelQuality() - Method in class weka.core.pmml.jaxbbindings.ModelExplanation
Gets the value of the predictiveModelQuality property.
getPredictor() - Method in class weka.core.pmml.jaxbbindings.CovariateList
Gets the value of the predictor property.
getPredictor() - Method in class weka.core.pmml.jaxbbindings.FactorList
Gets the value of the predictor property.
getPredictorName() - Method in class weka.core.pmml.jaxbbindings.PPCell
Gets the value of the predictorName property.
getPredictorTerm() - Method in class weka.core.pmml.jaxbbindings.RegressionTable
Gets the value of the predictorTerm property.
getPredTargetColumn() - Method in class weka.experiment.ClassifierSplitEvaluator
 
getPreferredScrollableViewportSize() - Method in class weka.gui.AttributeSelectionPanel
 
getPrefix() - Method in class weka.gui.beans.SerializedModelSaver
Get the prefix to prepend to the model file names.
getPremise() - Method in class weka.associations.AssociationRule
Get the premise of this rule.
getPremise() - Method in class weka.associations.DefaultAssociationRule
 
getPremiseSupport() - Method in class weka.associations.AssociationRule
Get the support for the premise.
getPremiseSupport() - Method in class weka.associations.DefaultAssociationRule
 
getPreprocessing() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Gets the filter used for preprocessing
getPreprocessPanel() - Method in class weka.gui.explorer.Explorer
returns the instance of the PreprocessPanel being used in this instance of the Explorer
getPreserveInstancesOrder() - Method in class weka.clusterers.SimpleKMeans
Gets whether order of instances must be preserved.
getPreserveOrder() - Method in class weka.gui.beans.CrossValidationFoldMaker
Returns true if the order of the incoming instances is to be preserved under cross-validation (no randomization or stratification is done in this case).
getPreserveOrder() - Method in class weka.knowledgeflow.steps.CrossValidationFoldMaker
Get whether to preserve the order of the input instances when creatinbg the folds
getPreserveOrder() - Method in class weka.knowledgeflow.steps.TrainTestSplitMaker
Get whether to preserve the order of the instances or not
getPreserveOrderInPercentageSplitEvaluation() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of PreserveOrderInPercentageSplitEvaluation.
getPrimaryMetricName() - Method in class weka.associations.AssociationRule
Get the name of the primary metric of this rule (e.g.
getPrimaryMetricName() - Method in class weka.associations.DefaultAssociationRule
 
getPrimaryMetricValue() - Method in class weka.associations.AssociationRule
Get the value of the metric for this rule.
getPrimaryMetricValue() - Method in class weka.associations.DefaultAssociationRule
 
getPrimaryPayload() - Method in class weka.knowledgeflow.Data
Get the primary payload of this data object (i.e.
getPrintClassifiers() - Method in class weka.classifiers.meta.Bagging
Get whether to print the individual ensemble classifiers in the output
getPrintColNames() - Method in class weka.experiment.ResultMatrix
returns whether column names or numbers instead are printed.
getPrintLeafModels() - Method in class weka.classifiers.trees.HoeffdingTree
 
getPrintNewick() - Method in class weka.clusterers.HierarchicalClusterer
 
getPrintRowNames() - Method in class weka.experiment.ResultMatrix
returns whether row names or numbers instead are printed.
getPriorProbability() - Method in class weka.core.pmml.jaxbbindings.TargetValue
Gets the value of the priorProbability property.
getPriorProbability(String) - Method in class weka.core.pmml.TargetMetaInfo
Get the prior probability for the supplied value.
getProbabilities() - Method in class weka.gui.boundaryvisualizer.RemoteResult
Return the probability distributions for this row in the visualization
getProbability() - Method in class weka.core.pmml.jaxbbindings.ScoreDistribution
Gets the value of the probability property.
getProbability() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Get the probability.
getProbability(double) - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
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.Estimator
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 class weka.estimators.MahalanobisEstimator
Get a probability estimate for a value
getProbability(double) - Method in class weka.estimators.NormalEstimator
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.DKConditionalEstimator
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.KDConditionalEstimator
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.NDConditionalEstimator
Get a probability estimate for a value
getProbability(double, double) - Method in class weka.estimators.NNConditionalEstimator
Get a probability estimate for a value
getProbability(int, int, int) - Method in class weka.classifiers.bayes.BayesNet
get particular probability of the conditional probability distribtion of a node given its parents.
getProducer() - Method in class weka.associations.AssociationRules
Get a string describing the scheme that produced these rules.
getProgressBar() - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
Returns a handle to the progressBar of this LayoutEngine.
getProgressBar() - Method in interface weka.gui.graphvisualizer.LayoutEngine
This method returns the progress bar for the LayoutEngine, which shows the progress of the layout process, if it takes a while to layout the graph
getProlog() - Method in class weka.core.OptionHandlerJavadoc
whether "Valid options are..." prolog is included in the Javadoc
getProlog() - Method in class weka.core.TechnicalInformationHandlerJavadoc
whether "Valid options are..." prolog is included in the Javadoc
getPrologue() - Method in class weka.datagenerators.DataGenerator
Gets the prologue string.
getProperties() - Method in class weka.core.converters.DatabaseConnection
Returns the underlying properties object.
getProperties() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the associated properties file.
getProperties() - Static method in class weka.gui.explorer.ExplorerDefaults
returns the associated properties file.
getProperty() - Method in class weka.core.pmml.FieldMetaInfo.Value
 
getProperty() - Method in class weka.core.pmml.jaxbbindings.Value
Gets the value of the property property.
getProperty(String) - Method in class weka.core.EnvironmentProperties
 
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.
getPropertyDescriptor(Object, String) - Static method in class weka.core.PropertyPath
returns the property associated with the given path
getPropertyDescriptor(Object, PropertyPath.Path) - Static method in class weka.core.PropertyPath
returns the property associated with the given path, null if a problem occurred.
getPropertyDescriptors() - Method in class weka.classifiers.misc.InputMappedClassifierBeanInfo
Get an array of PropertyDescriptors for the InputMappedClassifier's public properties.
getPropertyDescriptors() - Method in class weka.gui.beans.ClassAssignerBeanInfo
Returns the property descriptors
getPropertyDescriptors() - Method in class weka.gui.beans.ClassifierPerformanceEvaluatorBeanInfo
Get the property descriptors for this bean
getPropertyDescriptors() - Method in class weka.gui.beans.ClassValuePickerBeanInfo
Returns the property descriptors
getPropertyDescriptors() - Method in class weka.gui.beans.CrossValidationFoldMakerBeanInfo
Return the property descriptors for this bean
getPropertyDescriptors() - Method in class weka.gui.beans.IncrementalClassifierEvaluatorBeanInfo
Return the property descriptors for this bean
getPropertyDescriptors() - Method in class weka.gui.beans.PredictionAppenderBeanInfo
Return the property descriptors for this bean
getPropertyDescriptors() - Method in class weka.gui.beans.StripChartBeanInfo
Get the property descriptors for this bean
getPropertyDescriptors() - Method in class weka.gui.beans.TrainTestSplitMakerBeanInfo
Get the property descriptors for this bean
getPropertyGroupingCategory() - Method in class weka.gui.PropertySheetPanel
 
getPropertyPath() - Method in class weka.experiment.Experiment
Gets the path of properties taken to get to the custom property to iterate over.
getPropsInternalRep() - Method in class weka.knowledgeflow.steps.StorePropertiesInEnvironment
 
getPRow() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the pRow property.
getProxy() - Method in class weka.core.packageManagement.PackageManager
Get the proxy in use.
getPruningMethod() - Method in class weka.classifiers.functions.supportVector.StringKernel
Gets the method used for pruning.
getPValue() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the pValue property.
getPValueAlpha() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the pValueAlpha property.
getPValueFinal() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the pValueFinal property.
getPValueInitial() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the pValueInitial property.
getQ() - Method in class weka.core.matrix.QRDecomposition
Generate and return the (economy-sized) orthogonal factor
getQuality() - Method in class weka.gui.visualize.JPEGWriter
returns the quality the JPEG will be stored in.
getQuantile() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the quantile property.
getQuantileLimit() - Method in class weka.core.pmml.jaxbbindings.Quantile
Gets the value of the quantileLimit property.
getQuantileValue() - Method in class weka.core.pmml.jaxbbindings.Quantile
Gets the value of the quantileValue property.
getQuery() - Method in class weka.core.converters.DatabaseLoader
Gets the query to execute against the database
getQuery() - Method in class weka.experiment.InstanceQuery
Get the query to execute against the database
getQuery() - Method in class weka.gui.sql.event.QueryExecuteEvent
returns the query that was executed
getQuery() - Method in class weka.gui.sql.event.ResultChangedEvent
returns the query that was executed
getQuery() - Method in class weka.gui.sql.QueryPanel
returns the currently displayed query.
getQuery() - Method in class weka.gui.sql.ResultSetTable
returns the query that produced the table model
getQuery() - Method in class weka.gui.sql.SqlViewer
returns the query from the currently active tab in the ResultPanel, otherwise an empty string.
getQuery() - Method in class weka.gui.sql.SqlViewerDialog
returns the chosen query, if any.
getQueryPanel() - Method in class weka.gui.sql.ResultPanel
returns the currently set QueryPanel, can be NULL
getQuoteDelimiters() - Method in class weka.gui.scripting.SyntaxDocument
Returns the quote delimiter characters to use.
getQuoteEscape() - Method in class weka.gui.scripting.SyntaxDocument
Returns the character for escaping a quote delimiter.
getR() - Method in class weka.core.matrix.QRDecomposition
Return the upper triangular factor
getRadius() - Method in class weka.core.neighboursearch.balltrees.BallNode
Returns the radius of the node's ball.
getRaiseExceptionOnCommandFailure() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get to raise an exception when a command fails completely (i.e.
getRandom() - Method in class weka.datagenerators.DataGenerator
Gets the random generator.
getRandomizeData() - Method in class weka.experiment.ExplicitTestsetResultProducer
Get if dataset is to be randomized.
getRandomizeData() - Method in class weka.experiment.RandomSplitResultProducer
Get if dataset is to be randomized
getRandomLiftGraph() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the randomLiftGraph property.
getRandomNumberGenerator(long) - Method in class weka.core.Instances
Returns a random number generator.
getRandomOrder() - Method in class weka.classifiers.bayes.net.search.global.K2
Get random order flag
getRandomOrder() - Method in class weka.classifiers.bayes.net.search.local.K2
Get random order flag
getRandomSeed() - Method in class weka.classifiers.functions.SMO
Get the value of randomSeed.
getRandomSeed() - Method in class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Returns the seed value of random number generator.
getRandomSeed() - Method in class weka.filters.supervised.instance.Resample
Gets the random number seed.
getRandomSeed() - Method in class weka.filters.supervised.instance.SpreadSubsample
Gets the random number seed.
getRandomSeed() - Method in class weka.filters.unsupervised.attribute.AddNoise
Gets the random number seed.
getRandomSeed() - Method in class weka.filters.unsupervised.instance.Randomize
Get the random number generator seed value.
getRandomSeed() - Method in class weka.filters.unsupervised.instance.Resample
Gets the random number seed.
getRandomSeed() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Gets the random number seed.
getRandomSeed() - Method in class weka.gui.explorer.ClassifierPanel
Get the random seed
getRandomWidthFactor() - Method in class weka.classifiers.meta.MultiClassClassifier
Gets the multiplier when generating random codes.
getRange() - Method in class weka.core.InstanceComparator
Returns the attribute range to use in the comparison.
getRange(int) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Gets a single Range from the set of available Ranges.
getRanges() - Method in class weka.core.NormalizableDistance
Method to get the ranges.
getRanges() - Method in class weka.core.Range
Gets the string representing the selected range of values.
getRanges() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Gets the list of possible Ranges to choose from.
getRank() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the rank property.
getRankBasis() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the rankBasis property.
getRankingQuality() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the rankingQuality property.
getRankOrder() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the rankOrder property.
getRawOutput() - Method in class weka.experiment.CrossValidationResultProducer
Get if raw split evaluator output is to be saved
getRawOutput() - Method in class weka.experiment.ExplicitTestsetResultProducer
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.DensityBasedClustererSplitEvaluator
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
Gets the string description of the Tag.
getReader(String) - Method in class weka.gui.Loader
returns a Reader for the given filename, can be NULL if it fails
getReader(String, String) - Static method in class weka.gui.Loader
returns a Reader for the given filename and dir, can be NULL if it fails
getReadIncrementally() - Method in class weka.gui.SetInstancesPanel
Gets whether instances are to be read incrementally or not.
getRealEigenvalues() - Method in class weka.core.matrix.EigenvalueDecomposition
Return the real parts of the eigenvalues
getREALEntries() - Method in class weka.core.pmml.jaxbbindings.REALSparseArray
Gets the value of the realEntries property.
getREALSparseArray() - Method in class weka.core.pmml.jaxbbindings.VectorInstance
Gets the value of the realSparseArray property.
getReasonCode() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the reasonCode property.
getReasonCode() - Method in class weka.core.pmml.jaxbbindings.Characteristic
Gets the value of the reasonCode property.
getReasonCodeAlgorithm() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the reasonCodeAlgorithm property.
getRecall() - Method in class weka.classifiers.evaluation.TwoClassStats
Calculate the recall.
getRecordCount() - Method in class weka.core.pmml.jaxbbindings.ModelVerification
Gets the value of the recordCount property.
getRecordCount() - Method in class weka.core.pmml.jaxbbindings.Node
Gets the value of the recordCount property.
getRecordCount() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the recordCount property.
getRecordCount() - Method in class weka.core.pmml.jaxbbindings.ScoreDistribution
Gets the value of the recordCount property.
getRecordCount() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the recordCount property.
getRecordCount() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the recordCount property.
getReducedErrorPruning() - Method in class weka.classifiers.rules.PART
Get the value of reducedErrorPruning.
getReducedErrorPruning() - Method in class weka.classifiers.trees.J48
Get the value of reducedErrorPruning.
getReduceNumberOfDistanceCalcsViaCanopies() - Method in class weka.clusterers.SimpleKMeans
Get whether to use canopies to reduce the number of distance computations required
getRefer() - Method in class weka.gui.treevisualizer.Node
Get the value of refer.
getReferencePoint() - Method in class weka.core.pmml.jaxbbindings.Parameter
Gets the value of the referencePoint property.
getRefreshFreq() - Method in class weka.gui.beans.StripChart
Get the refresh frequency
getRefreshFreq() - Method in class weka.knowledgeflow.steps.StripChart
Get the refresh frequency
getRefreshWidth() - Method in class weka.gui.beans.StripChart
Get how many pixels to shift the plot by every time a point is plotted
getRefreshWidth() - Method in class weka.knowledgeflow.steps.StripChart
Get how many pixels to shift the plot by every time a point is plotted
getRegex() - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Get whether this is a regular expression match or not
getRegex() - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Get whether this is a regular expression match or not
getRegexMatch() - Method in class weka.filters.RenameRelation
Get the match string for regex modifications
getRegexMatch() - Method in class weka.knowledgeflow.steps.AlterRelationName
Get the match string for regex modifications
getRegOptimizer() - Method in class weka.classifiers.functions.SMOreg
returns the learning algorithm
getRegressionModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the regressionModel property.
getRegressionTable() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the regressionTable property.
getRegressionTree() - Method in class weka.classifiers.trees.m5.Rule
Get the value of regressionTree.
getRegressionTree() - Method in class weka.classifiers.trees.m5.RuleNode
Get the value of regressionTree.
getRelation() - Method in class weka.core.TestInstances
returns the current name of the relation
getRelationalClassFormat() - Method in class weka.core.TestInstances
returns the current strcuture of the relational class attribute, can be null
getRelationalFormat(int) - Method in class weka.core.TestInstances
returns the format for the specified relational attribute, can be null
getRelationFind() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the currently set regular expression to use on the relation name.
getRelationForTableName() - Method in class weka.core.converters.DatabaseSaver
Gets whether or not the relation name is used as name of the table.
getRelationName() - Method in class weka.datagenerators.DataGenerator
Gets the relation name the dataset should have.
getRelationNameForFilename() - Method in class weka.gui.beans.Saver
Get whether the relation name is the primary part of the filename.
getRelationNameForFilename() - Method in class weka.knowledgeflow.steps.Saver
Get whether the relation name is the primary part of the filename.
getRelationReplace() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the currently set replacement string to use on the relation name.
getRemoteHosts() - Method in class weka.experiment.RemoteExperiment
Get the list of remote host names
getRemoveAllMissingCols() - Method in class weka.associations.Apriori
Returns whether columns containing all missing values are to be removed
getRemoveClassColumn() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Get whether the class column is to be removed.
getRemoveFilter() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Get the remove filter in use
getRemoveFilterClassnames() - Static method in class weka.gui.experiment.ExperimenterDefaults
whether the filter classnames in the dataset names are removed by default.
getRemoveFilterName() - Method in class weka.experiment.ResultMatrix
returns whether the filter classname is removed from the dataset name.
getRemoveOldClass() - Method in class weka.filters.supervised.attribute.AddClassification
Get whether the old class attribute is removed.
getRemoveUnused() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Gets whether unused attributes (ones that are not covered by any of the ranges) are removed from the output.
getRenderingHint(RenderingHints.Key) - Method in class weka.gui.visualize.PostscriptGraphics
 
getRenderingHints() - Method in class weka.gui.visualize.PostscriptGraphics
 
getRepetitions() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the number of repetitions to use.
getReplace() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the regular expression to replace matching attribute names with.
getReplace() - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Get the replace string
getReplaceAll() - Method in class weka.filters.RenameRelation
Get whether to replace all regular expression matches, or just the first.
getReplaceAll() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns whether all occurrences are replaced or just the first one.
getReplaceAll() - Method in class weka.knowledgeflow.steps.AlterRelationName
Get whether to replace all regular expression matches, or just the first.
getReplaceMissingValues() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Gets the current setting for using ReplaceMissingValues filter
getRepositoryPackageInfo(String) - Method in class weka.core.packageManagement.DefaultPackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String) - Method in class weka.core.packageManagement.PackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String) - Static method in class weka.core.WekaPackageManager
Get meta data for the latest version of a package from the repository
getRepositoryPackageInfo(String, Object) - Method in class weka.core.packageManagement.DefaultPackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String, Object) - Method in class weka.core.packageManagement.PackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String, String) - Static method in class weka.core.WekaPackageManager
Get meta data for a specific version of a package from the repository
getRepositoryPackageMetaDataOnlyAsZip(PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Gets an array of bytes containing a zip of all the repository meta data and supporting files.
getRepositoryPackageMetaDataOnlyAsZip(PrintStream...) - Method in class weka.core.packageManagement.PackageManager
Gets an array of bytes containing a zip of all the repository meta data and supporting files.
getRepositoryPackageMetaDataOnlyAsZipLegacy(PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Gets an array of bytes containing a zip of all the repository meta data and supporting files using the legacy approach.
getRepositoryPackageVersions(String) - Method in class weka.core.packageManagement.DefaultPackageManager
Get a list of available versions of the named package.
getRepositoryPackageVersions(String) - Method in class weka.core.packageManagement.PackageManager
Get a list of available versions of the named package.
getRepositoryPackageVersions(String) - Static method in class weka.core.WekaPackageManager
Get the versions of the supplied package available on the server
getRepresentCopiesUsingWeights() - Method in class weka.classifiers.meta.Bagging
Get whether copies of instances are represented using weights rather than explicitly.
getRescaleConstant() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the rescaleConstant property.
getRescaleFactor() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the rescaleFactor property.
getReset() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getReset() - Method in class weka.gui.beans.ChartEvent
get the value of the reset flag
getResetIncrementalClassifier() - Method in class weka.gui.beans.Classifier
Get whether to reset (by calling buildClassifier()) an incremental classifier, and thus discarding any previously learned model, before processing the first instance in the incoming stream.
getResetIncrementalClassifier() - Method in class weka.knowledgeflow.steps.Classifier
Get whether to reset an incremental classifier at the start of an incoming instance stream
getResetValue() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the resetValue property.
getResolvedName() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the name of the attribute after substituting any environment variables
getResolvedType() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the type of the attribute after substituting any environment variables
getResolvedValue() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the value of the attribute after substituting any environment variables
getResource(String) - Method in class weka.core.WekaPackageLibIsolatingClassLoader
Find a named resource.
getResources(String) - Method in class weka.core.WekaPackageLibIsolatingClassLoader
Find an enumeration of resources matching the supplied name.
getResourcesWithGroupID(String) - Static method in class weka.core.PluginManager
Get a map of resources (description,path) registered under a given resource group ID.
getResourcesWithGroupID(String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Get a map of resources (description,path) registered under a given resource group ID.
getResult() - Method in class weka.core.json.Parser
Returns the JSON data structure.
getResult() - Method in class weka.gui.experiment.OutputFormatDialog
the result from the last display of the dialog, the same is returned from showDialog.
getResult() - Method in class weka.knowledgeflow.ExecutionResult
Get the result generated by the StepTask
getResult(double[]) - Method in class weka.core.pmml.BuiltInArithmetic
Get the result of applying this function.
getResult(double[]) - Method in class weka.core.pmml.BuiltInMath
Get the result of applying this function.
getResult(double[]) - Method in class weka.core.pmml.BuiltInString
Get the result of applying this function.
getResult(double[]) - Method in class weka.core.pmml.Constant
Get the result of evaluating the expression.
getResult(double[]) - Method in class weka.core.pmml.DefineFunction
Get the result of applying this function.
getResult(double[]) - Method in class weka.core.pmml.Discretize
Get the result of evaluating the expression.
getResult(double[]) - Method in class weka.core.pmml.Expression
Get the result of evaluating the expression.
getResult(double[]) - Method in class weka.core.pmml.FieldRef
 
getResult(double[]) - Method in class weka.core.pmml.Function
Get the result of applying this function.
getResult(double[]) - Method in class weka.core.pmml.NormContinuous
Get the result of evaluating the expression.
getResult(double[]) - Method in class weka.core.pmml.NormDiscrete
Get the result of evaluating the expression.
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.DensityBasedClustererSplitEvaluator
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.
getResultCategorical(double[]) - Method in class weka.core.pmml.Constant
Gets the result of evaluating the expression when the optype is categorical or ordinal as the actual String value.
getResultCategorical(double[]) - Method in class weka.core.pmml.Discretize
Gets the result of evaluating the expression when the optype is categorical or ordinal as the actual String value.
getResultCategorical(double[]) - Method in class weka.core.pmml.Expression
Gets the result of evaluating the expression when the optype is categorical or ordinal as the actual String value.
getResultCategorical(double[]) - Method in class weka.core.pmml.FieldRef
 
getResultCategorical(double[]) - Method in class weka.core.pmml.NormContinuous
Always throws an Exception since the result of NormContinuous must be continuous.
getResultCategorical(double[]) - Method in class weka.core.pmml.NormDiscrete
Always throws an Exception since the result of NormDiscrete must be continuous.
getResultContinuous(double[]) - Method in class weka.core.pmml.Expression
Get the result of evaluating the expression for continuous optype.
getResultData() - Method in class weka.knowledgeflow.JobEnvironment
Get a map of all the result data objects
getResultDataOfType(String) - Method in class weka.knowledgeflow.JobEnvironment
Get a list of any result data objects of the supplied connection type
getResultField() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the resultField property.
getResultField() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the resultField property.
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.
getResultHistory() - Method in class weka.gui.explorer.ClassifierPanel
Get the result history panel
getResultInverse(double[]) - Method in class weka.core.pmml.NormContinuous
Compute the inverse of the normalization (i.e.
getResultListener() - Method in class weka.experiment.Experiment
Gets the result listener where results will be sent.
getResultMatrix() - Method in class weka.experiment.PairedTTester
Gets the instance that produces the output.
getResultMatrix() - Method in interface weka.experiment.Tester
Gets the instance that produces the output.
getResultMatrix() - Method in class weka.gui.experiment.OutputFormatDialog
Gets the currently selected output format result matrix.
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.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.DatabaseResultProducer
Gets the names of each of the columns produced for a single run.
getResultNames() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Gets the names of each of the result columns produced for a single run.
getResultNames() - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the names of each of the columns produced for a single run.
getResultNames() - Method in class weka.experiment.LearningRateResultProducer
Gets the names of each of the 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.RegressionSplitEvaluator
Gets the names of each of the result columns produced for a single run.
getResultNames() - Method in interface weka.experiment.ResultProducer
Gets the names of each of the result 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.AveragingResultProducer
Get the ResultProducer.
getResultProducer() - Method in class weka.experiment.DatabaseResultProducer
Get the ResultProducer.
getResultProducer() - Method in class weka.experiment.Experiment
Get the result producer used for the current experiment.
getResultProducer() - Method in class weka.experiment.LearningRateResultProducer
Get the ResultProducer.
getResults() - Method in class weka.knowledgeflow.steps.TextViewer
Get the textual results stored in this step
getResultSet() - Method in class weka.experiment.DatabaseUtils
Gets the results generated by a previous query.
getResultSet() - Method in class weka.gui.sql.event.QueryExecuteEvent
returns the resultset that was produced, can be null in case the query failed
getResultSet() - Method in class weka.gui.sql.ResultSetHelper
the underlying resultset.
getResultsetKeyColumns() - Method in class weka.experiment.PairedTTester
Get the value of ResultsetKeyColumns.
getResultsetKeyColumns() - Method in interface weka.experiment.Tester
Get the value of ResultsetKeyColumns.
getResultsetName(int) - Method in class weka.experiment.PairedTTester
Gets a string descriptive of the specified resultset.
getResultsetName(int) - Method in interface weka.experiment.Tester
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 class weka.experiment.AveragingResultProducer
Gets the data types of each of the 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.DatabaseResultProducer
Gets the data types of each of the columns produced for a single run.
getResultTypes() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Gets the data types of each of the result columns produced for a single run.
getResultTypes() - Method in class weka.experiment.ExplicitTestsetResultProducer
Gets the data types of each of the columns produced for a single run.
getResultTypes() - Method in class weka.experiment.LearningRateResultProducer
Gets the data types of each of the 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.RegressionSplitEvaluator
Gets the data types of each of the result columns produced for a single run.
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 interface weka.experiment.SplitEvaluator
Gets the data types of each of the result columns produced for a single run.
getResume() - Method in class weka.classifiers.functions.MultilayerPerceptron
Returns true if the model is to be finalized (or has been finalized) after training.
getResume() - Method in interface weka.classifiers.IterativeClassifier
Returns true if the classifier will be able to be trained further (with more iterations) at a later date.
getResume() - Method in class weka.classifiers.meta.AdaBoostM1
Returns true if the model is to be finalized (or has been finalized) after training.
getResume() - Method in class weka.classifiers.meta.AdditiveRegression
Returns true if the model is to be finalized (or has been finalized) after training.
getResume() - Method in class weka.classifiers.meta.FilteredClassifier
Returns true if the model is to be finalized (or has been finalized) after training.
getResume() - Method in class weka.classifiers.meta.LogitBoost
Returns true if the model is to be finalized (or has been finalized) after training.
getRetainStringVals() - Method in class weka.core.converters.ArffLoader
Get whether to retain the values of string attributes in memory (in the header) when reading incrementally.
getRetainStringValues() - Method in class weka.core.converters.ArffLoader.ArffReader
Get whether to retain the values of string attributes in memory (in the header) when reading incrementally.
getReturnValue() - Method in class weka.gui.DatabaseConnectionDialog
Returns which of OK or cancel was clicked from dialog
getReturnValue() - Method in class weka.gui.sql.SqlViewerDialog
returns whether the user clicked OK (JOptionPane.OK_OPTION) or whether he cancelled the dialog (JOptionPane.CANCEL_OPTION).
getRevision() - Method in class weka.associations.AbstractAssociator
Returns the revision string.
getRevision() - Method in class weka.associations.Apriori
Returns the revision string.
getRevision() - Method in class weka.associations.AprioriItemSet
Returns the revision string.
getRevision() - Method in class weka.associations.AssociatorEvaluation
Returns the revision string.
getRevision() - Method in class weka.associations.CheckAssociator
Returns the revision string.
getRevision() - Method in class weka.associations.FilteredAssociator
Returns the revision string.
getRevision() - Method in class weka.associations.FPGrowth
Returns the revision string.
getRevision() - Method in class weka.associations.ItemSet
Returns the revision string.
getRevision() - Method in class weka.associations.LabeledItemSet
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.ASEvaluation
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.ASSearch
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.AttributeSelection
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.BestFirst
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.BestFirst.Link2
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.BestFirst.LinkedList2
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.CfsSubsetEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.CheckAttributeSelection
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.ClassifierAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.CorrelationAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.GainRatioAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.GreedyStepwise
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.OneRAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.PrincipalComponents
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.Ranker
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.ReliefFAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Returns the revision string.
getRevision() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the revision string.
getRevision() - Method in class weka.classifiers.AbstractClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.BayesNet
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.NaiveBayes
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.NaiveBayesMultinomial
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialUpdateable
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.NaiveBayesUpdateable
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.ADNode
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.BayesNetGenerator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.BIFReader
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.EditableBayesNet
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorFullBayes
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.estimate.SimpleEstimator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.MarginCalculator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeSeparator
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.ParentSet
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.ci.CISearchAlgorithm
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.fixed.FromFile
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.fixed.NaiveBayes
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.K2
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.RepeatedHillClimber
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.global.TAN
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.K2
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.RepeatedHillClimber
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.local.TAN
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.search.SearchAlgorithm
Returns the revision string.
getRevision() - Method in class weka.classifiers.bayes.net.VaryNode
Returns the revision string.
getRevision() - Method in class weka.classifiers.BVDecompose
Returns the revision string.
getRevision() - Method in class weka.classifiers.BVDecomposeSegCVSub
Returns the revision string.
getRevision() - Method in class weka.classifiers.CheckClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.CheckSource
Returns the revision string.
getRevision() - Method in class weka.classifiers.CostMatrix
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.ConfusionMatrix
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.CostCurve
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.Evaluation
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.EvaluationUtils
Returns the revision string.
getRevision() - Method in class weka.classifiers.Evaluation
 
getRevision() - Method in class weka.classifiers.evaluation.MarginCurve
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.NominalPrediction
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.NumericPrediction
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.RegressionAnalysis
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.ThresholdCurve
Returns the revision string.
getRevision() - Method in class weka.classifiers.evaluation.TwoClassStats
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.LinearRegression
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.Logistic
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.MultilayerPerceptron
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.neural.LinearUnit
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.neural.NeuralNode
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.neural.SigmoidUnit
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SGD
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SGDText
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SimpleLogistic
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SMO.BinarySMO
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SMO
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SMOreg
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.CheckKernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.Kernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.KernelEvaluation
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.NormalizedPolyKernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.Puk
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.RBFKernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.RegSMO
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.SMOset
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.VotedPerceptron
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.IBk
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.KStar
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.kstar.KStarCache
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.kstar.KStarCache.TableEntry
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.kstar.KStarNominalAttribute
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.kstar.KStarNumericAttribute
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.kstar.KStarWrapper
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.LWL
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AdaBoostM1
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AdditiveRegression
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.Bagging
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.ClassificationViaRegression
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.CVParameterSelection
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.FilteredClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.LogitBoost
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.MultiClassClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.MultiClassClassifierUpdateable
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.MultiScheme
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.RandomCommittee
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.RandomizableFilteredClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.RandomSubSpace
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.Stacking
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.Vote
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Returns the revision string.
getRevision() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.misc.SerializedClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.pmml.consumer.GeneralRegression
 
getRevision() - Method in class weka.classifiers.pmml.consumer.NeuralNetwork
 
getRevision() - Method in class weka.classifiers.pmml.consumer.Regression
 
getRevision() - Method in class weka.classifiers.pmml.consumer.RuleSetModel
Get the revision string for this class
getRevision() - Method in class weka.classifiers.pmml.consumer.SupportVectorMachineModel
 
getRevision() - Method in class weka.classifiers.pmml.consumer.TreeModel
 
getRevision() - Method in class weka.classifiers.rules.DecisionTable
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.DecisionTableHashKey
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.JRip.Antd
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.JRip
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.JRip.NominalAntd
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.JRip.NumericAntd
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.JRip.RipperRule
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.M5Rules
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.OneR
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.part.C45PruneableDecList
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.part.ClassifierDecList
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.PART
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.part.MakeDecList
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.part.PruneableDecList
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.RuleStats
Returns the revision string.
getRevision() - Method in class weka.classifiers.rules.ZeroR
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.DecisionStump
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.HoeffdingTree
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.BinC45ModelSelection
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.BinC45Split
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.C45ModelSelection
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.C45PruneableClassifierTree
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.C45Split
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.Distribution
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.EntropySplitCrit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.GainRatioSplitCrit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.J48
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.InfoGainSplitCrit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.NBTreeClassifierTree
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.NBTreeModelSelection
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.NBTreeSplit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.NoSplit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.PruneableClassifierTree
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.j48.Stats
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.LMT
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.lmt.LogisticBase
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.lmt.ResidualModelSelection
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.lmt.ResidualSplit
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.CorrelationSplitInfo
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.Impurity
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.PreConstructedLinearModel
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.Rule
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.RuleNode
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.Values
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.YongSplitInfo
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.M5P
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.RandomForest
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.REPTree
Returns the revision string.
getRevision() - Method in class weka.classifiers.xml.XMLClassifier
Returns the revision string.
getRevision() - Method in class weka.clusterers.AbstractClusterer
Returns the revision string.
getRevision() - Method in class weka.clusterers.CheckClusterer
Returns the revision string.
getRevision() - Method in class weka.clusterers.ClusterEvaluation
Returns the revision string.
getRevision() - Method in class weka.clusterers.Cobweb.CNode
Returns the revision string.
getRevision() - Method in class weka.clusterers.Cobweb
Returns the revision string.
getRevision() - Method in class weka.clusterers.EM
Returns the revision string.
getRevision() - Method in class weka.clusterers.FarthestFirst
Returns the revision string.
getRevision() - Method in class weka.clusterers.FilteredClusterer
Returns the revision string.
getRevision() - Method in class weka.clusterers.HierarchicalClusterer
Returns the revision string.
getRevision() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns the revision string.
getRevision() - Method in class weka.clusterers.SimpleKMeans
Returns the revision string.
getRevision() - Method in class weka.core.AbstractInstance
Returns the revision string.
getRevision() - Method in class weka.core.AlgVector
Returns the revision string.
getRevision() - Method in class weka.core.AllJavadoc
Returns the revision string.
getRevision() - Method in class weka.core.Attribute
Returns the revision string.
getRevision() - Method in class weka.core.AttributeLocator
Returns the revision string.
getRevision() - Method in class weka.core.AttributeMetaInfo
Returns the revision string.
getRevision() - Method in class weka.core.AttributeStats
Returns the revision string.
getRevision() - Method in class weka.core.BinarySparseInstance
Returns the revision string.
getRevision() - Method in class weka.core.Capabilities
Returns the revision string.
getRevision() - Method in class weka.core.ChebyshevDistance
Returns the revision string.
getRevision() - Method in class weka.core.CheckGOE
Returns the revision string.
getRevision() - Method in class weka.core.CheckOptionHandler
Returns the revision string.
getRevision() - Method in class weka.core.CheckScheme.PostProcessor
Returns the revision string.
getRevision() - Method in class weka.core.ClassCache
Returns the revision string.
getRevision() - Method in class weka.core.ClassDiscovery
Returns the revision string.
getRevision() - Method in class weka.core.ClassDiscovery.StringCompare
Returns the revision string.
getRevision() - Method in class weka.core.ClassloaderUtil
Returns the revision string.
getRevision() - Method in class weka.core.ContingencyTables
Returns the revision string.
getRevision() - Method in class weka.core.converters.ArffLoader.ArffReader
Returns the revision string.
getRevision() - Method in class weka.core.converters.ArffLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.ArffSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.C45Loader
Returns the revision string.
getRevision() - Method in class weka.core.converters.C45Saver
Returns the revision string.
getRevision() - Method in class weka.core.converters.ConverterUtils.DataSink
Returns the revision string.
getRevision() - Method in class weka.core.converters.ConverterUtils.DataSource
Returns the revision string.
getRevision() - Method in class weka.core.converters.ConverterUtils
Returns the revision string.
getRevision() - Method in class weka.core.converters.CSVLoader
 
getRevision() - Method in class weka.core.converters.CSVSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.DatabaseConnection
Returns the revision string.
getRevision() - Method in class weka.core.converters.DatabaseLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.DatabaseSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.DictionarySaver
 
getRevision() - Method in class weka.core.converters.JSONLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.JSONSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.LibSVMLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.LibSVMSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.MatlabLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.MatlabSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.SerializedInstancesLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.SerializedInstancesSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.StreamTokenizerUtils
 
getRevision() - Method in class weka.core.converters.SVMLightLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.SVMLightSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.TextDirectoryLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.XRFFLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.XRFFSaver
Returns the revision string.
getRevision() - Method in class weka.core.Debug.Clock
Returns the revision string.
getRevision() - Method in class weka.core.Debug.DBO
Returns the revision string.
getRevision() - Method in class weka.core.Debug
Returns the revision string.
getRevision() - Method in class weka.core.Debug.Log
Returns the revision string.
getRevision() - Method in class weka.core.Debug.Random
Returns the revision string.
getRevision() - Method in class weka.core.Debug.SimpleLog
Returns the revision string.
getRevision() - Method in class weka.core.Debug.Timestamp
Returns the revision string.
getRevision() - Method in class weka.core.DenseInstance
Returns the revision string.
getRevision() - Method in class weka.core.Environment
Returns the revision string.
getRevision() - Method in class weka.core.EuclideanDistance
Returns the revision string.
getRevision() - Method in class weka.core.FastVector
Deprecated.
Returns the revision string.
getRevision() - Method in class weka.core.FindWithCapabilities
Returns the revision string.
getRevision() - Method in class weka.core.GlobalInfoJavadoc
Returns the revision string.
getRevision() - Method in class weka.core.InstanceComparator
Returns the revision string.
getRevision() - Method in class weka.core.Instances
Returns the revision string.
getRevision() - Method in class weka.core.ListOptions
Returns the revision string.
getRevision() - Method in class weka.core.logging.ConsoleLogger
Returns the revision string.
getRevision() - Method in class weka.core.logging.FileLogger
Returns the revision string.
getRevision() - Method in class weka.core.logging.OutputLogger
Returns the revision string.
getRevision() - Method in class weka.core.ManhattanDistance
Returns the revision string.
getRevision() - Method in class weka.core.matrix.CholeskyDecomposition
Returns the revision string.
getRevision() - Method in class weka.core.matrix.DoubleVector
Returns the revision string.
getRevision() - Method in class weka.core.matrix.EigenvalueDecomposition
Returns the revision string.
getRevision() - Method in class weka.core.matrix.ExponentialFormat
Returns the revision string.
getRevision() - Method in class weka.core.matrix.FlexibleDecimalFormat
Returns the revision string.
getRevision() - Method in class weka.core.matrix.FloatingPointFormat
Returns the revision string.
getRevision() - Method in class weka.core.Matrix
Deprecated.
Returns the revision string.
getRevision() - Method in class weka.core.matrix.IntVector
Returns the revision string.
getRevision() - Method in class weka.core.matrix.LinearRegression
Returns the revision string.
getRevision() - Method in class weka.core.matrix.LUDecomposition
Returns the revision string.
getRevision() - Method in class weka.core.matrix.Maths
Returns the revision string.
getRevision() - Method in class weka.core.matrix.Matrix
Returns the revision string.
getRevision() - Method in class weka.core.matrix.QRDecomposition
Returns the revision string.
getRevision() - Method in class weka.core.matrix.SingularValueDecomposition
Returns the revision string.
getRevision() - Method in class weka.core.Memory
Returns the revision string.
getRevision() - Method in class weka.core.MinkowskiDistance
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.BallTree
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.BallNode
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.BallSplitter
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.PointsClosestToFurthestChildren
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.CoverTree.CoverTreeNode
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.CoverTree
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.covertrees.Stack
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns the revision string
getRevision() - Method in class weka.core.neighboursearch.KDTree
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNode
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.kdtrees.KMeansInpiredMethod
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.kdtrees.MedianOfWidestDimension
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.kdtrees.MidPointOfWidestDimension
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.kdtrees.SlidingMidPointOfWidestSide
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.LinearNNSearch
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the revision string.
getRevision() - Method in class weka.core.Option
Returns the revision string.
getRevision() - Method in class weka.core.OptionHandlerJavadoc
Returns the revision string.
getRevision() - Method in class weka.core.PropertyPath
Returns the revision string.
getRevision() - Method in class weka.core.PropertyPath.Path
Returns the revision string.
getRevision() - Method in class weka.core.PropertyPath.PathElement
Returns the revision string.
getRevision() - Method in class weka.core.ProtectedProperties
Returns the revision string.
getRevision() - Method in class weka.core.Queue
Returns the revision string.
getRevision() - Method in class weka.core.RandomVariates
Returns the revision string.
getRevision() - Method in class weka.core.Range
Returns the revision string.
getRevision() - Method in class weka.core.RelationalLocator
Returns the revision string.
getRevision() - Method in interface weka.core.RevisionHandler
Returns the revision string.
getRevision() - Method in class weka.core.scripting.Groovy
Returns the revision string.
getRevision() - Method in class weka.core.scripting.Jython
Returns the revision string.
getRevision() - Method in class weka.core.SelectedTag
Returns the revision string.
getRevision() - Method in class weka.core.SerializationHelper
Returns the revision string.
getRevision() - Method in class weka.core.SerializedObject
Returns the revision string.
getRevision() - Method in class weka.core.SingleIndex
Returns the revision string.
getRevision() - Method in class weka.core.SparseInstance
Returns the revision string.
getRevision() - Method in class weka.core.SpecialFunctions
Returns the revision string.
getRevision() - Method in class weka.core.Statistics
Returns the revision string.
getRevision() - Method in class weka.core.stemmers.IteratedLovinsStemmer
Returns the revision string.
getRevision() - Method in class weka.core.stemmers.LovinsStemmer
Returns the revision string.
getRevision() - Method in class weka.core.stemmers.NullStemmer
Returns the revision string.
getRevision() - Method in class weka.core.stemmers.SnowballStemmer
Returns the revision string.
getRevision() - Method in class weka.core.stemmers.Stemming
Returns the revision string.
getRevision() - Method in class weka.core.Stopwords
Returns the revision string.
getRevision() - Method in class weka.core.StringLocator
Returns the revision string.
getRevision() - Method in class weka.core.SystemInfo
Returns the revision string.
getRevision() - Method in class weka.core.Tag
Returns the revision string.
getRevision() - Method in class weka.core.TechnicalInformation
Returns the revision string.
getRevision() - Method in class weka.core.TechnicalInformationHandlerJavadoc
Returns the revision string.
getRevision() - Method in class weka.core.Tee
Returns the revision string.
getRevision() - Method in class weka.core.TestInstances
Returns the revision string.
getRevision() - Method in class weka.core.tokenizers.AlphabeticTokenizer
Returns the revision string.
getRevision() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
Returns the revision string.
getRevision() - Method in class weka.core.tokenizers.NGramTokenizer
Returns the revision string.
getRevision() - Method in class weka.core.tokenizers.WordTokenizer
Returns the revision string.
getRevision() - Method in class weka.core.Trie
Returns the revision string.
getRevision() - Method in class weka.core.Trie.TrieIterator
Returns the revision string.
getRevision() - Method in class weka.core.Trie.TrieNode
Returns the revision string.
getRevision() - Method in class weka.core.Utils
Returns the revision string.
getRevision() - Method in class weka.core.Version
Returns the revision string.
getRevision() - Method in class weka.core.WekaEnumeration
Returns the revision string.
getRevision() - Method in class weka.core.xml.KOML
Returns the revision string.
getRevision() - Method in class weka.core.xml.MethodHandler
Returns the revision string.
getRevision() - Method in class weka.core.xml.PropertyHandler
Returns the revision string.
getRevision() - Method in class weka.core.xml.SerialUIDChanger
Returns the revision string.
getRevision() - Method in class weka.core.xml.XMLBasicSerialization
Returns the revision string.
getRevision() - Method in class weka.core.xml.XMLDocument
Returns the revision string.
getRevision() - Method in class weka.core.xml.XMLInstances
Returns the revision string.
getRevision() - Method in class weka.core.xml.XMLOptions
Returns the revision string.
getRevision() - Method in class weka.core.xml.XMLSerialization
Returns the revision string.
getRevision() - Method in class weka.core.xml.XMLSerializationMethodHandler
Returns the revision string.
getRevision() - Method in class weka.core.xml.XStream
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.classification.LED24
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.classification.RDG1
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.regression.Expression
Returns the revision string.
getRevision() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Returns the revision string.
getRevision() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the revision string.
getRevision() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns the revision string.
getRevision() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns the revision string.
getRevision() - Method in class weka.datagenerators.Test
Returns the revision string.
getRevision() - Method in class weka.estimators.CheckEstimator.AttrTypes
Returns the revision string.
getRevision() - Method in class weka.estimators.CheckEstimator.EstTypes
Returns the revision string.
getRevision() - Method in class weka.estimators.CheckEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.CheckEstimator.PostProcessor
Returns the revision string.
getRevision() - Method in class weka.estimators.DDConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.DiscreteEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.DKConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.DNConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.Estimator
Returns the revision string.
getRevision() - Method in class weka.estimators.EstimatorUtils
Returns the revision string.
getRevision() - Method in class weka.estimators.KDConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.KernelEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.KKConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.MahalanobisEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.NDConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.NNConditionalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.NormalEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.PoissonEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.UnivariateKernelEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns the revision string.
getRevision() - Method in class weka.estimators.UnivariateNormalEstimator
Returns the revision string.
getRevision() - Method in class weka.experiment.AveragingResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.ClassifierSplitEvaluator
Returns the revision string.
getRevision() - Method in class weka.experiment.CostSensitiveClassifierSplitEvaluator
Returns the revision string.
getRevision() - Method in class weka.experiment.CrossValidationResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.CrossValidationSplitResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.CSVResultListener
Returns the revision string.
getRevision() - Method in class weka.experiment.DatabaseResultListener
Returns the revision string.
getRevision() - Method in class weka.experiment.DatabaseResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.DatabaseUtils
Returns the revision string.
getRevision() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Returns the revision string.
getRevision() - Method in class weka.experiment.Experiment
Returns the revision string.
getRevision() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.InstanceQuery
Returns the revision string.
getRevision() - Method in class weka.experiment.InstancesResultListener
Returns the revision string.
getRevision() - Method in class weka.experiment.LearningRateResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.OutputZipper
Returns the revision string.
getRevision() - Method in class weka.experiment.PairedCorrectedTTester
Returns the revision string.
getRevision() - Method in class weka.experiment.PairedStats
Returns the revision string.
getRevision() - Method in class weka.experiment.PairedStatsCorrected
Returns the revision string.
getRevision() - Method in class weka.experiment.PairedTTester
Returns the revision string.
getRevision() - Method in class weka.experiment.PropertyNode
Returns the revision string.
getRevision() - Method in class weka.experiment.RandomSplitResultProducer
Returns the revision string.
getRevision() - Method in class weka.experiment.RegressionSplitEvaluator
Returns the revision string.
getRevision() - Method in class weka.experiment.RemoteEngine
Returns the revision string.
getRevision() - Method in class weka.experiment.RemoteExperiment
Returns the revision string.
getRevision() - Method in class weka.experiment.RemoteExperimentSubTask
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixCSV
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixGnuPlot
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixHTML
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixLatex
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixPlainText
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixSignificance
Returns the revision string.
getRevision() - Method in class weka.experiment.Stats
Returns the revision string.
getRevision() - Method in class weka.experiment.TaskStatusInfo
Returns the revision string.
getRevision() - Method in class weka.experiment.xml.XMLExperiment
Returns the revision string.
getRevision() - Method in class weka.filters.AllFilter
Returns the revision string.
getRevision() - Method in class weka.filters.CheckSource
Returns the revision string.
getRevision() - Method in class weka.filters.Filter
Returns the revision string.
getRevision() - Method in class weka.filters.MultiFilter
Returns the revision string.
getRevision() - Method in class weka.filters.RenameRelation
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.AddClassification
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.AttributeSelection
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.ClassOrder
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.Discretize
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.NominalToBinary
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.PartitionMembership
 
getRevision() - Method in class weka.filters.supervised.instance.ClassBalancer
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.instance.Resample
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Add
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AddID
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AddNoise
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AddValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Center
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Copy
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NominalToString
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Normalize
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Obfuscate
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Remove
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Reorder
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SortLabels
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Standardize
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SwapValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.TimeSeriesDelta
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.TimeSeriesTranslate
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Transpose
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.Randomize
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveRange
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.Resample
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.SparseToNonSparse
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns the revision string.
getRevision() - Method in class weka.gui.beans.FlowRunner
 
getRevision() - Method in class weka.gui.sql.DbUtils
Returns the revision string.
getRHSOperand() - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
Get the rhs operand
getRidge() - Method in class weka.classifiers.functions.LinearRegression
Get the value of Ridge.
getRidge() - Method in class weka.classifiers.functions.Logistic
Gets the ridge in the log-likelihood.
getRidge() - Method in class weka.estimators.MultivariateGaussianEstimator
Get the value of Ridge.
getRightMargin() - Method in class weka.core.pmml.jaxbbindings.Interval
Gets the value of the rightMargin property.
getRMSE() - Method in class weka.core.pmml.jaxbbindings.ExponentialSmoothing
Gets the value of the rmse property.
getROC() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the roc property.
getROCArea(Instances) - Static method in class weka.classifiers.evaluation.ThresholdCurve
Calculates the area under the ROC curve as the Wilcoxon-Mann-Whitney statistic.
getROCGraph() - Method in class weka.core.pmml.jaxbbindings.ROC
Gets the value of the rocGraph property.
getROCString() - Method in class weka.gui.visualize.ThresholdVisualizePanel
This extracts the ROC area string
getRoot() - Method in class weka.core.expressionlanguage.parser.Parser
Returns the root node of the program
getRoot() - Method in class weka.core.Trie
returns the root node of the trie
getRoot() - Method in class weka.gui.treevisualizer.Node
Get the value of root.
getRootMeanSquaredError() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the rootMeanSquaredError property.
getRootNode() - Method in class weka.core.xml.XMLDocument
returns the current root node.
getRow() - Method in class weka.core.pmml.jaxbbindings.InlineTable
Gets the value of the row property.
getRow() - Method in class weka.core.pmml.jaxbbindings.MatCell
Gets the value of the row property.
getRow() - Static method in class weka.gui.experiment.ExperimenterDefaults
the comma-separated list of attribute names that identify a row.
getRow(int) - Method in class weka.core.Matrix
Deprecated.
Gets a row of the matrix and returns it as double array.
getRowCount() - Method in class weka.experiment.ResultMatrix
returns the number of rows.
getRowCount() - Method in class weka.gui.arffviewer.ArffTableModel
returns the number of rows in the model
getRowCount() - Method in class weka.gui.InteractiveTableModel
 
getRowCount() - Method in class weka.gui.SortedTableModel
Returns the number of rows in the model.
getRowCount() - Method in class weka.gui.sql.ResultSetHelper
returns the number of rows in the resultset.
getRowCount() - Method in class weka.gui.sql.ResultSetTableModel
returns the number of rows in the model.
getRowDimension() - Method in class weka.core.matrix.Matrix
Get row dimension.
getRowHidden(int) - Method in class weka.experiment.ResultMatrix
returns the hidden status of the row, if the index is valid, otherwise false.
getRowName(int) - Method in class weka.experiment.ResultMatrix
returns the name of the row, if the index is valid, otherwise null.
getRowNameWidth() - Method in class weka.experiment.ResultMatrix
returns the current width for the row names.
getRowOrder() - Method in class weka.experiment.ResultMatrix
returns the current order of the rows, null means the default order.
getRowPackedCopy() - Method in class weka.core.matrix.Matrix
Make a one-dimensional row packed copy of the internal array.
getRsource() - Method in class weka.gui.treevisualizer.Edge
Get the value of rsource.
getRSquared() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the rSquared property.
getRtarget() - Method in class weka.gui.treevisualizer.Edge
Get the value of rtarget.
getRule() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the rule property.
getRule() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the rule property.
getRuleFeature() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the ruleFeature property.
getRuleMetricNames() - Method in class weka.associations.Apriori
Gets a list of the names of the metrics output for each rule.
getRuleMetricNames() - Method in interface weka.associations.AssociationRulesProducer
Gets a list of the names of the metrics output for each rule.
getRuleMetricNames() - Method in class weka.associations.FilteredAssociator
Gets a list of the names of the metrics output for each rule.
getRuleMetricNames() - Method in class weka.associations.FPGrowth
Gets a list of the names of the metrics output for each rule.
getRules() - Method in class weka.associations.AssociationRules
Get the rules.
getRules() - Method in class weka.associations.FilteredAssociationRules
Get the rules.
getRules() - Method in class weka.gui.beans.BatchAssociationRulesEvent
Get the encapsulated association rules.
getRuleSelectionMethod() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the ruleSelectionMethod property.
getRuleset() - Method in class weka.classifiers.rules.JRip
Get the ruleset generated by Ripper
getRuleset() - Method in class weka.classifiers.rules.RuleStats
Get the ruleset of the stats
getRuleSetModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the ruleSetModel property.
getRulesetSize() - Method in class weka.classifiers.rules.RuleStats
Get the size of the ruleset in the stats
getRulesMustContain() - Method in class weka.associations.FPGrowth
Get the comma separated list of items that rules must contain in order to be output.
getRuleStats(int) - Method in class weka.classifiers.rules.JRip
Get the statistics of the ruleset in the given position
getRunColumn() - Method in class weka.experiment.PairedTTester
Get the value of RunColumn.
getRunColumn() - Method in interface weka.experiment.Tester
Get the value of RunColumn.
getRunLower() - Method in class weka.experiment.Experiment
Get the lower run number for the experiment.
getRunNumber() - Method in class weka.gui.beans.BatchClassifierEvent
Get the run number.
getRunNumber() - Method in class weka.gui.beans.TestSetEvent
Get the run number that this training set belongs to.
getRunNumber() - Method in class weka.gui.beans.TrainingSetEvent
Get the run number that this training set belongs to.
getRuns() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getRuns() - Method in class weka.classifiers.bayes.net.search.global.RepeatedHillClimber
Returns the number of runs
getRuns() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
 
getRuns() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
 
getRuns() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getRuns() - Method in class weka.classifiers.bayes.net.search.local.RepeatedHillClimber
 
getRuns() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
 
getRuns() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
 
getRunUpper() - Method in class weka.experiment.Experiment
Get the upper run number for the experiment.
getS() - Method in class weka.core.matrix.SingularValueDecomposition
Return the diagonal matrix of singular values
getSample() - Method in class weka.core.pmml.jaxbbindings.COUNTTABLETYPE
Gets the value of the sample property.
getSampleSize() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the number of instances used for estimating attributes
getSampleSize() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Gets the subsample size.
getSampleSizePercent() - Method in class weka.filters.supervised.instance.Resample
Gets the subsample size as a percentage of the original set.
getSampleSizePercent() - Method in class weka.filters.unsupervised.instance.Resample
Gets the subsample size as a percentage of the original set.
getSaveBinaryDictionary() - Method in class weka.core.converters.DictionarySaver
Get whether to save the dictionary as a binary serialized dictionary, rather than a plain text one
getSaveDialogTitle() - Method in class weka.gui.visualize.PrintableComponent
returns the title for the save dialog.
getSaveDialogTitle() - Method in interface weka.gui.visualize.PrintableHandler
returns the title for the save dialog
getSaveDialogTitle() - Method in class weka.gui.visualize.PrintablePanel
returns the title for the save dialog
getSaveDictionaryInBinaryForm() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Set whether to save the dictionary in binary serialized form rather than as plain text
getSaveForVisualization() - Method in class weka.gui.explorer.ClassifierErrorsPlotInstances
Returns whether the instances are saved for visualization for only evaluation of the prediction is to happen.
getSaveInstanceData() - Method in class weka.classifiers.trees.J48
Check whether instance data is to be saved.
getSaveInstanceData() - Method in class weka.clusterers.Cobweb
Get the value of saveInstances.
getSaveInstances() - Method in class weka.classifiers.trees.M5P
Get whether instance data is being save.
getSaver() - Method in class weka.gui.ConverterFileChooser
returns the saver that was chosen by the user, can be null in case the user aborted the dialog or the open dialog was shown.
getSaver() - Method in class weka.knowledgeflow.steps.Saver
Get the saver instance that is wrapped by this step.
getSaverForExtension(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the saver to use for this kind of extension, returns null if none can be found.
getSaverForFile(File) - Static method in class weka.core.converters.ConverterUtils
tries to determine the saver to use for this kind of file, returns null if none can be found.
getSaverForFile(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the saver to use for this kind of file, returns null if none can be found.
getSaversForExtension(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the savers to use for this kind of extension.
getSaversForFile(File) - Static method in class weka.core.converters.ConverterUtils
tries to determine the savers to use for this kind of file.
getSaversForFile(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the savers to use for this kind of file.
getSaverTemplate() - Method in class weka.gui.beans.Saver
Get the saver
getScale() - Method in class weka.filters.unsupervised.attribute.Normalize
Get the scaling factor.
getScaleWidthToFit() - Method in class weka.gui.DocumentPrinting
Returns whether the width is to be scaled.
getScalingEnabled() - Method in class weka.gui.visualize.JComponentWriter
whether scaling is enabled or ignored
getScore() - Method in class weka.core.pmml.jaxbbindings.Node
Gets the value of the score property.
getScore() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the score property.
getScorecard() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the scorecard property.
getScoreDistribution() - Method in class weka.core.pmml.jaxbbindings.RuleSet
Gets the value of the scoreDistribution property.
getScoreDistribution() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the scoreDistribution property.
getScoreType() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
get quality measure to be used in searching for networks.
getScript() - Method in class weka.gui.scripting.event.ScriptExecutionEvent
Returns the script that triggered the event.
getScrollableTracksViewportHeight() - Method in class weka.gui.ETable
Changes the behavior of a table in a JScrollPane to be more like the behavior of JList, which expands to fill the available space.
getSearch() - Method in class weka.attributeSelection.CheckAttributeSelection
Get the current search method
getSearch() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Gets the search method used
getSearch() - Method in class weka.classifiers.rules.DecisionTable
Gets the current search method
getSearch() - Method in class weka.filters.supervised.attribute.AttributeSelection
Get the name of the search method
getSearchAlgorithm() - Method in class weka.classifiers.bayes.BayesNet
Get the SearchAlgorithm used as the search algorithm
getSearchBackwards() - Method in class weka.attributeSelection.GreedyStepwise
Get whether to search backwards
getSearchMethod() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Gets the search method used.
getSearchStrategy() - Method in class weka.knowledgeflow.steps.ASSearchStrategy
Get the search strategy wrapped by this step
getSearchString() - Method in class weka.gui.arffviewer.ArffTable
returns the search string, can be NULL if no search string is set
getSearchTermination() - Method in class weka.attributeSelection.BestFirst
Get the termination criterion (number of non-improving nodes).
getSeasonalityExpoSmooth() - Method in class weka.core.pmml.jaxbbindings.ExponentialSmoothing
Gets the value of the seasonalityExpoSmooth property.
getSecondInputStructure() - Method in class weka.knowledgeflow.steps.Join
Get the Instances structure being produced by the second input
getSecondValueIndex() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Get the index of the second value used.
getSecondValueIndex() - Method in class weka.filters.unsupervised.attribute.SwapValues
Get the index of the second value used.
getSeed() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get the random number seed used for cross validation
getSeed() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get the random seed used to randomize the data before performing a percentage split
getSeed() - Method in class weka.attributeSelection.OneRAttributeEval
Get the random number 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
getSeed() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getSeed() - Method in class weka.classifiers.bayes.net.search.global.RepeatedHillClimber
Returns the random seed
getSeed() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
 
getSeed() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getSeed() - Method in class weka.classifiers.bayes.net.search.local.RepeatedHillClimber
 
getSeed() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
 
getSeed() - Method in class weka.classifiers.BVDecompose
Gets the random number seed
getSeed() - Method in class weka.classifiers.BVDecomposeSegCVSub
Gets the random number seed
getSeed() - Method in class weka.classifiers.evaluation.EvaluationUtils
Gets the seed for randomization during cross-validation
getSeed() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getSeed() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
Gets the current seed value for the random number generator
getSeed() - Method in class weka.classifiers.functions.VotedPerceptron
Get the value of Seed.
getSeed() - Method in class weka.classifiers.meta.MultiScheme
Gets the random number seed.
getSeed() - Method in class weka.classifiers.RandomizableClassifier
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.RandomizableIteratedSingleClassifierEnhancer
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.RandomizableMultipleClassifiersCombiner
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.RandomizableParallelMultipleClassifiersCombiner
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.RandomizableSingleClassifierEnhancer
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.rules.JRip
Gets the current seed value to use in randomizing the data
getSeed() - Method in class weka.classifiers.rules.PART
Get the value of Seed.
getSeed() - Method in class weka.classifiers.trees.J48
Get the value of Seed.
getSeed() - Method in class weka.classifiers.trees.RandomTree
Gets the seed for the random number generations
getSeed() - Method in class weka.classifiers.trees.REPTree
Get the value of Seed.
getSeed() - Method in class weka.clusterers.RandomizableClusterer
Gets the seed for the random number generations
getSeed() - Method in class weka.clusterers.RandomizableDensityBasedClusterer
Gets the seed for the random number generations
getSeed() - Method in class weka.clusterers.RandomizableSingleClustererEnhancer
Gets the seed for the random number generations
getSeed() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Returns the seed for random number generator.
getSeed() - Method in interface weka.core.Randomizable
Gets the seed for the random number generations
getSeed() - Method in class weka.core.TestInstances
returns the current seed value
getSeed() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Gets the random number seed.
getSeed() - Method in class weka.datagenerators.DataGenerator
Gets the random number seed.
getSeed() - Method in class weka.estimators.UnivariateMixtureEstimator
Gets the seed for the random number generations
getSeed() - Method in class weka.filters.MultiFilter
Gets the seed for the random number generations
getSeed() - Method in class weka.filters.supervised.attribute.ClassOrder
Get the current randomization seed
getSeed() - Method in class weka.filters.supervised.instance.Resample
 
getSeed() - Method in class weka.filters.supervised.instance.SpreadSubsample
 
getSeed() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Gets the random number seed used for shuffling the dataset.
getSeed() - Method in class weka.filters.unsupervised.attribute.AddNoise
 
getSeed() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Gets the random seed of the random number generator
getSeed() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Get the seed value for the random number generator.
getSeed() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Get the random number generator seed value.
getSeed() - Method in class weka.filters.unsupervised.instance.Randomize
 
getSeed() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Gets the random number seed used for shuffling the dataset.
getSeed() - Method in class weka.filters.unsupervised.instance.Resample
 
getSeed() - Method in class weka.filters.unsupervised.instance.ReservoirSample
 
getSeed() - Method in class weka.gui.beans.CrossValidationFoldMaker
Get the currently set seed
getSeed() - Method in class weka.gui.beans.TrainTestSplitMaker
Get the value of the random seed
getSeed() - Method in class weka.knowledgeflow.steps.CrossValidationFoldMaker
Get the random seed
getSeed() - Method in class weka.knowledgeflow.steps.TrainTestSplitMaker
Get the random seed to use
getSegment() - Method in class weka.core.pmml.jaxbbindings.Segmentation
Gets the value of the segment property.
getSegmentId() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the segmentId property.
getSelectedAttributes() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
 
getSelectedAttributes() - Method in class weka.gui.AttributeSelectionPanel
Gets an array containing the indices of all selected attributes.
getSelectedBeans() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getSelectedBeans(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getSelectedBuffer() - Method in class weka.gui.ResultHistoryPanel
Gets the buffer associated with the currently selected item in the list.
getSelectedClassIndex() - Method in class weka.gui.explorer.ClassifierPanel
Get the selected (0-based) class index
getSelectedEnumValue() - Method in class weka.core.EnumHelper
Get the selected/wrapped enum value (as obtained by calling toString() on the enum value)
getSelectedEvalMetrics() - Method in class weka.gui.EvaluationMetricSelectionDialog
Get the list of selected evaluation metrics
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.
getSelectedRange() - Method in class weka.core.DictionaryBuilder
Get the value of m_SelectedRange.
getSelectedRange() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Get the value of m_SelectedRange.
getSelectedTag() - Method in class weka.core.SelectedTag
Gets the selected Tag.
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.AttributeListPanel
Gets the selection model used by the table.
getSelectionModel() - Method in class weka.gui.AttributeSelectionPanel
Gets the selection model used by the table.
getSelectionModel() - Method in class weka.gui.ResultHistoryPanel
Gets the selection model used by the results list.
getSeparateTestSetClassIndex() - Method in class weka.gui.explorer.ClassifierPanel
Get the class index specified for the separate test set
getSeparateTestSetLoader() - Method in class weka.gui.explorer.ClassifierPanel
Get the loader object used for loading a separate test set
getSeperator() - Method in class weka.gui.HierarchyPropertyParser
Get the seperator between levels.
getSeqId() - Method in class weka.core.pmml.jaxbbindings.SequenceReference
Gets the value of the seqId property.
getSequenceModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the sequenceModel property.
getSequenceReference() - Method in class weka.core.pmml.jaxbbindings.AntecedentSequence
Gets the value of the sequenceReference property.
getSequenceReference() - Method in class weka.core.pmml.jaxbbindings.ConsequentSequence
Gets the value of the sequenceReference property.
getSerializedClassifierFile() - Method in class weka.filters.supervised.attribute.AddClassification
Gets the file pointing to a serialized, trained classifier.
getSerializedClustererFile() - Method in class weka.filters.unsupervised.attribute.AddCluster
Gets the file pointing to a serialized, built clusterer.
getSetId() - Method in class weka.core.pmml.jaxbbindings.SetReference
Gets the value of the setId property.
getSetNumber() - Method in class weka.gui.beans.BatchClassifierEvent
Get the set number (ie which fold this is)
getSetNumber() - Method in class weka.gui.beans.BatchClustererEvent
Get the set number (ie which fold this is)
getSetNumber() - Method in class weka.gui.beans.TestSetEvent
Get the test set number (eg.
getSetNumber() - Method in class weka.gui.beans.TrainingSetEvent
Get the set number (eg.
getSetReference() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the setReference property.
getSetting(String, String, T, Environment) - Method in class weka.core.Settings
 
getSetting(String, Settings.SettingKey, T) - Method in class weka.core.Settings
Get the value of a setting
getSetting(String, Settings.SettingKey, T, Environment) - Method in class weka.core.Settings
Get the value of a setting
getSetting(Settings.SettingKey, T) - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the value of a setting for the main perspective
getSettings() - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
Get the settings object for the application
getSettings() - Method in interface weka.gui.knowledgeflow.StepInteractiveViewer
Get the settings object
getSettings() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
 
getSettings() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get knowledge flow settings for this execution environment
getSettings() - Method in interface weka.knowledgeflow.FlowExecutor
Convenience method for getting current settings - implementers should delegate the the execution environment
getSettings() - Method in class weka.knowledgeflow.FlowRunner
Get the settings in use when executing the Flow
getSettings() - Method in interface weka.knowledgeflow.StepManager
Get the knowledge flow settings
getSettings() - Method in class weka.knowledgeflow.StepManagerImpl
Get the current knowledge flow settings
getSettings(String) - Method in class weka.core.Settings
Get the settings for a given ID
getSettingsIDs() - Method in class weka.core.Settings
Get a list of settings IDs
getSetupPanel() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the class name of the default setup panel.
getShape() - Method in class weka.gui.treevisualizer.Node
Get the value of shape.
getShapeSize() - Method in class weka.gui.visualize.PlotData2D
Get the shape sizes for the plot data
getShapeType() - Method in class weka.gui.visualize.PlotData2D
Get the shape types for the plot data
getShowAttBars() - Method in class weka.gui.visualize.VisualizePanel
Gets whether or not attribute bars are being displayed.
getShowAttributeIndex() - Method in class weka.gui.arffviewer.ArffPanel
Returns whether to display the attribute index in the header.
getShowAttributeIndex() - Method in class weka.gui.arffviewer.ArffSortedTableModel
Returns whether to display the attribute index in the header.
getShowAttributeIndex() - Method in class weka.gui.arffviewer.ArffTableModel
Returns whether to display the attribute index in the header.
getShowAverage() - Method in class weka.experiment.ResultMatrix
returns whether average per column is displayed or not.
getShowAverage() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns whether the Average is shown by default.
getShowClassPanel() - Method in class weka.gui.visualize.VisualizePanel
Gets whether or not the class panel is being displayed.
getShowGlobalInfoToolTips() - Method in class weka.gui.GenericObjectEditor
 
getShowStdDev() - Method in class weka.experiment.ResultMatrix
returns whether std deviations are displayed or not.
getShowStdDevs() - Method in class weka.experiment.PairedTTester
Returns true if standard deviations have been requested.
getShowStdDevs() - Method in interface weka.experiment.Tester
Returns true if standard deviations have been requested.
getShowStdDevs() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns whether StdDevs are shown by default.
getShowZeroInstancesAsUnknown() - Method in class weka.gui.InstancesSummaryPanel
Get whether to show zero instances as unknown (i.e.
getShrinkage() - Method in class weka.classifiers.meta.AdditiveRegression
Get the shrinkage rate.
getShrinkage() - Method in class weka.classifiers.meta.LogitBoost
Get the value of Shrinkage.
getSigma() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get the value of sigma.
getSigma() - Method in class weka.classifiers.BVDecompose
Get the calculated sigma squared
getSigma() - Method in class weka.classifiers.functions.supportVector.Puk
Gets the sigma value.
getSignificance() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default significance.
getSignificance(int, int) - Method in class weka.experiment.ResultMatrix
returns the significance at the given position, if the position is valid, otherwise SIGNIFICANCE_ATIE.
getSignificanceCount(int, int) - Method in class weka.experiment.ResultMatrix
counts the occurrences of the given significance type in the given column.
getSignificanceLevel() - Method in class weka.associations.Apriori
Get the value of significanceLevel.
getSignificanceLevel() - Method in class weka.experiment.PairedTTester
Get the value of SignificanceLevel.
getSignificanceLevel() - Method in interface weka.experiment.Tester
Get the value of SignificanceLevel.
getSignificanceLevel() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Gets the significance level.
getSignificanceWidth() - Method in class weka.experiment.ResultMatrix
returns the current width for the significance.
getSilent() - Method in class weka.core.Check
Get whether silent mode is turned on
getSilent() - Method in class weka.core.Javadoc
whether output in the console is suppressed
getSilent() - Method in class weka.estimators.CheckEstimator
Get whether silent mode is turned on
getSimilarityScale() - Method in class weka.core.pmml.jaxbbindings.ClusteringField
Gets the value of the similarityScale property.
getSimilarityType() - Method in class weka.core.pmml.jaxbbindings.TextModelSimiliarity
Gets the value of the similarityType property.
getSimpleMatching() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the simpleMatching property.
getSimplePredicate() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the simplePredicate property.
getSimplePredicate() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the simplePredicate property.
getSimplePredicate() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the simplePredicate property.
getSimplePredicate() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the simplePredicate property.
getSimplePredicateOrCompoundPredicateOrSimpleSetPredicate() - Method in class weka.core.pmml.jaxbbindings.CompoundPredicate
Gets the value of the simplePredicateOrCompoundPredicateOrSimpleSetPredicate property.
getSimpleSetPredicate() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the simpleSetPredicate property.
getSimpleSetPredicate() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the simpleSetPredicate property.
getSimpleSetPredicate() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the simpleSetPredicate property.
getSimpleSetPredicate() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the simpleSetPredicate property.
getSimpleStats(int) - Method in class weka.classifiers.rules.RuleStats
Get the simple stats of one rule, including 6 parameters: 0: coverage; 1:uncoverage; 2: true positive; 3: true negatives; 4: false positives; 5: false negatives
getSIndex() - Method in class weka.gui.visualize.VisualizePanel
Get the index of the shape selected for creating splits.
getSingleIndex() - Method in class weka.core.SingleIndex
Gets the string representing the selected range of values.
getSingleLineCommentStart() - Method in class weka.gui.scripting.SyntaxDocument
Retrusn the single line comment start string.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.classification.LED24
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the single mode flag.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.regression.Expression
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleModeFlag() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleModeFlag() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Gets the single mode flag.
getSingleModeFlag() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Gets the single mode flag.
getSingleModeFlag() - Method in class weka.datagenerators.DataGenerator
Return if single mode is set for the given data generator mode depends on option setting and or generator type.
getSingleton() - Static method in class weka.core.logging.Logger
Returns the singleton instance of the logger.
getSingleton() - Static method in class weka.gui.beans.KnowledgeFlowApp
Return the singleton instance of the KnowledgeFlow
getSingleton() - Static method in class weka.gui.Main
Return the singleton instance of the Main GUI.
getSingularValues() - Method in class weka.core.matrix.SingularValueDecomposition
Return the one-dimensional array of singular values
getSize() - Method in class weka.core.Debug.Log
returns the size of the files
getSize() - Method in class weka.core.pmml.jaxbbindings.Cluster
Gets the value of the size property.
getSize() - Method in class weka.core.pmml.jaxbbindings.Partition
Gets the value of the size property.
getSize() - Method in class weka.gui.beans.EnvironmentField.WideComboBox
Deprecated.
 
getSize() - Method in class weka.gui.EnvironmentField.WideComboBox
 
getSkipIdentical() - Method in class weka.core.neighboursearch.LinearNNSearch
Gets whether if identical instances are skipped from the neighbourhood.
getSlope() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns the slope of the function.
getSlope() - Method in class weka.classifiers.trees.lmt.SimpleLinearRegression
Returns the slope of the function.
getSmoothedValue() - Method in class weka.core.pmml.jaxbbindings.Level
Gets the value of the smoothedValue property.
getSmoothedValue() - Method in class weka.core.pmml.jaxbbindings.TrendExpoSmooth
Gets the value of the smoothedValue property.
getSmoothing() - Method in class weka.classifiers.trees.m5.Rule
Get whether or not smoothing has been turned on
getSnapToGrid() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Return true if the snap-to-grid button is selected
getSons() - Method in class weka.classifiers.trees.j48.ClassifierTree
 
getSort() - Method in class weka.filters.unsupervised.attribute.AddValues
Gets whether the labels are sorted or not.
getSortColumn() - Method in class weka.experiment.PairedTTester
Returns the column to sort on, -1 means the default sorting.
getSortColumn() - Method in interface weka.experiment.Tester
Returns the column to sort on, -1 means the default sorting.
getSortColumnName() - Method in class weka.experiment.PairedTTester
Returns the name of the column to sort on.
getSortColumnName() - Method in interface weka.experiment.Tester
Returns the name of the column to sort on.
getSortDetails() - Method in class weka.gui.beans.Sorter
Get the sort rules to use
getSortDetails() - Method in class weka.knowledgeflow.steps.Sorter
Get the sort rules to use
getSortDictionary() - Method in class weka.core.DictionaryBuilder
Get whether to keep the dictionary sorted alphabetically as it is built.
getSorting() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default sorting (empty string means none).
getSortType() - Method in class weka.filters.unsupervised.attribute.SortLabels
Gets the sort type to be used.
getSource() - Method in class weka.core.packageManagement.Dependency
Get the source package.
getSource() - Method in class weka.gui.beans.BeanConnection
returns the source BeanInstance for this connection
getSource() - Method in class weka.gui.treevisualizer.Edge
Get the value of source.
getSourceCode() - Method in class weka.classifiers.CheckSource
Gets the class to test.
getSourceCode() - Method in class weka.filters.CheckSource
Gets the class to test.
getSourceCodeClassName() - Method in class weka.gui.explorer.ClassifierPanel
Gets the name of the source code class to be generated
getSourceStep() - Method in class weka.knowledgeflow.Data
Get the source step producing this Data object
getSparseData() - Method in class weka.core.converters.DatabaseLoader
Gets whether data is to be returned as a set of sparse instances
getSparseData() - Method in class weka.experiment.InstanceQuery
Gets whether data is to be returned as a set of sparse instances
getSparseData() - Method in interface weka.experiment.InstanceQueryAdapter
Gets whether data is to be returned as a set of sparse instances
getSplitByDataSet() - Method in class weka.experiment.RemoteExperiment
Returns true if sub experiments are to be created on the basis of data set.
getSplitByProperty() - Method in class weka.experiment.RemoteExperiment
Returns true if sub experiments are to be created on the basis of property.
getSplitCharacteristic() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the splitCharacteristic property.
getSplitCharacteristic() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the splitCharacteristic property.
getSplitConfidence() - Method in class weka.classifiers.trees.HoeffdingTree
Get the allowable error in a split decision.
getSplitCriterion() - Method in class weka.classifiers.trees.HoeffdingTree
Get the split criterion to use (either Gini or info gain).
getSplitDim() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNode
Gets the splitting dimension.
getSplitEvaluator() - Method in class weka.experiment.CrossValidationResultProducer
Get the SplitEvaluator.
getSplitEvaluator() - Method in class weka.experiment.ExplicitTestsetResultProducer
Get the SplitEvaluator.
getSplitEvaluator() - Method in class weka.experiment.RandomSplitResultProducer
Get the SplitEvaluator.
getSplitOnResiduals() - Method in class weka.classifiers.trees.LMT
Get the value of splitOnResiduals.
getSplitPercent() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get the split percentage to use
getSplitPercentage() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of SplitPercentage.
getSplitPoint() - Method in class weka.associations.NumericItem
Gets the numeric test.
getSplitPoint() - Method in class weka.classifiers.rules.JRip.NumericAntd
Get split point of this numeric antecedent
getSplitPoint() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Get the split point used for numeric selection
getSplitValue() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNode
Gets the splitting value.
getSpreadAttributeWeight() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
If true, when generating attributes, spread weight of old attribute across new attributes.
getSpreadAttributeWeight() - Method in class weka.filters.supervised.attribute.Discretize
If true, when generating binary attributes, spread weight of old attribute across new attributes.
getSpreadAttributeWeight() - Method in class weka.filters.supervised.attribute.NominalToBinary
If true, when generating binary attributes, spread weight of old attribute across new attributes.
getSpreadAttributeWeight() - Method in class weka.filters.unsupervised.attribute.Discretize
If true, when generating binary attributes, spread weight of old attribute across new attributes.
getSpreadAttributeWeight() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
If true, when generating binary attributes, spread weight of old attribute across new attributes.
getSpreadInitialCount() - Method in class weka.classifiers.trees.REPTree
Get the value of SpreadInitialCount.
getSqlWhere() - Method in class weka.core.pmml.jaxbbindings.Aggregate
Gets the value of the sqlWhere property.
getSquaredError() - Method in class weka.clusterers.SimpleKMeans
Gets the squared error for all clusters.
getSquaredEuclidean() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the squaredEuclidean property.
getSSB() - Method in class weka.core.pmml.jaxbbindings.ClusteringModelQuality
Gets the value of the ssb property.
getSSE() - Method in class weka.core.pmml.jaxbbindings.ClusteringModelQuality
Gets the value of the sse property.
getStamp() - Method in class weka.core.Debug.Timestamp
returns the associated date/time
getStandardDeviation() - Method in class weka.core.pmml.jaxbbindings.NumericInfo
Gets the value of the standardDeviation property.
getStandardDeviation() - Method in class weka.core.pmml.jaxbbindings.Time
Gets the value of the standardDeviation property.
getStandardDeviation(Instance) - Method in class weka.classifiers.functions.GaussianProcesses
Gives standard deviation of the prediction at the given instance.
getStandardError() - Method in class weka.core.pmml.jaxbbindings.TimeValue
Gets the value of the standardError property.
getStart() - Method in class weka.core.Debug.Clock
returns the start time
getStartMessage() - Method in class weka.gui.beans.Loader
Gets a string that describes the start action.
getStartMessage() - Method in class weka.gui.beans.MetaBean
 
getStartMessage() - Method in interface weka.gui.beans.Startable
Gets a string that describes the start action.
getStartPoints(Integer...) - Static method in class weka.gui.beans.BeanInstance
Returns a list of start points (if any) in the indexed flow
getStartSequentially() - Method in class weka.gui.beans.FlowRunner
Gets whether Startable beans will be launched sequentially or all in parallel.
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.GreedyStepwise
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
getStartTime() - Method in class weka.core.pmml.jaxbbindings.TimeSeries
Gets the value of the startTime property.
getStartTimeVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the startTimeVariable property.
getStaticArgs() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the arguments for the static command
getStaticCmd() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the static command to be executed
getStaticIcon() - Method in class weka.gui.beans.BeanVisual
Returns the static icon
getStaticWorkingDir() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get the working directory for the static command
getStatistic(String) - Method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Get the value of the named statistic
getStatistic(String, int) - Method in interface weka.classifiers.evaluation.InformationRetrievalEvaluationMetric
Get the value of the named statistic for the given class index.
getStatisticNames() - Method in class weka.classifiers.evaluation.AbstractEvaluationMetric
Get a list of the names of the statistics that this metrics computes.
getStats() - Method in class weka.core.neighboursearch.PerformanceStats
Returns a string representation of the statistics.
getStats() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns a string representation of the statistics.
getStatus() - Method in class weka.gui.beans.IncrementalClassifierEvent
Get the status
getStatus() - Method in class weka.gui.beans.InstanceEvent
Get the status
getStatusFrequency() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Get how often progress is reported to the status bar.
getStatusFrequency() - Method in class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
Get how often progress is reported to the status bar.
getStatusMessage() - Method in class weka.experiment.TaskStatusInfo
Get the status message.
getStatusTable() - Method in class weka.gui.beans.LogPanel
The JTable used for the status messages (in case clients want to attach listeners etc.)
getStatusVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the statusVariable property.
getStdDev() - Method in class weka.estimators.KernelEstimator
Return the standard deviation of this kernel estimator.
getStdDev() - Method in class weka.estimators.NormalEstimator
Return the value of the standard deviation of this normal estimator.
getStdDev(int, int) - Method in class weka.experiment.ResultMatrix
returns the std deviation at the given position, if the position is valid, otherwise 0.
getStdDevCoordsPerPoint() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the standard deviation of coords per point.
getStdDevIntNodesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the standard deviation of internal nodes visited.
getStdDevLeavesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the standard deviation of leaves visited.
getStdDevPointsVisited() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the standard deviation of points visited.
getStdDevPrec() - Method in class weka.experiment.ResultMatrix
returns the current standard deviation precision.
getStdDevPrecision() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the default precision for the stddevs.
getStddevValue() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
 
getStdDevWidth() - Method in class weka.experiment.ResultMatrix
returns the current width for the std dev.
getStdError() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the stdError property.
getStemmer() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns the current stemming algorithm, null if none is used.
getStemmer() - Method in class weka.classifiers.functions.SGDText
Returns the current stemming algorithm, null if none is used.
getStemmer() - Method in class weka.core.converters.DictionarySaver
Returns the current stemming algorithm, null if none is used.
getStemmer() - Method in class weka.core.DictionaryBuilder
Returns the current stemming algorithm, null if none is used.
getStemmer() - Method in class weka.core.stemmers.SnowballStemmer
returns the name of the current stemmer, null if none is set.
getStemmer() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Returns the current stemming algorithm, null if none is used.
getStemmer() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the current stemming algorithm, null if none is used.
getStep() - Method in class weka.gui.knowledgeflow.BaseInteractiveViewer
Get the step that owns this viewer.
getStepInteractiveViewActionNames() - Method in class weka.gui.knowledgeflow.StepVisual
Get a set of fully qualified names of interactive viewers that the wrapped step provides.
getStepInteractiveViewComponent(String) - Method in class weka.gui.knowledgeflow.StepVisual
Gets an instance of the named step interactive viewer component
getStepManager() - Method in class weka.gui.knowledgeflow.StepVisual
Get the step manager for this visual
getStepManager() - Method in class weka.knowledgeflow.steps.BaseStep
Get the step manager for this step
getStepManager() - Method in interface weka.knowledgeflow.steps.Step
Get the step manager in use with this step
getStepMustRunSingleThreaded() - Method in interface weka.knowledgeflow.StepManager
Returns true if the step managed by this step manager has been marked as one that must run single-threaded.
getStepMustRunSingleThreaded() - Method in class weka.knowledgeflow.StepManagerImpl
Get whether the managed step must run single-threaded.
getStepName() - Method in class weka.gui.knowledgeflow.StepVisual
Convenience method for getting the name of the step that this visual wraps
getStepOutgoingConnectionTypes() - Method in class weka.knowledgeflow.StepManagerImpl
Used by the rendering routine in LayoutPanel to ensure that connections downstream from a deleted connection get rendered in grey rather than red.
getStepProperties(String) - Method in class weka.knowledgeflow.JobEnvironment
Get the step properties for a named step
getStepProperty(String) - Method in class weka.knowledgeflow.StepManagerImpl
Get a named property for this step.
getSteps() - Method in class weka.knowledgeflow.Flow
Get a list of the Steps in this Flow
getStepsize() - Method in class weka.core.pmml.jaxbbindings.TimeAnchor
Gets the value of the stepsize property.
getStepSize() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of StepSize.
getStepSize() - Method in class weka.experiment.LearningRateResultProducer
Get the value of StepSize.
getStepToWaitFor() - Method in class weka.knowledgeflow.steps.Block
Get the step to wait for
getStepVisual() - Method in class weka.knowledgeflow.StepManagerImpl
Get the step visual in use (if running in a visual environment)
getStop() - Method in class weka.core.Debug.Clock
returns the stop time or, if still running, the current time
getStopwords() - Method in class weka.core.stopwords.AbstractFileBasedStopwords
returns the file used for obtaining the stopwords, if the file represents a directory then the default ones are used.
getStopwords() - Method in class weka.core.stopwords.MultiStopwords
Returns the stopwords algorithms.
getStopwordsHandler() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Gets the stopwords handler.
getStopwordsHandler() - Method in class weka.classifiers.functions.SGDText
Gets the stopwords handler.
getStopwordsHandler() - Method in class weka.core.converters.DictionarySaver
Gets the stopwords handler.
getStopwordsHandler() - Method in class weka.core.DictionaryBuilder
Gets the stopwords handler.
getStopwordsHandler() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets the stopwords handler.
getStopwordsHandler() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets the stopwords handler.
getStoreName() - Method in class weka.core.Settings
Get the store name for these settings
getStoreOutOfBagPredictions() - Method in class weka.classifiers.meta.Bagging
Get whether the out of bag predictions are stored.
getString() - Method in class weka.core.Trie.TrieNode
returns the full string up to the root
getStringAttributes() - Method in class weka.core.converters.CSVLoader
Returns the current attribute range to be forced to type string.
getStringSelection() - Method in class weka.gui.arffviewer.ArffTable
returns the selected content in a StringSelection that can be copied to the clipboard and used in Excel, if nothing is selected the whole table is copied to the clipboard
getStroke() - Method in class weka.gui.visualize.PostscriptGraphics
 
getStructure() - Method in class weka.core.converters.AbstractLoader
 
getStructure() - Method in class weka.core.converters.ArffLoader.ArffReader
Returns the header format
getStructure() - Method in class weka.core.converters.ArffLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.C45Loader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.ConverterUtils.DataSource
returns the structure of the data.
getStructure() - Method in class weka.core.converters.CSVLoader
 
getStructure() - Method in class weka.core.converters.DatabaseLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.JSONLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.LibSVMLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in interface weka.core.converters.Loader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.MatlabLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.SerializedInstancesLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.SVMLightLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.TextDirectoryLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.XRFFLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.gui.beans.IncrementalClassifierEvent
Get the instances structure (may be null if this is not a NEW_BATCH event)
getStructure() - Method in class weka.gui.beans.InstanceEvent
Get the instances structure (may be null if this is not a FORMAT_AVAILABLE event)
getStructure(int) - Method in class weka.core.converters.ConverterUtils.DataSource
returns the structure of the data, with the defined class index.
getStructure(String) - Method in class weka.gui.beans.Associator
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.ClassAssigner
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.ClassValuePicker
 
getStructure(String) - Method in class weka.gui.beans.CrossValidationFoldMaker
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.FlowByExpression
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.Join
Get the output instances structure given an input event type
getStructure(String) - Method in class weka.gui.beans.Loader
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.Sorter
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in interface weka.gui.beans.StructureProducer
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.TestSetMaker
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.TrainingSetMaker
Get the structure of the output encapsulated in the named event.
getStructure(String) - Method in class weka.gui.beans.TrainTestSplitMaker
Get the structure of the output encapsulated in the named event.
getSubFlow() - Method in class weka.gui.beans.MetaBean
 
getSubjectIDVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the subjectIDVariable property.
getSubmenuTitle() - Method in interface weka.gui.MainMenuExtension
Returns the name of the submenu.
getSubsequenceLength() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the length of the subsequence
getSubSpaceSize() - Method in class weka.classifiers.meta.RandomSubSpace
Gets the size of each subSpace, as a percentage of the training set size.
getSubtreeRaising() - Method in class weka.classifiers.trees.J48
Get the value of subtreeRaising.
getSuccess() - Method in class weka.core.CheckGOE
returns the success of the tests
getSuccess() - Method in class weka.core.CheckOptionHandler
returns the success of the tests
getSuitableTargets(EventSetDescriptor) - Method in class weka.gui.beans.MetaBean
Return a list of input beans capable of receiving the supplied event
getSummary() - Method in class weka.gui.SetInstancesPanel
Gets the instances summary panel associated with this panel.
getSumOfCounts() - Method in class weka.estimators.DiscreteEstimator
Get the sum of all the counts
getSumOfSquares() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the sumOfSquares property.
getSumOfWeights() - Method in class weka.estimators.NormalEstimator
Return the sum of the weights for this normal estimator.
getSumSquaredError() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the sumSquaredError property.
getSumSquaredRegression() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the sumSquaredRegression property.
getSupport() - Method in class weka.core.pmml.jaxbbindings.AssociationRule
Gets the value of the support property.
getSupport() - Method in class weka.core.pmml.jaxbbindings.Itemset
Gets the value of the support property.
getSupport() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the support property.
getSupport() - Method in class weka.core.pmml.jaxbbindings.SequenceRule
Gets the value of the support property.
getSupportedCursorScrollType() - Method in class weka.experiment.DatabaseUtils
Returns the type of scrolling that the cursor supports, -1 if not supported or not connected.
getSupportVector() - Method in class weka.core.pmml.jaxbbindings.SupportVectors
Gets the value of the supportVector property.
getSupportVectorMachineModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the supportVectorMachineModel property.
getSupportVectors() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachine
Gets the value of the supportVectors property.
getSuppressMappingReport() - Method in class weka.classifiers.misc.InputMappedClassifier
Get whether to suppress output the report of model to input mappings.
getSuppressOutput() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns whether to the regular output is suppressed in case the output is stored in a file.
getSvmRepresentation() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the svmRepresentation property.
getSymbolContainer() - Method in class weka.core.expressionlanguage.parser.Parser
 
getSymbolContainer() - Method in class weka.core.json.Parser
 
getSystemInfo() - Method in class weka.core.SystemInfo
returns a copy of the system info.
getSystemLookAndFeel() - Static method in class weka.gui.LookAndFeel
returns the system LnF classname
getSystemWide() - Static method in class weka.core.Environment
Get the singleton system-wide (visible to every class in the running VM) set of environment variables.
getT1() - Method in class weka.clusterers.Canopy
Get the T1 distance.
getT2() - Method in class weka.clusterers.Canopy
Get the T2 distance to use.
getTabbedPane() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
returns the tabbedpane instance
getTabbedPane() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getTabbedPane() - Method in class weka.gui.explorer.Explorer
returns the tabbed pane of the Explorer
getTable() - Method in class weka.gui.arffviewer.ArffPanel
returns the table component
getTable() - Method in class weka.gui.InteractiveTablePanel
Get the JTable component
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class weka.gui.arffviewer.ArffTableCellRenderer
Returns the default table cell renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class weka.gui.sql.ResultSetTableCellRenderer
Returns the default table cell renderer.
getTableLocator() - Method in class weka.core.pmml.jaxbbindings.ChildParent
Gets the value of the tableLocator property.
getTableLocator() - Method in class weka.core.pmml.jaxbbindings.MapValues
Gets the value of the tableLocator property.
getTableLocator() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the tableLocator property.
getTableModel() - Method in class weka.gui.AttributeSelectionPanel
Get the table model in use (or null if no instances have been set yet).
getTableName() - Method in class weka.core.converters.DatabaseSaver
Gets the table's name.
getTabs() - Static method in class weka.gui.explorer.ExplorerDefaults
returns an array with the classnames of all the additional panels to display as tabs in the Explorer.
getTabTitle() - Method in class weka.gui.explorer.AssociationsPanel
Returns the title for the tab in the Explorer
getTabTitle() - Method in class weka.gui.explorer.AttributeSelectionPanel
Returns the title for the tab in the Explorer
getTabTitle() - Method in class weka.gui.explorer.ClassifierPanel
Returns the title for the tab in the Explorer.
getTabTitle() - Method in class weka.gui.explorer.ClustererPanel
Returns the title for the tab in the Explorer
getTabTitle() - Method in interface weka.gui.explorer.Explorer.ExplorerPanel
Returns the title for the tab in the Explorer
getTabTitle() - Method in class weka.gui.explorer.PreprocessPanel
Returns the title for the tab in the Explorer
getTabTitle() - Method in class weka.gui.explorer.VisualizePanel
Returns the title for the tab in the Explorer
getTabTitle(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getTabTitle(int) - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the title of the tab at the supplied index
getTabTitleToolTip() - Method in class weka.gui.explorer.AssociationsPanel
Returns the tooltip for the tab in the Explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.AttributeSelectionPanel
Returns the tooltip for the tab in the Explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.ClassifierPanel
Returns the tooltip for the tab in the Explorer.
getTabTitleToolTip() - Method in class weka.gui.explorer.ClustererPanel
Returns the tooltip for the tab in the Explorer
getTabTitleToolTip() - Method in interface weka.gui.explorer.Explorer.ExplorerPanel
Returns the tooltip for the tab in the Explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.PreprocessPanel
Returns the tooltip for the tab in the Explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.VisualizePanel
Returns the tooltip for the tab in the Explorer
getTabuList() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
 
getTabuList() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
 
getTags() - Method in class weka.core.SelectedTag
Gets the set of all valid Tags.
getTags() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
getTags() - Method in class weka.gui.ColorEditor
Not applicable - returns null
getTags() - Method in class weka.gui.CostMatrixEditor
Some objects can return tags, but a cost matrix cannot.
getTags() - Method in class weka.gui.EnvironmentField
 
getTags() - Method in class weka.gui.GenericArrayEditor
Returns null as we don't support getting values as tags.
getTags() - Method in class weka.gui.GenericObjectEditor
Returns null as we don't support getting values as tags.
getTags() - Method in class weka.gui.PasswordField
 
getTags() - Method in class weka.gui.SelectedTagEditor
Gets the list of tags that can be selected from.
getTags() - Method in class weka.gui.SimpleDateFormatEditor
Some objects can return tags, but a date format cannot.
getTanimoto() - Method in class weka.core.pmml.jaxbbindings.ComparisonMeasure
Gets the value of the tanimoto property.
getTarget() - Method in class weka.core.packageManagement.Dependency
Get the target package constraint.
getTarget() - Method in class weka.core.pmml.jaxbbindings.Anova
Gets the value of the target property.
getTarget() - Method in class weka.core.pmml.jaxbbindings.Targets
Gets the value of the target property.
getTarget() - Method in class weka.gui.beans.BeanConnection
Returns the target BeanInstance for this connection
getTarget() - Method in class weka.gui.treevisualizer.Edge
Get the value of target.
getTargetCategory() - Method in class weka.core.pmml.jaxbbindings.MultivariateStats
Gets the value of the targetCategory property.
getTargetCategory() - Method in class weka.core.pmml.jaxbbindings.PCell
Gets the value of the targetCategory property.
getTargetCategory() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the targetCategory property.
getTargetCategory() - Method in class weka.core.pmml.jaxbbindings.PPCell
Gets the value of the targetCategory property.
getTargetCategory() - Method in class weka.core.pmml.jaxbbindings.RegressionTable
Gets the value of the targetCategory property.
getTargetCategory() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachine
Gets the value of the targetCategory property.
getTargetField() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the targetField property.
getTargetField() - Method in class weka.core.pmml.jaxbbindings.PredictiveModelQuality
Gets the value of the targetField property.
getTargetFieldDisplayValue() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the targetFieldDisplayValue property.
getTargetFieldName() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the targetFieldName property.
getTargetFieldValue() - Method in class weka.core.pmml.jaxbbindings.LiftData
Gets the value of the targetFieldValue property.
getTargetMetaData() - Method in class weka.core.pmml.MiningSchema
Get the Target meta data.
getTargetReferenceCategory() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the targetReferenceCategory property.
getTargets() - Method in class weka.core.pmml.jaxbbindings.DecisionTree
Gets the value of the targets property.
getTargets() - Method in class weka.core.pmml.jaxbbindings.Regression
Gets the value of the targets property.
getTargetValue() - Method in class weka.core.pmml.jaxbbindings.Target
Gets the value of the targetValue property.
getTargetValueCount() - Method in class weka.core.pmml.jaxbbindings.TargetValueCounts
Gets the value of the targetValueCount property.
getTargetValueCounts() - Method in class weka.core.pmml.jaxbbindings.BayesOutput
Gets the value of the targetValueCounts property.
getTargetValueCounts() - Method in class weka.core.pmml.jaxbbindings.PairCounts
Gets the value of the targetValueCounts property.
getTargetVariableName() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the targetVariableName property.
getTaskResult() - Method in class weka.experiment.TaskStatusInfo
Get the returnable result of this task.
getTaskStatus() - Method in class weka.experiment.RemoteExperimentSubTask
 
getTaskStatus() - Method in interface weka.experiment.Task
Clients should be able to call this method at any time to obtain information on a current task.
getTaskStatus() - Method in class weka.gui.boundaryvisualizer.RemoteBoundaryVisualizerSubTask
Return status information for this sub task
getTaxonomy() - Method in class weka.core.pmml.jaxbbindings.DataDictionary
Gets the value of the taxonomy property.
getTaxonomy() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the taxonomy property.
getTaxonomy() - Method in class weka.core.pmml.jaxbbindings.TextDictionary
Gets the value of the taxonomy property.
getTCol() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the tCol property.
getTechnicalInformation() - Method in class weka.associations.Apriori
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.associations.FPGrowth
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.attributeSelection.CfsSubsetEval
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.attributeSelection.ReliefFAttributeEval
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.NaiveBayes
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.NaiveBayesMultinomial
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.NaiveBayesUpdateable
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.ADNode
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.BIFReader
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.global.K2
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.global.TAN
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.local.K2
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.bayes.net.search.local.TAN
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.BVDecompose
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.BVDecomposeSegCVSub
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.GaussianProcesses
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.Logistic
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.SimpleLogistic
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.SMO
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.SMOreg
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.supportVector.Puk
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.supportVector.RegSMO
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.VotedPerceptron
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.lazy.IBk
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.lazy.KStar
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.lazy.LWL
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.AdaBoostM1
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.AdditiveRegression
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.Bagging
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.ClassificationViaRegression
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.CVParameterSelection
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.LogitBoost
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.RandomSubSpace
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.Stacking
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.Vote
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.rules.DecisionTable
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.rules.JRip
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.rules.M5Rules
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.rules.OneR
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.rules.PART
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.HoeffdingTree
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.J48
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.LMT
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.m5.M5Base
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.RandomForest
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.clusterers.Canopy
 
getTechnicalInformation() - Method in class weka.clusterers.Cobweb
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.clusterers.FarthestFirst
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.clusterers.SimpleKMeans
 
getTechnicalInformation() - Method in class weka.core.ChebyshevDistance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.ConjugateGradientOptimization
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.EuclideanDistance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.ManhattanDistance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.MinkowskiDistance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.BallTree
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.balltrees.PointsClosestToFurthestChildren
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.CoverTree
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.KDTree
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.kdtrees.KMeansInpiredMethod
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.kdtrees.MedianOfWidestDimension
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.kdtrees.MidPointOfWidestDimension
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.neighboursearch.kdtrees.SlidingMidPointOfWidestSide
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.Optimization
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.stemmers.LovinsStemmer
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in interface weka.core.TechnicalInformationHandler
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.datagenerators.classifiers.classification.LED24
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.experiment.PairedCorrectedTTester
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.supervised.attribute.Discretize
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.supervised.attribute.NominalToBinary
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.supervised.attribute.PartitionMembership
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.gui.boundaryvisualizer.BoundaryVisualizer
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTempDir() - Static method in class weka.core.Debug
returns the system temp directory
getTempDirectory() - Method in class weka.gui.beans.Sorter
Get the directory to use for temporary files during incremental operation
getTempDirectory() - Method in class weka.knowledgeflow.steps.Sorter
Get the directory to use for temporary files during incremental operation
getTemplateFlow(String) - Method in class weka.gui.knowledgeflow.TemplateManager
Get the flow for the supplied description
getTemplateManager() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Get the template manager
getTester() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the display name of the preferred Tester algorithm.
getTestEvaluator() - Method in class weka.attributeSelection.CheckAttributeSelection
Gets whether the evaluator is being tested or the search method.
getTestOrTrain() - Method in class weka.gui.beans.BatchClustererEvent
Get whether the set of instances is a test or a training set
getTestPredictions(Classifier, 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.
getTestSet() - Method in class weka.gui.beans.BatchClassifierEvent
Get the test set
getTestSet() - Method in class weka.gui.beans.BatchClustererEvent
Get the training/test set
getTestSet() - Method in class weka.gui.beans.TestSetEvent
Get the test set instances
getTestsetDir() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the currently set directory for the test sets.
getTestsetPrefix() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the currently set prefix.
getTestsetSuffix() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns the currently set suffix.
getTestStatistic() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the testStatistic property.
getText() - Method in class weka.gui.beans.BeanVisual
Get the visual's label
getText() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
Return the text from the combo box.
getText() - Method in class weka.gui.beans.TextEvent
Describe getText method here.
getText() - Method in class weka.gui.EnvironmentField
Return the text from the combo box.
getText() - Method in class weka.gui.PasswordField
 
getTextDocument() - Method in class weka.core.pmml.jaxbbindings.TextCorpus
Gets the value of the textDocument property.
getTextModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the textModel property.
getTextTitle() - Method in class weka.gui.beans.TextEvent
Describe getTextTitle method here.
getTFTransform() - Method in class weka.core.DictionaryBuilder
Gets whether if the word frequencies should be transformed into log(1+fij) where fij is the frequency of word i in document(instance) j.
getTFTransform() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Gets whether if the word frequencies should be transformed into log(1+fij) where fij is the frequency of word i in document(instance) j.
getTFTransform() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets whether if the word frequencies should be transformed into log(1+fij) where fij is the frequency of word i in document(instance) j.
getThreshold() - Method in class weka.attributeSelection.ClassifierAttributeEval
Get the value of the threshold
getThreshold() - Method in class weka.attributeSelection.GreedyStepwise
Returns the threshold so that the AttributeSelection module can discard attributes from the ranking.
getThreshold() - Method in interface weka.attributeSelection.RankedOutputSearch
Gets the threshold by which attributes can be discarded.
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
getThreshold() - Method in class weka.core.pmml.jaxbbindings.NaiveBayesModel
Gets the value of the threshold property.
getThreshold() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the threshold property.
getThreshold() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the threshold property.
getThreshold() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the threshold property.
getThreshold() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachine
Gets the value of the threshold property.
getThreshold() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the threshold property.
getThreshold() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Gets the threshold for the max error when predicting a numeric class.
getThresholdInstance(Instances, double) - Static method in class weka.classifiers.evaluation.ThresholdCurve
Gets the index of the instance with the closest threshold value to the desired target
getThresholds() - Method in interface weka.classifiers.evaluation.ThresholdProducingMetric
Returns the threshold values, one for each class value, associated with the value of the measure that is returned.
getTime() - Method in class weka.core.pmml.jaxbbindings.AntecedentSequence
Gets the value of the time property.
getTime() - Method in class weka.core.pmml.jaxbbindings.BaselineCell
Gets the value of the time property.
getTime() - Method in class weka.core.pmml.jaxbbindings.ConsequentSequence
Gets the value of the time property.
getTime() - Method in class weka.core.pmml.jaxbbindings.Sequence
Gets the value of the time property.
getTime() - Method in class weka.core.pmml.jaxbbindings.TimeValue
Gets the value of the time property.
getTimeAnchor() - Method in class weka.core.pmml.jaxbbindings.TimeSeries
Gets the value of the timeAnchor property.
getTimeCycle() - Method in class weka.core.pmml.jaxbbindings.TimeAnchor
Gets the value of the timeCycle property.
getTimeException() - Method in class weka.core.pmml.jaxbbindings.TimeAnchor
Gets the value of the timeException property.
getTimeSeriesModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the timeSeriesModel property.
getTimestamp() - Method in class weka.core.pmml.jaxbbindings.Header
Gets the value of the timestamp property.
getTimestamp() - Method in class weka.core.pmml.jaxbbindings.TimeValue
Gets the value of the timestamp property.
getTimestamp() - Static method in class weka.experiment.CrossValidationResultProducer
Gets a Double representing the current date and time.
getTimestamp() - Static method in class weka.experiment.ExplicitTestsetResultProducer
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.
getTimeValue() - Method in class weka.core.pmml.jaxbbindings.ExponentialSmoothing
Gets the value of the timeValue property.
getTimeValue() - Method in class weka.core.pmml.jaxbbindings.TimeSeries
Gets the value of the timeValue property.
getTitle() - Method in class weka.gui.arffviewer.ArffPanel
returns the title for the Tab, i.e.
getTitle() - Method in class weka.gui.scripting.FileScriptingPanel
Returns the current title for the frame/dialog.
getTitle() - Method in class weka.gui.scripting.ScriptingPanel
Returns the current title for the frame/dialog.
getTitle() - Method in class weka.gui.SimpleCLIPanel
Returns the current title for the frame/dialog.
getToken(StreamTokenizer) - Static method in class weka.core.converters.ConverterUtils
Gets token.
getToken(StreamTokenizer) - Static method in class weka.core.converters.StreamTokenizerUtils
Gets token.
getTokenizer() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns the current tokenizer algorithm.
getTokenizer() - Method in class weka.classifiers.functions.SGDText
Returns the current tokenizer algorithm.
getTokenizer() - Method in class weka.core.converters.DictionarySaver
Returns the current tokenizer algorithm.
getTokenizer() - Method in class weka.core.DictionaryBuilder
Returns the current tokenizer algorithm.
getTokenizer() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
Returns the current tokenizer algorithm.
getTokenizer() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the current tokenizer algorithm.
getTolerance() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
returns the current tolerance
getToleranceParameter() - Method in class weka.classifiers.functions.SMO
Get the value of tolerance parameter.
getToolTip() - Method in class weka.core.Settings.SettingKey
Get the tool tip text for this setting
getToolTipLocation(MouseEvent) - Method in class weka.gui.ETable
Places tool tips over the cell they correspond to.
getToolTipText() - Method in class weka.experiment.PairedCorrectedTTester
returns a string that is displayed as tooltip on the "perform test" button in the experimenter
getToolTipText() - Method in class weka.experiment.PairedTTester
returns a string that is displayed as tooltip on the "perform test" button in the experimenter
getToolTipText() - Method in interface weka.experiment.Tester
returns a string that is displayed as tooltip on the "perform test" button in the experimenter
getToolTipText() - Method in class weka.gui.GenericObjectEditor.GOETreeNode
Get the tool tip for this node
getToolTipText() - Method in class weka.gui.knowledgeflow.StepTreeLeafDetails
Get the tool tip for this leaf
getToolTipText(MouseEvent) - Method in class weka.gui.AttributeVisualizationPanel
Returns "<nominal value> [<nominal value count>]" if displaying a bar plot and mouse is on some bar.
getToolTipText(MouseEvent) - Method in class weka.gui.knowledgeflow.StepTree
Get tool tip text for the step closest to the mouse location in the StepTree.
getToolTipText(PrintableComponent) - Static method in class weka.gui.visualize.PrintableComponent
Returns a tooltip only if the user wants it.
getTop() - Method in class weka.gui.treevisualizer.Node
Get the value of top.
getTotalCoordsPerPoint() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the total sum of coords per point.
getTotalCount(Node, int) - Static method in class weka.gui.treevisualizer.Node
Recursively finds the total number of nodes there are.
getTotalFreq() - Method in class weka.core.pmml.jaxbbindings.Counts
Gets the value of the totalFreq property.
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.
getTotalIntNodesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the total number of internal nodes visited.
getTotalLeavesVisited() - Method in class weka.core.neighboursearch.TreePerformanceStats
Returns the total number of leaves visited.
getTotalPointsVisited() - Method in class weka.core.neighboursearch.PerformanceStats
Returns the total number of points visited.
getTotalSquaresSum() - Method in class weka.core.pmml.jaxbbindings.ContStats
Gets the value of the totalSquaresSum property.
getTotalSupport() - Method in class weka.associations.AssociationRule
Get the total support for this rule (premise + consequence).
getTotalSupport() - Method in class weka.associations.DefaultAssociationRule
 
getTotalTransactions() - Method in class weka.associations.AssociationRule
Get the total number of transactions in the data.
getTotalTransactions() - Method in class weka.associations.DefaultAssociationRule
 
getTotalTransactions() - Method in class weka.associations.ItemSet
Get the total number of transactions
getTotalValuesSum() - Method in class weka.core.pmml.jaxbbindings.ContStats
Gets the value of the totalValuesSum property.
getToYear() - Static method in class weka.core.Copyright
returns the end year of the copyright (i.e., current year)
getTrainingData() - Method in class weka.classifiers.trees.j48.ClassifierTree
 
getTrainingSet() - Method in class weka.gui.beans.TrainingSetEvent
Get the training instances
getTrainingTime() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
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.
getTrainPercent() - Method in class weka.gui.beans.TrainTestSplitMaker
Get the percentage of the data that will be in the training portion of the split
getTrainPercent() - Method in class weka.knowledgeflow.steps.TrainTestSplitMaker
Get the training percentage
getTrainPercentage() - Static method in class weka.gui.experiment.ExperimenterDefaults
returns the training percentage in case of splits.
getTrainPoolSize() - Method in class weka.classifiers.BVDecompose
Get the number of instances in the training pool.
getTrainSet() - Method in class weka.gui.beans.BatchClassifierEvent
Get the train set
getTrainSize() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the training size
getTrainTestPredictions(Classifier, 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.
getTransactionsMustContain() - Method in class weka.associations.FPGrowth
Gets the comma separated list of items that transactions must contain in order to be considered for large item sets and rules.
getTransform() - Method in class weka.gui.visualize.PostscriptGraphics
 
getTransformAllValues() - Method in class weka.filters.supervised.attribute.NominalToBinary
Gets if all nominal values are turned into new attributes, not only if there are more than 2.
getTransformAllValues() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Gets if all nominal values are turned into new attributes, not only if there are more than 2.
getTransformation() - Method in class weka.core.pmml.jaxbbindings.ExponentialSmoothing
Gets the value of the transformation property.
getTransformationDictionary() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the transformationDictionary property.
getTransformationDictionary() - Method in class weka.core.pmml.MiningSchema
Get the transformation dictionary .
getTransformBackToOriginal() - Method in class weka.attributeSelection.PrincipalComponents
Gets whether the data is to be transformed back to the original space.
getTranslation() - Method in class weka.filters.unsupervised.attribute.Normalize
Get the translation.
getTreatMissingValuesAsZero() - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
Get whether missing values are to be treated in the same way as zeros
getTreatXValFoldsSeparately() - Method in class weka.knowledgeflow.steps.ASEvaluator
Get whether to output separate results for each fold of a cross-validation, rather than averaging over folds.
getTreatZeroAsMissing() - Method in class weka.associations.Apriori
Gets whether zeros (i.e.
getTreeModel() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the treeModel property.
getTreeRoot() - Method in class weka.clusterers.Cobweb
Get the root of the tree.
getTrend() - Method in class weka.core.pmml.jaxbbindings.TrendExpoSmooth
Gets the value of the trend property.
getTrendExpoSmooth() - Method in class weka.core.pmml.jaxbbindings.ExponentialSmoothing
Gets the value of the trendExpoSmooth property.
getTrialsValue() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the trialsValue property.
getTrialsVariable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the trialsVariable property.
getTrim() - Method in class weka.classifiers.misc.InputMappedClassifier
Get whether to trim white space from each end of names before matching.
getTRow() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the tRow property.
getTrue() - Method in class weka.core.pmml.jaxbbindings.Attribute
Gets the value of the true property.
getTrue() - Method in class weka.core.pmml.jaxbbindings.CompoundRule
Gets the value of the true property.
getTrue() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the true property.
getTrue() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the true property.
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.
getTrueStepName() - Method in class weka.gui.beans.FlowByExpression
Get the name of the connected step to send "true" instances to
getTrueStepName() - Method in class weka.knowledgeflow.steps.FlowByExpression
Get the name of the connected step to send "true" instances to
getTruncate() - Method in class weka.core.converters.DatabaseSaver
Get whether to truncate (i.e.
getTStart() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
 
getTStart() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
 
getTValue() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the tValue property.
getTwoClassStats(int) - Method in class weka.classifiers.evaluation.ConfusionMatrix
Gets the performance with respect to one of the classes as a TwoClassStats object.
getType() - Method in class weka.classifiers.functions.neural.NeuralConnection
 
getType() - Method in class weka.core.AttributeLocator
returns the type of attribute that is located
getType() - Method in class weka.core.pmml.Array
Get the type of this array.
getType() - Method in class weka.core.pmml.jaxbbindings.AnovaRow
Gets the value of the type property.
getType() - Method in class weka.core.pmml.jaxbbindings.ArrayType
Gets the value of the type property.
getType() - Method in class weka.core.pmml.jaxbbindings.PCovMatrix
Gets the value of the type property.
getType() - Method in class weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Gets the value of the type property.
getType() - Method in class weka.core.pmml.jaxbbindings.TimeAnchor
Gets the value of the type property.
getType() - Method in class weka.core.pmml.jaxbbindings.TimeCycle
Gets the value of the type property.
getType() - Method in class weka.core.pmml.jaxbbindings.TimeException
Gets the value of the type property.
getType() - Method in class weka.core.TechnicalInformation
returns the type of this technical information
getType() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the type of the new attribute
getType() - Method in class weka.gui.scripting.event.ScriptExecutionEvent
Returns the type of event.
getType() - Method in class weka.gui.sql.event.ConnectionEvent
returns the type of this event, CONNECT or DISCONNECT
getType(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the TYPE of the attribute at the given position
getType(int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the TYPE of the attribute at the given position
getType(int, int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns the TYPE of the attribute at the given position
getType(int, int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the TYPE of the attribute at the given position
getType(String) - Static method in class weka.core.RevisionUtils
Determines the type of a (sanitized) revision string.
getType(RevisionHandler) - Static method in class weka.core.RevisionUtils
Determines the type of a (sanitized) revision string returned by the RevisionHandler.
getU() - Method in class weka.core.Matrix
Deprecated.
Returns the U part of the matrix.
getU() - Method in class weka.core.matrix.LUDecomposition
Return upper triangular factor
getU() - Method in class weka.core.matrix.SingularValueDecomposition
Return the left singular vectors
getUID(Class<?>) - Static method in class weka.core.SerializationHelper
reads or creates the serialVersionUID for the given class.
getUID(String) - Static method in class weka.core.SerializationHelper
reads or creates the serialVersionUID for the given class.
getUnderlyingPackageManager() - Static method in class weka.core.WekaPackageManager
Get the underlying package manager implementation
getUndoBuffer() - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getUndoBuffer(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
getUniformDistribution() - Method in class weka.core.pmml.jaxbbindings.Alternate
Gets the value of the uniformDistribution property.
getUniformDistribution() - Method in class weka.core.pmml.jaxbbindings.Baseline
Gets the value of the uniformDistribution property.
getUnit() - Method in class weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Gets the value of the unit property.
getUnivariateStats() - Method in class weka.core.pmml.jaxbbindings.ModelStats
Gets the value of the univariateStats property.
getUnpruned() - Method in class weka.classifiers.rules.PART
Get the value of unpruned.
getUnpruned() - Method in class weka.classifiers.trees.J48
Get the value of unpruned.
getUnpruned() - Method in class weka.classifiers.trees.m5.M5Base
Get whether unpruned tree/rules are being generated
getUnpruned() - Method in class weka.classifiers.trees.m5.Rule
Get whether unpruned tree/rules are being generated
getUnsortedEigenVectors() - Method in class weka.attributeSelection.PrincipalComponents
Return the unsorted eigenvectors
getUpdateCount() - Method in class weka.core.converters.DatabaseConnection
Dewtermines if the current query retrieves a result set or updates a table
getUpdateIncrementalClassifier() - Method in class weka.gui.beans.Classifier
Get whether an incremental classifier will be updated on the incoming instance stream.
getUpdateIncrementalClassifier() - Method in class weka.knowledgeflow.steps.Classifier
Get whether to update an incremental classifier on an incoming instance stream
getUpdateWeightsOnly() - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Gets whether only weights should be udpated.*
getUpper() - Method in class weka.core.pmml.jaxbbindings.UniformDistribution
Gets the value of the upper property.
getUpper() - Method in class weka.gui.experiment.RunNumberPanel
Gets the current upper run number.
getUpperBound() - Method in class weka.core.packageManagement.VersionRangePackageConstraint
Get the upper bound of this range
getUpperBoundMinSupport() - Method in class weka.associations.Apriori
Get the value of upperBoundMinSupport.
getUpperBoundMinSupport() - Method in class weka.associations.FPGrowth
Get the value of upperBoundMinSupport.
getUpperCase() - Method in class weka.core.converters.DatabaseConnection
Check if the property checkUpperCaseNames in the DatabaseUtils file is set to true or false.
getUpperComparison() - Method in class weka.core.packageManagement.VersionRangePackageConstraint
Get the upper comparison
getUpperNumericBound() - Method in class weka.core.Attribute
Returns the upper bound of a numeric attribute.
getUpperSize() - Method in class weka.experiment.LearningRateResultProducer
Get the value of UpperSize.
getUrl() - Method in interface weka.core.converters.DatabaseConverter
 
getUrl() - Method in class weka.core.converters.DatabaseLoader
Gets the URL
getUrl() - Method in class weka.core.converters.DatabaseSaver
Gets the database URL.
getURL() - Static method in class weka.core.Copyright
returns the URL of the owner
getURL() - Method in class weka.gui.DatabaseConnectionDialog
Returns URL from dialog
getURL() - Method in class weka.gui.sql.ConnectionPanel
returns the current URL.
getURL() - Method in class weka.gui.sql.event.ResultChangedEvent
returns the database URL that produced the table model
getURL() - Method in class weka.gui.sql.ResultSetTable
returns the database URL that produced the table model
getURL() - Method in class weka.gui.sql.SqlViewer
returns the database URL from the currently active tab in the ResultPanel, otherwise an empty string.
getURL() - Method in class weka.gui.sql.SqlViewerDialog
returns the chosen URL, if any.
getURL(String) - Method in class weka.gui.Loader
returns a URL for the given filename, can be NULL if it fails
getURL(String, String) - Static method in class weka.gui.Loader
returns a URL for the given filename, can be NULL if it fails
getURLFileLoaders() - Static method in class weka.core.converters.ConverterResources
Returns the URL file loaders.
getURLFileLoaders() - Static method in class weka.core.converters.ConverterUtils
returns a vector with the classnames of all the URL file loaders.
getURLLoaderForExtension(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the URL loader to use for this kind of extension, returns null if none can be found.
getURLLoaderForFile(File) - Static method in class weka.core.converters.ConverterUtils
tries to determine the URL loader to use for this kind of file, returns null if none can be found.
getURLLoaderForFile(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the URL loader to use for this kind of file, returns null if none can be found.
getURLLoadersForExtension(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the URL loaders to use for this kind of extension.
getURLLoadersForFile(File) - Static method in class weka.core.converters.ConverterUtils
tries to determine the URL loaders to use for this kind of file.
getURLLoadersForFile(String) - Static method in class weka.core.converters.ConverterUtils
tries to determine the URL loader to use for this kind of file.
getURLPackageInfo(URL) - Method in class weka.core.packageManagement.DefaultPackageManager
Get package information on the package at the given URL.
getURLPackageInfo(URL) - Method in class weka.core.packageManagement.PackageManager
Get package information on the package at the given URL.
getUsage() - Method in class weka.core.pmml.jaxbbindings.TimeSeries
Gets the value of the usage property.
getUsageType() - Method in class weka.core.pmml.jaxbbindings.MiningField
Gets the value of the usageType property.
getUsageType() - Method in class weka.core.pmml.MiningFieldMetaInfo
Get the usage type of this field.
getUseADTree() - Method in class weka.classifiers.bayes.BayesNet
Method declaration
getUseAIC() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of useAIC.
getUseAIC() - Method in class weka.classifiers.trees.LMT
Get the value of useAIC.
getUseAIC() - Method in class weka.classifiers.trees.lmt.LogisticBase
Get the value of useAIC.
getUseArcReversal() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
get use the arc reversal operation
getUseArcReversal() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
get use the arc reversal operation
getUseAverage() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Get the value of UseAverage.
getUseBetterEncoding() - Method in class weka.filters.supervised.attribute.Discretize
Gets whether better encoding is to be used for MDL.
getUseBinNumbers() - Method in class weka.filters.supervised.attribute.Discretize
Gets whether bin numbers rather than ranges should be used for discretized attributes.
getUseBinNumbers() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets whether bin numbers rather than ranges should be used for discretized attributes.
getUseBlanks() - Method in class weka.gui.scripting.SyntaxDocument
Returns whether blanks are used instead of tabs.
getUseClassification() - Static method in class weka.gui.experiment.ExperimenterDefaults
whether classification or regression is used.
getUseConjugateGradientDescent() - Method in class weka.classifiers.functions.Logistic
Gets whether to use conjugate gradient descent rather than BFGS updates.
getUseCpuTime() - Method in class weka.core.Debug.Clock
returns whether the use of CPU is time is enabled/disabled (regardless whether the system supports it or not)
getUseCrossOver() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getUseCrossOver() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getUseCrossValidation() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of useCrossValidation.
getUseCustomDimensions() - Method in class weka.gui.visualize.JComponentWriter
whether custom dimensions are to used for the size of the image
getUsedAttributes() - Method in class weka.classifiers.trees.lmt.LogisticBase
Returns an array of the indices of the attributes used in the logistic model.
getUseDouble() - Method in class weka.core.converters.MatlabSaver
Returns whether double or single precision is used.
getUseDynamic() - Method in class weka.knowledgeflow.steps.ExecuteProcess
Get whether to execute dynamic commands
getUseEnvironmentPropertyEditors() - Method in class weka.gui.PropertySheetPanel
Get whether to use environment property editors for string and file properties
getUseEqualFrequency() - Method in class weka.classifiers.meta.RegressionByDiscretization
Get the value of UseEqualFrequency.
getUseEqualFrequency() - Method in class weka.filters.unsupervised.attribute.Discretize
Get the value of UseEqualFrequency.
getUseEqualFrequency() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Get the value of UseEqualFrequency.
getUseEstimatedPriors() - Method in class weka.classifiers.meta.LogitBoost
Get whether resampling is turned on
getUseGUI() - Method in class weka.core.Memory
whether to display a dialog in case of a problem (= TRUE) or just print on stderr (= FALSE)
getUseIBk() - Method in class weka.classifiers.rules.DecisionTable
Gets whether IBk is being used instead of the majority class
getUseKernelEstimator() - Method in class weka.classifiers.bayes.NaiveBayes
Gets if kernel estimator is being used.
getUseKononenko() - Method in class weka.filters.supervised.attribute.Discretize
Gets whether Kononenko's MDL criterion is to be used.
getUseLaplace() - Method in class weka.classifiers.trees.J48
Get the value of useLaplace.
getUseLeastValues() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Gets whether to use values with least or most instances
getUseLowerOrder() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Gets whether lower-order terms are used.
getUseMDLcorrection() - Method in class weka.classifiers.rules.PART
Get the value of useMDLcorrection.
getUseMDLcorrection() - Method in class weka.classifiers.trees.J48
Get the value of useMDLcorrection.
getUseMissing() - Method in class weka.filters.unsupervised.attribute.AddNoise
Gets the flag if missing values are treated as extra values.
getUseMutation() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getUseMutation() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getUseNormalization() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns whether normalization is used.
getUseNormalizedEntropy() - Method in class weka.estimators.UnivariateMixtureEstimator
 
getUseORForMustContainList() - Method in class weka.associations.FPGrowth
Gets whether OR is to be used rather than AND when considering must contain lists.
getUsePairwiseCoupling() - Method in class weka.classifiers.meta.MultiClassClassifier
Gets whether to use pairwise coupling with 1-vs-1 classification to improve probability estimates.
getUsePercentageSplit() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get whether to perform a percentage split on the training data for evaluation
getUseProb() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
 
getUsePropertyIterator() - Method in class weka.experiment.Experiment
Gets whether the custom property iterator should be used.
getUsePruning() - Method in class weka.classifiers.rules.JRip
Gets whether pruning is performed
getUseQRDecomposition() - Method in class weka.classifiers.functions.LinearRegression
Get whether to use QR decomposition.
getUser() - Method in interface weka.core.converters.DatabaseConverter
 
getUser() - Method in class weka.core.converters.DatabaseLoader
Gets the user name
getUser() - Method in class weka.core.converters.DatabaseSaver
Gets the database user.
getUser() - Method in class weka.gui.sql.ConnectionPanel
returns the current User.
getUser() - Method in class weka.gui.sql.event.ResultChangedEvent
returns the user that produced the table model
getUser() - Method in class weka.gui.sql.ResultSetTable
returns the user that produced the table model
getUser() - Method in class weka.gui.sql.SqlViewer
returns the user from the currently active tab in the ResultPanel, otherwise an empty string.
getUser() - Method in class weka.gui.sql.SqlViewerDialog
returns the chosen user, if any.
getUseRelativePath() - Method in class weka.core.converters.AbstractFileLoader
Gets whether relative paths are to be used
getUseRelativePath() - Method in class weka.core.converters.AbstractFileSaver
Gets whether relative paths are to be used
getUseRelativePath() - Method in interface weka.core.converters.FileSourcedConverter
Gets whether relative paths are to be used
getUseRelativePath() - Method in class weka.gui.beans.SerializedModelSaver
Get whether to use relative paths for the directory.
getUseRelativePaths() - Static method in class weka.gui.experiment.ExperimenterDefaults
whether relative paths are used by default.
getUseResampling() - Method in class weka.classifiers.meta.AdaBoostM1
Get whether resampling is turned on
getUseResampling() - Method in class weka.classifiers.meta.LogitBoost
Get whether resampling is turned on
getUsername() - Method in class weka.experiment.DatabaseUtils
Get the database username.
getUsername() - Method in class weka.gui.DatabaseConnectionDialog
Returns Username from dialog
getUserOptions() - Method in class weka.classifiers.functions.supportVector.KernelEvaluation
returns the options the user supplied for the kernel
getUserOptions() - Method in class weka.core.CheckOptionHandler
Gets the current user-supplied options (creates a copy)
getUserVisiblePerspectives() - Method in class weka.gui.PerspectiveManager.SelectedPerspectivePreferences
Get the list of perspectives that the user has specified should be visible in the application
getUseShortIdentifiers() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Get whether short identifiers are to be output.
getUseShortIDs() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Get whether short IDs are to be used.
getUseStars() - Method in class weka.core.Javadoc
whether the Javadoc is prefixed with "*"
getUseSupervisedDiscretization() - Method in class weka.classifiers.bayes.NaiveBayes
Get whether supervised discretization is to be used.
getUseTab() - Method in class weka.classifiers.evaluation.output.prediction.CSV
Returns whether tab is used as separator.
getUseTabs() - Method in class weka.core.converters.MatlabSaver
Returns whether tabs are used instead of blanks.
getUseTournamentSelection() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
 
getUseTournamentSelection() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
 
getUseTraining() - Method in class weka.attributeSelection.ClassifierSubsetEval
Get if training data is to be used instead of hold out/test data
getUseTree() - Method in class weka.classifiers.trees.m5.Rule
get whether an m5 tree is being used rather than rules
getUseUnsmoothed() - Method in class weka.classifiers.trees.m5.M5Base
Get whether or not smoothing is being used
getUseWordFrequencies() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Get whether to use word frequencies rather than binary bag of words representation.
getUseWordFrequencies() - Method in class weka.classifiers.functions.SGDText
Get whether to use word frequencies rather than binary bag of words representation.
getV() - Method in class weka.core.matrix.EigenvalueDecomposition
Return the eigenvector matrix
getV() - Method in class weka.core.matrix.SingularValueDecomposition
Return the right singular vectors
getValidating() - Method in class weka.core.xml.XMLDocument
returns whether a validating parser is used.
getValidating() - Method in class weka.core.xml.XMLOptions
returns whether a validating parser is used.
getValidationSetSize() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getValidationThreshold() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
getValue() - Method in class weka.core.expressionlanguage.common.Primitives.BooleanVariable
 
getValue() - Method in class weka.core.expressionlanguage.common.Primitives.DoubleVariable
 
getValue() - Method in class weka.core.expressionlanguage.common.Primitives.StringVariable
 
getValue() - Method in class weka.core.json.JSONNode
Returns the stored value.
getValue() - Method in class weka.core.pmml.FieldMetaInfo.Value
 
getValue() - Method in class weka.core.pmml.jaxbbindings.BaselineStratum
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.CategoricalPredictor
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Category
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Coefficient
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Constant
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Decision
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.DerivedField
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.EventValues
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Extension
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.FieldValue
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.FieldValueCount
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Item
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.MatCell
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.NormDiscrete
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.OutputField
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.PairCounts
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.PCovCell
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.PPCell
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.ResultField
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.ScoreDistribution
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.SimplePredicate
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.TargetValue
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.TargetValueCount
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.TimeValue
Gets the value of the value property.
getValue() - Method in class weka.core.pmml.jaxbbindings.Value
Gets the value of the value property.
getValue() - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Get the value of the new attribute.
getValue() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
getValue() - Method in class weka.gui.ColorEditor
Get the current color
getValue() - Method in class weka.gui.CostMatrixEditor
Gets the cost matrix that is being edited.
getValue() - Method in class weka.gui.EnvironmentField
 
getValue() - Method in class weka.gui.FileEnvironmentField
 
getValue() - Method in class weka.gui.GenericArrayEditor
Gets the current object array.
getValue() - Method in class weka.gui.GenericObjectEditor
Gets the current, configured object.
getValue() - Method in class weka.gui.HierarchyPropertyParser
Get the value of current node
getValue() - Method in class weka.gui.PasswordField
 
getValue() - Method in class weka.gui.SimpleDateFormatEditor
Gets the date format that is being edited.
getValue() - Method in class weka.gui.SortedTableModel.SortContainer
Returns the value to sort on.
getValue(Object) - Method in class weka.core.json.JSONNode
Returns the stored value.
getValue(Object, String) - Static method in class weka.core.PropertyPath
returns the value specified by the given path from the object
getValue(Object, PropertyPath.Path) - Static method in class weka.core.PropertyPath
returns the value specified by the given path from the object
getValue(TechnicalInformation.Field) - Method in class weka.core.TechnicalInformation
returns the value associated with the given field, or empty if field is not currently stored.
getValueAt(int, int) - Method in class weka.gui.arffviewer.ArffTableModel
returns the value for the cell at columnIndex and rowIndex
getValueAt(int, int) - Method in class weka.gui.InteractiveTableModel
 
getValueAt(int, int) - Method in class weka.gui.SortedTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class weka.gui.sql.ResultSetTableModel
returns the value for the cell at columnindex and rowIndex.
getValueIndex() - Method in class weka.associations.NominalItem
Get the value index for this item.
getValueIndices() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Get the indices of the indicator values.
getValueName(int, int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns value of a node
getValueRange() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Get the range containing the indicator values.
getValueReplacements() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
 
getValues() - Method in class weka.core.pmml.jaxbbindings.DataField
Gets the value of the value property.
getValues() - Method in class weka.core.pmml.TargetMetaInfo
Get the values (discrete case only) for this Target.
getValues() - Method in class weka.core.pmml.VectorInstance
Get the Array of values encapsulated in this vector instance
getValues() - Method in class weka.gui.visualize.VisualizePanelEvent
 
getValues(int) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns array of values of a node
getValues(String) - Method in class weka.classifiers.bayes.net.EditableBayesNet
returns array of values of a node
getValues(InterquartileRange.ValueType) - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns the values for the specified type.
getValuesList() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
returns the range for each attribute as string
getVarbValues() - Method in class weka.core.Optimization
Get the variable values.
getVariable(String) - Method in class weka.core.expressionlanguage.common.NoVariables
Tries to fetch the variable.
getVariable(String) - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations
Tries to fetch a declared variable
getVariable(String) - Method in class weka.core.expressionlanguage.common.VariableDeclarationsCompositor
Tries to fetch a variable from one of the combined declarations.
getVariable(String) - Method in interface weka.core.expressionlanguage.core.VariableDeclarations
Tries to fetch a variable
getVariable(String) - Method in class weka.core.expressionlanguage.weka.InstancesHelper
Tries to fetch a variable of an instance value
getVariable(String) - Method in class weka.core.expressionlanguage.weka.StatsHelper
Tries to fetch a Stats field
getVariableNames() - Method in class weka.core.Environment
Get the names of the variables (keys) stored in the internal map.
getVariables() - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations.VariableInitializer
Returns the set of variable names that can be initialized
getVariables() - Method in class weka.gui.SimpleCLIPanel
Returns the variables.
getVariableValue(String) - Method in class weka.core.Environment
Get the value for a particular variable.
getVariance() - Method in class weka.classifiers.BVDecompose
Get the calculated variance
getVariance() - Method in class weka.core.pmml.jaxbbindings.AnyDistribution
Gets the value of the variance property.
getVariance() - Method in class weka.core.pmml.jaxbbindings.GaussianDistribution
Gets the value of the variance property.
getVarianceCovered() - Method in class weka.attributeSelection.PrincipalComponents
Gets the proportion of total variance to account for when retaining principal components
getVarianceCovered() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Gets the proportion of total variance to account for when retaining principal components.
getVarsInternalRep() - Method in class weka.knowledgeflow.steps.SetVariables
Get the variables to set (in internal representation)
getVector(String) - Method in class weka.core.pmml.VectorDictionary
Gets a vector from the dictionary corresponding to the supplied ID
getVectorDictionary(Element, MiningSchema) - Static method in class weka.core.pmml.VectorDictionary
Returns a new VectorDictionary constructed from the supplied XML container
getVectorFields() - Method in class weka.core.pmml.jaxbbindings.VectorDictionary
Gets the value of the vectorFields property.
getVectorFields() - Method in class weka.core.pmml.VectorInstance
Get the mining fields that are indexed by this vector instance
getVectorId() - Method in class weka.core.pmml.jaxbbindings.SupportVector
Gets the value of the vectorId property.
getVectorInstance() - Method in class weka.core.pmml.jaxbbindings.VectorDictionary
Gets the value of the vectorInstance property.
getVectorizedFormat() - Method in class weka.core.DictionaryBuilder
Get the output format
getVectorOfAttrTypes() - Method in class weka.estimators.CheckEstimator.AttrTypes
 
getVerbose() - Method in class weka.associations.Apriori
Gets whether algorithm is run in verbose mode
getVerificationField() - Method in class weka.core.pmml.jaxbbindings.VerificationFields
Gets the value of the verificationField property.
getVerificationFields() - Method in class weka.core.pmml.jaxbbindings.ModelVerification
Gets the value of the verificationFields property.
getVersion() - Method in class weka.core.pmml.jaxbbindings.Application
Gets the value of the version property.
getVersion() - Method in class weka.core.pmml.jaxbbindings.PMML
Gets the value of the version property.
getVersion() - Method in class weka.core.xml.XMLSerialization
returns the WEKA version with which the serialized object was created
getVersionComparison() - Method in class weka.core.packageManagement.VersionPackageConstraint
 
getViewerName() - Method in interface weka.gui.knowledgeflow.StepInteractiveViewer
Get the name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.AttributeSummarizerInteractiveView
The name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.BoundaryPlotterInteractiveView
Get the name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.CostBenefitAnalysisInteractiveView
Get the name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.DataVisualizerInteractiveView
Get the name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.GraphViewerInteractiveView
Get the name of this viewr
getViewerName() - Method in class weka.gui.knowledgeflow.steps.ImageViewerInteractiveView
Get the name of the viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.ModelPerformanceChartInteractiveView
Get the name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.ScatterPlotMatrixInteractiveView
Get the name of the viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.StripChartInteractiveView
Get the name of this viewer
getViewerName() - Method in class weka.gui.knowledgeflow.steps.TextViewerInteractiveView
Get the viewer name
getVisible() - Method in class weka.gui.treevisualizer.Node
Get the value of visible.
getVisibleColCount() - Method in class weka.experiment.ResultMatrix
returns the number of visible columns.
getVisiblePerspectives() - Method in class weka.gui.PerspectiveManager
Get a list of visible perspectives.
getVisibleRowCount() - Method in class weka.experiment.ResultMatrix
returns the number of visible rows.
getVisual() - Method in class weka.gui.beans.AbstractDataSink
Get the visual being used by this data source.
getVisual() - Method in class weka.gui.beans.AbstractDataSource
Get the visual being used by this data source.
getVisual() - Method in class weka.gui.beans.AbstractEvaluator
Get the visual
getVisual() - Method in class weka.gui.beans.AbstractTestSetProducer
Get the visual for this bean
getVisual() - Method in class weka.gui.beans.AbstractTrainAndTestSetProducer
Get the visual for this bean
getVisual() - Method in class weka.gui.beans.AbstractTrainingSetProducer
Get the visual for this bean
getVisual() - Method in class weka.gui.beans.Appender
Get the visual representation
getVisual() - Method in class weka.gui.beans.Associator
Gets the visual appearance of this wrapper bean
getVisual() - Method in class weka.gui.beans.ClassAssigner
 
getVisual() - Method in class weka.gui.beans.Classifier
Gets the visual appearance of this wrapper bean
getVisual() - Method in class weka.gui.beans.ClassValuePicker
 
getVisual() - Method in class weka.gui.beans.Clusterer
Gets the visual appearance of this wrapper bean
getVisual() - Method in class weka.gui.beans.CostBenefitAnalysis
 
getVisual() - Method in class weka.gui.beans.DataVisualizer
Return the visual appearance of this bean
getVisual() - Method in class weka.gui.beans.Filter
Get the visual appearance of this bean
getVisual() - Method in class weka.gui.beans.FlowByExpression
 
getVisual() - Method in class weka.gui.beans.GraphViewer
Get the visual appearance of this bean
getVisual() - Method in class weka.gui.beans.ImageSaver
 
getVisual() - Method in class weka.gui.beans.ImageViewer
 
getVisual() - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Gets the visual appearance of this wrapper bean
getVisual() - Method in class weka.gui.beans.Join
Get the visual for this step
getVisual() - Method in class weka.gui.beans.MetaBean
Gets the visual appearance of this wrapper bean
getVisual() - Method in class weka.gui.beans.ModelPerformanceChart
Return the visual appearance of this bean
getVisual() - Method in class weka.gui.beans.PredictionAppender
Get the visual being used by this data source.
getVisual() - Method in class weka.gui.beans.SerializedModelSaver
Get the visual being used by this data source.
getVisual() - Method in class weka.gui.beans.Sorter
Get the visual representation
getVisual() - Method in class weka.gui.beans.StripChart
Get the visual appearance of this bean
getVisual() - Method in class weka.gui.beans.SubstringLabeler
Get the visual representation
getVisual() - Method in class weka.gui.beans.SubstringReplacer
Get the visual representation
getVisual() - Method in class weka.gui.beans.TextSaver
 
getVisual() - Method in class weka.gui.beans.TextViewer
Get the visual appearance of this bean
getVisual() - Method in interface weka.gui.beans.Visible
Get the visual representation
getVisualizeMenuItem(String, String) - Method in interface weka.gui.visualize.plugins.GraphVisualizePlugin
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the graph in XML BIF format.
getVisualizeMenuItem(String, String) - Method in interface weka.gui.visualize.plugins.TreeVisualizePlugin
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the tree in GraphViz's dotty format.
getVisualizeMenuItem(ArrayList<Prediction>, Attribute) - Method in interface weka.gui.visualize.plugins.VisualizePlugin
Get a JMenu or JMenuItem which contain action listeners that perform the visualization, using some but not necessarily all of the data.
getVisualizeMenuItem(AssociationRules, String) - Method in interface weka.gui.visualize.plugins.AssociationRuleVisualizePlugin
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the association rules.
getVisualizeMenuItem(Instances) - Method in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors.
getVoteFlag() - Method in class weka.datagenerators.classifiers.classification.RDG1
Gets the vote flag.
getWBias() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the calculated bias according to the Webb definition
getWeight() - Method in class weka.core.pmml.jaxbbindings.Con1
Gets the value of the weight property.
getWeight() - Method in class weka.core.pmml.jaxbbindings.Item
Gets the value of the weight property.
getWeight() - Method in class weka.core.pmml.jaxbbindings.Segment
Gets the value of the weight property.
getWeight() - Method in class weka.core.pmml.jaxbbindings.SimpleRule
Gets the value of the weight property.
getWeight() - Method in class weka.filters.unsupervised.attribute.Add
Get the weight of the attribute used.
getWeightByDistance() - Method in class weka.attributeSelection.ReliefFAttributeEval
Get whether nearest neighbours are being weighted by distance
getWeighted() - Method in class weka.core.pmml.jaxbbindings.PartitionFieldStats
Gets the value of the weighted property.
getWeighted() - Method in class weka.core.pmml.jaxbbindings.UnivariateStats
Gets the value of the weighted property.
getWeightField() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the weightField property.
getWeightingKernel() - Method in class weka.classifiers.lazy.LWL
Gets the kernel weighting method to use.
getWeights() - Method in class weka.classifiers.functions.neural.NeuralNode
call this function to get the weights array.
getWeights() - Method in class weka.classifiers.functions.SGD
 
getWeights() - Method in class weka.estimators.KernelEstimator
Return the weights of the kernels.
getWeights() - Method in interface weka.gui.boundaryvisualizer.DataGenerator
Get weights
getWeights() - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
 
getWeightThreshold() - Method in class weka.classifiers.meta.AdaBoostM1
Get the degree of weight thresholding
getWeightThreshold() - Method in class weka.classifiers.meta.LogitBoost
Get the degree of weight thresholding
getWeightTrimBeta() - Method in class weka.classifiers.functions.SimpleLogistic
Get the value of weightTrimBeta.
getWeightTrimBeta() - Method in class weka.classifiers.trees.LMT
Get the value of weightTrimBeta.
getWeightTrimBeta() - Method in class weka.classifiers.trees.lmt.LogisticBase
Get the value of weightTrimBeta.
getWekaClassloaderClasspathEntries() - Method in class weka.core.WekaPackageClassLoaderManager
Get the entries in the Weka class loader (i.e.
getWekaHome() - Static method in class weka.core.ResourceUtils
Returns the Weka home directory.
getWekaJFrame(String, Component) - Static method in class weka.core.Utils
Returns a JFrame with the given title.
getWekaPackageClassLoaderManager() - Static method in class weka.core.WekaPackageClassLoaderManager
Gets the singleton instance of the WekaPackageClassLoaderManager
getWidget(String) - Method in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
 
getWidth() - Method in class weka.core.pmml.jaxbbindings.NeuralLayer
Gets the value of the width property.
getWidth() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the width property.
getWidth() - Method in class weka.core.pmml.jaxbbindings.Neuron
Gets the value of the width property.
getWidth() - Method in class weka.gui.beans.BeanInstance
Gets the width of this bean
getWindow(Class<?>) - Method in class weka.gui.Main
returns the first instance of the given window class, null if none can be found.
getWindow(String) - Method in class weka.gui.Main
returns the first window with the given title, null if none can be found.
getWindowList() - Method in class weka.gui.Main
returns all currently open frames.
getWindowSize() - Method in class weka.classifiers.lazy.IBk
Gets the maximum number of instances allowed in the training pool.
getWindowSize() - Method in class weka.core.pmml.jaxbbindings.TestDistributions
Gets the value of the windowSize property.
getWithPrefix(String) - Method in class weka.core.Trie
returns all stored strings that match the given prefix
getWords() - Method in class weka.core.CheckScheme
returns the words used for assembling strings in a comma-separated list.
getWords() - Method in class weka.core.TestInstances
returns the words used for assembling strings in a comma-separated list.
getWordSeparators() - Method in class weka.core.CheckScheme
returns the word separators (chars) to use for assembling strings.
getWordSeparators() - Method in class weka.core.TestInstances
returns the word separators (chars) to use for assembling strings.
getWordsToKeep() - Method in class weka.core.converters.DictionarySaver
Gets the number of words (per class if there is a class attribute assigned) to attempt to keep.
getWordsToKeep() - Method in class weka.core.DictionaryBuilder
Gets the number of words (per class if there is a class attribute assigned) to attempt to keep.
getWordsToKeep() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Gets the number of words (per class if there is a class attribute assigned) to attempt to keep.
getWrappedAlgorithm() - Method in class weka.gui.beans.Associator
Returns the wrapped associator
getWrappedAlgorithm() - Method in class weka.gui.beans.Classifier
Returns the wrapped classifier
getWrappedAlgorithm() - Method in class weka.gui.beans.Clusterer
Returns the wrapped clusterer
getWrappedAlgorithm() - Method in class weka.gui.beans.Filter
Get the filter wrapped by this bean
getWrappedAlgorithm() - Method in class weka.gui.beans.Loader
Get the loader
getWrappedAlgorithm() - Method in class weka.gui.beans.Saver
Get the saver
getWrappedAlgorithm() - Method in interface weka.gui.beans.WekaWrapper
Get the algorithm
getWrappedAlgorithm() - Method in class weka.knowledgeflow.steps.WekaAlgorithmWrapper
Get the wrapped algorithm
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.ASEvaluator
Get the class of Weka algorithm wrapped by this wrapper
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.ASSearchStrategy
Get the class of the algorithm wrapped by this wrapper step (ASSearch in this case).
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.Associator
Get the class of the algorithm being wrapped
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.Classifier
 
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.Clusterer
Get the class of the wrapped algorithm
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.DataGenerator
Get the class of the wrapped algorithm
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.Filter
Get the class of the wrapped algorithm
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.Loader
Get the class of the wrapped algorithm
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.Saver
Get the class of the wrapped algorithm
getWrappedAlgorithmClass() - Method in class weka.knowledgeflow.steps.WekaAlgorithmWrapper
Get the class of the algorithm being wrapped
getWrappedRules() - Method in class weka.associations.FilteredAssociationRules
Get the wrapped AssociationRules object.
getWriteMode() - Method in class weka.core.converters.AbstractSaver
Gets the write mode.
getWriteMode() - Method in interface weka.core.converters.Saver
Gets the write mode
getWriter() - Method in class weka.core.converters.AbstractFileSaver
Gets the writer
getWriter(String) - Method in class weka.gui.visualize.PrintableComponent
returns the JComponentWriter associated with the given name, is null if not found.
getWriter(String) - Method in interface weka.gui.visualize.PrintableHandler
returns the JComponentWriter associated with the given name, is null if not found
getWriter(String) - Method in class weka.gui.visualize.PrintablePanel
returns the JComponentWriter associated with the given name, is null if not found
getWriters() - Method in class weka.gui.visualize.PrintableComponent
returns a Hashtable with the current available JComponentWriters in the save dialog.
getWriters() - Method in interface weka.gui.visualize.PrintableHandler
returns a Hashtable with the current available JComponentWriters in the save dialog.
getWriters() - Method in class weka.gui.visualize.PrintablePanel
returns a Hashtable with the current available JComponentWriters in the save dialog.
getWriteTitleString() - Method in class weka.knowledgeflow.steps.TextSaver
Get whether the title string will be written to the file
getWVariance() - Method in class weka.classifiers.BVDecomposeSegCVSub
Get the calculated variance according to the Webb definition
getX() - Method in class weka.classifiers.functions.neural.NeuralConnection
 
getX() - Method in class weka.gui.beans.BeanInstance
Gets the x coordinate of this bean
getX() - Method in class weka.gui.knowledgeflow.StepVisual
Get the x coordinate of this step on the graphical layout
getXAttName() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the name/index of the X axis attribute
getXCoordinates() - Method in class weka.core.pmml.jaxbbindings.LiftGraph
Gets the value of the xCoordinates property.
getXCoordinates() - Method in class weka.core.pmml.jaxbbindings.ROCGraph
Gets the value of the xCoordinates property.
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
getXLabelFreq() - Method in class weka.gui.beans.StripChart
Get the frequency by which x axis values are printed
getXLabelFreq() - Method in class weka.knowledgeflow.steps.StripChart
Get the x label frequency
getXMLDocument() - Method in class weka.core.xml.XMLOptions
returns the handler of the XML document.
getXScale() - Method in class weka.gui.visualize.JComponentWriter
returns the scale factor for the x-axis
getXScale() - Method in class weka.gui.visualize.PrintableComponent
returns the scale factor for the x-axis.
getXScale() - Method in interface weka.gui.visualize.PrintableHandler
returns the scale factor for the x-axis
getXScale() - Method in class weka.gui.visualize.PrintablePanel
returns the scale factor for the x-axis
getY() - Method in class weka.classifiers.functions.neural.NeuralConnection
 
getY() - Method in class weka.gui.beans.BeanInstance
Gets the y coordinate of this bean
getY() - Method in class weka.gui.knowledgeflow.StepVisual
Get the y coordinate of this step on the graphical layout
getYAttName() - Method in class weka.knowledgeflow.steps.BoundaryPlotter
Get the name/index of the Y axis attribute
getYCoordinates() - Method in class weka.core.pmml.jaxbbindings.LiftGraph
Gets the value of the yCoordinates property.
getYCoordinates() - Method in class weka.core.pmml.jaxbbindings.ROCGraph
Gets the value of the yCoordinates property.
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
getYScale() - Method in class weka.gui.visualize.JComponentWriter
returns the scale factor for the y-axis
getYScale() - Method in class weka.gui.visualize.PrintableComponent
returns the scale factor for the y-axis.
getYScale() - Method in interface weka.gui.visualize.PrintableHandler
returns the scale factor for the y-axis
getYScale() - Method in class weka.gui.visualize.PrintablePanel
returns the scale factor for the y-axis
getZeroThreshold() - Method in class weka.core.pmml.jaxbbindings.VerificationField
Gets the value of the zeroThreshold property.
getZMax() - Method in class weka.classifiers.meta.LogitBoost
Get the Z max threshold on the responses
getZoomSetting() - Method in class weka.gui.knowledgeflow.VisibleLayout
Get the current zoom setting for this layout
getZoomSetting(int) - Method in class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
gini(Map<String, WeightMass>) - Static method in class weka.classifiers.trees.ht.GiniSplitMetric
Return the gini metric computed from the supplied distribution
GINI_SPLIT - Static variable in class weka.classifiers.trees.HoeffdingTree
 
GiniSplitMetric - Class in weka.classifiers.trees.ht
Implements the gini splitting criterion
GiniSplitMetric() - Constructor for class weka.classifiers.trees.ht.GiniSplitMetric
 
globalBlendTipText() - Method in class weka.classifiers.lazy.KStar
Returns the tip text for this property
globalInfo() - Method in class weka.associations.Apriori
Returns a string describing this associator
globalInfo() - Method in class weka.associations.FilteredAssociator
Returns a string describing this Associator
globalInfo() - Method in class weka.associations.FPGrowth
Returns a string describing this associator
globalInfo() - Method in class weka.attributeSelection.BestFirst
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.ClassifierAttributeEval
Returns a string describing this attribute evaluator.
globalInfo() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.CorrelationAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.GainRatioAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.GreedyStepwise
Returns a string describing this search method
globalInfo() - Method in class weka.attributeSelection.InfoGainAttributeEval
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.PrincipalComponents
Returns a string describing this attribute transformer
globalInfo() - Method in class weka.attributeSelection.Ranker
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.SymmetricalUncertAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.classifiers.bayes.BayesNet
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.NaiveBayes
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.bayes.NaiveBayesMultinomial
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialUpdateable
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.bayes.NaiveBayesUpdateable
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.bayes.net.BIFReader
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
This will return a string describing the class.
globalInfo() - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.bayes.net.estimate.SimpleEstimator
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.bayes.net.search.ci.CISearchAlgorithm
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.fixed.FromFile
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.bayes.net.search.fixed.NaiveBayes
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.K2
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.RepeatedHillClimber
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.global.TAN
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.K2
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
This will return a string describing the search algorithm.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.RepeatedHillClimber
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.bayes.net.search.local.TAN
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.BVDecompose
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.BVDecomposeSegCVSub
Returns a string describing this object
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.CSV
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.HTML
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.InMemory
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.Null
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.PlainText
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.evaluation.output.prediction.XML
Returns a string describing the output generator.
globalInfo() - Method in class weka.classifiers.functions.GaussianProcesses
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.LinearRegression
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.functions.Logistic
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.functions.MultilayerPerceptron
This will return a string describing the classifier.
globalInfo() - Method in class weka.classifiers.functions.SGD
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.SGDText
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.functions.SimpleLogistic
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.SMO
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.SMOreg
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.supportVector.Kernel
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.supportVector.NormalizedPolyKernel
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.supportVector.Puk
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.supportVector.RBFKernel
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.supportVector.RegSMO
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
Returns a string describing the object
globalInfo() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns a string describing the kernel
globalInfo() - Method in class weka.classifiers.functions.VotedPerceptron
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.lazy.IBk
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.lazy.KStar
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.lazy.LWL
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.AdaBoostM1
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.AdditiveRegression
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns a string describing this search method
globalInfo() - Method in class weka.classifiers.meta.Bagging
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.ClassificationViaRegression
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.CostSensitiveClassifier
 
globalInfo() - Method in class weka.classifiers.meta.CVParameterSelection
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.meta.FilteredClassifier
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.LogitBoost
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.MultiClassClassifier
 
globalInfo() - Method in class weka.classifiers.meta.MultiClassClassifierUpdateable
 
globalInfo() - Method in class weka.classifiers.meta.MultiScheme
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.RandomCommittee
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.RandomizableFilteredClassifier
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.meta.RandomSubSpace
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.Stacking
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.Vote
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.misc.SerializedClassifier
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.rules.DecisionTable
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.rules.JRip
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.rules.M5Rules
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.rules.OneR
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.rules.PART
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.rules.ZeroR
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.DecisionStump
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.HoeffdingTree
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.J48
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.LMT
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.M5P
returns information about the classifier
globalInfo() - Method in class weka.classifiers.trees.RandomForest
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.RandomTree
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.trees.REPTree
Returns a string describing classifier
globalInfo() - Method in class weka.clusterers.Canopy
Returns a string describing this clusterer.
globalInfo() - Method in class weka.clusterers.Cobweb
Returns a string describing this clusterer
globalInfo() - Method in class weka.clusterers.EM
Returns a string describing this clusterer
globalInfo() - Method in class weka.clusterers.FarthestFirst
Returns a string describing this clusterer
globalInfo() - Method in class weka.clusterers.FilteredClusterer
Returns a string describing this clusterer.
globalInfo() - Method in class weka.clusterers.HierarchicalClusterer
This will return a string describing the clusterer.
globalInfo() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns a string describing classifier
globalInfo() - Method in class weka.clusterers.SimpleKMeans
Returns a string describing this clusterer.
globalInfo() - Method in class weka.core.ChebyshevDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.converters.ArffLoader
Returns a string describing this Loader
globalInfo() - Method in class weka.core.converters.ArffSaver
Returns a string describing this Saver
globalInfo() - Method in class weka.core.converters.C45Loader
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.core.converters.C45Saver
Returns a string describing this Saver
globalInfo() - Method in class weka.core.converters.CSVLoader
Returns a string describing this attribute evaluator.
globalInfo() - Method in class weka.core.converters.CSVSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.DatabaseLoader
Returns a string describing this Loader
globalInfo() - Method in class weka.core.converters.DatabaseSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.DictionarySaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.JSONLoader
Returns a string describing this Loader.
globalInfo() - Method in class weka.core.converters.JSONSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.LibSVMLoader
Returns a string describing this Loader.
globalInfo() - Method in class weka.core.converters.LibSVMSaver
Returns a string describing this Saver
globalInfo() - Method in class weka.core.converters.MatlabLoader
Returns a string describing this Loader.
globalInfo() - Method in class weka.core.converters.MatlabSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.SerializedInstancesLoader
Returns a string describing this object
globalInfo() - Method in class weka.core.converters.SerializedInstancesSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.SVMLightLoader
Returns a string describing this Loader.
globalInfo() - Method in class weka.core.converters.SVMLightSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.core.converters.TextDirectoryLoader
Returns a string describing this loader
globalInfo() - Method in class weka.core.converters.XRFFLoader
Returns a string describing this Loader
globalInfo() - Method in class weka.core.converters.XRFFSaver
Returns a string describing this Saver
globalInfo() - Method in class weka.core.EuclideanDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.FilteredDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.ManhattanDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.MinkowskiDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.neighboursearch.BallTree
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.balltrees.BottomUpConstructor
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.balltrees.PointsClosestToFurthestChildren
Returns a string describing this object.
globalInfo() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.CoverTree
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns a string describing this object.
globalInfo() - Method in class weka.core.neighboursearch.KDTree
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.kdtrees.KMeansInpiredMethod
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.kdtrees.MedianOfWidestDimension
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.kdtrees.MidPointOfWidestDimension
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.kdtrees.SlidingMidPointOfWidestSide
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.LinearNNSearch
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.NormalizableDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.stemmers.IteratedLovinsStemmer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.stemmers.LovinsStemmer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.stemmers.NullStemmer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.stemmers.SnowballStemmer
Returns a string describing the stemmer.
globalInfo() - Method in class weka.core.stopwords.AbstractStopwords
Returns a string describing the stopwords scheme.
globalInfo() - Method in class weka.core.stopwords.MultiStopwords
 
globalInfo() - Method in class weka.core.stopwords.Null
Returns a string describing the stopwords scheme.
globalInfo() - Method in class weka.core.stopwords.Rainbow
Returns a string describing the stopwords scheme.
globalInfo() - Method in class weka.core.stopwords.RegExpFromFile
Returns a string describing the stopwords scheme.
globalInfo() - Method in class weka.core.stopwords.WordsFromFile
Returns a string describing the stopwords scheme.
globalInfo() - Method in class weka.core.tokenizers.AlphabeticTokenizer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
Returns a string describing the tokenizer
globalInfo() - Method in class weka.core.tokenizers.NGramTokenizer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.tokenizers.Tokenizer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.tokenizers.WordTokenizer
Returns a string describing the stemmer
globalInfo() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.classifiers.classification.LED24
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.classifiers.classification.RDG1
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.classifiers.regression.Expression
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.ClusterDefinition
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns a string describing this data generator.
globalInfo() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns a string describing this data generator.
globalInfo() - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Returns a string describing the estimator.
globalInfo() - Method in class weka.estimators.UnivariateKernelEstimator
Returns a string describing the estimator.
globalInfo() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns a string describing the estimator.
globalInfo() - Method in class weka.estimators.UnivariateNormalEstimator
Returns a string describing the estimator.
globalInfo() - Method in class weka.experiment.AveragingResultProducer
Returns a string describing this result producer
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.CrossValidationResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.CrossValidationSplitResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.CSVResultListener
Returns a string describing this result listener
globalInfo() - Method in class weka.experiment.DatabaseResultListener
Returns a string describing this result listener
globalInfo() - Method in class weka.experiment.DatabaseResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
Returns a string describing this split evaluator
globalInfo() - Method in class weka.experiment.ExplicitTestsetResultProducer
Returns a string describing this result producer.
globalInfo() - Method in class weka.experiment.InstancesResultListener
Returns a string describing this result listener
globalInfo() - Method in class weka.experiment.LearningRateResultProducer
Returns a string describing this result producer
globalInfo() - Method in class weka.experiment.RandomSplitResultProducer
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.ResultMatrix
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixCSV
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixGnuPlot
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixHTML
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixLatex
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixPlainText
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixSignificance
Returns a string describing the matrix.
globalInfo() - Method in class weka.filters.AllFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.MultiFilter
Returns a string describing this filter
globalInfo() - Method in class weka.filters.RenameRelation
Returns a string describing this filter
globalInfo() - Method in class weka.filters.SimpleFilter
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.supervised.attribute.AddClassification
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.supervised.attribute.AttributeSelection
Returns a string describing this filter
globalInfo() - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Global help info for this method
globalInfo() - Method in class weka.filters.supervised.attribute.ClassOrder
Returns a string describing this filter
globalInfo() - Method in class weka.filters.supervised.attribute.Discretize
Returns a string describing this filter
globalInfo() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.supervised.attribute.NominalToBinary
Returns a string describing this filter
globalInfo() - Method in class weka.filters.supervised.attribute.PartitionMembership
Returns a string describing this filter
globalInfo() - Method in class weka.filters.supervised.instance.ClassBalancer
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.supervised.instance.Resample
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns a string describing this filter
globalInfo() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.Add
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.AddID
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.AddNoise
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.AddValues
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.Center
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.Copy
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
 
globalInfo() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
 
globalInfo() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.NominalToString
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.Normalize
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.Obfuscate
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.Remove
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Global help info
globalInfo() - Method in class weka.filters.unsupervised.attribute.Reorder
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValues
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SortLabels
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.Standardize
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SwapValues
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.TimeSeriesDelta
Returns a string describing this classifier
globalInfo() - Method in class weka.filters.unsupervised.attribute.TimeSeriesTranslate
Returns a string describing this classifier
globalInfo() - Method in class weka.filters.unsupervised.attribute.Transpose
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.Randomize
Returns a string describing this classifier
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveRange
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns a string describing this classifier
globalInfo() - Method in class weka.filters.unsupervised.instance.Resample
Returns a string describing this classifier
globalInfo() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.SparseToNonSparse
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns a string describing this filter.
globalInfo() - Method in class weka.gui.beans.Associator
Global info (if it exists) for the wrapped classifier
globalInfo() - Method in class weka.gui.beans.AttributeSummarizer
Global info for this bean
globalInfo() - Method in class weka.gui.beans.ClassAssigner
Global info for this bean
globalInfo() - Method in class weka.gui.beans.Classifier
Global info (if it exists) for the wrapped classifier
globalInfo() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Global info for this bean
globalInfo() - Method in class weka.gui.beans.ClassValuePicker
Global info for this bean
globalInfo() - Method in class weka.gui.beans.Clusterer
Global info (if it exists) for the wrapped classifier
globalInfo() - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Global info for this bean
globalInfo() - Method in class weka.gui.beans.CostBenefitAnalysis
Global info for this bean
globalInfo() - Method in class weka.gui.beans.CrossValidationFoldMaker
Global info for this bean
globalInfo() - Method in class weka.gui.beans.DataVisualizer
Global info for this bean
globalInfo() - Method in class weka.gui.beans.Filter
Global info (if it exists) for the wrapped filter
globalInfo() - Method in class weka.gui.beans.FlowByExpression
 
globalInfo() - Method in class weka.gui.beans.GraphViewer
Global info for this bean
globalInfo() - Method in class weka.gui.beans.ImageSaver
Global info for this bean
globalInfo() - Method in class weka.gui.beans.ImageViewer
Global info for this bean
globalInfo() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Global info for this bean
globalInfo() - Method in class weka.gui.beans.Join
Global info for the method
globalInfo() - Method in class weka.gui.beans.Loader
Global info (if it exists) for the wrapped loader
globalInfo() - Method in class weka.gui.beans.ModelPerformanceChart
Global info for this bean
globalInfo() - Method in class weka.gui.beans.PredictionAppender
Global description of this bean
globalInfo() - Method in class weka.gui.beans.Saver
Global info (if it exists) for the wrapped loader
globalInfo() - Method in class weka.gui.beans.ScatterPlotMatrix
Global info for this bean
globalInfo() - Method in class weka.gui.beans.SerializedModelSaver
Global info for this bean.
globalInfo() - Method in class weka.gui.beans.Sorter
Help information suitable for displaying in the GUI.
globalInfo() - Method in class weka.gui.beans.StripChart
Global info for this bean
globalInfo() - Method in class weka.gui.beans.SubstringLabeler
Help information suitable for displaying in the GUI.
globalInfo() - Method in class weka.gui.beans.SubstringReplacer
About information
globalInfo() - Method in class weka.gui.beans.TestSetMaker
Global info for this bean
globalInfo() - Method in class weka.gui.beans.TextSaver
Global info for this bean
globalInfo() - Method in class weka.gui.beans.TextViewer
Global info for this bean
globalInfo() - Method in class weka.gui.beans.TrainingSetMaker
Global info for this bean
globalInfo() - Method in class weka.gui.beans.TrainTestSplitMaker
Global info for this bean
globalInfo() - Method in class weka.gui.boundaryvisualizer.BoundaryVisualizer
Returns a string describing this tool
globalInfo() - Method in class weka.knowledgeflow.steps.BaseStep
Attempt to get default "about" information for this step by grabbing the toolTip from the KFStep annotation.
globalInfo() - Method in class weka.knowledgeflow.steps.WekaAlgorithmWrapper
Get global "help" info.
GLOBALINFO_ENDTAG - Static variable in class weka.core.GlobalInfoJavadoc
the end comment tag for inserting the generated Javadoc
GLOBALINFO_METHOD - Static variable in class weka.core.GlobalInfoJavadoc
the globalInfo method name
GLOBALINFO_STARTTAG - Static variable in class weka.core.GlobalInfoJavadoc
the start comment tag for inserting the generated Javadoc
GlobalInfoJavadoc - Class in weka.core
Generates Javadoc comments from the class's globalInfo method.
GlobalInfoJavadoc() - Constructor for class weka.core.GlobalInfoJavadoc
default constructor
GlobalScoreSearchAlgorithm - Class in weka.classifiers.bayes.net.search.global
This Bayes Network learning algorithm uses cross validation to estimate classification accuracy.
GlobalScoreSearchAlgorithm() - Constructor for class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
 
goDown(String) - Method in class weka.gui.HierarchyPropertyParser
Go to a certain node of the tree down from the current node according to the specified relative path.
GOECustomizer - Interface in weka.gui.beans
Extends BeanCustomizer.
GOEPanel() - Constructor for class weka.gui.GenericObjectEditor.GOEPanel
Creates the GUI editor component.
GOEStepEditorDialog - Class in weka.gui.knowledgeflow
A step editor dialog that uses the GOE mechanism to provide property editors.
GOEStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.GOEStepEditorDialog
Constructor
GOETreeNode() - Constructor for class weka.gui.GenericObjectEditor.GOETreeNode
Creates a tree node that has no parent and no children, but which allows children.
GOETreeNode(Object) - Constructor for class weka.gui.GenericObjectEditor.GOETreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
GOETreeNode(Object, boolean) - Constructor for class weka.gui.GenericObjectEditor.GOETreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
goTo(String) - Method in class weka.gui.HierarchyPropertyParser
Go to a certain node of the tree according to the specified path Note that the path must be absolute path from the root.
goToChild(int) - Method in class weka.gui.HierarchyPropertyParser
Go to one child node from the current position in the tree according to the given position
goToChild(String) - Method in class weka.gui.HierarchyPropertyParser
Go to one child node from the current position in the tree according to the given value
If the child node with the given value cannot be found it returns false, true otherwise.
goToParent() - Method in class weka.gui.HierarchyPropertyParser
Go to the parent from the current position in the tree If the current position is the root, it stays there and does not move
goToRoot() - Method in class weka.gui.HierarchyPropertyParser
Go to the root of the tree
GPCIgnore - Annotation Interface in weka.gui
Marker annotation.
gr(double, double) - Static method in class weka.core.Utils
Tests if a is greater than b.
gracePeriodTipText() - Method in class weka.classifiers.trees.HoeffdingTree
Returns the tip text for this property
graph() - Method in class weka.classifiers.bayes.BayesNet
Returns a BayesNet graph in XMLBIF ver 0.3 format.
graph() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns graph describing the classifier (if possible).
graph() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns graph describing the classifier (if possible).
graph() - Method in class weka.classifiers.meta.CVParameterSelection
Returns graph describing the classifier (if possible).
graph() - Method in class weka.classifiers.meta.FilteredClassifier
Returns graph describing the classifier (if possible).
graph() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns graph describing the classifier (if possible).
graph() - Method in class weka.classifiers.pmml.consumer.TreeModel
 
graph() - Method in class weka.classifiers.trees.HoeffdingTree
 
graph() - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns graph describing the tree.
graph() - Method in class weka.classifiers.trees.J48
Returns graph describing the tree.
graph() - Method in class weka.classifiers.trees.j48.NBTreeClassifierTree
Returns graph describing the tree.
graph() - Method in class weka.classifiers.trees.LMT
Returns graph describing the tree.
graph() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns graph describing the tree.
graph() - Method in class weka.classifiers.trees.M5P
Return a dot style String describing the tree.
graph() - Method in class weka.classifiers.trees.RandomTree
Returns graph describing the tree.
graph() - Method in class weka.classifiers.trees.REPTree
Outputs the decision tree as a graph
graph() - Method in class weka.clusterers.Cobweb
Generates the graph string of the Cobweb tree
graph() - Method in class weka.clusterers.FilteredClusterer
Returns graph describing the clusterer (if possible).
graph() - Method in class weka.clusterers.HierarchicalClusterer
 
graph() - Method in interface weka.core.Drawable
Returns a string that describes a graph representing the object.
graph(StringBuffer) - Method in class weka.classifiers.trees.m5.RuleNode
Assign a unique identifier to each node in the tree and then calls graphTree
graph(FPGrowth.FPTreeRoot) - Method in class weka.associations.FPGrowth
Assemble a dot graph representation of the FP-tree.
GraphConstants - Interface in weka.gui.graphvisualizer
GraphConstants.java
GraphEdge - Class in weka.gui.graphvisualizer
This class represents an edge in the graph
GraphEdge(int, int, int) - Constructor for class weka.gui.graphvisualizer.GraphEdge
 
GraphEdge(int, int, int, String, String) - Constructor for class weka.gui.graphvisualizer.GraphEdge
 
GraphEvent - Class in weka.gui.beans
Event for graphs
GraphEvent(Object, String, String, int) - Constructor for class weka.gui.beans.GraphEvent
Creates a new GraphEvent instance.
GraphicalEnvironmentCommandHandler - Interface in weka.gui.knowledgeflow
Interface for graphical command handlers
GraphListener - Interface in weka.gui.beans
Describe interface TextListener here.
GraphNode - Class in weka.gui.graphvisualizer
This class represents a node in the Graph.
GraphNode(String, String) - Constructor for class weka.gui.graphvisualizer.GraphNode
Constructor
GraphNode(String, String, int) - Constructor for class weka.gui.graphvisualizer.GraphNode
Constructor
graphTree(StringBuffer) - Method in class weka.classifiers.trees.ht.HNode
 
graphTree(StringBuffer) - Method in class weka.classifiers.trees.ht.SplitNode
 
graphType() - Method in class weka.classifiers.bayes.BayesNet
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.meta.CVParameterSelection
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.meta.FilteredClassifier
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.pmml.consumer.TreeModel
 
graphType() - Method in class weka.classifiers.trees.HoeffdingTree
 
graphType() - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.trees.J48
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.trees.LMT
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.trees.M5P
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.trees.RandomTree
Returns the type of graph this classifier represents.
graphType() - Method in class weka.classifiers.trees.REPTree
Returns the type of graph this classifier represents.
graphType() - Method in class weka.clusterers.Cobweb
Returns the type of graphs this class represents
graphType() - Method in class weka.clusterers.FilteredClusterer
Returns the type of graph this clusterer represents.
graphType() - Method in class weka.clusterers.HierarchicalClusterer
 
graphType() - Method in interface weka.core.Drawable
Returns the type of graph representing the object.
GraphViewer - Class in weka.gui.beans
A bean encapsulating weka.gui.treevisualize.TreeVisualizer
GraphViewer - Class in weka.knowledgeflow.steps
Step for collecting and visualizing graph output from Drawable schemes.
GraphViewer() - Constructor for class weka.gui.beans.GraphViewer
 
GraphViewer() - Constructor for class weka.knowledgeflow.steps.GraphViewer
 
GraphViewerBeanInfo - Class in weka.gui.beans
Bean info class for the graph viewer
GraphViewerBeanInfo() - Constructor for class weka.gui.beans.GraphViewerBeanInfo
 
GraphViewerInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive viewer for the GraphViewer step.
GraphViewerInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.GraphViewerInteractiveView
 
GraphVisualizePlugin - Interface in weka.gui.visualize.plugins
Interface implemented by classes loaded dynamically to visualize graphs in the explorer.
GraphVisualizer - Class in weka.gui.graphvisualizer
This class displays the graph we want to visualize.
GraphVisualizer() - Constructor for class weka.gui.graphvisualizer.GraphVisualizer
Constructor
Sets up the gui and initializes all the other previously uninitialized variables.
GREATER_THAN - Enum constant in enum class weka.associations.NumericItem.Comparison
 
greaterEqual(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'>=' greater equal operator
greaterThan(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'>' greater than operator
GREATERTHAN - Enum constant in enum class weka.core.packageManagement.VersionPackageConstraint.VersionComparison
 
GREATERTHAN - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
GREATERTHANEQUAL - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
GREATERTHANOREQUAL - Enum constant in enum class weka.core.packageManagement.VersionPackageConstraint.VersionComparison
 
GreedyStepwise - Class in weka.attributeSelection
GreedyStepwise :

Performs a greedy forward or backward search through the space of attribute subsets.
GreedyStepwise() - Constructor for class weka.attributeSelection.GreedyStepwise
Constructor
GRID - Static variable in class weka.datagenerators.clusterers.BIRCHCluster
Constant set for choice of pattern.
GRID_COLOR - Static variable in class weka.knowledgeflow.KFDefaults
 
GRID_COLOR_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
GRID_SPACING - Static variable in class weka.knowledgeflow.KFDefaults
 
GRID_SPACING_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
Groovy - Class in weka.core.scripting
A helper class for Groovy.
Groovy() - Constructor for class weka.core.scripting.Groovy
default constructor, tries to instantiate a Groovy classloader.
GroovyPanel - Class in weka.gui.scripting
A scripting panel for Groovy.
GroovyPanel() - Constructor for class weka.gui.scripting.GroovyPanel
 
GroovyScript - Class in weka.gui.scripting
Represents a Groovy script.
GroovyScript() - Constructor for class weka.gui.scripting.GroovyScript
Initializes the script.
GroovyScript(Document) - Constructor for class weka.gui.scripting.GroovyScript
Initializes the script.
GroovyScript(Document, File) - Constructor for class weka.gui.scripting.GroovyScript
Initializes the script.
GroovyScript.GroovyThread - Class in weka.gui.scripting
Executes a Groovy script in a thread.
GroovyThread(Script, String[]) - Constructor for class weka.gui.scripting.GroovyScript.GroovyThread
Initializes the thread.
grOrEq(double, double) - Static method in class weka.core.Utils
Tests if a is greater or equal to b.
GROUP - Enum constant in enum class weka.core.pmml.jaxbbindings.FIELDUSAGETYPE
 
grouping(boolean) - Method in class weka.core.matrix.FlexibleDecimalFormat
 
grow(Instances) - Method in class weka.classifiers.rules.JRip.RipperRule
Build one rule using the growing data
grow(Instances) - Method in class weka.classifiers.rules.Rule
Build this rule
GT - Static variable in interface weka.core.expressionlanguage.parser.sym
 
GUI - Class in weka.classifiers.bayes.net
GUI interface to Bayesian Networks.
GUI() - Constructor for class weka.classifiers.bayes.net.GUI
Constructor
Sets up the gui and initializes all the other previously uninitialized variables.
GUI_MDI - Static variable in class weka.gui.Main
displays the GUI as MDI.
GUI_SDI - Static variable in class weka.gui.Main
displays the GUI as SDI.
GUIApplication - Interface in weka.gui
Interface to a GUIApplication that can have multiple "perspectives" and provide application-level and perspective-level settings.
GUIChooser - Class in weka.gui
Launcher class for the Weka GUIChooser.
GUIChooser() - Constructor for class weka.gui.GUIChooser
 
GUIChooser.GUIChooserMenuPlugin - Interface in weka.gui
Interface for plugin components that can be accessed from either the Visualization or Tools menu.
GUIChooser.GUIChooserMenuPlugin.Menu - Enum Class in weka.gui
Enum listing possible menus that plugins can appear in
GUIChooserApp - Class in weka.gui
The main class for the Weka GUIChooser.
GUIChooserApp() - Constructor for class weka.gui.GUIChooserApp
Creates the experiment environment gui with no initial experiment
GUIChooserApp.ChildFrameSDI - Class in weka.gui
Specialized JFrame class.
GUIChooserApp.GUIChooserDefaults - Class in weka.gui
Inner class for defaults
GUIChooserDefaults() - Constructor for class weka.gui.GUIChooserApp.GUIChooserDefaults
Constructor
GUIEDITORS_PROPERTY_FILE - Static variable in class weka.gui.GenericObjectEditor
the properties files containing the class/editor mappings.
GUITipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 

H

handles(Capabilities.Capability) - Method in class weka.core.Capabilities
returns true if the classifier handler has the specified capability
handles(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
returns true if the given capability can be handled.
hasAdditional() - Method in class weka.core.TechnicalInformation
returns true if there are further technical informations stored in this
hasAdditional() - Method in class weka.gui.scripting.event.ScriptExecutionEvent
Returns whether additional information is available.
hasAntds() - Method in class weka.classifiers.rules.JRip.RipperRule
Whether this rule has antecedents, i.e.
hasAntds() - Method in class weka.classifiers.rules.Rule
Whether this rule has antecedents, i.e.
hasBeenLoaded(Package) - Static method in class weka.core.WekaPackageManager
Check to see if the named package has been loaded successfully
hasChild(String) - Method in class weka.core.json.JSONNode
Checks whether the node has a child with the given name.
hasClasspathProblems() - Method in class weka.core.CheckScheme
returns TRUE if the classifier returned a "not in classpath" Exception
hasClasspathProblems() - Method in class weka.estimators.CheckEstimator
returns TRUE if the estimator returned a "not in classpath" Exception
hasCustomizer() - Method in class weka.gui.PropertySheetPanel
Returns true if the object being edited has a customizer
hasDependencies() - Method in class weka.core.Capabilities
Checks whether there are any dependencies at all
hasDependency(Capabilities.Capability) - Method in class weka.core.Capabilities
returns true if the classifier handler has a dependency for the specified capability
hasEmptyRow() - Method in class weka.gui.InteractiveTableModel
Returns true if the model has an empty row
hash - Variable in class weka.classifiers.lazy.kstar.KStarCache.TableEntry
attribute value hash code
hashCode() - Method in class weka.associations.BinaryItem
 
hashCode() - Method in class weka.associations.Item
 
hashCode() - Method in class weka.associations.ItemSet
Produces a hash code for a item set.
hashCode() - Method in class weka.classifiers.rules.DecisionTableHashKey
Calculates a hash code
hashCode() - Method in class weka.core.Attribute
Returns a hash code for this attribute based on its name.
hashCode() - Method in class weka.core.SerializedObject
Returns a hashcode for this object.
hashCode() - Method in class weka.core.Settings.SettingKey
Hashcode based on the key
hashCode() - Method in class weka.core.Trie
Returns the hash code value for this collection.
hasIncomingBatchInstances() - Method in class weka.gui.beans.Classifier
Returns true if this classifier has an incoming connection that is a batch set of instances
hasIncomingBatchInstances() - Method in class weka.gui.beans.Clusterer
Returns true if this clusterer has an incoming connection that is a batch set of instances
hasIncomingStreamInstances() - Method in class weka.gui.beans.Classifier
Returns true if this classifier has an incoming connection that is an instance stream
hasIndex() - Method in class weka.core.PropertyPath.PathElement
returns whether the property is an index-based one
hasInstanceWeights(Instances) - Static method in class weka.core.ResampleUtils
Checks whether there are any instance weights other than 1.0 set.
hasInterface(Class<?>, Class<?>) - Static method in class weka.core.InheritanceUtils
Checks whether the given class implements the given interface.
hasInterface(String, String) - Static method in class weka.core.InheritanceUtils
Checks whether the given class implements the given interface.
hasMacro(String) - Method in class weka.core.expressionlanguage.common.IfElseMacro
Whether the macro is declared
hasMacro(String) - Method in class weka.core.expressionlanguage.common.JavaMacro
Whether the macro declarations contains the macro
hasMacro(String) - Method in class weka.core.expressionlanguage.common.MacroDeclarationsCompositor
Whether the macro is contained in one of the combined declarations.
hasMacro(String) - Method in class weka.core.expressionlanguage.common.MathFunctions
Whether the macro is declared
hasMacro(String) - Method in class weka.core.expressionlanguage.common.NoMacros
Whether the macro is declared.
hasMacro(String) - Method in interface weka.core.expressionlanguage.core.MacroDeclarations
Whether the macro is declared
hasMacro(String) - Method in class weka.core.expressionlanguage.weka.InstancesHelper
Whether the given macro is declared
hasMaxRows() - Method in class weka.gui.sql.ResultSetHelper
whether a limit on the rows to retrieve was set.
hasMissingValue() - Method in class weka.core.AbstractInstance
Tests whether an instance has a missing value.
hasMissingValue() - Method in interface weka.core.Instance
Tests whether an instance has a missing value.
hasModels() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns true if the logistic regression model at this node has changed compared to the one at the parent node.
hasMoreElements() - Method in class weka.core.tokenizers.AlphabeticTokenizer
returns whether there are more elements still
hasMoreElements() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
returns true if there's more elements available
hasMoreElements() - Method in class weka.core.tokenizers.NGramTokenizer
returns true if there's more elements available
hasMoreElements() - Method in class weka.core.tokenizers.Tokenizer
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class weka.core.tokenizers.WordTokenizer
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class weka.core.WekaEnumeration
Tests if there are any more elements to enumerate.
hasMoreElements(Instances) - Method in class weka.core.converters.ConverterUtils.DataSource
returns whether there are more Instance objects in the data.
hasMoreIterations() - Method in class weka.experiment.Experiment
Returns true if there are more iterations to carry out in the experiment.
hasNext() - Method in class weka.core.Trie.TrieIterator
Returns true if the iteration has more elements.
hasResult() - Method in class weka.gui.sql.event.QueryExecuteEvent
whether a ResultSet was produced, e.g.
hasResultDataOfType(String) - Method in class weka.knowledgeflow.JobEnvironment
Returns true if the results contain data of a particular connection type
hasSetting(String, String) - Method in class weka.core.Settings
Returns true if a given setting has a value
hasSettings(String) - Method in class weka.core.Settings
Returns true if there are settings available for a given ID
hasTargetMetaData() - Method in class weka.core.pmml.MiningSchema
Returns true if there is Target meta data.
hasThirdPartyClass(String) - Method in class weka.core.WekaPackageLibIsolatingClassLoader
Returns true if this classloader is covering the named third-party class
hasUID(Class<?>) - Static method in class weka.core.SerializationHelper
checks whether the given class contains a serialVersionUID.
hasUID(String) - Static method in class weka.core.SerializationHelper
checks whether the given class contains a serialVersionUID.
hasVariable(String) - Method in class weka.core.expressionlanguage.common.NoVariables
Whether the variable is declared.
hasVariable(String) - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations
Whether the variable is declared
hasVariable(String) - Method in class weka.core.expressionlanguage.common.SimpleVariableDeclarations.VariableInitializer
Returns whether the SimpleVariableDeclarations.VariableInitializer contains the variable
hasVariable(String) - Method in class weka.core.expressionlanguage.common.VariableDeclarationsCompositor
Whether the variable is contained in one of the combined declarations.
hasVariable(String) - Method in interface weka.core.expressionlanguage.core.VariableDeclarations
Whether the variable is declared
hasVariable(String) - Method in class weka.core.expressionlanguage.weka.InstancesHelper
Returns whether the variable is declared
hasVariable(String) - Method in class weka.core.expressionlanguage.weka.StatsHelper
Returns whether the variable is declared
hasZeropoint() - Method in class weka.core.Attribute
Returns whether the attribute has a zeropoint and may be added meaningfully.
header(int) - Method in class weka.experiment.PairedTTester
Creates a "header" string describing the current resultsets.
header(int) - Method in interface weka.experiment.Tester
Creates a "header" string describing the current resultsets.
Header - Class in weka.core.pmml.jaxbbindings
Java class for Header element declaration.
Header() - Constructor for class weka.core.pmml.jaxbbindings.Header
 
HEADER - Static variable in class weka.core.json.JSONInstances
the header section.
HEADER - Static variable in class weka.core.RepositoryIndexGenerator
 
headerKeys() - Method in class weka.experiment.ResultMatrix
returns an enumeration of the header keys.
HeadlessEventCollector - Interface in weka.gui.beans
Interface for Knowledge Flow components that (typically) provide an interactive graphical visualization to implement.
HEIGHT - Static variable in class weka.gui.arffviewer.ArffViewerMainPanel
default height
HEIGHT - Static variable in class weka.gui.sql.SqlViewer
the height property in the history file.
Help - Class in weka.gui.simplecli
Outputs help for a command or for all.
Help() - Constructor for class weka.gui.simplecli.Help
 
HELP_BUTTON - Enum constant in enum class weka.gui.knowledgeflow.MainKFPerspectiveToolBar.Widgets
 
heuristicStopTipText() - Method in class weka.classifiers.functions.SimpleLogistic
Returns the tip text for this property
hiddenLayersTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
hidePerspectivesToolBar() - Method in class weka.gui.AbstractGUIApplication
Hide the perspectives toolbar
hidePerspectivesToolBar() - Method in interface weka.gui.GUIApplication
Hide the perspectives toolbar
HierarchicalBCEngine - Class in weka.gui.graphvisualizer
This class lays out the vertices of a graph in a hierarchy of vertical levels, with a number of nodes in each level.
HierarchicalBCEngine() - Constructor for class weka.gui.graphvisualizer.HierarchicalBCEngine
SimpleConstructor If we want to instantiate the class first, and if information for nodes and edges is not available.
HierarchicalBCEngine(ArrayList<GraphNode>, ArrayList<GraphEdge>, int, int) - Constructor for class weka.gui.graphvisualizer.HierarchicalBCEngine
Constructor - takes in FastVectors of nodes and edges, and the initial width and height of a node
HierarchicalBCEngine(ArrayList<GraphNode>, ArrayList<GraphEdge>, int, int, boolean) - Constructor for class weka.gui.graphvisualizer.HierarchicalBCEngine
Constructor - takes in FastVectors of nodes and edges, the initial width and height of a node, and a boolean value to indicate if the edges should be concentrated.
HierarchicalClusterer - Class in weka.clusterers
Hierarchical clustering class.
HierarchicalClusterer() - Constructor for class weka.clusterers.HierarchicalClusterer
 
HierarchyPropertyParser - Class in weka.gui
This class implements a parser to read properties that have a hierarchy(i.e.
HierarchyPropertyParser() - Constructor for class weka.gui.HierarchyPropertyParser
Default constructor
HierarchyPropertyParser(String, String) - Constructor for class weka.gui.HierarchyPropertyParser
Constructor that builds a tree from the given property with the given delimitor
HierarchyVisualizer - Class in weka.gui.hierarchyvisualizer
 
HierarchyVisualizer(String) - Constructor for class weka.gui.hierarchyvisualizer.HierarchyVisualizer
 
highlightLastRow(int) - Method in class weka.gui.InteractiveTablePanel
Highlight the last row in the table
HillClimber - Class in weka.classifiers.bayes.net.search.global
This Bayes Network learning algorithm uses a hill climbing algorithm adding, deleting and reversing arcs.
HillClimber - Class in weka.classifiers.bayes.net.search.local
This Bayes Network learning algorithm uses a hill climbing algorithm adding, deleting and reversing arcs.
HillClimber() - Constructor for class weka.classifiers.bayes.net.search.global.HillClimber
 
HillClimber() - Constructor for class weka.classifiers.bayes.net.search.local.HillClimber
 
HINGE - Static variable in class weka.classifiers.functions.SGD
the hinge loss function.
HINGE - Static variable in class weka.classifiers.functions.SGDText
the hinge loss function.
History - Class in weka.gui.simplecli
Prints all issued commands.
History() - Constructor for class weka.gui.simplecli.History
 
HISTORY_NAME - Static variable in class weka.gui.sql.ConnectionPanel
the name of the history.
HISTORY_NAME - Static variable in class weka.gui.sql.QueryPanel
the name of the history.
historyChanged(HistoryChangedEvent) - Method in interface weka.gui.sql.event.HistoryChangedListener
This method gets called when a history is modified.
historyChanged(HistoryChangedEvent) - Method in class weka.gui.sql.SqlViewer
This method gets called when a history is modified.
HistoryChangedEvent - Class in weka.gui.sql.event
An event that is generated when a history is modified.
HistoryChangedEvent(Object, String, DefaultListModel) - Constructor for class weka.gui.sql.event.HistoryChangedEvent
constructs the event
HistoryChangedListener - Interface in weka.gui.sql.event
A listener for changes in a history.
historySelected(GenericObjectEditorHistory.HistorySelectionEvent) - Method in interface weka.gui.GenericObjectEditorHistory.HistorySelectionListener
Gets called when a history item gets selected.
HistorySelectionEvent(Object, Object) - Constructor for class weka.gui.GenericObjectEditorHistory.HistorySelectionEvent
Initializes the event.
hit(Rectangle, Shape, boolean) - Method in class weka.gui.visualize.PostscriptGraphics
 
HLINE - Static variable in class weka.gui.visualize.VisualizePanelEvent
 
HNode - Class in weka.classifiers.trees.ht
Abstract base class for nodes in a Hoeffding tree
HNode() - Constructor for class weka.classifiers.trees.ht.HNode
Construct a new HNode
HNode(Map<String, WeightMass>) - Constructor for class weka.classifiers.trees.ht.HNode
Construct a new HNode with the supplied class distribution
hoeffdingTieThresholdTipText() - Method in class weka.classifiers.trees.HoeffdingTree
Returns the tip text for this property
HoeffdingTree - Class in weka.classifiers.trees
A Hoeffding tree (VFDT) is an incremental, anytime decision tree induction algorithm that is capable of learning from massive data streams, assuming that the distribution generating examples does not change over time.
HoeffdingTree() - Constructor for class weka.classifiers.trees.HoeffdingTree
 
holdOutFileTipText() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the tip text for this property
HoldOutSubsetEvaluator - Class in weka.attributeSelection
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
 
HostListPanel - Class in weka.gui.experiment
This panel controls setting a list of hosts for a RemoteExperiment to use.
HostListPanel() - Constructor for class weka.gui.experiment.HostListPanel
Create the host list panel initially disabled.
HostListPanel(RemoteExperiment) - Constructor for class weka.gui.experiment.HostListPanel
Creates the host list panel with the given experiment.
HOWPUBLISHED - Enum constant in enum class weka.core.TechnicalInformation.Field
How something strange has been published.
HTML - Class in weka.classifiers.evaluation.output.prediction
Outputs the predictions in HTML.
HTML() - Constructor for class weka.classifiers.evaluation.output.prediction.HTML
 
HTTP - Enum constant in enum class weka.core.TechnicalInformation.Field
A link to a postscript file.
HUBER - Static variable in class weka.classifiers.functions.SGD
The Huber loss function
hypot(double, double) - Static method in class weka.core.matrix.Maths
sqrt(a^2 + b^2) without under/overflow.

I

I0 - Static variable in class weka.classifiers.functions.supportVector.RegSMOImproved
 
I0a - Static variable in class weka.classifiers.functions.supportVector.RegSMOImproved
 
I0b - Static variable in class weka.classifiers.functions.supportVector.RegSMOImproved
 
I1 - Static variable in class weka.classifiers.functions.supportVector.RegSMOImproved
 
I2 - Static variable in class weka.classifiers.functions.supportVector.RegSMOImproved
 
I3 - Static variable in class weka.classifiers.functions.supportVector.RegSMOImproved
 
IBk - Class in weka.classifiers.lazy
K-nearest neighbours classifier.
IBk() - Constructor for class weka.classifiers.lazy.IBk
IB1 classifer.
IBk(int) - Constructor for class weka.classifiers.lazy.IBk
IBk classifier.
ICON_PATH - Static variable in class weka.gui.beans.BeanVisual
 
ICON_PATH - Static variable in class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
Path to the icons for the toolbar
iconForStep(Step) - Static method in class weka.gui.knowledgeflow.StepVisual
Gets the icon for the supplied Step.
iconPath() - Element in annotation interface weka.gui.PerspectiveInfo
Path (as a resource on the classpath) to the icon for this perspective
iconPath() - Element in annotation interface weka.knowledgeflow.steps.KFStep
Path (as a resource on the classpath) to the icon for this step
ICSSearchAlgorithm - Class in weka.classifiers.bayes.net.search.ci
This Bayes Network learning algorithm uses conditional independence tests to find a skeleton, finds V-nodes and applies a set of rules to find the directions of the remaining arrows.
ICSSearchAlgorithm() - Constructor for class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
 
ID - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
ID - Static variable in class weka.gui.explorer.VisualizePanel.ScatterDefaults
 
ID - Variable in class weka.gui.graphvisualizer.GraphNode
ID and label for the node
ID - Static variable in class weka.gui.knowledgeflow.AttributeSummaryPerspective.AttDefaults
 
ID - Static variable in class weka.gui.visualize.VisualizeUtils.VisualizeDefaults
ID for the metastore
ID - Static variable in class weka.knowledgeflow.steps.ImageSaver.ImageSaverDefaults
 
ID - Static variable in class weka.knowledgeflow.steps.TextSaver.TextSaverDefaults
 
ID() - Element in annotation interface weka.gui.PerspectiveInfo
The ID of this perspective
IDENTIFIER - Static variable in interface weka.core.expressionlanguage.parser.sym
 
identity(int, int) - Static method in class weka.core.matrix.Matrix
Generate identity matrix
IDENTITY - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
IDENTITY - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
IDFTransformTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
IDFTransformTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
IDIndexTipText() - Method in class weka.filters.unsupervised.attribute.AddID
Returns the tip text for this property
IDLE - Static variable in class weka.gui.beans.BeanInstance
class variable holding all the beans
IfElseMacro - Class in weka.core.expressionlanguage.common
A macro declaration exposing the ifelse function.
IfElseMacro() - Constructor for class weka.core.expressionlanguage.common.IfElseMacro
 
ignoreCaseForNamesTipText() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns the tip text for this property
ignoreCaseTipText() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Returns the tip text for this property
ignoreClassTipText() - Method in class weka.filters.unsupervised.attribute.PotentialClassIgnorer
Returns the tip text for this property
ignoreClassTipText() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Returns the tip text for this property
ignored() - Method in class weka.core.xml.PropertyHandler
returns an enumeration of the stored display names and classes of properties to ignore.
NOTE: String and Class Objects are mixed in this enumeration, depending whether it is a global property to ignore or just one for a certain class!
ignoredAttributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns the tip text for this property.
ignoredAttributeIndicesTipText() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns the tip text for this property
ignoreRangeTipText() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns the tip text for this property
ImageEvent - Class in weka.gui.beans
Event that encapsulates an Image
ImageEvent(Object, BufferedImage) - Constructor for class weka.gui.beans.ImageEvent
Construct a new ImageEvent
ImageEvent(Object, BufferedImage, String) - Constructor for class weka.gui.beans.ImageEvent
Construct an ImageEvent
ImageListener - Interface in weka.gui.beans
Interface to something that can process an ImageEvent
IMAGES - Static variable in class weka.gui.ComponentHelper
the default directories for images
IMAGES_DIR - Static variable in class weka.gui.scripting.FileScriptingPanel
the directory with the scripting-specific images.
ImageSaver - Class in weka.gui.beans
Component that can accept ImageEvents and save their encapsulated images to a file.
ImageSaver - Class in weka.knowledgeflow.steps
Step for saving static images as either png or gif.
ImageSaver() - Constructor for class weka.gui.beans.ImageSaver
Constructs a new ImageSaver
ImageSaver() - Constructor for class weka.knowledgeflow.steps.ImageSaver
 
ImageSaver.ImageSaverDefaults - Class in weka.knowledgeflow.steps
 
ImageSaverBeanInfo - Class in weka.gui.beans
BeanInfo class for the ImageSaver component.
ImageSaverBeanInfo() - Constructor for class weka.gui.beans.ImageSaverBeanInfo
 
ImageSaverCustomizer - Class in weka.gui.beans
Customizer for the ImageSaver component.
ImageSaverCustomizer() - Constructor for class weka.gui.beans.ImageSaverCustomizer
Constructor
ImageSaverDefaults() - Constructor for class weka.knowledgeflow.steps.ImageSaver.ImageSaverDefaults
 
ImageViewer - Class in weka.gui.beans
A KF component that can accept imageEvent connections in order to display static images in a popup window
ImageViewer - Class in weka.knowledgeflow.steps
A step for collecting and viewing image data
ImageViewer() - Constructor for class weka.gui.beans.ImageViewer
Constructs a new ImageViewer
ImageViewer() - Constructor for class weka.knowledgeflow.steps.ImageViewer
 
ImageViewerBeanInfo - Class in weka.gui.beans
BeanInfo class for the ImageViewer component
ImageViewerBeanInfo() - Constructor for class weka.gui.beans.ImageViewerBeanInfo
 
ImageViewerInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive viewer for the ImageViewer step
ImageViewerInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.ImageViewerInteractiveView
 
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.AbstractClassifier
Return true if this classifier can generate batch predictions in an efficient manner.
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns true if the base classifier implements BatchPredictor and is able to generate batch predictions efficiently
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.Bagging
Returns true if the base classifier implements BatchPredictor and is able to generate batch predictions efficiently
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.ClassificationViaRegression
Return whether this classifier configuration yields more efficient batch prediction
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns true if the base classifier implements BatchPredictor and is able to generate batch predictions efficiently
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.FilteredClassifier
Returns true if the base classifier implements BatchPredictor and is able to generate batch predictions efficiently
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.LogitBoost
Performs efficient batch prediction
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.RandomCommittee
Returns true if the base classifier implements BatchPredictor and is able to generate batch predictions efficiently
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.RandomSubSpace
Returns true if the base classifier implements BatchPredictor and is able to generate batch predictions efficiently
implementsMoreEfficientBatchPrediction() - Method in class weka.classifiers.meta.Stacking
Returns true if the meta classifier or any of the base classifiers are able to generate batch predictions efficiently and all of them implement BatchPredictor.
implementsMoreEfficientBatchPrediction() - Method in interface weka.core.BatchPredictor
Returns true if this BatchPredictor can generate batch predictions in an efficient manner.
Impurity - Class in weka.classifiers.trees.m5
Class for handling the impurity values when spliting the instances
Impurity(int, int, Instances, int) - Constructor for class weka.classifiers.trees.m5.Impurity
Constructs an Impurity object containing the impurity values of partitioning the instances using an attribute
InactiveHNode - Class in weka.classifiers.trees.ht
Class implementing an inactive node (i.e.
InactiveHNode(Map<String, WeightMass>) - Constructor for class weka.classifiers.trees.ht.InactiveHNode
Constructor
INBOOK - Enum constant in enum class weka.core.TechnicalInformation.Type
A part of a book, which may be a chapter (or section or whatever) and/or a range of pages.
INCLUDE - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMEEXCEPTIONTYPE
 
INCLUDE_ALL - Enum constant in enum class weka.core.pmml.jaxbbindings.VALIDTIMESPEC
 
INCLUDE_FROM_TO - Enum constant in enum class weka.core.pmml.jaxbbindings.VALIDTIMESPEC
 
INCLUDE_SET - Enum constant in enum class weka.core.pmml.jaxbbindings.VALIDTIMESPEC
 
includeClassTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
INCOLLECTION - Enum constant in enum class weka.core.TechnicalInformation.Type
A part of a book having its own title.
incomingInstanceToVectorFieldVals(double[]) - Method in class weka.core.pmml.VectorDictionary
Convert an incoming instance to an array of values that corresponds to the fields referenced by the support vectors in the vector dictionary
incompleteBeta(double, double, double) - Static method in class weka.core.Statistics
Returns the Incomplete Beta Function evaluated from zero to xx.
incompleteBetaFraction1(double, double, double) - Static method in class weka.core.Statistics
Continued fraction expansion #1 for incomplete beta integral.
incompleteBetaFraction2(double, double, double) - Static method in class weka.core.Statistics
Continued fraction expansion #2 for incomplete beta integral.
incompleteGamma(double, double) - Static method in class weka.core.Statistics
Returns the Incomplete Gamma function.
incompleteGammaComplement(double, double) - Static method in class weka.core.Statistics
Returns the Complemented Incomplete Gamma function.
incorrect() - Method in class weka.classifiers.evaluation.ConfusionMatrix
Gets the number of incorrect classifications (that is, for which an incorrect prediction was made).
incorrect() - Method in class weka.classifiers.evaluation.Evaluation
Gets the number of instances incorrectly classified (that is, for which an incorrect prediction was made).
incorrect() - Method in class weka.classifiers.Evaluation
Gets the number of instances incorrectly classified (that is, for which an incorrect prediction was made).
incrCoordCount() - Method in class weka.core.neighboursearch.PerformanceStats
Increments the coordinate count (number of coordinates/attributes looked at).
increaseFontSize() - Method in class weka.gui.beans.Note
Increase the font size by one
increaseFontSize() - Method in class weka.gui.knowledgeflow.NoteVisual
Increase the font size by one
increaseFrequency() - Method in class weka.associations.Item
Increment the frequency of this item.
increaseFrequency(int) - Method in class weka.associations.Item
Increase the frequency of this item.
incremental(double, int) - Method in class weka.classifiers.trees.m5.Impurity
Incrementally computes the impurirty values
INCREMENTAL - Static variable in interface weka.core.converters.Loader
 
INCREMENTAL - Static variable in interface weka.core.converters.Saver
 
IncrementalClassifierEvaluator - Class in weka.gui.beans
Bean that evaluates incremental classifiers
IncrementalClassifierEvaluator - Class in weka.knowledgeflow.steps
Step that evaluates incremental classifiers and produces strip chart data
IncrementalClassifierEvaluator() - Constructor for class weka.gui.beans.IncrementalClassifierEvaluator
 
IncrementalClassifierEvaluator() - Constructor for class weka.knowledgeflow.steps.IncrementalClassifierEvaluator
 
IncrementalClassifierEvaluatorBeanInfo - Class in weka.gui.beans
Bean info class for the incremental classifier evaluator bean
IncrementalClassifierEvaluatorBeanInfo() - Constructor for class weka.gui.beans.IncrementalClassifierEvaluatorBeanInfo
 
IncrementalClassifierEvaluatorCustomizer - Class in weka.gui.beans
GUI Customizer for the incremental classifier evaluator bean
IncrementalClassifierEvaluatorCustomizer() - Constructor for class weka.gui.beans.IncrementalClassifierEvaluatorCustomizer
 
IncrementalClassifierEvent - Class in weka.gui.beans
Class encapsulating an incrementally built classifier and current instance
IncrementalClassifierEvent(Object) - Constructor for class weka.gui.beans.IncrementalClassifierEvent
 
IncrementalClassifierEvent(Object, Classifier, Instance, int) - Constructor for class weka.gui.beans.IncrementalClassifierEvent
Creates a new IncrementalClassifierEvent instance.
IncrementalClassifierEvent(Object, Classifier, Instances) - Constructor for class weka.gui.beans.IncrementalClassifierEvent
Creates a new incremental classifier event that encapsulates header information and classifier.
IncrementalClassifierListener - Interface in weka.gui.beans
Interface to something that can process a IncrementalClassifierEvent
IncrementalConverter - Interface in weka.core.converters
Marker interface for a loader/saver that can retrieve instances incrementally
IncrementalEstimator - Interface in weka.estimators
Interface for an incremental probability estimators.
incrIntNodeCount() - Method in class weka.core.neighboursearch.TreePerformanceStats
Increments the internal node count.
incrLeafCount() - Method in class weka.core.neighboursearch.TreePerformanceStats
Increments the leaf count.
incrPointCount() - Method in class weka.core.neighboursearch.PerformanceStats
Increments the point count (number of datapoints looked at).
index() - Method in class weka.core.Attribute
Returns the index of this attribute.
index(int) - Method in class weka.core.DenseInstance
Returns the index of the attribute stored at the given position.
index(int) - Method in interface weka.core.Instance
Returns the index of the attribute stored at the given position in the sparse representation.
index(int) - Method in class weka.core.pmml.Array
Returns the index of the value stored at the given position
index(int) - Method in class weka.core.pmml.SparseArray
Returns the index of the value stored at the given position
index(int) - Method in class weka.core.SparseInstance
Returns the index of the attribute stored at the given position.
INDEX_BEANCONNECTIONS - Static variable in class weka.gui.beans.xml.XMLBeans
the index in the Vector, where the BeanConnections are stored (Instances and Connections are stored in a Vector and then serialized)
INDEX_BEANINSTANCES - Static variable in class weka.gui.beans.xml.XMLBeans
the index in the Vector, where the BeanInstances are stored (Instances and Connections are stored in a Vector and then serialized)
indexOf(Object) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Searches for the first occurrence of elem.
indexOf(Object, int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Searches for the first occurrence of elem, beginning the search at index.
indexOfMax() - Method in class weka.core.matrix.DoubleVector
Returns the index of the maximum.
indexOfValue(String) - Method in class weka.core.Attribute
Returns the index of a given attribute value.
indexToOrdinal(int) - Static method in class weka.core.Utils
Turns a zero-based index into its ordinal representation, e.g., the integer 0 will be turned into the string "1st", 1 will be turned into the string "2nd", etc.
indexToString(int) - Static method in class weka.core.SingleIndex
Creates a string representation of the given index.
indicesToRangeList(int[]) - Static method in class weka.core.Range
Creates a string representation of the indices in the supplied array.
individualPredictions(Instance) - Method in class weka.classifiers.meta.MultiClassClassifier
Returns the individual predictions of the base classifiers for an instance.
info(int[]) - Static method in class weka.core.Utils
Computes entropy for an array of integers.
INFO - Enum constant in enum class weka.core.logging.Logger.Level
FINE level.
INFO - Static variable in class weka.core.Debug
the log level Info
INFO_GAIN_SPLIT - Static variable in class weka.classifiers.trees.HoeffdingTree
 
infoGain() - Method in class weka.classifiers.trees.j48.BinC45Split
Returns (C4.5-type) information gain for the generated split.
infoGain() - Method in class weka.classifiers.trees.j48.C45Split
Returns (C4.5-type) information gain for the generated split.
InfoGainAttributeEval - Class in weka.attributeSelection
InfoGainAttributeEval :

Evaluates the worth of an attribute by measuring the information gain with respect to the class.

InfoGain(Class,Attribute) = H(Class) - H(Class | Attribute).
InfoGainAttributeEval() - Constructor for class weka.attributeSelection.InfoGainAttributeEval
Constructor
InfoGainSplitCrit - Class in weka.classifiers.trees.j48
Class for computing the information gain for a given distribution.
InfoGainSplitCrit() - Constructor for class weka.classifiers.trees.j48.InfoGainSplitCrit
 
InfoGainSplitMetric - Class in weka.classifiers.trees.ht
Implements the info gain splitting criterion
InfoGainSplitMetric(double) - Constructor for class weka.classifiers.trees.ht.InfoGainSplitMetric
 
InfoPanel - Class in weka.gui.sql
A simple panel for displaying information, e.g.
InfoPanel(JFrame) - Constructor for class weka.gui.sql.InfoPanel
creates the panel
InfoPanelCellRenderer - Class in weka.gui.sql
A specialized renderer that takes care of JLabels in a JList.
InfoPanelCellRenderer() - Constructor for class weka.gui.sql.InfoPanelCellRenderer
the constructor
InformationRetrievalEvaluationMetric - Interface in weka.classifiers.evaluation
An interface for information retrieval evaluation metrics to implement.
InformationTheoreticEvaluationMetric - Interface in weka.classifiers.evaluation
Primarily a marker interface for information theoretic evaluation metrics to implement.
InheritanceUtils - Class in weka.core
Helper class for inheritance related operations.
InheritanceUtils() - Constructor for class weka.core.InheritanceUtils
 
init() - Static method in class weka.gui.beans.BeanConnection
Sets up just a single collection of bean connections in the first element of the list.
init() - Static method in class weka.gui.beans.BeanInstance
Sets up just a single collection of bean instances in the first element of the list.
init() - Method in interface weka.gui.knowledgeflow.StepInteractiveViewer
Initialize this viewer.
init() - Method in class weka.gui.knowledgeflow.steps.AttributeSummarizerInteractiveView
Initialize the viewer - layout widgets etc.
init() - Method in class weka.gui.knowledgeflow.steps.BoundaryPlotterInteractiveView
Initialize/layout the viewer
init() - Method in class weka.gui.knowledgeflow.steps.CostBenefitAnalysisInteractiveView
Initialize and layout the viewer
init() - Method in class weka.gui.knowledgeflow.steps.DataVisualizerInteractiveView
Initialize and layout the viewer
init() - Method in class weka.gui.knowledgeflow.steps.GraphViewerInteractiveView
Initializes the viewer
init() - Method in class weka.gui.knowledgeflow.steps.ImageViewerInteractiveView
Initialize the viewer and the layout
init() - Method in class weka.gui.knowledgeflow.steps.ModelPerformanceChartInteractiveView
Initialize and layout the viewer
init() - Method in class weka.gui.knowledgeflow.steps.ScatterPlotMatrixInteractiveView
Initialize the viewer
init() - Method in class weka.gui.knowledgeflow.steps.StripChartInteractiveView
Initialize the viewer
init() - Method in class weka.gui.knowledgeflow.steps.TextViewerInteractiveView
Initialize the viewer
init(Environment) - Method in class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec
Initialize this attribute spec by resolving any environment variables and setting up the date format (if necessary)
init(Environment, Instances) - Method in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Initialize this match rule by substituting any environment variables in the attributes, match and label strings.
init(Environment, Instances) - Method in class weka.gui.beans.SubstringReplacerRules.SubstringReplacerMatchRule
Initialize this match replace rule by substituting any environment variables in the attributes, match and replace strings.
init(Environment, Instances) - Method in class weka.knowledgeflow.steps.Sorter.SortRule
Initialize the rule
init(Instances, Environment) - Method in class weka.knowledgeflow.steps.FlowByExpression.BracketNode
 
init(Instances, Environment) - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
 
init(Instances, Environment) - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionNode
Initialize the node
Init(int, int) - Method in class weka.classifiers.bayes.net.BayesNetGenerator
Init defines a minimal Bayes net with no arcs
initAsNaiveBayesTipText() - Method in class weka.classifiers.bayes.net.search.SearchAlgorithm
 
initComponent() - Method in class weka.gui.InteractiveTablePanel
Initializes the component
initCPTs() - Method in class weka.classifiers.bayes.BayesNet
initializes the conditional probabilities
initCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
initCPTs reserves space for CPTs and set all counts to zero
initCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
initCPTs reserves space for CPTs and set all counts to zero
initCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
initCPTs reserves space for CPTs and set all counts to zero
initCPTs(BayesNet) - Method in class weka.classifiers.bayes.net.estimate.SimpleEstimator
initCPTs reserves space for CPTs and set all counts to zero
initDefaultFilters() - Static method in class weka.gui.ConverterFileChooser
Initialize the default set of filters for loaders and savers
initFileClassIndexTipText() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the tip text for this property
initFileTipText() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the tip text for this property
initFilter(Instances) - Method in class weka.filters.unsupervised.attribute.KernelFilter
initializes the filter with the given dataset, i.e., the kernel gets built.
initFlow(FlowExecutor) - Method in class weka.knowledgeflow.Flow
Initialize the flow by setting the execution environment and calling the init() method of each step
INITIAL_DIR - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
INITIAL_DIR_KEY - Static variable in class weka.gui.explorer.PreprocessPanel.PreprocessDefaults
 
INITIAL_STEP - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
initialAnchorRandomTipText() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Returns the tip text for this property.
initialCountTipText() - Method in class weka.classifiers.trees.REPTree
Returns the tip text for this property
initializationMethodTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
initialize() - Method in class weka.classifiers.CostMatrix
Initializes the matrix
initialize() - Method in class weka.classifiers.trees.j48.Distribution
Sets all counts to zero.
initialize() - Static method in class weka.core.converters.ConverterResources
 
initialize() - Static method in class weka.core.converters.ConverterUtils
 
initialize() - Method in class weka.experiment.Experiment
Prepares an experiment for running, initializing current iterator settings.
initialize() - Method in class weka.experiment.RemoteExperiment
Prepares a remote experiment for running, creates sub experiments
initialize() - Method in class weka.gui.visualize.BMPWriter
further initialization.
initialize() - Method in class weka.gui.visualize.JPEGWriter
further initialization.
initialize() - Method in class weka.gui.visualize.PNGWriter
further initialization.
initialize(int, int, int) - Method in class weka.classifiers.trees.m5.CorrelationSplitInfo
Resets the object of split information
initialize(int, int, int) - Method in class weka.classifiers.trees.m5.YongSplitInfo
Resets the object of split information
initialize(File) - Method in class weka.experiment.DatabaseUtils
Initializes the database connection.
initialize(Properties) - Method in class weka.experiment.DatabaseUtils
Initializes the database connection.
initializeAndComputeMatrix(Instances) - Method in class weka.attributeSelection.PrincipalComponents
Intializes the evaluator, filters the input data and computes the correlation/covariance matrix.
initializeClassifier(Instances) - Method in class weka.classifiers.functions.MultilayerPerceptron
Initializes an iterative classifier.
initializeClassifier(Instances) - Method in interface weka.classifiers.IterativeClassifier
Initializes an iterative classifier.
initializeClassifier(Instances) - Method in class weka.classifiers.meta.AdaBoostM1
Initialize the classifier.
initializeClassifier(Instances) - Method in class weka.classifiers.meta.AdditiveRegression
Initialize classifier.
initializeClassifier(Instances) - Method in class weka.classifiers.meta.FilteredClassifier
Initializes an iterative classifier.
initializeClassifier(Instances) - Method in class weka.classifiers.meta.LogitBoost
Builds the boosted classifier
initializeClassifier(Instances) - Method in class weka.classifiers.meta.RandomizableFilteredClassifier
Initializes an iterative classifier.
initializeDistanceFunction(Instances) - Method in class weka.clusterers.Canopy
Initialize the distance function (i.e set min/max values for numeric attributes) with the supplied instances.
initializeDown(boolean) - Method in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
 
initializeModel(int, double[], double[], Random) - Method in class weka.estimators.UnivariateMixtureEstimator.MM
Initializes the model.
initializeRanges() - Method in class weka.core.NormalizableDistance
Initializes the ranges using all instances of the dataset.
initializeRanges(int) - Method in class weka.core.Debug.DBO
Initialize ranges, upper limit must be set
initializeRanges(int[]) - Method in class weka.core.NormalizableDistance
Initializes the ranges of a subset of the instances of this dataset.
initializeRanges(int[], int, int) - Method in class weka.core.NormalizableDistance
Initializes the ranges of a subset of the instances of this dataset.
initializeRangesEmpty(int, double[][]) - Method in class weka.core.NormalizableDistance
Used to initialize the ranges.
initializeStatistics() - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Triggers construction of estimator based on current data and then initializes the statistics.
initializeUp() - Method in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
 
initInternalFields() - Method in class weka.gui.visualize.MatrixPanel
Initializes internal data fields, i.e.
initPMML() - Static method in class weka.classifiers.pmml.producer.AbstractPMMLProducerHelper
Initializes a PMML object with header information.
initStructure() - Method in class weka.classifiers.bayes.BayesNet
Init structure initializes the structure to an empty graph or a Naive Bayes graph (depending on the -N flag).
INJECT_DEPENDENCY_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for dependency injection
injectStreaming(Data, Step, boolean) - Method in class weka.knowledgeflow.StepInjectorFlowRunner
Inject streaming data into the target step in the flow
injectWithExecutionFinishedCallback(Data, ExecutionFinishedCallback, Step) - Method in class weka.knowledgeflow.StepInjectorFlowRunner
Inject data into the flow
InlineTable - Class in weka.core.pmml.jaxbbindings
Java class for InlineTable element declaration.
InlineTable() - Constructor for class weka.core.pmml.jaxbbindings.InlineTable
 
InMemory - Class in weka.classifiers.evaluation.output.prediction
* Stores the predictions in memory for programmatic retrieval.
* Stores the instance, a prediction object and a map of attribute names with their associated values if an attribute was defined in a container per prediction.
* The list of predictions can get retrieved using the getPredictions() method.
* File output is disabled and buffer doesn't need to be supplied.
InMemory() - Constructor for class weka.classifiers.evaluation.output.prediction.InMemory
 
InMemory.PredictionContainer - Class in weka.classifiers.evaluation.output.prediction
Container for storing the predictions alongside the additional attributes.
innerProduct(DoubleVector) - Method in class weka.core.matrix.DoubleVector
Returns the inner product of two DoubleVectors
INPROCEEDINGS - Enum constant in enum class weka.core.TechnicalInformation.Type
An article in a conference proceedings.
input(Instance) - Method in class weka.filters.AllFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.Filter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.RenameRelation
 
input(Instance) - Method in class weka.filters.SimpleBatchFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.SimpleStreamFilter
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.attribute.AttributeSelection
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
 
input(Instance) - Method in class weka.filters.supervised.attribute.ClassOrder
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.attribute.Discretize
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.attribute.NominalToBinary
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.attribute.PartitionMembership
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.instance.Resample
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.instance.SpreadSubsample
Input an instance for filtering.
input(Instance) - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Add
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AddCluster
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AddExpression
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AddID
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AddNoise
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AddUserFields
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.AddValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Center
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Copy
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Discretize
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.FirstOrder
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.MathExpression
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.NominalToString
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Normalize
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.NumericTransform
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Obfuscate
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.RandomProjection
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Remove
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.RemoveType
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.Reorder
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
 
input(Instance) - Method in class weka.filters.unsupervised.attribute.Standardize
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.StringToNominal
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.SwapValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.Randomize
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveFolds
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemovePercentage
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveRange
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.Resample
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.ReservoirSample
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.SparseToNonSparse
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Input an instance for filtering.
input(Instance) - Method in class weka.gui.streams.InstanceCounter
 
input(Instance) - Method in class weka.gui.streams.InstanceJoiner
 
input(Instance) - Method in class weka.gui.streams.InstanceSavePanel
 
input(Instance) - Method in class weka.gui.streams.InstanceTable
 
input(Instance) - Method in class weka.gui.streams.InstanceViewer
 
input(Instances) - Method in class weka.filters.SimpleBatchFilter
A version of the input(Instance) method that enables input of a whole dataset represented as an Instances object into the filter.
INPUT - Static variable in class weka.classifiers.functions.neural.NeuralConnection
This unit is an input unit.
inputFormat(Instances) - Method in class weka.gui.streams.InstanceCounter
 
inputFormat(Instances) - Method in class weka.gui.streams.InstanceJoiner
Sets the format of the input instances.
inputFormat(Instances) - Method in class weka.gui.streams.InstanceSavePanel
 
inputFormat(Instances) - Method in class weka.gui.streams.InstanceTable
 
inputFormat(Instances) - Method in class weka.gui.streams.InstanceViewer
 
InputMappedClassifier - Class in weka.classifiers.misc
Wrapper classifier that addresses incompatible training and test data by building a mapping between the training data that a classifier has been built with and the incoming test instances' structure.
InputMappedClassifier() - Constructor for class weka.classifiers.misc.InputMappedClassifier
 
InputMappedClassifierBeanInfo - Class in weka.classifiers.misc
Bean info class for the InputMappedClassifier.
InputMappedClassifierBeanInfo() - Constructor for class weka.classifiers.misc.InputMappedClassifierBeanInfo
 
inputOrderTipText() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the tip text for this property
inputs(Vector<Object>, Integer...) - Static method in class weka.gui.beans.BeanConnection
Returns a vector of BeanInstances that can be considered as inputs (or the left-hand side of a sub-flow)
inputsContains(BeanInstance) - Method in class weka.gui.beans.MetaBean
 
inRanges(Instance, double[][]) - Method in class weka.core.NormalizableDistance
Test if an instance is within the given ranges.
insert(double, double, double) - Method in class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Inserts a new entry in the hashtable using the specified key.
insert(int) - Method in class weka.classifiers.functions.supportVector.SMOset
Inserts an element into the set.
insertAttributeAt(int) - Method in class weka.core.AbstractInstance
Inserts an attribute at the given position (0 to numAttributes()).
insertAttributeAt(int) - Method in interface weka.core.Instance
Inserts an attribute at the given position (0 to numAttributes()).
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.
insertElementAt(E, int) - Method in class weka.core.FastVector
Deprecated.
Inserts an element at the given position.
insertElementAt(Object, int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Inserts the specified object as a component in this list at the specified index.
insertInstance(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
Insert a new instance (all values 0) at the given index.
insertInstance(int) - Method in class weka.gui.arffviewer.ArffTableModel
 
insertInstance(int, boolean) - Method in class weka.gui.arffviewer.ArffTableModel
 
insertString(int, String, AttributeSet) - Method in class weka.gui.scripting.SyntaxDocument
Override to apply syntax highlighting after the document has been updated.
install() - Method in class weka.core.packageManagement.DefaultPackage
Install this package.
install() - Method in class weka.core.packageManagement.Package
Install this package.
installedPackageResourceExists(String, String) - Static method in class weka.core.WekaPackageManager
Check if a named resource exists in an installed package
installLinearModels() - Method in class weka.classifiers.trees.m5.RuleNode
Traverses the tree and installs linear models at each node.
installNodeNums(int) - Method in class weka.classifiers.trees.ht.HNode
 
installNodeNums(int) - Method in class weka.classifiers.trees.ht.SplitNode
 
installPackageFromArchive(String, PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Install a package from an archive on the local file system.
installPackageFromArchive(String, PrintStream...) - Method in class weka.core.packageManagement.PackageManager
Install a package from an archive on the local file system.
installPackageFromArchive(String, PrintStream...) - Static method in class weka.core.WekaPackageManager
Install a package from an archive (unofficial package install route)
installPackageFromRepository(String, Object, PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Install a package sourced from the repository.
installPackageFromRepository(String, Object, PrintStream...) - Method in class weka.core.packageManagement.PackageManager
Install a package sourced from the repository.
installPackageFromRepository(String, String, PrintStream...) - Static method in class weka.core.WekaPackageManager
Install a named package by retrieving the location of the archive from the meta data stored in the repository
installPackageFromURL(URL, PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Install a package sourced from a given URL.
installPackageFromURL(URL, PrintStream...) - Method in class weka.core.packageManagement.PackageManager
Install a package sourced from a given URL.
installPackageFromURL(URL, PrintStream...) - Static method in class weka.core.WekaPackageManager
Install a package from the supplied URL
installPackages(List<Package>, PrintStream...) - Method in class weka.core.packageManagement.DefaultPackageManager
Installs all the packages in the supplied list.
installPackages(List<Package>, PrintStream...) - Method in class weka.core.packageManagement.PackageManager
Installs all the packages in the supplied list.
installPackages(List<Package>, PrintStream...) - Static method in class weka.core.WekaPackageManager
Install the supplied list of packages
installSmoothedModels() - Method in class weka.classifiers.trees.m5.RuleNode
 
instance - Variable in class weka.classifiers.evaluation.output.prediction.InMemory.PredictionContainer
the instance.
instance(int) - Method in class weka.core.Instances
Returns the instance at the given position.
Instance - Interface in weka.core
Interface representing an instance.
INSTANCE_AVAILABLE - Static variable in class weka.gui.beans.InstanceEvent
 
INSTANCE_AVAILABLE - Static variable in class weka.gui.streams.InstanceEvent
Specifies that an instance is available
InstanceComparator - Class in weka.core
A comparator for the Instance class.
InstanceComparator() - Constructor for class weka.core.InstanceComparator
Initializes the comparator and includes the class in the comparison and all attributes included.
InstanceComparator(boolean) - Constructor for class weka.core.InstanceComparator
Initializes the comparator with all attributes included.
InstanceComparator(boolean, String, boolean) - Constructor for class weka.core.InstanceComparator
Initializes the comparator.
InstanceCounter - Class in weka.gui.streams
A bean that counts instances streamed to it.
InstanceCounter() - Constructor for class weka.gui.streams.InstanceCounter
 
InstanceEvent - Class in weka.gui.beans
Event that encapsulates a single instance or header information only
InstanceEvent - Class in weka.gui.streams
An event encapsulating an instance stream event.
InstanceEvent(Object) - Constructor for class weka.gui.beans.InstanceEvent
 
InstanceEvent(Object, int) - Constructor for class weka.gui.streams.InstanceEvent
Constructs an InstanceEvent with the specified source object and event type
InstanceEvent(Object, Instance, int) - Constructor for class weka.gui.beans.InstanceEvent
Creates a new InstanceEvent instance that encapsulates a single instance only.
InstanceEvent(Object, Instances) - Constructor for class weka.gui.beans.InstanceEvent
Creates a new InstanceEvent instance which encapsulates header information only.
InstanceField - Class in weka.core.pmml.jaxbbindings
Java class for InstanceField element declaration.
InstanceField() - Constructor for class weka.core.pmml.jaxbbindings.InstanceField
 
InstanceFields - Class in weka.core.pmml.jaxbbindings
Java class for InstanceFields element declaration.
InstanceFields() - Constructor for class weka.core.pmml.jaxbbindings.InstanceFields
 
InstanceInfo - Interface in weka.gui.visualize
Interface for JFrames that display instance info.
InstanceInfoFrame - Class in weka.gui.visualize
Frame for displaying information on the displayed data.
InstanceInfoFrame() - Constructor for class weka.gui.visualize.InstanceInfoFrame
Initializes the frame.
InstanceJoiner - Class in weka.gui.streams
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 in weka.gui.beans
Interface to something that can accept instance events
InstanceListener - Interface in weka.gui.streams
An interface for objects interested in listening to streams of instances.
InstanceLoader - Class in weka.gui.streams
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.InstanceCounter
 
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.InstanceSavePanel
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceTable
 
instanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceViewer
 
InstanceProducer - Interface in weka.gui.streams
An interface for objects capable of producing streams of instances.
InstanceQuery - Class in weka.experiment
Convert the results of a database query into instances.
InstanceQuery() - Constructor for class weka.experiment.InstanceQuery
Sets up the database drivers
InstanceQueryAdapter - Interface in weka.experiment
An interface implemented by InstanceQuery and any user class that is to be passed as the first argument to InstanceQuery.retrieveInstances(InstanceQueryAdapter, ResultSet).
instanceRangeTipText() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Returns the tip text for this property
Instances - Class in weka.core
Class for handling an ordered set of weighted instances.
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
Deprecated.
instead of using this method in conjunction with the readInstance(Reader) method, one should use the ArffLoader or DataSource class instead.
Instances(String, ArrayList<Attribute>, int) - Constructor for class weka.core.Instances
Creates an empty set of 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.
InstanceSavePanel - Class in weka.gui.streams
A bean that saves a stream of instances to a file.
InstanceSavePanel() - Constructor for class weka.gui.streams.InstanceSavePanel
 
InstancesHelper - Class in weka.core.expressionlanguage.weka
A helper class to expose instance values and macros for instance values to a program
InstancesHelper(Instances) - Constructor for class weka.core.expressionlanguage.weka.InstancesHelper
Constructs an InstancesHelper for the given dataset.
InstancesHelper(Instances, boolean) - Constructor for class weka.core.expressionlanguage.weka.InstancesHelper
Constructs an InstancesHelper for the given dataset.
instancesIndicesTipText() - Method in class weka.filters.unsupervised.instance.RemoveRange
Returns the tip text for this property
InstancesResultListener - Class in weka.experiment
Outputs the received results in arff format to a Writer.
InstancesResultListener() - Constructor for class weka.experiment.InstancesResultListener
Sets temporary file.
InstancesSummaryPanel - Class in weka.gui
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.
InstanceStreamToBatchMaker - Class in weka.gui.beans
Bean that converts an instance stream into a (batch) data set.
InstanceStreamToBatchMaker - Class in weka.knowledgeflow.steps
Step that converts an incoming instance stream to a batch dataset
InstanceStreamToBatchMaker() - Constructor for class weka.gui.beans.InstanceStreamToBatchMaker
 
InstanceStreamToBatchMaker() - Constructor for class weka.knowledgeflow.steps.InstanceStreamToBatchMaker
 
InstanceStreamToBatchMakerBeanInfo - Class in weka.gui.beans
BeanInfo class for the InstanceStreamToBatchMaker bean
InstanceStreamToBatchMakerBeanInfo() - Constructor for class weka.gui.beans.InstanceStreamToBatchMakerBeanInfo
 
InstanceTable - Class in weka.gui.streams
A bean that takes a stream of instances and displays in a table.
InstanceTable() - Constructor for class weka.gui.streams.InstanceTable
 
instanceToSchema(Instance, MiningSchema) - Method in class weka.core.pmml.MappingInfo
Convert an Instance to an array of values that matches the format of the mining schema.
InstanceViewer - Class in weka.gui.streams
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
 
instantiateStep() - Method in class weka.gui.knowledgeflow.StepTreeLeafDetails
Instantiate the step at this leaf and return it wrapped in a StepVisual
instantiationComplete() - Method in class weka.gui.AbstractPerspective
No-opp implementation.
instantiationComplete() - Method in class weka.gui.experiment.Experimenter
Gets called if we are running in a GUIApplication.
instantiationComplete() - Method in class weka.gui.explorer.PreprocessPanel
We've been instantiated and now have access to the main application and PerspectiveManager
instantiationComplete() - Method in interface weka.gui.Perspective
Gets called when startup of the application has completed.
instantiationComplete() - Method in class weka.gui.SimpleCLIPanel
 
INSTITUTION - Enum constant in enum class weka.core.TechnicalInformation.Field
The sponsoring institution of a technical report.
INT - Enum constant in enum class weka.core.pmml.Array.ArrayType
 
INT_SPARSE - Enum constant in enum class weka.core.pmml.Array.ArrayType
 
intCount - Variable in class weka.core.AttributeStats
The number of int-like values
INTEGER - Enum constant in enum class weka.core.pmml.jaxbbindings.DATATYPE
 
INTEGER - Static variable in interface weka.core.json.sym
 
INTEGER - Static variable in class weka.datagenerators.clusterers.SubspaceCluster
cluster subtype: integer
INTEGER - Static variable in class weka.experiment.DatabaseUtils
Type mapping for INTEGER used for reading experiment results.
InteractiveTableModel - Class in weka.gui.beans
Deprecated.
Use weka.gui.InteractiveTableModel instead. Retained for backward compatibility
InteractiveTableModel - Class in weka.gui
Table model that automatically adds a new row to the table on pressing enter in the last cell of a row.
InteractiveTableModel(String[]) - Constructor for class weka.gui.beans.InteractiveTableModel
Deprecated.
Constructor
InteractiveTableModel(String[]) - Constructor for class weka.gui.InteractiveTableModel
Constructor
InteractiveTableModelListener() - Constructor for class weka.gui.InteractiveTablePanel.InteractiveTableModelListener
 
InteractiveTablePanel - Class in weka.gui.beans
Deprecated.
Use weka.gui.InteractiveTablePanel instead. Retained for backward compatibility
InteractiveTablePanel - Class in weka.gui
Provides a panel using an interactive table model.
InteractiveTablePanel(String[]) - Constructor for class weka.gui.beans.InteractiveTablePanel
Deprecated.
Constructor
InteractiveTablePanel(String[]) - Constructor for class weka.gui.InteractiveTablePanel
Constructor
InteractiveTablePanel.InteractiveTableModelListener - Class in weka.gui
Listener for the InteractiveTablePanel
intercept() - Method in class weka.classifiers.trees.m5.PreConstructedLinearModel
Return the intercept
internalCacheSizeTipText() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the tip text for this property
internalDynamicToMap(String) - Static method in class weka.knowledgeflow.steps.SetVariables
 
internalDynamicToMap(String) - Static method in class weka.knowledgeflow.steps.StorePropertiesInEnvironment
 
internalToMap(String) - Static method in class weka.knowledgeflow.steps.SetVariables
Convert a string in the internal static variable representation to a map of variables + values
INTERPOLATIONMETHOD - Enum Class in weka.core.pmml.jaxbbindings
Java class for INTERPOLATION-METHOD.
InterquartileRange - Class in weka.filters.unsupervised.attribute
A filter for detecting outliers and extreme values based on interquartile ranges.
InterquartileRange() - Constructor for class weka.filters.unsupervised.attribute.InterquartileRange
 
InterquartileRange.ValueType - Enum Class in weka.filters.unsupervised.attribute
enum for obtaining the various determined IQR values.
interrupted() - Method in interface weka.knowledgeflow.StepManager
Step implementations processing batch data should call this as soon as they have finished processing after a stop has been requested.
interrupted() - Method in class weka.knowledgeflow.StepManagerImpl
Finished processing due to a stop being requested.
Interval - Class in weka.core.pmml.jaxbbindings
Java class for Interval element declaration.
Interval() - Constructor for class weka.core.pmml.jaxbbindings.Interval
 
IntervalBasedEvaluationMetric - Interface in weka.classifiers.evaluation
Primarily a marker interface for interval-based evaluation metrics to implement.
IntervalEstimator - Interface in weka.classifiers
Interface for numeric prediction schemes that can output prediction intervals.
INTSparseArray - Class in weka.core.pmml.jaxbbindings
Java class for INT-SparseArray element declaration.
INTSparseArray() - Constructor for class weka.core.pmml.jaxbbindings.INTSparseArray
 
IntVector - Class in weka.core.matrix
A vector specialized on integers.
IntVector() - Constructor for class weka.core.matrix.IntVector
Constructs a null vector.
IntVector(int) - Constructor for class weka.core.matrix.IntVector
Constructs an n-vector of zeros.
IntVector(int[]) - Constructor for class weka.core.matrix.IntVector
Constructs a vector given an int array
IntVector(int, int) - Constructor for class weka.core.matrix.IntVector
Constructs an n-vector of a constant
INVALID - Enum constant in enum class weka.core.pmml.FieldMetaInfo.Value.Property
 
INVALIDVALUETREATMENTMETHOD - Enum Class in weka.core.pmml.jaxbbindings
Java class for INVALID-VALUE-TREATMENT-METHOD.
inverse() - Method in class weka.core.matrix.Matrix
Matrix inverse or pseudoinverse
INVERSE - Static variable in class weka.classifiers.lazy.LWL
 
invertSelectionTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.core.NormalizableDistance
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.supervised.attribute.Discretize
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.supervised.instance.Resample
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.Copy
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.Remove
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.SortLabels
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.RemoveRange
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the tip text for this property
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.Resample
Returns the tip text for this property
invertTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the tip text for this property
InvisibleNode - Class in weka.gui.knowledgeflow
Subclass of DefaultMutableTreeNode that can hide itself in a JTree.
InvisibleNode() - Constructor for class weka.gui.knowledgeflow.InvisibleNode
Constructor
InvisibleNode(Object) - Constructor for class weka.gui.knowledgeflow.InvisibleNode
Constructor for a new node that allows children and is visible
InvisibleNode(Object, boolean, boolean) - Constructor for class weka.gui.knowledgeflow.InvisibleNode
Constructor
InvisibleTreeModel - Class in weka.gui.knowledgeflow
Subclass of DefaultTreeModel that contains InvisibleNodes.
InvisibleTreeModel(TreeNode) - Constructor for class weka.gui.knowledgeflow.InvisibleTreeModel
Constructor
InvisibleTreeModel(TreeNode, boolean) - Constructor for class weka.gui.knowledgeflow.InvisibleTreeModel
Constuctor
InvisibleTreeModel(TreeNode, boolean, boolean) - Constructor for class weka.gui.knowledgeflow.InvisibleTreeModel
Constructor
invoke(Object, String, Class<?>[], Object[]) - Static method in class weka.core.scripting.Groovy
executes the specified method and returns the result, if any.
invoke(Object, String, Class<?>[], Object[]) - Static method in class weka.core.scripting.Jython
executes the specified method and returns the result, if any
invoke(String, Class<?>[], Object[]) - Method in class weka.core.scripting.Groovy
executes the specified method on the current interpreter and returns the result, if any.
invoke(String, Class<?>[], Object[]) - Method in class weka.core.scripting.Jython
executes the specified method on the current interpreter and returns the result, if any.
invokeMain(String, String[]) - Static method in class weka.gui.SplashWindow
Invokes the main method of the provided class name.
invokeMethod(String, String, String[]) - Static method in class weka.gui.SplashWindow
Invokes the named method of the provided class name.
IQR - Enum constant in enum class weka.filters.unsupervised.attribute.InterquartileRange.ValueType
 
IRClassValueTipText() - Method in class weka.attributeSelection.ClassifierAttributeEval
Returns the tip text for this property
IRClassValueTipText() - Method in class weka.attributeSelection.ClassifierSubsetEval
Returns the tip text for this property
IRClassValueTipText() - Method in class weka.attributeSelection.WrapperSubsetEval
Returns the tip text for this property
is(String) - Method in class weka.core.Stopwords
Returns true if the given string is a stop word.
is(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'is' is operator (to check for string equality)
IS - Static variable in interface weka.core.expressionlanguage.parser.sym
 
isActivatedFilter() - Method in class weka.gui.knowledgeflow.InvisibleTreeModel
Return true if the visibility filter is active
isALeaf() - Method in class weka.core.neighboursearch.balltrees.BallNode
Returns true if the node is a leaf node (if both its left and right child are null).
isALeaf() - Method in class weka.core.neighboursearch.CoverTree.CoverTreeNode
Returns whether if the node is a leaf or not.
isALeaf() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNode
Checks if node is a leaf.
isAllowed(Class<?>, String) - Method in class weka.core.xml.PropertyHandler
returns whether the given property (display name) is allowed for the given class.
isAllowed(Object, String) - Method in class weka.core.xml.PropertyHandler
returns whether the given property (display name) is allowed for the given object .
isAnonymous() - Method in class weka.core.json.JSONNode
Checks whether the node is anonymous.
isArff(String) - Static method in class weka.core.converters.ConverterUtils.DataSource
returns whether the extension of the location is likely to be of ARFF format, i.e., ending in ".arff" or ".arff.gz" (case-insensitive).
isArray() - Method in class weka.core.json.JSONNode
Returns wether the node is an array.
isArray(Element) - Static method in class weka.core.pmml.Array
Utility method to check if an XML element is an array.
isAttribute() - Method in enum class weka.core.Capabilities.Capability
returns true if the capability is an attribute
isAttribute(int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
Check if given index is in range of column indices for attributes
isAttribute(int) - Method in class weka.gui.arffviewer.ArffTableModel
Check if given index is in range of column indices for attributes
isAttributeCapability() - Method in enum class weka.core.Capabilities.Capability
returns true if the capability is an attribute capability
isAveragable() - Method in class weka.core.Attribute
Returns whether the attribute can be averaged meaningfully.
ISBN - Enum constant in enum class weka.core.TechnicalInformation.Field
The International Standard Book Number (10 digits).
ISBN13 - Enum constant in enum class weka.core.TechnicalInformation.Field
The International Standard Book Number (13 digits).
isBoolean(int) - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns true if attribute is boolean
isBorderOpaque() - Method in class weka.gui.beans.ShadowBorder
This implementation always returns true.
isBorderOpaque() - Method in class weka.gui.knowledgeflow.ShadowBorder
This implementation always returns true.
isBoundOR() - Method in class weka.core.packageManagement.VersionRangePackageConstraint
Returns true if this is a bounded OR type of constraint
isBusy() - Method in class weka.gui.beans.Appender
Returns true if.
isBusy() - Method in class weka.gui.beans.Associator
Returns true if.
isBusy() - Method in interface weka.gui.beans.BeanCommon
Returns true if.
isBusy() - Method in class weka.gui.beans.ClassAssigner
Returns true if.
isBusy() - Method in class weka.gui.beans.Classifier
Returns true if.
isBusy() - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Returns true if.
isBusy() - Method in class weka.gui.beans.ClassValuePicker
Returns true if.
isBusy() - Method in class weka.gui.beans.Clusterer
Returns true if.
isBusy() - Method in class weka.gui.beans.ClustererPerformanceEvaluator
Returns true if.
isBusy() - Method in class weka.gui.beans.CostBenefitAnalysis
Returns true if.
isBusy() - Method in class weka.gui.beans.CrossValidationFoldMaker
Returns true if.
isBusy() - Method in class weka.gui.beans.DataVisualizer
Returns true if.
isBusy() - Method in class weka.gui.beans.Filter
Returns true if.
isBusy() - Method in class weka.gui.beans.FlowByExpression
 
isBusy() - Method in class weka.gui.beans.ImageSaver
 
isBusy() - Method in class weka.gui.beans.ImageViewer
 
isBusy() - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Returns true if.
isBusy() - Method in class weka.gui.beans.InstanceStreamToBatchMaker
Returns true if.
isBusy() - Method in class weka.gui.beans.Join
Returns true if we are doing something
isBusy() - Method in class weka.gui.beans.Loader
Returns true if.
isBusy() - Method in class weka.gui.beans.MetaBean
Returns true if.
isBusy() - Method in class weka.gui.beans.ModelPerformanceChart
Returns true if.
isBusy() - Method in class weka.gui.beans.PredictionAppender
Returns true if.
isBusy() - Method in class weka.gui.beans.Saver
Returns true if.
isBusy() - Method in class weka.gui.beans.SerializedModelSaver
Returns true if.
isBusy() - Method in class weka.gui.beans.Sorter
Returns true if.
isBusy() - Method in class weka.gui.beans.StripChart
Returns true if.
isBusy() - Method in class weka.gui.beans.SubstringLabeler
Returns true if.
isBusy() - Method in class weka.gui.beans.SubstringReplacer
Returns true if.
isBusy() - Method in class weka.gui.beans.TestSetMaker
Returns true if.
isBusy() - Method in class weka.gui.beans.TextSaver
 
isBusy() - Method in class weka.gui.beans.TextViewer
Returns true if.
isBusy() - Method in class weka.gui.beans.TrainingSetMaker
Returns true if.
isBusy() - Method in class weka.gui.beans.TrainTestSplitMaker
Returns true if.
isBusy() - Method in class weka.gui.SimpleCLIPanel
Checks whether a thread is currently running.
isCellEditable(int, int) - Method in class weka.gui.arffviewer.ArffTableModel
returns true if the cell at rowindex and columnindexis editable
isCellEditable(int, int) - Method in class weka.gui.InteractiveTableModel
 
isCellEditable(int, int) - Method in class weka.gui.SortedTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class weka.gui.sql.ResultSetTableModel
returns true if the cell at rowindex and columnindexis editable.
isChanged() - Method in class weka.classifiers.bayes.net.EditableBayesNet
return true when current state differs from the state the network was last saved
isChanged() - Method in class weka.gui.arffviewer.ArffPanel
returns whether the content of the panel was changed
isChanged() - Method in class weka.gui.ViewerDialog
returns whether the data has been changed
isClass() - Method in enum class weka.core.Capabilities.Capability
returns true if the capability is a class
isClassCapability() - Method in enum class weka.core.Capabilities.Capability
returns true if the capability is a other capability
isClassname(String) - Method in class weka.gui.SimpleCLIPanel.CommandlineCompletion
tests whether the given partial string is the name of a class with classpath - it basically tests, whether the string consists only of alphanumeric literals, underscores and dots.
isCompatibleBaseSystem() - Method in class weka.core.packageManagement.DefaultPackage
Returns true if this package is compatible with the currently installed version of the base system.
isCompatibleBaseSystem() - Method in class weka.core.packageManagement.Package
Returns true if this package is compatible with the currently installed version of the base system.
isConnected() - Method in class weka.experiment.DatabaseUtils
Returns true if a database connection is active.
isConnected() - Method in class weka.gui.sql.event.ConnectionEvent
returns whether the connection is still open.
isContinuous() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
checks, whether cluster sub type is continuous
isCoreFileLoader(String) - Static method in class weka.core.converters.ConverterResources
checks whether the given class is one of the hardcoded core file loaders.
isCoreFileSaver(String) - Static method in class weka.core.converters.ConverterResources
checks whether the given class is one of the hardcoded core file savers.
isCpuTime() - Method in class weka.core.Debug.Clock
whether the measurement is based on the msecs returned from the System class or on the more accurate CPU time.
isCursorScrollable() - Method in class weka.experiment.DatabaseUtils
Checks whether cursors are scrollable in general, false otherwise (also if not connected).
isCursorScrollSensitive() - Method in class weka.experiment.DatabaseUtils
Returns whether the cursors only support forward movement or are scroll sensitive (with ResultSet.CONCUR_READ_ONLY concurrency).
isDataIsThresholdData() - Method in class weka.knowledgeflow.steps.ModelPerformanceChart
Returns true if the plots being stored are threshold plots
isDate() - Method in class weka.core.Attribute
Tests if the attribute is a date type.
isDelimiter(String) - Method in class weka.gui.scripting.SyntaxDocument
Checks whether the character is a delimiter.
isEmpty() - Method in class weka.classifiers.lazy.kstar.KStarCache.CacheTable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class weka.core.matrix.DoubleVector
Checks if it is an empty vector
isEmpty() - Method in class weka.core.matrix.IntVector
Returns true if the vector is empty
isEmpty() - Method in class weka.core.Trie
Returns true if this collection contains no elements.
isEnabled() - Method in class weka.core.Memory
returns whether the memory management is enabled
isEnabled(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
whether the given capability is enabled.
isEnabledNot(Capabilities.Capability) - Method in class weka.core.FindWithCapabilities
whether the given "not to have" capability is enabled.
isExecuting() - Method in class weka.gui.knowledgeflow.VisibleLayout
Returns true if the flow managed by this layout is currently executing
isFinished() - Method in class weka.knowledgeflow.steps.PairedDataHelper
Return true if there is no further processing to be done
isFirstBatchDone() - Method in class weka.filters.Filter
Returns true if the first batch of instances got processed.
isFullRank() - Method in class weka.core.matrix.QRDecomposition
Is the matrix full rank?
isGaussian() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
checks, whether cluster type is gaussian
isHeadless() - Method in class weka.knowledgeflow.BaseExecutionEnvironment
Get whether this execution environment is headless
isHeadless() - Method in interface weka.knowledgeflow.ExecutionEnvironment
Get whether this execution environment is headless
isHidden() - Method in class weka.gui.beans.BeanConnection
Returns true if this connection is invisible
isHierachic(String) - Method in class weka.gui.HierarchyPropertyParser
Whether the given string has a hierachy structure with the seperators
isIgnored(Class<?>, String) - Method in class weka.core.xml.PropertyHandler
checks whether the given display name of a certain class is an ignored property.
isIgnored(Object, String) - Method in class weka.core.xml.PropertyHandler
checks whether the given display name of a given object is an ignored property.
isIgnored(String) - Method in class weka.core.xml.PropertyHandler
checks whether the given display name is an ignored property
isIncremental() - Method in class weka.core.converters.ConverterUtils.DataSource
returns whether the loader is an incremental one.
isIncremental() - Method in class weka.knowledgeflow.Data
Return true if the connection specified for this data object is incremental
isInDisabledList(String) - Static method in class weka.core.PluginManager
Returns true if the supplied fully qualified class name is in the disabled list
isInDisabledList(String) - Static method in class weka.gui.beans.PluginManager
Deprecated.
Returns true if the supplied fully qualified class name is in the disabled list
isInitialAnchorRandom() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Gets whether if the initial anchor is chosen randomly.
isInRange(double) - Method in class weka.core.Attribute
Determines whether a value lies within the bounds of the attribute.
isInRange(int) - Method in class weka.core.Range
Gets whether the supplied cardinal number is included in the current range.
isInstalled() - Method in class weka.core.packageManagement.DefaultPackage
Returns true if this package is already installed
isInstalled() - Method in class weka.core.packageManagement.Package
Returns true if this package is already installed
isInteger() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
checks, whether cluster sub type is integer
isIsIntercept() - Method in class weka.core.pmml.jaxbbindings.MultivariateStat
Gets the value of the isIntercept property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.AssociationModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.BaselineModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.ClusteringModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.GeneralRegressionModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.MiningModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.NaiveBayesModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.NearestNeighborModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.NeuralNetwork
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.RegressionModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.RuleSetModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.SequenceModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.SupportVectorMachineModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.TextModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.TimeSeriesModel
Gets the value of the isScorable property.
isIsScorable() - Method in class weka.core.pmml.jaxbbindings.TreeModel
Gets the value of the isScorable property.
isIsTransformed() - Method in class weka.core.pmml.jaxbbindings.TrainingInstances
Gets the value of the isTransformed property.
isKeyword(String) - Method in class weka.experiment.DatabaseUtils
Checks whether the given string is a reserved keyword.
isKOML(String) - Static method in class weka.core.xml.SerialUIDChanger
checks whether the given filename ends with ".koml"
isLeaf() - Method in class weka.classifiers.trees.ht.HNode
Returns true if this is a leaf
isLeaf() - Method in class weka.classifiers.trees.ht.SplitNode
 
isLeaf() - Method in class weka.classifiers.trees.j48.ClassifierTree
 
isLeaf() - Method in class weka.classifiers.trees.m5.RuleNode
Return true if this node is a leaf
isLeafReached() - Method in class weka.gui.HierarchyPropertyParser
Whether the current position is a leaf
isMemoryLow() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Return true if memory is running low
isMissing(int) - Method in class weka.core.AbstractInstance
Tests if a specific value is "missing".
isMissing(int) - Method in interface weka.core.Instance
Tests if a specific value is "missing".
isMissing(Attribute) - Method in class weka.core.AbstractInstance
Tests if a specific value is "missing".
isMissing(Attribute) - Method in interface weka.core.Instance
Tests if a specific value is "missing".
ISMISSING - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
isMissingAt(int, int) - Method in class weka.gui.arffviewer.ArffSortedTableModel
checks whether the value at the given position is missing
isMissingAt(int, int) - Method in class weka.gui.arffviewer.ArffTableModel
checks whether the value at the given position is missing
isMissingSparse(int) - Method in class weka.core.AbstractInstance
Tests if a specific value is "missing", given an index in the sparse representation.
isMissingSparse(int) - Method in interface weka.core.Instance
Tests if a specific value is "missing" in the sparse representation.
isMissingValue(double) - Static method in class weka.core.Utils
Tests if the given value codes "missing".
isModified() - Method in class weka.gui.scripting.Script
Returns whether the script is modified.
isMonitoring() - Method in class weka.gui.MemoryUsagePanel
Returns whether the thread is still running.
isNegated() - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionNode
Get whether this node is negated.
isNewBatch() - Method in class weka.filters.Filter
Returns true if the a new batch was started, either a new instance of the filter was created or the batchFinished() method got called.
isNewer(String) - Method in class weka.core.Version
checks whether this version is newer than the one from the given version string
isNominal() - Method in class weka.core.Attribute
Test if the attribute is nominal.
isNominal() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns true if selection attribute is nominal.
isNominal() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns true if selection attribute is nominal.
isNominal(int) - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns true if attribute is nominal
isNonsingular() - Method in class weka.core.matrix.LUDecomposition
Is the matrix nonsingular?
isNotificationEnabled() - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns whether the notification of changes is enabled
isNotificationEnabled() - Method in class weka.gui.arffviewer.ArffTableModel
returns whether the notification of changes is enabled
isNullAt(int, int) - Method in class weka.gui.sql.ResultSetTableModel
checks whether the value of the cell is NULL.
isNumeric() - Method in class weka.core.Attribute
Tests if the attribute is numeric.
isNumeric() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns true if selection attribute is numeric.
isNumericAt(int) - Method in class weka.gui.sql.ResultSetTableModel
returns whether the column at the given index is numeric.
isObject() - Method in class weka.core.json.JSONNode
Returns wether the node is an object.
isOlder(String) - Method in class weka.core.Version
checks whether this version is older than the one from the given version string
isOr() - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionNode
Get whether this node is to be OR'ed
isOtherCapability() - Method in enum class weka.core.Capabilities.Capability
returns true if the capability is a class capability
isOutOfMemory() - Method in class weka.core.Memory
checks if there's still enough memory left by checking whether there is still a 50MB margin between getUsed() and getMax().
isOutputFormatDefined() - Method in class weka.filters.Filter
Returns whether the output format is ready to be collected
isOutputFormatDefined() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns whether the output format is ready to be collected
isPaintable() - Method in class weka.gui.beans.EnvironmentField
Deprecated.
 
isPaintable() - Method in class weka.gui.ColorEditor
We paint our current color into the supplied bounding box
isPaintable() - Method in class weka.gui.CostMatrixEditor
Indicates whether the object can be represented graphically.
isPaintable() - Method in class weka.gui.EnvironmentField
 
isPaintable() - Method in class weka.gui.FileEditor
Returns true since this editor is paintable.
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.PasswordField
 
isPaintable() - Method in class weka.gui.SimpleDateFormatEditor
Indicates whether the object can be represented graphically.
isPanelSelected() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
checks whether a panel is currently selected
isPerspectivesToolBarVisible() - Method in class weka.gui.AbstractGUIApplication
Returns true if the perspectives toolbar is visible at the current time
isPerspectivesToolBarVisible() - Method in interface weka.gui.GUIApplication
Returns true if the perspectives toolbar is visible at the current time
isPresent() - Static method in class weka.core.scripting.Groovy
returns whether the Groovy classes are present or not, i.e.
isPresent() - Static method in class weka.core.scripting.Jython
returns whether the Jython classes are present or not, i.e.
isPresent() - Static method in class weka.core.stemmers.SnowballStemmer
returns whether Snowball is present or not, i.e.
isPresent() - Static method in class weka.core.xml.KOML
returns whether KOML is present or not, i.e.
isPresent() - Static method in class weka.core.xml.XStream
returns whether XStream is present or not, i.e.
isPrimitive() - Method in class weka.core.json.JSONNode
Returns whether the node stores a primitive value or a an array/object.
isQuoteDelimiter(String) - Method in class weka.gui.scripting.SyntaxDocument
Checks whether the character is quote delimiter.
isRandom() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
checks, whether cluster type is random
isReadOnly() - Method in class weka.gui.arffviewer.ArffPanel
returns whether the model is read-only
isReadOnly() - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns whether the model is read-only
isReadOnly() - Method in class weka.gui.arffviewer.ArffTable
returns whether the model is read-only
isReadOnly() - Method in class weka.gui.arffviewer.ArffTableModel
returns whether the model is read-only
isRegular() - Method in class weka.core.Attribute
Returns whether the attribute values are equally spaced.
isRelationValued() - Method in class weka.core.Attribute
Tests if the attribute is relation valued.
isResourceIntensive() - Method in class weka.knowledgeflow.steps.BaseStep
Get whether this step is resource intensive (cpu/memory) or not.
isResourceIntensive() - Method in class weka.knowledgeflow.StepTask
Get whether this StepTask is resource intensive (cpu/memory) or not.
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.CSVResultListener
Always says a result is required.
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.DatabaseResultListener
Always says a result is required.
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.DatabaseResultProducer
Determines whether the results for a specified key must be generated.
isResultRequired(ResultProducer, Object[]) - Method in class weka.experiment.LearningRateResultProducer
Determines whether the results for a specified key must be generated.
isResultRequired(ResultProducer, Object[]) - Method in interface weka.experiment.ResultListener
Determines whether the results for a specified key must be generated.
isRHSAnAttribute() - Method in class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause
Returns true if the RHS is an attribute rather than a constant
isRootReached() - Method in class weka.gui.HierarchyPropertyParser
Whether the current position is the root
isRunning() - Method in class weka.core.Debug.Clock
whether the time is still being clocked
isRunning() - Method in class weka.gui.scripting.Script
Returns whether the script is still running.
isSaved() - Method in class weka.classifiers.bayes.net.EditableBayesNet
indicate the network state was saved
isSelectedCollectPredictionsForEvaluation() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to collect the predictions for computing evaluation statistics
isSelectedCV() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether cross-validation has been selected by the user
isSelectedEvalWithRespectToCosts() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether evaluation with respect to costs has been selected by the user
isSelectedOutputConfusion() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to output the confusion matrix
isSelectedOutputEntropy() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to output entropy metrics
isSelectedOutputModel() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to output the model
isSelectedOutputModelsForTrainingSplits() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to output the models for the training splits
isSelectedOutputPerClassStats() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to output per-class stats
isSelectedOutputSourceCode() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to output source code
isSelectedPercentageSplit() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether a percentage split has been selected by the user
isSelectedPreserveOrder() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to preserve order of instances in a percentage split
isSelectedSeparateTestSet() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether a separate test set has been selected by the user
isSelectedStoreTestDataAndPredictions() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether the user has opted to store the test data and the predictions in the history
isSelectedTestOnTrain() - Method in class weka.gui.explorer.ClassifierPanel
Gets whether test on train has been selected by the user
isSerializable(Class<?>) - Static method in class weka.core.SerializationHelper
checks whether a class is serializable.
isSerializable(String) - Static method in class weka.core.SerializationHelper
checks whether a class is serializable.
ISSN - Enum constant in enum class weka.core.TechnicalInformation.Field
The International Standard Serial Number.
isSorted() - Method in class weka.gui.SortedTableModel
returns whether the table was sorted
isSparse() - Method in class weka.core.pmml.Array
Is this array a SparseArray?
isSparse() - Method in class weka.core.pmml.SparseArray
Overrides isSparse() in Array and always returns true.
isSPD() - Method in class weka.core.matrix.CholeskyDecomposition
Is the matrix symmetric and positive definite?
isSquare() - Method in class weka.core.matrix.Matrix
returns whether the matrix is a square matrix or not.
isStepBusy() - Method in interface weka.knowledgeflow.StepManager
Returns true if, at this time, the step managed by this step manager is currently busy with processing
isStepBusy() - Method in class weka.knowledgeflow.StepManagerImpl
Returns true if, at the current time, the managed step is busy with processing
isStepFinished() - Method in interface weka.knowledgeflow.StepManager
Return true if the current step is finished.
isStepFinished() - Method in class weka.knowledgeflow.StepManagerImpl
Return true if the current step is finished.
isStopRequested() - Method in interface weka.knowledgeflow.StepManager
Return true if a stop has been requested by the runtime environment
isStopRequested() - Method in class weka.knowledgeflow.StepManagerImpl
Return true if a stop has been requested by the runtime environment
isStopRequested() - Method in class weka.knowledgeflow.steps.BaseStep
Convenience method that calls StepManager.isStopRequested()
isStopword(String) - Method in class weka.core.stopwords.AbstractStopwords
Returns true if the given string is a stop word.
isStopword(String) - Static method in class weka.core.Stopwords
Returns true if the given string is a stop word.
isStopword(String) - Method in interface weka.core.stopwords.StopwordsHandler
Returns true if the given string is a stop word.
isStreamableFilter() - Method in class weka.filters.MultiFilter
tests whether all the enclosed filters are streamable
isStreamFinished(Data) - Method in interface weka.knowledgeflow.StepManager
Returns true if this data object marks the end of an incremental stream.
isStreamFinished(Data) - Method in class weka.knowledgeflow.StepManagerImpl
Returns true if this data object marks the end of an incremental stream.
isString() - Method in class weka.core.Attribute
Tests if the attribute is a string.
isStructureOnly() - Method in class weka.gui.beans.DataSetEvent
Returns true if the encapsulated instances contain just header information
isStructureOnly() - Method in class weka.gui.beans.TestSetEvent
Returns true if the encapsulated instances contain just header information
isStructureOnly() - Method in class weka.gui.beans.TrainingSetEvent
Returns true if the encapsulated instances contain just header information
isSubclass(Class<?>, Class<?>) - Static method in class weka.core.InheritanceUtils
Checks whether the "otherclass" is a subclass of the given "superclass".
isSubclass(String, String) - Static method in class weka.core.InheritanceUtils
Checks whether the "otherclass" is a subclass of the given "superclass".
isSymmetric() - Method in class weka.core.Matrix
Deprecated.
Returns true if the matrix is symmetric.
isSymmetric() - Method in class weka.core.matrix.Matrix
Returns true if the matrix is symmetric.
isUndoEnabled() - Method in interface weka.core.Undoable
returns whether undo support is enabled
isUndoEnabled() - Method in class weka.gui.arffviewer.ArffPanel
returns whether undo support is enabled
isUndoEnabled() - Method in class weka.gui.arffviewer.ArffSortedTableModel
returns whether undo support is enabled
isUndoEnabled() - Method in class weka.gui.arffviewer.ArffTableModel
returns whether undo support is enabled
isUniform() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
checks, whether cluster type is uniform
isUseK2Prior() - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
Returns whether K2 prior is used
isUseK2Prior() - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
 
isUseReasonCodes() - Method in class weka.core.pmml.jaxbbindings.Scorecard
Gets the value of the useReasonCodes property.
isUseVariant1() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
Whether variant 1 is used
isVisible() - Method in class weka.gui.knowledgeflow.InvisibleNode
Returns true if this node is visible
isWrappedAlgorithm() - Method in class weka.gui.knowledgeflow.StepTreeLeafDetails
Returns true if this leaf represents a wrapped Weka algorithm (i.e.
Item - Class in weka.associations
Class that encapsulates information about an individual item.
Item - Class in weka.core.pmml.jaxbbindings
Java class for Item element declaration.
Item() - Constructor for class weka.core.pmml.jaxbbindings.Item
 
Item(Attribute) - Constructor for class weka.associations.Item
 
itemAt(int) - Method in class weka.associations.ItemSet
Gest the index of the value of the specified attribute
ItemRef - Class in weka.core.pmml.jaxbbindings
Java class for ItemRef element declaration.
ItemRef() - Constructor for class weka.core.pmml.jaxbbindings.ItemRef
 
items() - Method in class weka.associations.ItemSet
Gest the item set as an int array
Itemset - Class in weka.core.pmml.jaxbbindings
Java class for Itemset element declaration.
Itemset() - Constructor for class weka.core.pmml.jaxbbindings.Itemset
 
ItemSet - Class in weka.associations
Class for storing a set of items.
ItemSet(int) - Constructor for class weka.associations.ItemSet
Constructor
ItemSet(int[]) - Constructor for class weka.associations.ItemSet
Contsructor
ItemSet(int, int[]) - Constructor for class weka.associations.ItemSet
Constructor
itemStateChanged(ItemEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Performs the action associated with the ItemEvent.
IteratedLovinsStemmer - Class in weka.core.stemmers
An iterated version of the Lovins stemmer.
IteratedLovinsStemmer() - Constructor for class weka.core.stemmers.IteratedLovinsStemmer
 
IteratedSingleClassifierEnhancer - Class in weka.classifiers
Abstract utility class for handling settings common to meta classifiers that build an ensemble from a single base learner.
IteratedSingleClassifierEnhancer() - Constructor for class weka.classifiers.IteratedSingleClassifierEnhancer
 
IterativeClassifier - Interface in weka.classifiers
Interface for classifiers that can induce models of growing complexity one step at a time.
IterativeClassifierOptimizer - Class in weka.classifiers.meta
Chooses the best number of iterations for an IterativeClassifier such as LogitBoost using cross-validation or a percentage split evaluation.
IterativeClassifierOptimizer() - Constructor for class weka.classifiers.meta.IterativeClassifierOptimizer
 
iterativeClassifierTipText() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the tip text for this property
iterator() - Method in class weka.core.Trie
Returns an iterator over the elements in this collection.
iterator() - Method in class weka.knowledgeflow.Flow
Get an Iterator over the Steps in this flow

J

J48 - Class in weka.classifiers.trees
Class for generating a pruned or unpruned C4.5 decision tree.
J48() - Constructor for class weka.classifiers.trees.J48
 
Jaccard - Class in weka.core.pmml.jaxbbindings
Java class for jaccard element declaration.
Jaccard() - Constructor for class weka.core.pmml.jaxbbindings.Jaccard
 
Java - Class in weka.gui.simplecli
Sets a variable.
Java() - Constructor for class weka.gui.simplecli.Java
 
Javadoc - Class in weka.core
Abstract superclass for classes that generate Javadoc comments and replace the content between certain comment tags.
Javadoc() - Constructor for class weka.core.Javadoc
 
JavaMacro - Class in weka.core.expressionlanguage.common
A macro declarations that exposes the java macro to a program.
JavaMacro() - Constructor for class weka.core.expressionlanguage.common.JavaMacro
 
JComponentWriter - Class in weka.gui.visualize
This class takes any JComponent and outputs it to a file.
JComponentWriter() - Constructor for class weka.gui.visualize.JComponentWriter
initializes the object
JComponentWriter(JComponent) - Constructor for class weka.gui.visualize.JComponentWriter
initializes the object with the given Component
JComponentWriter(JComponent, File) - Constructor for class weka.gui.visualize.JComponentWriter
initializes the object with the given Component and filename
JListHelper - Class in weka.gui
A helper class for JList GUI elements with DefaultListModel or derived models.
JListHelper() - Constructor for class weka.gui.JListHelper
 
Job - Class in weka.knowledgeflow.steps
Step that executes another flow as a "job".
Job() - Constructor for class weka.knowledgeflow.steps.Job
 
JobEnvironment - Class in weka.knowledgeflow
Extended Environment with support for storing results and property values to be set at a later date on the base schemes of WekaAlgorithmWrapper steps.
JobEnvironment() - Constructor for class weka.knowledgeflow.JobEnvironment
Constructor
JobEnvironment(Environment) - Constructor for class weka.knowledgeflow.JobEnvironment
Construct a JobEnvironment by copying the contents of a standard Environment
JobStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Editor dialog for the Job step.
JobStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.JobStepEditorDialog
 
Join - Class in weka.gui.beans
 
Join - Class in weka.knowledgeflow.steps
Step that performs an inner join on one or more key fields from two incoming batch or streaming datasets.
Join() - Constructor for class weka.gui.beans.Join
Constructor
Join() - Constructor for class weka.knowledgeflow.steps.Join
 
JoinBeanInfo - Class in weka.gui.beans
BeanInfo for the Join step
JoinBeanInfo() - Constructor for class weka.gui.beans.JoinBeanInfo
 
JoinCustomizer - Class in weka.gui.beans
Customizer component for the Join step
JoinCustomizer() - Constructor for class weka.gui.beans.JoinCustomizer
 
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.
JoinStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the Join step
JoinStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.JoinStepEditorDialog
 
JOURNAL - Enum constant in enum class weka.core.TechnicalInformation.Field
A journal name.
JPEGWriter - Class in weka.gui.visualize
This class takes any JComponent and outputs it to a JPEG-file.
JPEGWriter() - Constructor for class weka.gui.visualize.JPEGWriter
initializes the object.
JPEGWriter(JComponent) - Constructor for class weka.gui.visualize.JPEGWriter
initializes the object with the given Component.
JPEGWriter(JComponent, File) - Constructor for class weka.gui.visualize.JPEGWriter
initializes the object with the given Component and filename.
JRip - Class in weka.classifiers.rules
This class implements a propositional rule learner, Repeated Incremental Pruning to Produce Error Reduction (RIPPER), which was proposed by William W.
JRip() - Constructor for class weka.classifiers.rules.JRip
 
JRip.Antd - Class in weka.classifiers.rules
The single antecedent in the rule, which is composed of an attribute and the corresponding value.
JRip.NominalAntd - Class in weka.classifiers.rules
The antecedent with nominal attribute
JRip.NumericAntd - Class in weka.classifiers.rules
The antecedent with numeric attribute
JRip.RipperRule - Class in weka.classifiers.rules
This class implements a single rule that predicts specified class.
JSONFlowLoader - Class in weka.knowledgeflow
Flow loader that wraps the routines in JSONFlowUtils
JSONFlowLoader() - Constructor for class weka.knowledgeflow.JSONFlowLoader
 
JSONFlowUtils - Class in weka.knowledgeflow
Utilities for building and saving flows from JSON data
JSONFlowUtils() - Constructor for class weka.knowledgeflow.JSONFlowUtils
 
JSONInstances - Class in weka.core.json
Class for transforming Instances objects into JSON objects and vice versa.
JSONInstances() - Constructor for class weka.core.json.JSONInstances
 
JSONLoader - Class in weka.core.converters
Reads a source that is in the JSON format.
It automatically decompresses the data if the extension is '.json.gz'.

For more information, see JSON homepage:
http://www.json.org/
JSONLoader() - Constructor for class weka.core.converters.JSONLoader
 
JSONNode - Class in weka.core.json
Container class for storing a JSON data structure.
JSONNode() - Constructor for class weka.core.json.JSONNode
Initializes the root container.
JSONNode(String, Boolean) - Constructor for class weka.core.json.JSONNode
Initializes the primitive container.
JSONNode(String, Double) - Constructor for class weka.core.json.JSONNode
Initializes the primitive container.
JSONNode(String, Integer) - Constructor for class weka.core.json.JSONNode
Initializes the primitive container.
JSONNode(String, String) - Constructor for class weka.core.json.JSONNode
Initializes the primitive container.
JSONNode.NodeType - Enum Class in weka.core.json
The type of a node.
JSONSaver - Class in weka.core.converters
Writes to a destination that is in JSON format.
The data can be compressed with gzip, in order to save space.

For more information, see JSON homepage:
http://www.json.org/
JSONSaver() - Constructor for class weka.core.converters.JSONSaver
Constructor.
JSONToFlow(String) - Static method in class weka.knowledgeflow.Flow
Parse a Flow from the supplied JSON string
JSONToFlow(String, boolean) - Static method in class weka.knowledgeflow.Flow
Parse a Flow from the supplied JSON string
JSONToFlow(String, boolean) - Static method in class weka.knowledgeflow.JSONFlowUtils
Utility routine to deserialize a flow from the supplied JSON string
JTableHelper - Class in weka.gui
A helper class for JTable, e.g.
JTableHelper(JTable) - Constructor for class weka.gui.JTableHelper
initializes the object
JTreePopupMenu(JTree) - Constructor for class weka.gui.GenericObjectEditor.JTreePopupMenu
Constructs a new popup menu.
Jython - Class in weka.core.scripting
A helper class for Jython.
Jython() - Constructor for class weka.core.scripting.Jython
default constructor, tries to instantiate a Python Interpreter
JythonObject - Interface in weka.core.scripting
An indicator interface for Jython objects.
JythonPanel - Class in weka.gui.scripting
A scripting panel for Jython.
JythonPanel() - Constructor for class weka.gui.scripting.JythonPanel
 
JythonScript - Class in weka.gui.scripting
Represents a Jython script.
JythonScript() - Constructor for class weka.gui.scripting.JythonScript
Initializes the script.
JythonScript(Document) - Constructor for class weka.gui.scripting.JythonScript
Initializes the script.
JythonScript(Document, File) - Constructor for class weka.gui.scripting.JythonScript
Initializes the script.
JythonScript.JythonThread - Class in weka.gui.scripting
Executes a Jython script in a thread.
JythonSerializableObject - Interface in weka.core.scripting
An indicator interface for serializable Jython objects.
JythonThread(Script, String[]) - Constructor for class weka.gui.scripting.JythonScript.JythonThread
Initializes the thread.

K

K2 - Class in weka.classifiers.bayes.net.search.global
This Bayes Network learning algorithm uses a hill climbing algorithm restricted by an order on the variables.

For more information see:

G.F.
K2 - Class in weka.classifiers.bayes.net.search.local
This Bayes Network learning algorithm uses a hill climbing algorithm restricted by an order on the variables.

For more information see:

G.F.
K2() - Constructor for class weka.classifiers.bayes.net.search.global.K2
 
K2() - Constructor for class weka.classifiers.bayes.net.search.local.K2
 
kappa() - Method in class weka.classifiers.evaluation.Evaluation
Returns value of kappa statistic if class is nominal.
kappa() - Method in class weka.classifiers.Evaluation
Returns value of kappa statistic if class is nominal.
KBInformation() - Method in class weka.classifiers.evaluation.Evaluation
Return the total Kononenko & Bratko Information score in bits.
KBInformation() - Method in class weka.classifiers.Evaluation
Return the total Kononenko & Bratko Information score in bits.
KBMeanInformation() - Method in class weka.classifiers.evaluation.Evaluation
Return the Kononenko & Bratko Information score in bits per instance.
KBMeanInformation() - Method in class weka.classifiers.Evaluation
Return the Kononenko & Bratko Information score in bits per instance.
KBRelativeInformation() - Method in class weka.classifiers.evaluation.Evaluation
Return the Kononenko & Bratko Relative Information score.
KBRelativeInformation() - Method in class weka.classifiers.Evaluation
Return the Kononenko & Bratko Relative Information score.
KDConditionalEstimator - Class in weka.estimators
Conditional probability estimator for a numeric domain conditional upon a discrete domain (utilises separate kernel estimators for each discrete conditioning value).
KDConditionalEstimator() - Constructor for class weka.estimators.KDConditionalEstimator
No-arg constructor needed to make WEKA's forName() work.
KDConditionalEstimator(int, double) - Constructor for class weka.estimators.KDConditionalEstimator
Constructor
KDDataGenerator - Class in weka.gui.boundaryvisualizer
KDDataGenerator.
KDDataGenerator() - Constructor for class weka.gui.boundaryvisualizer.KDDataGenerator
 
KDTree - Class in weka.core.neighboursearch
Class implementing the KDTree search algorithm for nearest neighbour search.
The connection to dataset is only a reference.
KDTree() - Constructor for class weka.core.neighboursearch.KDTree
Creates a new instance of KDTree.
KDTree(Instances) - Constructor for class weka.core.neighboursearch.KDTree
Creates a new instance of KDTree.
KDTreeNode - Class in weka.core.neighboursearch.kdtrees
A class representing a KDTree node.
KDTreeNode() - Constructor for class weka.core.neighboursearch.kdtrees.KDTreeNode
Constructor.
KDTreeNode(int, int, int, double[][]) - Constructor for class weka.core.neighboursearch.kdtrees.KDTreeNode
Constructor.
KDTreeNode(int, int, int, double[][], double[][]) - Constructor for class weka.core.neighboursearch.kdtrees.KDTreeNode
 
KDTreeNodeSplitter - Class in weka.core.neighboursearch.kdtrees
Class that splits up a KDTreeNode.
KDTreeNodeSplitter() - Constructor for class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
default constructor.
KDTreeNodeSplitter(int[], Instances, EuclideanDistance) - Constructor for class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
Creates a new instance of KDTreeNodeSplitter.
Kernel - Class in weka.classifiers.functions.supportVector
Abstract kernel.
Kernel() - Constructor for class weka.classifiers.functions.supportVector.Kernel
 
KernelEstimator - Class in weka.estimators
Simple kernel density estimator.
KernelEstimator() - Constructor for class weka.estimators.KernelEstimator
No-arg constructor needed to make WEKA's forName() work.
KernelEstimator(double) - Constructor for class weka.estimators.KernelEstimator
Constructor that takes a precision argument.
KernelEvaluation - Class in weka.classifiers.functions.supportVector
Class for evaluating Kernels.
KernelEvaluation() - Constructor for class weka.classifiers.functions.supportVector.KernelEvaluation
default constructor
kernelFactorExpressionTipText() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the tip text for this property
KernelFilter - Class in weka.filters.unsupervised.attribute
Converts the given set of data into a kernel matrix.
KernelFilter() - Constructor for class weka.filters.unsupervised.attribute.KernelFilter
 
kernelMatrixFileTipText() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Returns the tip text for this property
kernelTipText() - Method in class weka.classifiers.functions.GaussianProcesses
Returns the tip text for this property
kernelTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
kernelTipText() - Method in class weka.classifiers.functions.SMOreg
Returns the tip text for this property
kernelTipText() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns the tip text for this property
key - Variable in class weka.classifiers.lazy.kstar.KStarCache.TableEntry
attribute value
KEY - Enum constant in enum class weka.core.TechnicalInformation.Field
Used for alphabetizing, cross referencing, and creating a label when the ``author'' information is missing.
KEY_SPEC_SEPARATOR - Static variable in class weka.knowledgeflow.steps.Join
Separator used to separate first and second input key specifications
keyFieldNameTipText() - Method in class weka.experiment.AveragingResultProducer
Returns the tip text for this property
keys() - Method in class weka.core.xml.MethodHandler
returns an enumeration over all currently stored custom methods, i.e.
keysTipText() - Method in class weka.core.converters.DatabaseLoader
the tip text for this property
KEYWORDS - Enum constant in enum class weka.core.TechnicalInformation.Field
Key words used for searching or possibly for annotation.
KF_BUILTIN_TEMPLATE_KEY - Static variable in class weka.gui.knowledgeflow.KFGUIConsts
Group identifier for built-in knowledge flow templates
KF_PLUGIN_TEMPLATE_KEY - Static variable in class weka.gui.knowledgeflow.KFGUIConsts
Group identifier for plugin knowledge flow templates - packages supplying templates should use this
KFDefaults - Class in weka.knowledgeflow
Default settings for the Knowledge Flow
KFDefaults() - Constructor for class weka.knowledgeflow.KFDefaults
 
KFGraphicalEnvironmentCommandHandler - Class in weka.gui.knowledgeflow
Default Knowledge Flow graphical command handler
KFGraphicalEnvironmentCommandHandler(MainKFPerspective) - Constructor for class weka.gui.knowledgeflow.KFGraphicalEnvironmentCommandHandler
Constructor
KFGUIConsts - Class in weka.gui.knowledgeflow
Class that holds constants that are used within the GUI side of the Knowledge Flow.
KFGUIConsts() - Constructor for class weka.gui.knowledgeflow.KFGUIConsts
 
KFIgnore - Annotation Interface in weka.gui.beans
Marker annotation.
kFoldCV(BayesNet, int) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
kFoldCV uses k-fold cross validation to measure the accuracy of a Bayes network classifier.
KFStep - Annotation Interface in weka.gui.beans
Optional annotation for plugin beans in the Knowledge Flow.
KFStep - Annotation Interface in weka.knowledgeflow.steps
KFStep class annotation
Kill - Class in weka.gui.simplecli
Kills the running process.
Kill() - Constructor for class weka.gui.simplecli.Kill
 
KKConditionalEstimator - Class in weka.estimators
Conditional probability estimator for a numeric domain conditional upon a numeric domain.
KKConditionalEstimator() - Constructor for class weka.estimators.KKConditionalEstimator
No-arg constructor needed to make WEKA's forName() work.
KKConditionalEstimator(double) - Constructor for class weka.estimators.KKConditionalEstimator
Constructor
KMEANS_PLUS_PLUS - Static variable in class weka.clusterers.SimpleKMeans
 
KMeansInpiredMethod - Class in weka.core.neighboursearch.kdtrees
The class that splits a node into two such that the overall sum of squared distances of points to their centres on both sides of the (axis-parallel) splitting plane is minimum.

For more information see also:

Ashraf Masood Kibriya (2007).
KMeansInpiredMethod() - Constructor for class weka.core.neighboursearch.kdtrees.KMeansInpiredMethod
 
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.BallTree
Returns k nearest instances in the current neighbourhood to the supplied instance.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.CoverTree
Returns k-NNs of a given target instance, from among the previously supplied training instances (supplied through setInstances method) P.S.: May return more than k-NNs if more one instances have the same distance to the target as the kth NN.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns the nearest neighbours for the given instance based on distance measured in the filtered space.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.KDTree
Returns the k nearest neighbours of the supplied instance.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.LinearNNSearch
Returns k nearest instances in the current neighbourhood to the supplied instance.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns k nearest instances in the current neighbourhood to the supplied instance.
KNNInput - Class in weka.core.pmml.jaxbbindings
Java class for KNNInput element declaration.
KNNInput() - Constructor for class weka.core.pmml.jaxbbindings.KNNInput
 
KNNInputs - Class in weka.core.pmml.jaxbbindings
Java class for KNNInputs element declaration.
KNNInputs() - Constructor for class weka.core.pmml.jaxbbindings.KNNInputs
 
KNNTipText() - Method in class weka.classifiers.lazy.IBk
Returns the tip text for this property.
KNNTipText() - Method in class weka.classifiers.lazy.LWL
Returns the tip text for this property.
KnowledgeFlow - Class in weka.gui.beans
Startup class for the KnowledgeFlow.
KnowledgeFlow - Class in weka.gui.knowledgeflow
Launcher class for the Weka Knowledge Flow.
KnowledgeFlow() - Constructor for class weka.gui.beans.KnowledgeFlow
 
KnowledgeFlow() - Constructor for class weka.gui.knowledgeflow.KnowledgeFlow
 
KnowledgeFlowApp - Class in weka.gui.beans
Main GUI class for the KnowledgeFlow.
KnowledgeFlowApp - Class in weka.gui.knowledgeflow
Main Knowledge Flow application class
KnowledgeFlowApp() - Constructor for class weka.gui.knowledgeflow.KnowledgeFlowApp
Constructor
KnowledgeFlowApp(boolean) - Constructor for class weka.gui.beans.KnowledgeFlowApp
Creates a new KnowledgeFlowApp instance.
KnowledgeFlowApp(boolean) - Constructor for class weka.gui.knowledgeflow.KnowledgeFlowApp
Constructor
KnowledgeFlowApp.KFPerspective - Interface in weka.gui.beans
Interface for perspectives.
KnowledgeFlowApp.KnowledgeFlowGeneralDefaults - Class in weka.gui.knowledgeflow
General default settings for the Knowledge Flow
KnowledgeFlowApp.MainKFPerspective - Class in weka.gui.beans
Main Knowledge Flow perspective
KnowledgeFlowGeneralDefaults() - Constructor for class weka.gui.knowledgeflow.KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
 
KohonenMap - Class in weka.core.pmml.jaxbbindings
Java class for KohonenMap element declaration.
KohonenMap() - Constructor for class weka.core.pmml.jaxbbindings.KohonenMap
 
KOML - Class in weka.core.xml
This class is a helper class for XML serialization using KOML .
KOML() - Constructor for class weka.core.xml.KOML
 
komlToBinary(String, String) - Static method in class weka.core.xml.SerialUIDChanger
converts a KOML file into a binary one
KOMLV - Static variable in class weka.gui.beans.SerializedModelSaver
 
KStar - Class in weka.classifiers.lazy
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.lazy.KStar
 
KStarCache - Class in weka.classifiers.lazy.kstar
A class representing the caching system used to keep track of each attribute value and its corresponding scale factor or stop parameter.
KStarCache() - Constructor for class weka.classifiers.lazy.kstar.KStarCache
 
KStarCache.CacheTable - Class in weka.classifiers.lazy.kstar
A custom hashtable class to support the caching system.
KStarCache.TableEntry - Class in weka.classifiers.lazy.kstar
Hashtable collision list.
KStarConstants - Interface in weka.classifiers.lazy.kstar
 
KStarNominalAttribute - Class in weka.classifiers.lazy.kstar
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.lazy.kstar.KStarNominalAttribute
Constructor
KStarNumericAttribute - Class in weka.classifiers.lazy.kstar
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.lazy.kstar.KStarNumericAttribute
Constructor
KStarWrapper - Class in weka.classifiers.lazy.kstar
 
KStarWrapper() - Constructor for class weka.classifiers.lazy.kstar.KStarWrapper
 
kthSmallestValue(double[], int) - Static method in class weka.core.Utils
Returns the kth-smallest value in the array
kthSmallestValue(int[], int) - Static method in class weka.core.Utils
Returns the kth-smallest value in the array.
kthSmallestValue(int, int) - Method in class weka.core.Instances
Returns the kth-smallest attribute value of a numeric attribute.
kthSmallestValue(Attribute, int) - Method in class weka.core.Instances
Returns the kth-smallest attribute value of a numeric attribute.
KValueTipText() - Method in class weka.classifiers.trees.RandomTree
Returns the tip text for this property

L

LabeledItemSet - Class in weka.associations
Class for storing a set of items together with a class label.
LabeledItemSet(int, int) - Constructor for class weka.associations.LabeledItemSet
Constructor
LABELS - Static variable in class weka.core.json.JSONInstances
the labels attribute.
labelsTipText() - Method in class weka.filters.unsupervised.attribute.AddValues
Returns the tip text for this property
labelTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns the tip text for this property.
LAF - Static variable in class weka.gui.knowledgeflow.KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
 
LAF - Static variable in class weka.knowledgeflow.KFDefaults
 
LAF_KEY - Static variable in class weka.gui.knowledgeflow.KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
 
LAGDHillClimber - Class in weka.classifiers.bayes.net.search.local
This Bayes Network learning algorithm uses a Look Ahead Hill Climbing algorithm called LAGD Hill Climbing.
LAGDHillClimber() - Constructor for class weka.classifiers.bayes.net.search.local.LAGDHillClimber
 
lambdaTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
lambdaTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
lambdaTipText() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the tip text for this property
LANGUAGE - Enum constant in enum class weka.core.TechnicalInformation.Field
The language the document is in.
laplaceProb(int) - Method in class weka.classifiers.trees.j48.Distribution
Returns relative frequency of class over all bags with Laplace correction.
laplaceProb(int, int) - Method in class weka.classifiers.trees.j48.Distribution
Returns relative frequency of class for given bag.
last() - Method in class weka.core.neighboursearch.covertrees.Stack
Returns the last element in the stack.
LAST - Static variable in class weka.filters.unsupervised.attribute.ClassAssigner
use the last attribute as class.
LAST_PREDICTION - Enum constant in enum class weka.core.pmml.jaxbbindings.MISSINGVALUESTRATEGY
 
lastActionMsg() - Method in class weka.classifiers.bayes.net.EditableBayesNet
get message representing the last action performed on the network
lastElement() - Method in class weka.core.FastVector
Deprecated.
Returns the last element of the vector.
lastElement() - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Returns the last component of the list.
lastIndexOf(Object) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Returns the index of the last occurrence of elem.
lastIndexOf(Object, int) - Method in class weka.gui.CheckBoxList.CheckBoxListModel
Searches backwards for elem, starting from the specified index, and returns an index to it.
lastInstance() - Method in class weka.core.Instances
Returns the last instance in the set.
launch() - Method in interface weka.gui.explorer.ClassifierPanelLaunchHandlerPlugin
Gets called when the user clicks the button or selects this plugin's entry from the popup menu.
launch() - Method in interface weka.gui.explorer.ClustererPanelLaunchHandlerPlugin
Gets called when the user clicks the button or selects this plugin's entry from the popup menu.
launchNext(int, int) - Method in class weka.experiment.RemoteExperiment
Launch a sub experiment on a remote host
LAYOUT_COLOR - Static variable in class weka.knowledgeflow.KFDefaults
 
LAYOUT_COLOR_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
LAYOUT_HEIGHT - Static variable in class weka.knowledgeflow.KFDefaults
 
LAYOUT_HEIGHT_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
LAYOUT_WIDTH - Static variable in class weka.knowledgeflow.KFDefaults
 
LAYOUT_WIDTH_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
layoutCompleted(LayoutCompleteEvent) - Method in class weka.classifiers.bayes.net.GUI
This method is an implementation for LayoutCompleteEventListener class.
layoutCompleted(LayoutCompleteEvent) - Method in class weka.gui.graphvisualizer.GraphVisualizer
This method is an implementation for LayoutCompleteEventListener class.
layoutCompleted(LayoutCompleteEvent) - Method in interface weka.gui.graphvisualizer.LayoutCompleteEventListener
 
LayoutCompleteEvent - Class in weka.gui.graphvisualizer
This is an event which is fired by a LayoutEngine once a LayoutEngine finishes laying out the graph, so that the Visualizer can repaint the screen to show the changes.
LayoutCompleteEvent(Object) - Constructor for class weka.gui.graphvisualizer.LayoutCompleteEvent
 
LayoutCompleteEventListener - Interface in weka.gui.graphvisualizer
This interface should be implemented by any class which needs to receive LayoutCompleteEvents from the LayoutEngine.
layoutEditor() - Method in class weka.gui.knowledgeflow.steps.BlockStepEditorDialog
Layout the component
layoutEditor() - Method in class weka.gui.knowledgeflow.steps.BoundaryPlotterStepEditorDialog
Layout the editor
layoutEditor() - Method in class weka.gui.knowledgeflow.steps.JobStepEditorDialog
Layout the custom part of the editor
layoutEditor() - Method in class weka.gui.knowledgeflow.steps.NoteEditorDialog
Layout the note editor
LayoutEngine - Interface in weka.gui.graphvisualizer
This interface class has been added to facilitate the addition of other layout engines to this package.
layoutGraph() - Method in class weka.gui.graphvisualizer.GraphVisualizer
This method lays out the graph by calling the LayoutEngine's layoutGraph() method.
layoutGraph() - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
This method does a complete layout of the graph which includes removing cycles, assigning levels to nodes, reducing edge crossings and laying out the vertices horizontally for better visibility.
layoutGraph() - Method in interface weka.gui.graphvisualizer.LayoutEngine
This method lays out the graph for better visualization
layoutGraph(ArrayList<Integer>, ArrayList<Integer>) - Method in class weka.classifiers.bayes.net.EditableBayesNet
set positions of all nodes
LayoutPanel - Class in weka.gui.knowledgeflow
Provides a panel just for laying out a Knowledge Flow graph.
LayoutPanel(VisibleLayout) - Constructor for class weka.gui.knowledgeflow.LayoutPanel
Constructor
lbl - Variable in class weka.gui.graphvisualizer.GraphNode
ID and label for the node
LCCN - Enum constant in enum class weka.core.TechnicalInformation.Field
The Library of Congress Call Number.
LCURLY - Static variable in interface weka.core.json.sym
 
LE - Static variable in interface weka.core.expressionlanguage.parser.sym
 
LEAF_MAJ_CLASS - Static variable in class weka.classifiers.trees.HoeffdingTree
 
LEAF_NB - Static variable in class weka.classifiers.trees.HoeffdingTree
 
LEAF_NB_ADAPTIVE - Static variable in class weka.classifiers.trees.HoeffdingTree
 
leafForInstance(Instance, SplitNode, String) - Method in class weka.classifiers.trees.ht.HNode
Return the leaf that the supplied instance ends up at
leafForInstance(Instance, SplitNode, String) - Method in class weka.classifiers.trees.ht.SplitNode
 
LeafNode - Class in weka.classifiers.trees.ht
Leaf node in a HoeffdingTree
LeafNode() - Constructor for class weka.classifiers.trees.ht.LeafNode
Construct an empty leaf node
LeafNode(HNode, SplitNode, String) - Constructor for class weka.classifiers.trees.ht.LeafNode
Construct a leaf node with the given actual node, parent and parent branch
leafPredictionStrategyTipText() - Method in class weka.classifiers.trees.HoeffdingTree
Returns the tip text for this property
LearningNode - Interface in weka.classifiers.trees.ht
Marker interface for a node that can be updated with incoming instances in a HoeffdingTree.
LearningRateResultProducer - Class in weka.experiment
Tells a sub-ResultProducer to reproduce the current run for varying sized subsamples of the dataset.
LearningRateResultProducer() - Constructor for class weka.experiment.LearningRateResultProducer
 
learningRateTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
learningRateTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
learningRateTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
leaveOneAttributeOutTipText() - Method in class weka.attributeSelection.ClassifierAttributeEval
Tip text for this property
leaveOneOutCV(BayesNet) - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
LeaveOneOutCV returns the accuracy calculated using Leave One Out cross validation.
LED24 - Class in weka.datagenerators.classifiers.classification
This generator produces data for a display with 7 LEDs.
LED24() - Constructor for class weka.datagenerators.classifiers.classification.LED24
initializes the generator with default values
LEFT_PARENTHESES - Variable in class weka.experiment.ResultMatrix
the left parentheses for enumerating cols/rows.
leftNode() - Method in class weka.classifiers.trees.m5.RuleNode
Get the left child of this node
leftSide(Instances) - Method in class weka.classifiers.trees.j48.BinC45Split
Prints left side of condition.
leftSide(Instances) - Method in class weka.classifiers.trees.j48.C45Split
Prints left side of condition..
leftSide(Instances) - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Prints left side of condition satisfied by instances.
leftSide(Instances) - Method in class weka.classifiers.trees.j48.NBTreeNoSplit
Does nothing because no condition has to be satisfied.
leftSide(Instances) - Method in class weka.classifiers.trees.j48.NBTreeSplit
Prints left side of condition..
leftSide(Instances) - Method in class weka.classifiers.trees.j48.NoSplit
Does nothing because no condition has to be satisfied.
leftSide(Instances) - Method in class weka.classifiers.trees.lmt.ResidualSplit
Returns name of splitting attribute (left side of condition).
LegacyFlowLoader - Class in weka.knowledgeflow
Flow loader that reads legacy .kfml files and translates them to the new implementation.
LegacyFlowLoader() - Constructor for class weka.knowledgeflow.LegacyFlowLoader
Constructor
LegendPanel - Class in weka.gui.visualize
This panel displays legends for a list of plots.
LegendPanel() - Constructor for class weka.gui.visualize.LegendPanel
Constructor
length - Variable in class weka.core.neighboursearch.covertrees.Stack
The number of elements in the stack.
LESS_THAN_OR_EQUAL_TO - Enum constant in enum class weka.associations.NumericItem.Comparison
 
lessEqual(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'&lt=' less equal operator
lessThan(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'<' less than operator
LESSTHAN - Enum constant in enum class weka.core.packageManagement.VersionPackageConstraint.VersionComparison
 
LESSTHAN - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
LESSTHANEQUAL - Enum constant in enum class weka.knowledgeflow.steps.FlowByExpression.ExpressionClause.ExpressionType
 
LESSTHANOREQUAL - Enum constant in enum class weka.core.packageManagement.VersionPackageConstraint.VersionComparison
 
Level - Class in weka.core.pmml.jaxbbindings
Java class for Level element declaration.
Level() - Constructor for class weka.core.pmml.jaxbbindings.Level
 
LEVERAGE - Enum constant in enum class weka.associations.DefaultAssociationRule.METRIC_TYPE
 
LEVERAGE - Enum constant in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
leverageForRule(AprioriItemSet, AprioriItemSet, int, int) - Method in class weka.associations.AprioriItemSet
Outputs the leverage for a rule.
LibSVMLoader - Class in weka.core.converters
Reads a source that is in libsvm format.

For more information about libsvm see:

http://www.csie.ntu.edu.tw/~cjlin/libsvm/
LibSVMLoader() - Constructor for class weka.core.converters.LibSVMLoader
 
LibSVMSaver - Class in weka.core.converters
Writes to a destination that is in libsvm format.

For more information about libsvm see:

http://www.csie.ntu.edu.tw/~cjlin/libsvm/
LibSVMSaver() - Constructor for class weka.core.converters.LibSVMSaver
Constructor
LIFT - Enum constant in enum class weka.associations.DefaultAssociationRule.METRIC_TYPE
 
LIFT - Enum constant in enum class weka.core.pmml.jaxbbindings.RULEFEATURE
 
LIFT_NAME - Static variable in class weka.classifiers.evaluation.ThresholdCurve
attribute name: Lift
LiftData - Class in weka.core.pmml.jaxbbindings
Java class for LiftData element declaration.
LiftData() - Constructor for class weka.core.pmml.jaxbbindings.LiftData
 
liftForRule(AprioriItemSet, AprioriItemSet, int) - Method in class weka.associations.AprioriItemSet
Outputs the lift for a rule.
LiftGraph - Class in weka.core.pmml.jaxbbindings
Java class for LiftGraph element declaration.
LiftGraph() - Constructor for class weka.core.pmml.jaxbbindings.LiftGraph
 
likelihoodThresholdTipText() - Method in class weka.classifiers.meta.LogitBoost
Returns the tip text for this property
LINE - Static variable in class weka.gui.visualize.VisualizePanelEvent
 
LINEAR - Enum constant in enum class weka.core.pmml.jaxbbindings.INTERPOLATIONMETHOD
 
LINEAR - Static variable in class weka.classifiers.lazy.LWL
The available kernel weighting methods.
LinearKernelType - Class in weka.core.pmml.jaxbbindings
Java class for LinearKernelType element declaration.
LinearKernelType() - Constructor for class weka.core.pmml.jaxbbindings.LinearKernelType
 
LinearNNSearch - Class in weka.core.neighboursearch
Class implementing the brute force search algorithm for nearest neighbour search.
LinearNNSearch() - Constructor for class weka.core.neighboursearch.LinearNNSearch
Constructor.
LinearNNSearch(Instances) - Constructor for class weka.core.neighboursearch.LinearNNSearch
Constructor that uses the supplied set of instances.
LinearNorm - Class in weka.core.pmml.jaxbbindings
Java class for LinearNorm element declaration.
LinearNorm() - Constructor for class weka.core.pmml.jaxbbindings.LinearNorm
 
LinearRegression - Class in weka.classifiers.functions
Class for using linear regression for prediction.
LinearRegression - Class in weka.core.matrix
Class for performing (ridged) linear regression using Tikhonov regularization.
LinearRegression() - Constructor for class weka.classifiers.functions.LinearRegression
 
LinearRegression(Matrix, Matrix, double) - Constructor for class weka.core.matrix.LinearRegression
Performs a (ridged) linear regression.
LinearRegression(Matrix, Matrix, double[], double) - Constructor for class weka.core.matrix.LinearRegression
Performs a weighted (ridged) linear regression.
LinearUnit - Class in weka.classifiers.functions.neural
This can be used by the neuralnode to perform all it's computations (as a Linear unit).
LinearUnit() - Constructor for class weka.classifiers.functions.neural.LinearUnit
 
lineWrap(String, int) - Static method in class weka.core.Utils
Implements simple line breaking.
Link2(Object[], double) - Constructor for class weka.attributeSelection.BestFirst.Link2
Constructor
LinkedList2(int) - Constructor for class weka.attributeSelection.BestFirst.LinkedList2
 
LINKFUNCTION - Enum Class in weka.core.pmml.jaxbbindings
Java class for LINK-FUNCTION.
linkTypeTipText() - Method in class weka.clusterers.HierarchicalClusterer
 
LINUX_BROWSERS - Static variable in class weka.gui.BrowserHelper
Linux/Unix binaries to look for
listCapabilities() - Method in class weka.core.Capabilities
returns a comma-separated list of all the capabilities, excluding interface-based ones.
listCapabilities(Capabilities) - Static method in class weka.core.CapabilitiesUtils
returns a comma-separated list of all the capabilities, excluding interface-based ones.
listMetaStoreEntries(String) - Method in interface weka.core.metastore.MetaStore
Get a list of all entries in a named store
listMetaStoreEntries(String) - Method in class weka.core.metastore.XMLFileBasedMetaStore
 
listMetaStoreEntries(String, String) - Method in interface weka.core.metastore.MetaStore
Get a list of all named entries starting with the given prefix
listMetaStoreEntries(String, String) - Method in class weka.core.metastore.XMLFileBasedMetaStore
 
listMetaStores() - Method in interface weka.core.metastore.MetaStore
Get a list of all named meta stores
listMetaStores() - Method in class weka.core.metastore.XMLFileBasedMetaStore
 
listOptions() - Method in class weka.associations.AbstractAssociator
Returns 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.associations.CheckAssociator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.associations.FilteredAssociator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.associations.FPGrowth
Returns an enumeration describing the available options.
listOptions() - Method in class weka.associations.SingleAssociatorEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.attributeSelection.ASEvaluation
Returns an enumeration describing the available options.
listOptions() - Method in class weka.attributeSelection.ASSearch
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.CfsSubsetEval
Returns an enumeration describing the available options.
listOptions() - Method in class weka.attributeSelection.CheckAttributeSelection
Returns an enumeration describing the available options.
listOptions() - Method in class weka.attributeSelection.ClassifierAttributeEval
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.CorrelationAttributeEval
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.GreedyStepwise
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.OneRAttributeEval
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.Ranker
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.SymmetricalUncertAttributeEval
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.classifiers.AbstractClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.BayesNet
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.NaiveBayes
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.BayesNetGenerator
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.net.estimate.BayesNetEstimator
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.net.estimate.BMAEstimator
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.fixed.FromFile
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.GeneticSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.net.search.global.HillClimber
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.K2
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.RepeatedHillClimber
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.SimulatedAnnealing
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.TabuSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.global.TAN
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.GeneticSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.HillClimber
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.K2
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.LAGDHillClimber
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.bayes.net.search.local.RepeatedHillClimber
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.SimulatedAnnealing
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.TabuSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.local.TAN
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.bayes.net.search.SearchAlgorithm
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.BVDecomposeSegCVSub
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.CheckSource
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.evaluation.output.prediction.AbstractOutput
Returns an enumeration of all the available options..
listOptions() - Method in class weka.classifiers.evaluation.output.prediction.CSV
Returns an enumeration of all the available options..
listOptions() - Method in class weka.classifiers.functions.GaussianProcesses
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.LinearRegression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.Logistic
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.functions.MultilayerPerceptron
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SGD
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SGDText
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SimpleLinearRegression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SimpleLogistic
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SMO
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SMOreg
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.CachedKernel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.CheckKernel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.Kernel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.PrecomputedKernelMatrixKernel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.Puk
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.supportVector.RegSMO
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.functions.supportVector.RegSMOImproved
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.VotedPerceptron
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.IteratedSingleClassifierEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.lazy.IBk
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.lazy.KStar
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.lazy.LWL
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AdaBoostM1
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AdditiveRegression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Bagging
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.CostSensitiveClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.CVParameterSelection
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.FilteredClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.LogitBoost
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.MultiClassClassifier
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.meta.MultiScheme
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.RandomSubSpace
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Stacking
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Vote
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.misc.SerializedClassifier
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.MultipleClassifiersCombiner
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.ParallelIteratedSingleClassifierEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.ParallelMultipleClassifiersCombiner
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.RandomizableClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.RandomizableIteratedSingleClassifierEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.RandomizableMultipleClassifiersCombiner
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.RandomizableParallelMultipleClassifiersCombiner
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.RandomizableSingleClassifierEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.rules.DecisionTable
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.rules.JRip
Returns an enumeration describing the available options Valid options are:
listOptions() - Method in class weka.classifiers.rules.OneR
Returns an enumeration describing the available options..
listOptions() - Method in class weka.classifiers.rules.PART
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.SingleClassifierEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.trees.HoeffdingTree
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.trees.J48
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.trees.LMT
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.trees.m5.M5Base
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.trees.M5P
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.trees.RandomForest
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.trees.RandomTree
Lists the command-line options for this classifier.
listOptions() - Method in class weka.classifiers.trees.REPTree
Lists the command-line options for this classifier.
listOptions() - Method in class weka.clusterers.AbstractClusterer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.Canopy
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.CheckClusterer
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.clusterers.FarthestFirst
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.FilteredClusterer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.HierarchicalClusterer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns an enumeration describing the available options..
listOptions() - Method in class weka.clusterers.RandomizableClusterer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.RandomizableDensityBasedClusterer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.RandomizableSingleClustererEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.SimpleKMeans
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.SingleClustererEnhancer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.Check
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.CheckGOE
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.CheckOptionHandler
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.CheckScheme
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.AbstractFileSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.ArffSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.C45Saver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.CSVLoader
 
listOptions() - Method in class weka.core.converters.CSVSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.DatabaseLoader
Lists the available options
listOptions() - Method in class weka.core.converters.DatabaseSaver
Lists the available options.
listOptions() - Method in class weka.core.converters.JSONSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.LibSVMSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.MatlabSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.SVMLightSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.TextDirectoryLoader
Lists the available options
listOptions() - Method in class weka.core.converters.XRFFSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.DictionaryBuilder
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.FilteredDistance
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.FindWithCapabilities
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.Javadoc
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.ListOptions
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.MinkowskiDistance
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.BallTree
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.balltrees.BallSplitter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.balltrees.TopDownConstructor
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.CoverTree
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.KDTree
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.LinearNNSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.NormalizableDistance
Returns an enumeration describing the available options.
listOptions() - Method in interface weka.core.OptionHandler
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.OptionHandlerJavadoc
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.stemmers.SnowballStemmer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.stopwords.AbstractFileBasedStopwords
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.stopwords.AbstractStopwords
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.stopwords.MultiStopwords
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.TechnicalInformationHandlerJavadoc
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.TestInstances
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.tokenizers.CharacterDelimitedTokenizer
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.tokenizers.CharacterNGramTokenizer
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.tokenizers.NGramTokenizer
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.tokenizers.Tokenizer
Returns an enumeration of all the available options..
listOptions() - Method in class weka.datagenerators.ClassificationGenerator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.classification.Agrawal
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.classification.BayesNet
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.classification.LED24
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.classification.RandomRBF
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.classification.RDG1
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.regression.Expression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.clusterers.SubspaceCluster
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.ClusterGenerator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.DataGenerator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.datagenerators.RegressionGenerator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.estimators.CheckEstimator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.estimators.Estimator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.estimators.UnivariateMixtureEstimator
Returns an enumeration that lists the command-line options that are available
listOptions() - Method in class weka.experiment.AveragingResultProducer
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.CrossValidationResultProducer
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.DatabaseResultProducer
Returns an enumeration describing the available options..
listOptions() - Method in class weka.experiment.DensityBasedClustererSplitEvaluator
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.ExplicitTestsetResultProducer
Returns an enumeration describing the available options..
listOptions() - Method in class weka.experiment.InstanceQuery
Returns an enumeration describing the available options
listOptions() - Method in class weka.experiment.LearningRateResultProducer
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.RandomSplitResultProducer
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.ResultMatrix
Returns an enumeration of all the available options..
listOptions() - Method in class weka.filters.CheckSource
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.Filter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.MultiFilter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.AddClassification
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.AttributeSelection
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.ClassOrder
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.Discretize
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.MergeNominalValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.NominalToBinary
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.PartitionMembership
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.instance.Resample
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Gets an enumeration describing the available options..
listOptions() - Method in class weka.filters.unsupervised.attribute.AbstractTimeSeries
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.Add
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AddCluster
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AddID
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AddNoise
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.unsupervised.attribute.AddUserFields
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AddValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.CartesianProduct
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Returns an enumeration describing the available options
listOptions() - Method in class weka.filters.unsupervised.attribute.ClassAssigner
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.ClusterMembership
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.Copy
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.DateToNumeric
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.Discretize
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.FirstOrder
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.InterquartileRange
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.KernelFilter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MathExpression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MergeTwoValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NominalToBinary
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NominalToString
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.Normalize
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NumericToBinary
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NumericToDate
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NumericToNominal
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PKIDiscretize
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PotentialClassIgnorer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RandomSubset
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.Remove
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RemoveByName
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RenameAttribute
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.RenameNominalValues
 
listOptions() - Method in class weka.filters.unsupervised.attribute.Reorder
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
 
listOptions() - Method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SortLabels
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.StringToNominal
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SwapValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.NonSparseToSparse
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.Randomize
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Gets an enumeration describing the available options..
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemovePercentage
Gets an enumeration describing the available options..
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveRange
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.Resample
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.ReservoirSample
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.gui.explorer.AbstractPlotInstances
Returns an enumeration of all the available options.
listOptions() - Method in class weka.gui.Main
Gets an enumeration describing the available options.
listOptions() - Method in class weka.gui.scripting.Script
Returns an enumeration describing the available options.
ListOptions - Class in weka.core
Lists the options of an OptionHandler
ListOptions() - Constructor for class weka.core.ListOptions
 
listOptionsForClass(Class<?>) - Static method in class weka.core.Option
Gets a list of options for the supplied class.
listOptionsForClassHierarchy(Class<?>, Class<?>) - Static method in class weka.core.Option
Get a list of options for a class.
ListSelectorDialog - Class in weka.gui
A dialog to present the user with a list of items, that the user can make a selection from, or cancel the selection.
ListSelectorDialog(Window, JList) - Constructor for class weka.gui.ListSelectorDialog
Create the list selection dialog.
listStemmers() - Static method in class weka.core.stemmers.SnowballStemmer
returns an enumeration over all currently stored stemmer names.
LMT - Class in weka.classifiers.trees
Classifier for building 'logistic model trees', which are classification trees with logistic regression functions at the leaves.
LMT() - Constructor for class weka.classifiers.trees.LMT
Creates an instance of LMT with standard options
LMTNode - Class in weka.classifiers.trees.lmt
Class for logistic model tree structure.
LMTNode(ModelSelection, int, boolean, boolean, int, double, boolean, NominalToBinary, int) - Constructor for class weka.classifiers.trees.lmt.LMTNode
Constructor for logistic model tree node.
lnFactorial(double) - Static method in class weka.core.SpecialFunctions
Returns natural logarithm of factorial using gamma function.
lnFunc(double) - Method in class weka.classifiers.trees.j48.EntropyBasedSplitCrit
Help method for computing entropy.
lnFunc(double) - Static method in class weka.core.ContingencyTables
Help method for computing entropy.
lnGamma(double) - Static method in class weka.core.Statistics
Returns natural logarithm of gamma function.
LNormTipText() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns the tip text for this property
LNormTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
lnsrch(double[], double[], double[], double, boolean[], double[][], Optimization.DynamicIntArray) - Method in class weka.core.Optimization
Find a new point x in the direction p from a point xold at which the value of the function has decreased sufficiently, the positive definiteness of B matrix (approximation of the inverse of the Hessian) is preserved and no bound constraints are violated.
load(File) - Static method in class weka.gui.scripting.ScriptUtils
Tries to load the file and return its content.
load(InputStream) - Method in class weka.core.ProtectedProperties
Overrides a method to prevent the properties from being modified.
load(String) - Method in class weka.gui.beans.FlowRunner
Load a serialized KnowledgeFlow (either binary or xml)
LOAD_FLOW_BUTTON - Enum constant in enum class weka.gui.knowledgeflow.MainKFPerspectiveToolBar.Widgets
 
loadBinary(String) - Method in class weka.gui.beans.FlowRunner
Load a binary serialized KnowledgeFlow
loadCheck(Package, File, PrintStream...) - Static method in class weka.core.WekaPackageManager
Check whether a package should be loaded or not.
loadDictionary(File, boolean) - Method in class weka.core.DictionaryBuilder
Load a dictionary from a file
loadDictionary(InputStream) - Method in class weka.core.DictionaryBuilder
Load a binary dictionary from an input stream
loadDictionary(Reader) - Method in class weka.core.DictionaryBuilder
Load a textual dictionary from a reader
loadDictionary(String, boolean) - Method in class weka.core.DictionaryBuilder
Load a dictionary from a file
Loader - Class in weka.gui.beans
Loads data sets using weka.core.converter classes
Loader - Class in weka.gui
This class is for loading resources from a JAR archive.
Loader - Class in weka.knowledgeflow.steps
Knowledge Flow step that wraps weka.core.converters.Loaders.
Loader - Interface in weka.core.converters
Interface to something that can load Instances from an input source in some format.
Loader() - Constructor for class weka.gui.beans.Loader
 
Loader() - Constructor for class weka.knowledgeflow.steps.Loader
 
Loader(String) - Constructor for class weka.gui.Loader
initializes the object
LOADER - Enum constant in enum class weka.Run.SchemeType
 
LOADER - Static variable in class weka.knowledgeflow.JSONFlowUtils
 
LOADER_DIALOG - Static variable in class weka.gui.ConverterFileChooser
the loader dialog.
Loader.StructureNotReadyException - Exception in weka.core.converters
Exception that implementers can throw from getStructure() when they have not been configured sufficiently in order to read the structure (or data).
LoaderBeanInfo - Class in weka.gui.beans
Bean info class for the loader bean
LoaderBeanInfo() - Constructor for class weka.gui.beans.LoaderBeanInfo
 
LoaderCustomizer - Class in weka.gui.beans
GUI Customizer for the loader bean
LoaderCustomizer() - Constructor for class weka.gui.beans.LoaderCustomizer
 
LoaderStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Provides a custom editor dialog for Loaders.
LoaderStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.LoaderStepEditorDialog
Constructor
loadFile() - Method in class weka.gui.arffviewer.ArffViewerMainPanel
loads the specified file into the table
loadFile(String, AbstractFileLoader...) - Method in class weka.gui.arffviewer.ArffViewerMainPanel
loads the specified file
loadFlow(File, Logger) - Static method in class weka.knowledgeflow.Flow
Utility method to load a flow from a file
loadFlow(InputStream, FlowLoader) - Static method in class weka.knowledgeflow.Flow
Utility method to load a flow from the supplied input stream using the supplied FlowLoader
loadFlow(Reader, FlowLoader) - Static method in class weka.knowledgeflow.Flow
Utility method to load a flow from the supplied reader using the supplied FlowLoader
loadFromFile(String) - Static method in class weka.core.Debug
deserializes the content of the file and returns it, null if an error occurred.
loadIcon(ClassLoader, String) - Static method in class weka.gui.knowledgeflow.StepVisual
Load an icon from the supplied path
loadIcon(String) - Static method in class weka.gui.knowledgeflow.StepVisual
Load an icon from the supplied path
loadIcons(String, String) - Method in class weka.gui.beans.BeanVisual
Loads static and animated versions of a beans icons.
loadLayout() - Method in class weka.gui.knowledgeflow.MainKFPerspective
Load a flow layout.
loadLayout(File, boolean) - Method in class weka.gui.beans.KnowledgeFlowApp
Load a layout from a file.
loadLayout(File, boolean) - Method in class weka.gui.knowledgeflow.MainKFPerspective
Load a flow layout.
loadLayout(InputStream, boolean, String) - Method in class weka.gui.beans.KnowledgeFlowApp
Load a flow file from an input stream.
loadLayout(Reader, boolean, String) - Method in class weka.gui.beans.KnowledgeFlowApp
Load a flow file from a reader.
loadModel() - Method in class weka.gui.beans.Classifier
 
loadModel() - Method in class weka.gui.beans.Clusterer
 
loadPackages(boolean) - Static method in class weka.core.WekaPackageManager
Load all packages
loadPackages(boolean, boolean, boolean) - Static method in class weka.core.WekaPackageManager
Load all packages
loadProperties() - Static method in class weka.gui.beans.BeansProperties
Loads KnowledgeFlow properties and any plugins (adds jars to the classpath)
loadProperties() - Static method in class weka.gui.beans.KnowledgeFlowApp
Loads KnowledgeFlow properties and any plugins (adds jars to the classpath)
loadSettings() - Method in class weka.core.Settings
Load the settings with ID m_ID from store m_storeName.
loadXML(String) - Method in class weka.gui.beans.FlowRunner
Load an XML serialized KnowledgeFlow
locallyPredictiveTipText() - Method in class weka.attributeSelection.CfsSubsetEval
Returns the tip text for this property
LocalScoreSearchAlgorithm - Class in weka.classifiers.bayes.net.search.local
The ScoreBasedSearchAlgorithm class supports Bayes net structure search algorithms that are based on maximizing scores (as opposed to for example conditional independence based search algorithms).
LocalScoreSearchAlgorithm() - Constructor for class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
default constructor
LocalScoreSearchAlgorithm(BayesNet, Instances) - Constructor for class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
constructor
LocalTransformations - Class in weka.core.pmml.jaxbbindings
Java class for LocalTransformations element declaration.
LocalTransformations() - Constructor for class weka.core.pmml.jaxbbindings.LocalTransformations
 
locateIndex(int) - Method in class weka.core.pmml.SparseArray
Locates the greatest index that is not greater than the given index.
locateIndex(int) - Method in class weka.core.SparseInstance
Locates the greatest index that is not greater than the given index.
LOCATION - Enum constant in enum class weka.core.TechnicalInformation.Field
A location associated with the entry, such as the city in which a conference took place.
log(String) - Method in class weka.core.Debug
prints the given message with level INFO
log(String) - Method in class weka.core.Debug.SimpleLog
logs the given message to the file
log(String, LoggingLevel) - Method in class weka.knowledgeflow.LogManager
Log a message at the supplied level
log(String, LoggingLevel) - Method in interface weka.knowledgeflow.StepManager
Write a message to the log at the given logging level
log(String, LoggingLevel) - Method in class weka.knowledgeflow.StepManagerImpl
Log a message at the supplied logging level
log(Level, String) - Method in class weka.core.Debug
prints the given message with the specified level and an empty sourceclass
log(Level, String) - Method in class weka.core.Debug.Log
logs the given message
log(Level, String, String) - Method in class weka.core.Debug
prints the given message with the specified level
log(Level, String, String) - Method in class weka.core.Debug.Log
prints the given message with the specified level
log(Level, String, String, String) - Method in class weka.core.Debug
prints the given message with the specified level
log(Level, String, String, String) - Method in class weka.core.Debug.Log
prints the given message with the specified level
log(Logger.Level, String) - Static method in class weka.core.logging.Logger
Logs the given message under the given level.
log(Logger.Level, Throwable) - Static method in class weka.core.logging.Logger
Logs the given message under the given level.
Log() - Constructor for class weka.core.Debug.Log
default constructor, uses only stdout
Log(String) - Constructor for class weka.core.Debug.Log
creates a logger that logs into the specified file, if null then only stdout is used.
Log(String, int, int) - Constructor for class weka.core.Debug.Log
creates a logger that logs into the specified file, if null then only stdout is used.
LOG - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
log2 - Static variable in class weka.core.ContingencyTables
The natural logarithm of 2
log2 - Static variable in class weka.core.Utils
The natural logarithm of 2.
log2(double) - Static method in class weka.core.Utils
Returns the logarithm of a for base 2.
LOG2 - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
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.
Log2PI - Static variable in class weka.estimators.MultivariateGaussianEstimator
Log of twice the number pi: log(2*pi).
logBasic(String) - Method in class weka.knowledgeflow.LogManager
Log at the basic level
logBasic(String) - Method in interface weka.knowledgeflow.StepManager
Log a message at the "basic" level
logBasic(String) - Method in class weka.knowledgeflow.StepManagerImpl
Log a message at the basic logging level
LOGC - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
logDebug(String) - Method in class weka.knowledgeflow.LogManager
Log at the debugging level
logDebug(String) - Method in interface weka.knowledgeflow.StepManager
Log a message at the "debug" level
logDebug(String) - Method in class weka.knowledgeflow.StepManagerImpl
Log a message at the debugging logging level
logDensity(double) - Method in interface weka.estimators.UnivariateDensityEstimator
Returns the natural logarithm of the density estimate at the given point.
logDensity(double) - Method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Returns the natural logarithm of the density estimate at the given point.
logDensity(double) - Method in class weka.estimators.UnivariateKernelEstimator
Returns the natural logarithm of the density estimate at the given point.
logDensity(double) - Method in class weka.estimators.UnivariateMixtureEstimator
Returns the natural logarithm of the density estimate at the given point.
logDensity(double) - Method in class weka.estimators.UnivariateMixtureEstimator.MM
Computes log of density for given value.
logDensity(double) - Method in class weka.estimators.UnivariateNormalEstimator
Returns the natural logarithm of the density estimate at the given point.
logDensity(double[]) - Method in interface weka.estimators.MultivariateEstimator
Returns the natural logarithm of the density estimate at the given point.
logDensity(double[]) - Method in class weka.estimators.MultivariateGaussianEstimator
Returns the log of the density value for the given vector.
logDensity(Instance, double) - Method in interface weka.classifiers.ConditionalDensityEstimator
Returns natural logarithm of density estimate for given value based on given instance.
logDensity(Instance, double) - Method in class weka.classifiers.functions.GaussianProcesses
Returns natural logarithm of density estimate for given value based on given instance.
logDensity(Instance, double) - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns natural logarithm of density estimate for given value based on given instance.
logDensityForInstance(Instance) - Method in class weka.clusterers.AbstractDensityBasedClusterer
Computes the density for a given instance.
logDensityForInstance(Instance) - Method in interface weka.clusterers.DensityBasedClusterer
Computes the density for a given instance.
logDensityPerClusterForInstance(Instance) - Method in class weka.clusterers.AbstractDensityBasedClusterer
Computes the log of the conditional density (per cluster) for a given instance.
logDensityPerClusterForInstance(Instance) - Method in interface weka.clusterers.DensityBasedClusterer
Computes the log of the conditional density (per cluster) for a given instance.
logDensityPerClusterForInstance(Instance) - Method in class weka.clusterers.EM
Computes the log of the conditional density (per cluster) for a given instance.
logDensityPerClusterForInstance(Instance) - Method in class weka.clusterers.MakeDensityBasedClusterer
Computes the log of the conditional density (per cluster) for a given instance.
logDetailed(String) - Method in class weka.knowledgeflow.LogManager
Log at the detailed level
logDetailed(String) - Method in interface weka.knowledgeflow.StepManager
Log a message at the "detailed" level
logDetailed(String) - Method in class weka.knowledgeflow.StepManagerImpl
Log a message at the detailed logging level
logError(String, Exception) - Method in class weka.knowledgeflow.LogManager
Log an error
logError(String, Throwable) - Method in interface weka.knowledgeflow.StepManager
Log an error message.
logError(String, Throwable) - Method in class weka.knowledgeflow.StepManagerImpl
Log an error
Logger - Class in weka.core.logging
Abstract superclass for all loggers.
Logger - Interface in weka.gui
Interface for objects that display log (permanent historical) and status (transient) messages.
Logger() - Constructor for class weka.core.logging.Logger
Initializes the logger.
Logger.Level - Enum Class in weka.core.logging
The logging level.
LOGGING_LEVEL - Static variable in class weka.knowledgeflow.KFDefaults
 
LOGGING_LEVEL_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
LoggingLevel - Enum Class in weka.knowledgeflow
Enum for different logging levels
LogHandler - Interface in weka.core
Interface to something that can output messages to a log
LOGICAL - Enum constant in enum class weka.core.pmml.jaxbbindings.TIMESERIESUSAGE
 
Logistic - Class in weka.classifiers.functions
Class for building and using a multinomial logistic regression model with a ridge estimator.

There are some modifications, however, compared to the paper of leCessie and van Houwelingen(1992):

If there are k classes for n instances with m attributes, the parameter matrix B to be calculated will be an m*(k-1) matrix.

The probability for class j with the exception of the last class is

Pj(Xi) = exp(XiBj)/((sum[j=1..(k-1)]exp(Xi*Bj))+1)

The last class has probability

1-(sum[j=1..(k-1)]Pj(Xi))
= 1/((sum[j=1..(k-1)]exp(Xi*Bj))+1)

The (negative) multinomial log-likelihood is thus:

L = -sum[i=1..n]{
sum[j=1..(k-1)](Yij * ln(Pj(Xi)))
+(1 - (sum[j=1..(k-1)]Yij))
* ln(1 - sum[j=1..(k-1)]Pj(Xi))
} + ridge * (B^2)

In order to find the matrix B for which L is minimised, a Quasi-Newton Method is used to search for the optimized values of the m*(k-1) variables.
Logistic() - Constructor for class weka.classifiers.functions.Logistic
Constructor that sets the default number of decimal places to 4.
LOGISTIC - Enum constant in enum class weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
 
LogisticBase - Class in weka.classifiers.trees.lmt
Base/helper class for building logistic regression models with the LogitBoost algorithm.
LogisticBase() - Constructor for class weka.classifiers.trees.lmt.LogisticBase
Constructor that creates LogisticBase object with standard options.
LogisticBase(int, boolean, boolean) - Constructor for class weka.classifiers.trees.lmt.LogisticBase
Constructor to create LogisticBase object.
LogisticProducerHelper - Class in weka.classifiers.pmml.producer
Helper class for producing PMML for a Logistic classifier.
LogisticProducerHelper() - Constructor for class weka.classifiers.pmml.producer.LogisticProducerHelper
 
LOGIT - Enum constant in enum class weka.core.pmml.jaxbbindings.CUMULATIVELINKFUNCTION
 
LOGIT - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
LOGIT - Enum constant in enum class weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
 
LogitBoost - Class in weka.classifiers.meta
Class for performing additive logistic regression.
LogitBoost() - Constructor for class weka.classifiers.meta.LogitBoost
Constructor.
logJointDensitiesForInstance(Instance) - Method in class weka.clusterers.AbstractDensityBasedClusterer
Returns the logs of the joint densities for a given instance.
logJointDensitiesForInstance(Instance) - Method in interface weka.clusterers.DensityBasedClusterer
Returns the logs of the joint densities for a given instance.
loglikelihood(double[], double[]) - Method in class weka.estimators.UnivariateMixtureEstimator.MM
Computes loglikelihood of current model.
LOGLOG - Enum constant in enum class weka.core.pmml.jaxbbindings.CUMULATIVELINKFUNCTION
 
LOGLOG - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
LOGLOG - Enum constant in enum class weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
 
LOGLOSS - Static variable in class weka.classifiers.functions.SGD
the log loss function.
LOGLOSS - Static variable in class weka.classifiers.functions.SGDText
the log loss function.
logLossDecodingTipText() - Method in class weka.classifiers.meta.MultiClassClassifier
 
logLow(String) - Method in class weka.knowledgeflow.LogManager
Log at the low level
logLow(String) - Method in interface weka.knowledgeflow.StepManager
Log a message at the "low" level
logLow(String) - Method in class weka.knowledgeflow.StepManagerImpl
Log a message at the low logging level
LogManager - Class in weka.knowledgeflow
Class that wraps a weka.gui.Logger and filters log messages according to the set logging level.
LogManager(Logger) - Constructor for class weka.knowledgeflow.LogManager
Constructor that takes a log
LogManager(Logger, boolean) - Constructor for class weka.knowledgeflow.LogManager
Constructor that takes a log
LogManager(Step) - Constructor for class weka.knowledgeflow.LogManager
Constructor that takes a Step.
logMessage(String) - Method in class weka.gui.beans.FlowRunner.SimpleLogger
 
logMessage(String) - Method in class weka.gui.beans.LogPanel
Sends the supplied message to the log area.
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.
logMessage(String) - Method in class weka.knowledgeflow.FlowRunner.SimpleLogger
 
LogPanel - Class in weka.gui.beans
Class for displaying a status area (made up of a variable number of lines) and a log area.
LogPanel - Class in weka.gui
This panel allows log and status messages to be posted.
LogPanel() - Constructor for class weka.gui.beans.LogPanel
 
LogPanel() - Constructor for class weka.gui.LogPanel
Creates the log panel with no task monitor and the log always visible.
LogPanel(WekaTaskMonitor) - Constructor for class weka.gui.LogPanel
Creates the log panel with a task monitor, where the log is hidden.
LogPanel(WekaTaskMonitor, boolean) - Constructor for class weka.gui.LogPanel
Creates the log panel, possibly with task monitor, where the log is optionally hidden.
LogPanel(WekaTaskMonitor, boolean, boolean, boolean) - Constructor for class weka.gui.LogPanel
Creates the log panel, possibly with task monitor, where the either the log is optionally hidden or the status (having both hidden is not allowed).
logPSI - Static variable in class weka.core.matrix.Maths
The constant - log( sqrt(2 pi) )
logs2probs(double[]) - Static method in class weka.core.Utils
Converts an array containing the natural logarithms of probabilities stored in a vector back into probabilities.
logScore(int) - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
logScore returns the log of the quality of a network (e.g.
logScore(int, int) - Method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Gets the log score contribution of this distribution
logScore(int, int) - Method in interface weka.classifiers.bayes.net.search.local.Scoreable
Returns log-score
logSystemInfo() - Method in class weka.core.Debug.Log
a convenience method for dumping the current system info in the log file
logSystemInfo() - Method in class weka.core.Debug.SimpleLog
a convenience method for dumping the current system info in the log file
logWarning(String) - Method in class weka.knowledgeflow.LogManager
Log a warning
logWarning(String) - Method in interface weka.knowledgeflow.StepManager
Log a warning message.
logWarning(String) - Method in class weka.knowledgeflow.StepManagerImpl
Log a warning message
LogWindow - Class in weka.gui
Frame that shows the output from stdout and stderr.
LogWindow() - Constructor for class weka.gui.LogWindow
creates the frame
LogWriter - Interface in weka.gui.beans
Interface to be implemented by classes that should be able to write their own output to the Weka logger.
LONG - Static variable in class weka.experiment.DatabaseUtils
Type mapping for LONG used for reading experiment results.
lookAheadIterationsTipText() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the tip text for this property
LookAndFeel - Class in weka.gui
A little helper class for setting the Look and Feel of the user interface.
LookAndFeel() - Constructor for class weka.gui.LookAndFeel
 
lookupCacheSizeTipText() - Method in class weka.attributeSelection.BestFirst
Returns the tip text for this property
LOSS_STRING - Variable in class weka.experiment.ResultMatrix
loss string.
lossFunctionTipText() - Method in class weka.classifiers.functions.SGD
Returns the tip text for this property
lossFunctionTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
LovinsStemmer - Class in weka.core.stemmers
A stemmer based on the Lovins stemmer, described here:

Julie Beth Lovins (1968).
LovinsStemmer() - Constructor for class weka.core.stemmers.LovinsStemmer
 
LOW - Enum constant in enum class weka.knowledgeflow.LoggingLevel
 
LOW_MEMORY_MINIMUM - Static variable in class weka.core.Memory
 
LOWER_EXTREME_VALUES - Enum constant in enum class weka.filters.unsupervised.attribute.InterquartileRange.ValueType
 
LOWER_OUTLIER_VALUES - Enum constant in enum class weka.filters.unsupervised.attribute.InterquartileRange.ValueType
 
lowerBoundMinSupportTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
lowerBoundMinSupportTipText() - Method in class weka.associations.FPGrowth
Returns the tip text for this property
lowercaseTokensTipText() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns the tip text for this property
lowercaseTokensTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
lowerCaseTokensTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
lowerCaseTokensTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
lowerNumericBoundIsOpen() - Method in class weka.core.Attribute
Returns whether the lower numeric bound of the attribute is open.
lowerSizeTipText() - Method in class weka.experiment.LearningRateResultProducer
Returns the tip text for this property
LPAREN - Static variable in interface weka.core.expressionlanguage.parser.sym
 
LSQUARE - Static variable in interface weka.core.json.sym
 
LT - Static variable in interface weka.core.expressionlanguage.parser.sym
 
lu() - Method in class weka.core.matrix.Matrix
LU Decomposition
LUDecomposition - Class in weka.core.matrix
LU Decomposition.
LUDecomposition(Matrix) - Constructor for class weka.core.matrix.LUDecomposition
LU Decomposition
LUDecomposition() - Method in class weka.core.Matrix
Deprecated.
Performs a LUDecomposition on the matrix.
LWL - Class in weka.classifiers.lazy
Locally weighted learning.
LWL() - Constructor for class weka.classifiers.lazy.LWL
Constructor.

M

m_ADNodes - Variable in class weka.classifiers.bayes.net.VaryNode
list of ADNode children
m_alpha - Variable in class weka.classifiers.functions.supportVector.RegOptimizer
alpha and alpha* arrays containing weights for solving dual problem
m_alpha - Variable in class weka.classifiers.trees.lmt.LMTNode
Alpha-value (for pruning) at the node
m_alphaStar - Variable in class weka.classifiers.functions.supportVector.RegOptimizer
 
m_alwaysDisplayPointsOfThisSize - Variable in class weka.gui.visualize.PlotData2D
If the shape size of a point equals this size then always plot it (i.e.
M_AVERAGE - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
m_children - Variable in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
 
m_classDistribution - Variable in class weka.classifiers.trees.ht.HNode
Class distribution at this node
m_col - Variable in class weka.gui.treevisualizer.NamedColor
The actual color object
m_cols - Variable in class weka.gui.treevisualizer.Colors
The array with all the colors input
m_CoordCount - Variable in class weka.core.neighboursearch.PerformanceStats
The number of coordinates looked at for the current/last query.
m_count - Variable in class weka.classifiers.functions.SGDText.Count
 
m_customColour - Variable in class weka.gui.visualize.PlotData2D
 
m_defaultExpression - Static variable in class weka.filters.unsupervised.attribute.MathExpression
The default modification expression
M_DELETE - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
Missing value handling mode
m_displayAllPoints - Variable in class weka.gui.visualize.PlotData2D
Display all points (ie.
m_Distributions - Variable in class weka.classifiers.bayes.BayesNet
The attribute estimators containing CPTs.
m_doNotLoadList - Static variable in class weka.core.WekaPackageManager
The set of packages that the user has requested not to load
m_End - Variable in class weka.core.neighboursearch.balltrees.BallNode
The end index of the portion of the master index array, which stores indices of the instances/points the node contains.
m_End - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
The end index of the portion of the master index array, which stores indices of the instances/points the node contains.
m_experimentFinished - Variable in class weka.experiment.RemoteExperimentEvent
True if a remote experiment has finished
m_hidden_index - Variable in class weka.gui.InteractiveTableModel
Index of the hidden column
m_indexVal - Variable in class weka.gui.visualize.AttributePanelEvent
The index for the new attribute
m_initialPackageLoadingInProcess - Static variable in class weka.core.WekaPackageManager
Package loading in progress?
m_iNode - Variable in class weka.classifiers.bayes.net.VaryNode
index of the node varied
m_Instances - Variable in class weka.classifiers.bayes.BayesNet
The dataset header for the purposes of printing out a semi-intelligible model
m_Instances - Variable in class weka.classifiers.bayes.net.ADNode
list of Instance children (either m_Instances or m_VaryNodes is instantiated)
m_L - Variable in class weka.classifiers.functions.GaussianProcesses
(negative) covariance matrix in symmetric matrix representation
m_Left - Variable in class weka.core.neighboursearch.balltrees.BallNode
The left child of the node.
m_Left - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
left subtree; contains instances with smaller or equal to split value.
m_logMessage - Variable in class weka.experiment.RemoteExperimentEvent
A log type message
m_MaxC - Variable in class weka.core.neighboursearch.PerformanceStats
The min and max coordinates(attributes) looked at per query.
M_MAXDIFF - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
m_MaxP - Variable in class weka.core.neighboursearch.PerformanceStats
The min and max data points looked for a query by the NNS algorithm.
m_messageString - Variable in class weka.experiment.RemoteExperimentEvent
The message
m_MinC - Variable in class weka.core.neighboursearch.PerformanceStats
The min and max coordinates(attributes) looked at per query.
m_MinP - Variable in class weka.core.neighboursearch.PerformanceStats
The min and max data points looked for a query by the NNS algorithm.
m_name - Variable in class weka.gui.treevisualizer.NamedColor
The name of the color
m_nCount - Variable in class weka.classifiers.bayes.net.ADNode
count
m_nMCV - Variable in class weka.classifiers.bayes.net.VaryNode
most common value
m_nNodes - Variable in class weka.classifiers.bayes.net.MarginCalculator.JunctionTreeNode
nodes of the Bayes net in this junction node
m_NodeNumber - Variable in class weka.core.neighboursearch.balltrees.BallNode
The node number/id.
m_NodeNumber - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
node number (only for debug).
m_NodeRanges - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
lowest and highest value and width (= high - low) for each dimension.
m_NodesRectBounds - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
The lo and high bounds of the hyper rectangle described by the node.
m_noPackageMetaDataAvailable - Static variable in class weka.core.WekaPackageManager
 
M_NORMAL - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
m_nStartNode - Variable in class weka.classifiers.bayes.net.ADNode
first node in VaryNode array
m_numIncorrectModel - Variable in class weka.classifiers.trees.lmt.LMTNode
Weighted number of training examples currently misclassified by the logistic model at the node
m_numIncorrectTree - Variable in class weka.classifiers.trees.lmt.LMTNode
Weighted number of training examples currently misclassified by the subtree rooted at the node
m_NumInstances - Variable in class weka.core.neighboursearch.balltrees.BallNode
The number of instances/points in the node.
m_numParameters - Variable in class weka.classifiers.trees.m5.RuleNode
the number of paramters in the chosen model for this node---either the subtree model or the linear model.
m_offline - Static variable in class weka.core.WekaPackageManager
Operating offline?
m_OutputFormat - Variable in class weka.core.Debug.Clock
the format of the output
m_outputTypes - Variable in class weka.core.Debug.DBO
range of outputtyp
m_parentBranch - Variable in class weka.classifiers.trees.ht.LeafNode
Parent branch leading to this node
m_parentNode - Variable in class weka.classifiers.trees.ht.LeafNode
Parent split node
m_PointCount - Variable in class weka.core.neighboursearch.PerformanceStats
The number of data points looked at for the current/last query.
m_postSplitClassDistributions - Variable in class weka.classifiers.trees.ht.SplitCandidate
list of class distributions resulting from a split - 2 entries in the outer list for numeric splits and n for nominal splits
m_Right - Variable in class weka.core.neighboursearch.balltrees.BallNode
The right child of the node.
m_Right - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
right subtree; contains instances with larger than split value.
m_root - Variable in class weka.classifiers.bayes.net.MarginCalculator
 
m_SplitAttrib - Variable in class weka.core.neighboursearch.balltrees.BallNode
The attribute that splits this node (not always used).
m_SplitDim - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
attribute to split on.
m_splitMerit - Variable in class weka.classifiers.trees.ht.SplitCandidate
The merit of the split
m_splitTest - Variable in class weka.classifiers.trees.ht.SplitCandidate
 
m_SplitVal - Variable in class weka.core.neighboursearch.balltrees.BallNode
The value of m_SpiltAttrib that splits this node (not always used).
m_SplitValue - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
value to split on.
m_Start - Variable in class weka.core.neighboursearch.balltrees.BallNode
The start index of the portion of the master index array, which stores the indices of the instances/points the node contains.
m_Start - Variable in class weka.core.neighboursearch.kdtrees.KDTreeNode
The start index of the portion of the master index array, which stores the indices of the instances/points the node contains.
m_statusMessage - Variable in class weka.experiment.RemoteExperimentEvent
A status type message
m_SumC - Variable in class weka.core.neighboursearch.PerformanceStats
The sum of coordinates/attributes looked at for all the queries.
m_SumP - Variable in class weka.core.neighboursearch.PerformanceStats
The sum of data points looked at for all the queries.
m_SumSqC - Variable in class weka.core.neighboursearch.PerformanceStats
The squared sum of coordinates/attributes looked at for all the queries.
m_SumSqP - Variable in class weka.core.neighboursearch.PerformanceStats
The squared sum of data points looked at for all the queries.
m_theNode - Variable in class weka.classifiers.trees.ht.LeafNode
The actual node for this leaf
m_useCustomColour - Variable in class weka.gui.visualize.PlotData2D
Custom colour for this plot
m_UseWordwrap - Variable in class weka.gui.LogWindow
whether the JTextPane has wordwrap or not
m_VaryNodes - Variable in class weka.classifiers.bayes.net.ADNode
list of VaryNode children
m_verboseOn - Variable in class weka.core.Debug.DBO
enables/disables output of debug information
m_weight - Variable in class weka.classifiers.functions.SGDText.Count
 
m_weight - Variable in class weka.classifiers.trees.ht.WeightMass
 
m_weightSeenAtLastSplitEval - Variable in class weka.classifiers.trees.ht.ActiveHNode
The weight of instances seen at the last split evaluation
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
M5Base - Class in weka.classifiers.trees.m5
M5Base.
M5Base() - Constructor for class weka.classifiers.trees.m5.M5Base
Constructor
M5P - Class in weka.classifiers.trees
M5Base.
M5P() - Constructor for class weka.classifiers.trees.M5P
Creates a new M5P instance.
M5Rules - Class in weka.classifiers.rules
Generates a decision list for regression problems using separate-and-conquer.
M5Rules() - Constructor for class weka.classifiers.rules.M5Rules
Constructor
Macro - Interface in weka.core.expressionlanguage.core
Interface for compile time macros to enable meta programming
MacroDeclarations - Interface in weka.core.expressionlanguage.core
Interface to expose macros to a program.
MacroDeclarationsCompositor - Class in weka.core.expressionlanguage.common
A helper class that allows to combine several macro declarations together.
MacroDeclarationsCompositor(MacroDeclarations...) - Constructor for class weka.core.expressionlanguage.common.MacroDeclarationsCompositor
Constructs a MacroDeclarationsCompositor containing the provided declarations
MahalanobisEstimator - Class in weka.estimators
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.associations.Apriori
Main method.
main(String[]) - Static method in class weka.associations.AssociatorEvaluation
A test method for this class.
main(String[]) - Static method in class weka.associations.CheckAssociator
Test method for this class
main(String[]) - Static method in class weka.associations.FilteredAssociator
Main method for running this class.
main(String[]) - Static method in class weka.associations.FPGrowth
Main method.
main(String[]) - Static method in class weka.attributeSelection.AttributeSelection
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.CheckAttributeSelection
Test method for this class
main(String[]) - Static method in class weka.attributeSelection.ClassifierAttributeEval
Main method for executing 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.CorrelationAttributeEval
Main method for testing this class.
main(String[]) - Static method in class weka.attributeSelection.GainRatioAttributeEval
Main method.
main(String[]) - Static method in class weka.attributeSelection.InfoGainAttributeEval
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.PrincipalComponents
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.SymmetricalUncertAttributeEval
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.classifiers.bayes.BayesNet
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.NaiveBayes
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.NaiveBayesMultinomial
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.NaiveBayesMultinomialUpdateable
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.NaiveBayesUpdateable
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.net.ADNode
for testing only
main(String[]) - Static method in class weka.classifiers.bayes.net.BayesNetGenerator
Main method
main(String[]) - Static method in class weka.classifiers.bayes.net.BIFReader
Loads the file specified as first parameter and prints it to stdout.
main(String[]) - Static method in class weka.classifiers.bayes.net.EditableBayesNet
 
main(String[]) - Static method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorBayes
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.net.estimate.DiscreteEstimatorFullBayes
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.bayes.net.GUI
Main method.
main(String[]) - Static method in class weka.classifiers.bayes.net.MarginCalculator
 
main(String[]) - Static method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
for testing the class
main(String[]) - Static method in class weka.classifiers.BVDecompose
Test method for this class
main(String[]) - Static method in class weka.classifiers.BVDecomposeSegCVSub
Test method for this class
main(String[]) - Static method in class weka.classifiers.CheckClassifier
Test method for this class
main(String[]) - Static method in class weka.classifiers.CheckSource
Executes the tests, use "-h" to list the commandline options.
main(String[]) - Static method in class weka.classifiers.evaluation.Evaluation
A test method for this class.
main(String[]) - Static method in class weka.classifiers.Evaluation
A test method for this class.
main(String[]) - Static method in class weka.classifiers.functions.GaussianProcesses
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.LinearRegression
Generates a linear regression function predictor.
main(String[]) - Static method in class weka.classifiers.functions.Logistic
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.MultilayerPerceptron
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.SGD
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.SGDText
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.SimpleLinearRegression
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.functions.SimpleLogistic
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.functions.SMO
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.SMOreg
Main method for running this classifier.
main(String[]) - Static method in class weka.classifiers.functions.supportVector.CheckKernel
Test method for this class
main(String[]) - Static method in class weka.classifiers.functions.supportVector.KernelEvaluation
A test method for this class.
main(String[]) - Static method in class weka.classifiers.functions.VotedPerceptron
Main method.
main(String[]) - Static method in class weka.classifiers.lazy.IBk
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.lazy.KStar
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.lazy.LWL
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.AdaBoostM1
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.AdditiveRegression
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.AttributeSelectedClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.Bagging
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.ClassificationViaRegression
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.CostSensitiveClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.CVParameterSelection
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.FilteredClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.IterativeClassifierOptimizer
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.LogitBoost
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.MultiClassClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.MultiClassClassifierUpdateable
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.MultiScheme
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.RandomCommittee
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.RandomizableFilteredClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.RandomSubSpace
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.RegressionByDiscretization
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.Stacking
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.Vote
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.misc.InputMappedClassifier
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.misc.SerializedClassifier
Runs the classifier with the given options
main(String[]) - Static method in class weka.classifiers.rules.DecisionTable
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.rules.JRip
Main method.
main(String[]) - Static method in class weka.classifiers.rules.M5Rules
Main method by which this class can be tested
main(String[]) - Static method in class weka.classifiers.rules.OneR
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.rules.PART
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.rules.ZeroR
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.trees.DecisionStump
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.trees.HoeffdingTree
 
main(String[]) - Static method in class weka.classifiers.trees.J48
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.trees.LMT
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.trees.M5P
Main method by which this class can be tested
main(String[]) - Static method in class weka.classifiers.trees.RandomForest
Main method for this class.
main(String[]) - Static method in class weka.classifiers.trees.RandomTree
Main method for this class.
main(String[]) - Static method in class weka.classifiers.trees.REPTree
Main method for this class.
main(String[]) - Static method in class weka.clusterers.Canopy
 
main(String[]) - Static method in class weka.clusterers.CheckClusterer
Test method for this class
main(String[]) - Static method in class weka.clusterers.ClusterEvaluation
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.Cobweb
Main method.
main(String[]) - Static method in class weka.clusterers.EM
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.FarthestFirst
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.FilteredClusterer
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.HierarchicalClusterer
 
main(String[]) - Static method in class weka.clusterers.MakeDensityBasedClusterer
Main method for testing this class.
main(String[]) - Static method in class weka.clusterers.SimpleKMeans
Main method for executing this class.
main(String[]) - Static method in class weka.core.AlgVector
Main method for testing this class, can take an ARFF file as first argument.
main(String[]) - Static method in class weka.core.AllJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class weka.core.Attribute
Simple main method for testing this class.
main(String[]) - Static method in class weka.core.BinarySparseInstance
Main method for testing this class.
main(String[]) - Static method in class weka.core.Capabilities
loads the given dataset and prints the Capabilities necessary to process it.
main(String[]) - Static method in class weka.core.CheckGOE
Main method for using the CheckGOE.
main(String[]) - Static method in class weka.core.CheckOptionHandler
Main method for using the CheckOptionHandler.
main(String[]) - Static method in class weka.core.ClassCache
For testing only.
main(String[]) - Static method in class weka.core.ClassDiscovery
Possible calls: weka.core.ClassDiscovery <packages>
Prints all the packages in the current classpath weka.core.ClassDiscovery <classname> <packagename(s)>
Prints the classes it found.
main(String[]) - Static method in class weka.core.ContingencyTables
Main method for testing this class.
main(String[]) - Static method in class weka.core.converters.ArffLoader
Main method.
main(String[]) - Static method in class weka.core.converters.ArffSaver
Main method.
main(String[]) - Static method in class weka.core.converters.C45Loader
Main method for testing this class.
main(String[]) - Static method in class weka.core.converters.C45Saver
Main method.
main(String[]) - Static method in class weka.core.converters.ConverterUtils.DataSink
for testing only - takes a data file as input and a data file for the output.
main(String[]) - Static method in class weka.core.converters.ConverterUtils.DataSource
for testing only - takes a data file as input.
main(String[]) - Static method in class weka.core.converters.CSVLoader
Main method.
main(String[]) - Static method in class weka.core.converters.CSVSaver
Main method.
main(String[]) - Static method in class weka.core.converters.DatabaseLoader
Main method.
main(String[]) - Static method in class weka.core.converters.DatabaseSaver
Main method.
main(String[]) - Static method in class weka.core.converters.DictionarySaver
 
main(String[]) - Static method in class weka.core.converters.JSONLoader
Main method.
main(String[]) - Static method in class weka.core.converters.JSONSaver
Main method.
main(String[]) - Static method in class weka.core.converters.LibSVMLoader
Main method.
main(String[]) - Static method in class weka.core.converters.LibSVMSaver
Main method.
main(String[]) - Static method in class weka.core.converters.MatlabLoader
Main method.
main(String[]) - Static method in class weka.core.converters.MatlabSaver
Main method.
main(String[]) - Static method in class weka.core.converters.SerializedInstancesLoader
Main method.
main(String[]) - Static method in class weka.core.converters.SerializedInstancesSaver
Main method.
main(String[]) - Static method in class weka.core.converters.SVMLightLoader
Main method.
main(String[]) - Static method in class weka.core.converters.SVMLightSaver
Main method.
main(String[]) - Static method in class weka.core.converters.TextDirectoryLoader
Main method.
main(String[]) - Static method in class weka.core.converters.XRFFLoader
Main method.
main(String[]) - Static method in class weka.core.converters.XRFFSaver
Main method.
main(String[]) - Static method in class weka.core.Copyright
Only for testing
main(String[]) - Static method in class weka.core.DenseInstance
Main method for testing this class.
main(String[]) - Static method in class weka.core.EnumHelper
Main method for testing this class
main(String[]) - Static method in class weka.core.Environment
Main method for testing this class.
main(String[]) - Static method in class weka.core.FindWithCapabilities
Executes the location of classes with parameters from the commandline.
main(String[]) - Static method in class weka.core.GlobalInfoJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class weka.core.InstanceComparator
for testing only.
main(String[]) - Static method in class weka.core.Instances
Main method for this class.
main(String[]) - Static method in class weka.core.json.JSONInstances
For testing only.
main(String[]) - Static method in class weka.core.json.JSONNode
Only for testing.
main(String[]) - Static method in class weka.core.json.Parser
Runs the parser from commandline.
main(String[]) - Static method in class weka.core.ListOptions
runs the javadoc producer with the given commandline options
main(String[]) - Static method in class weka.core.matrix.DoubleVector
 
main(String[]) - Static method in class weka.core.matrix.IntVector
Tests the IntVector class
main(String[]) - Static method in class weka.core.Matrix
Deprecated.
Main method for testing this class.
main(String[]) - Static method in class weka.core.matrix.Matrix
Main method for testing this class.
main(String[]) - Static method in class weka.core.Memory
prints only some statistics
main(String[]) - Static method in class weka.core.neighboursearch.CoverTree
Method for testing the class from command line.
main(String[]) - Static method in class weka.core.OptionHandlerJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class weka.core.packageManagement.DefaultPackage
 
main(String[]) - Static method in class weka.core.packageManagement.DefaultPackageManager
 
main(String[]) - Static method in class weka.core.pmml.Constant
 
main(String[]) - Static method in class weka.core.pmml.PMMLFactory
 
main(String[]) - Static method in class weka.core.PropertyPath
for testing only
main(String[]) - Static method in class weka.core.Queue
Main method for testing this class.
main(String[]) - Static method in class weka.core.RandomVariates
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.RepositoryIndexGenerator
Main method for running the RepositoryIndexGenerator
main(String[]) - Static method in class weka.core.RevisionUtils
For testing only.
main(String[]) - Static method in class weka.core.scripting.Groovy
If no arguments are given, it just prints the presence of the Groovy classes, otherwise it expects a Groovy filename to execute.
main(String[]) - Static method in class weka.core.scripting.Jython
If no arguments are given, it just prints the presence of the Jython classes, otherwise it expects a Jython filename to execute.
main(String[]) - Static method in class weka.core.SerializationHelper
Outputs information about a class on the commandline, takes class name as arguments.
main(String[]) - Static method in class weka.core.SingleIndex
Main method for testing this class.
main(String[]) - Static method in class weka.core.SparseInstance
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.Statistics
Main method for testing this class.
main(String[]) - Static method in class weka.core.stemmers.IteratedLovinsStemmer
Runs the stemmer with the given options
main(String[]) - Static method in class weka.core.stemmers.LovinsStemmer
Runs the stemmer with the given options
main(String[]) - Static method in class weka.core.stemmers.NullStemmer
Runs the stemmer with the given options
main(String[]) - Static method in class weka.core.stemmers.SnowballStemmer
Runs the stemmer with the given options.
main(String[]) - Static method in class weka.core.Stopwords
Accepts the following parameter:
main(String[]) - Static method in class weka.core.SystemInfo
for printing the system info to stdout.
main(String[]) - Static method in class weka.core.TechnicalInformation
Prints some examples of technical informations if there are no commandline options given.
main(String[]) - Static method in class weka.core.TechnicalInformationHandlerJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class weka.core.TestInstances
for running the class from commandline, prints the generated data to stdout
main(String[]) - Static method in class weka.core.tokenizers.AlphabeticTokenizer
Runs the tokenizer with the given options and strings to tokenize.
main(String[]) - Static method in class weka.core.tokenizers.CharacterNGramTokenizer
Runs the tokenizer with the given options and strings to tokenize.
main(String[]) - Static method in class weka.core.tokenizers.NGramTokenizer
Runs the tokenizer with the given options and strings to tokenize.
main(String[]) - Static method in class weka.core.tokenizers.WordTokenizer
Runs the tokenizer with the given options and strings to tokenize.
main(String[]) - Static method in class weka.core.Trie
Only for testing (prints the built Trie).
main(String[]) - Static method in class weka.core.Utils
Main method for testing this class.
main(String[]) - Static method in class weka.core.Version
only for testing
main(String[]) - Static method in class weka.core.WekaPackageManager
Main method for using the package manager from the command line
main(String[]) - Static method in class weka.core.xml.SerialUIDChanger
exchanges an old UID for a new one.
main(String[]) - Static method in class weka.core.xml.XMLDocument
for testing only.
main(String[]) - Static method in class weka.core.xml.XMLInstances
takes an XML document as first argument and then outputs the Instances statistics
main(String[]) - Static method in class weka.core.xml.XMLOptions
for testing only.
main(String[]) - Static method in class weka.core.xml.XMLSerialization
for testing only.
main(String[]) - Static method in class weka.datagenerators.classifiers.classification.Agrawal
Main method for executing this class.
main(String[]) - Static method in class weka.datagenerators.classifiers.classification.BayesNet
Main method for executing this class.
main(String[]) - Static method in class weka.datagenerators.classifiers.classification.LED24
Main method for executing this class.
main(String[]) - Static method in class weka.datagenerators.classifiers.classification.RandomRBF
Main method for executing this class.
main(String[]) - Static method in class weka.datagenerators.classifiers.classification.RDG1
Main method for testing this class.
main(String[]) - Static method in class weka.datagenerators.classifiers.regression.Expression
Main method for testing this class.
main(String[]) - Static method in class weka.datagenerators.classifiers.regression.MexicanHat
Main method for testing this class.
main(String[]) - Static method in class weka.datagenerators.clusterers.BIRCHCluster
Main method for testing this class.
main(String[]) - Static method in class weka.datagenerators.clusterers.SubspaceCluster
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.CheckEstimator
Test method for 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.DKConditionalEstimator
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.KDConditionalEstimator
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.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.MultivariateGaussianEstimator
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.NNConditionalEstimator
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.PoissonEstimator
Main method for testing this class.
main(String[]) - Static method in class weka.estimators.UnivariateEqualFrequencyHistogramEstimator
Main method, used for testing this class.
main(String[]) - Static method in class weka.estimators.UnivariateKernelEstimator
Main method, used for testing this class.
main(String[]) - Static method in class weka.estimators.UnivariateMixtureEstimator
Main method, used for testing this class.
main(String[]) - Static method in class weka.estimators.UnivariateNormalEstimator
Main method, used for testing this class.
main(String[]) - Static method in class weka.experiment.CrossValidationResultProducer
Quick test of timestamp
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.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.experiment.PairedCorrectedTTester
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.PairedStatsCorrected
Tests the paired stats object 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.RemoteEngine
Main method.
main(String[]) - Static method in class weka.experiment.RemoteExperiment
Configures/Runs the Experiment from the command line.
main(String[]) - Static method in class weka.experiment.ResultMatrixCSV
for testing only.
main(String[]) - Static method in class weka.experiment.ResultMatrixGnuPlot
for testing only.
main(String[]) - Static method in class weka.experiment.ResultMatrixHTML
for testing only.
main(String[]) - Static method in class weka.experiment.ResultMatrixLatex
for testing only.
main(String[]) - Static method in class weka.experiment.ResultMatrixPlainText
for testing only.
main(String[]) - Static method in class weka.experiment.ResultMatrixSignificance
for testing only.
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.xml.XMLExperiment
for testing only.
main(String[]) - Static method in class weka.filters.AllFilter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.CheckSource
Executes the tests, use "-h" to list the commandline options.
main(String[]) - Static method in class weka.filters.Filter
Main method for testing this class.
main(String[]) - Static method in class weka.filters.MultiFilter
Main method for executing this class.
main(String[]) - Static method in class weka.filters.RenameRelation
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.attribute.AddClassification
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.AttributeSelection
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.attribute.ClassConditionalProbabilities
Main method for testing this class
main(String[]) - Static method in class weka.filters.supervised.attribute.ClassOrder
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.attribute.Discretize
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.attribute.MergeNominalValues
runs the filter with the given arguments
main(String[]) - Static method in class weka.filters.supervised.attribute.NominalToBinary
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.attribute.PartitionMembership
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.instance.ClassBalancer
runs the filter with the given arguments
main(String[]) - Static method in class weka.filters.supervised.instance.Resample
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.instance.SpreadSubsample
Main method for testing this class.
main(String[]) - Static method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Add
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AddCluster
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AddExpression
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AddID
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AddNoise
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AddUserFields
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AddValues
Main method for testing and running this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.CartesianProduct
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Center
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ChangeDateFormat
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ClassAssigner
Main method for executing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ClusterMembership
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Copy
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.DateToNumeric
Runs the filter with the given parameters.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Discretize
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.FirstOrder
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector
 
main(String[]) - Static method in class weka.filters.unsupervised.attribute.InterquartileRange
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.KernelFilter
runs the filter with the given arguments
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MakeIndicator
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MathExpression
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
runs the filter with the given arguments
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MergeManyValues
Main method for executing this filter.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MergeTwoValues
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NominalToBinary
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NominalToString
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Normalize
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NumericCleaner
Runs the filter from commandline, use "-h" to see all options.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NumericToBinary
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NumericToDate
Runs the filter with the given parameters.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NumericToNominal
Runs the filter with the given parameters.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NumericTransform
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Obfuscate
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.OrdinalToNumeric
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter
Main method for executing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.PKIDiscretize
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.PrincipalComponents
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RandomProjection
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RandomSubset
Runs the filter with the given parameters.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Remove
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RemoveByName
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RemoveType
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RemoveUseless
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RenameAttribute
Main method for executing this filter.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RenameNominalValues
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Reorder
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ReplaceMissingValues
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ReplaceWithMissingValue
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SortLabels
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Standardize
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.StringToNominal
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.StringToWordVector
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SwapValues
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.TimeSeriesDelta
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.TimeSeriesTranslate
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Transpose
runs the filter with the given arguments
main(String[]) - Static method in class weka.filters.unsupervised.instance.NonSparseToSparse
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.Randomize
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveDuplicates
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveFolds
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveMisclassified
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemovePercentage
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveRange
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveWithValues
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.Resample
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.ReservoirSample
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.SparseToNonSparse
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.SubsetByExpression
Main method for running this filter.
main(String[]) - Static method in class weka.gui.arffviewer.ArffViewer
shows the frame and it tries to load all the arff files that were provided as arguments.
main(String[]) - Static method in class weka.gui.AttributeListPanel
Tests the attribute list panel 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.AttributeSummaryPanel
Tests out the attribute summary panel from the command line.
main(String[]) - Static method in class weka.gui.AttributeVisualizationPanel
Main method to test this class from command line
main(String[]) - Static method in class weka.gui.beans.AttributeSummarizer
 
main(String[]) - Static method in class weka.gui.beans.CostBenefitAnalysis
 
main(String[]) - Static method in class weka.gui.beans.DataVisualizer
 
main(String[]) - Static method in class weka.gui.beans.EnvironmentField
Deprecated.
Main method for testing this class
main(String[]) - Static method in class weka.gui.beans.FlowRunner
Main method for testing this class.
main(String[]) - Static method in class weka.gui.beans.KnowledgeFlow
Shows the splash screen, launches the application and then disposes the splash screen.
main(String[]) - Static method in class weka.gui.beans.KnowledgeFlowApp
Main method.
main(String[]) - Static method in class weka.gui.beans.Loader
 
main(String[]) - Static method in class weka.gui.beans.LogPanel
Main method to test this class.
main(String[]) - Static method in class weka.gui.beans.ModelPerformanceChart
 
main(String[]) - Static method in class weka.gui.beans.Saver
The main method for testing
main(String[]) - Static method in class weka.gui.beans.ScatterPlotMatrix
 
main(String[]) - Static method in class weka.gui.beans.SQLViewerPerspective
Main method for testing this class
main(String[]) - Static method in class weka.gui.beans.StripChart
Tests out the StripChart from the command line
main(String[]) - Static method in class weka.gui.beans.TextViewer
 
main(String[]) - Static method in class weka.gui.boundaryvisualizer.BoundaryPanel
Main method for testing this class
main(String[]) - Static method in class weka.gui.boundaryvisualizer.BoundaryPanelDistributed
Main method for testing this class
main(String[]) - Static method in class weka.gui.boundaryvisualizer.BoundaryVisualizer
Main method for testing this class
main(String[]) - Static method in class weka.gui.ConverterFileChooser
For testing the file chooser.
main(String[]) - Static method in class weka.gui.DatabaseConnectionDialog
for testing only
main(String[]) - Static method in class weka.gui.EnvironmentField
Main method for testing this class
main(String[]) - Static method in class weka.gui.experiment.AlgorithmListPanel
Tests out the algorithm list panel from the command line.
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.DistributeExperimentPanel
Tests out the panel 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.ExperimenterDefaults
only for testing - prints the content of the props file.
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.HostListPanel
Tests out the host list panel from the command line.
main(String[]) - Static method in class weka.gui.experiment.OutputFormatDialog
for testing only.
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.experiment.RunNumberPanel
Tests out the 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.SetupPanel
Tests out the experiment setup 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.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.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.ExplorerDefaults
only for testing - prints the content of the props file.
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.VisualizePanel
Tests out the visualize panel 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.GenericObjectEditor
Tests out the Object editor from the command line.
main(String[]) - Static method in class weka.gui.GenericPropertiesCreator
for generating props file: no parameter: see default constructor 1 parameter (i.e., filename): see default constructor + setOutputFilename(String) 2 parameters (i.e, filenames): see constructor with String argument + setOutputFilename(String)
main(String[]) - Static method in class weka.gui.graphvisualizer.GraphVisualizer
Main method to load a text file with the description of a graph from the command line
main(String[]) - Static method in class weka.gui.GUIChooser
 
main(String[]) - Static method in class weka.gui.GUIChooserApp
Tests out the GUIChooser environment.
main(String[]) - Static method in class weka.gui.HierarchyPropertyParser
Tests out the parser.
main(String[]) - Static method in class weka.gui.hierarchyvisualizer.HierarchyVisualizer
Main method for testing this class.
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.knowledgeflow.KnowledgeFlow
 
main(String[]) - Static method in class weka.gui.knowledgeflow.KnowledgeFlowApp
Main method for launching this application
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.LogPanel
Tests out the log panel from the command line.
main(String[]) - Static method in class weka.gui.LogWindow
for testing only
main(String[]) - Static method in class weka.gui.LookAndFeel
prints all the available LnFs to stdout
main(String[]) - Static method in class weka.gui.Main
starts the application.
main(String[]) - Static method in class weka.gui.PackageManager
 
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.ResultHistoryPanel
Tests out the result history 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.scripting.GroovyPanel
Displays the panel in a frame.
main(String[]) - Static method in class weka.gui.scripting.GroovyScript
Runs the script from commandline.
main(String[]) - Static method in class weka.gui.scripting.JythonPanel
Displays the panel in a frame.
main(String[]) - Static method in class weka.gui.scripting.JythonScript
Runs the script from commandline.
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.SimpleCLI
Method to start up the simple cli.
main(String[]) - Static method in class weka.gui.SimpleCLIPanel
Displays the panel in a frame.
main(String[]) - Static method in class weka.gui.sql.SqlViewer
starts the SQL-Viewer interface.
main(String[]) - Static method in class weka.gui.sql.SqlViewerDialog
for testing only.
main(String[]) - Static method in class weka.gui.treevisualizer.TreeVisualizer
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.BMPWriter
for testing only.
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.JPEGWriter
for testing only.
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.MatrixPanel
Main method for testing this class
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.PNGWriter
for testing only.
main(String[]) - Static method in class weka.gui.visualize.PostscriptWriter
for testing only
main(String[]) - Static method in class weka.gui.visualize.ThresholdVisualizePanel
Starts the ThresholdVisualizationPanel with parameters from the command line.
main(String[]) - Static method in class weka.gui.visualize.VisualizePanel
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.Workbench
 
main(String[]) - Static method in class weka.gui.WorkbenchApp
Main method.
main(String[]) - Static method in class weka.knowledgeflow.FlowRunner
Main method for executing the FlowRunner
main(String[]) - Static method in class weka.knowledgeflow.JSONFlowUtils
Main method for testing this class
main(String[]) - Static method in class weka.Run
Main method for this class.
Main - Class in weka.gui
Menu-based GUI for Weka, replacement for the GUIChooser.
Main() - Constructor for class weka.gui.Main
default constructor.
MAIN_PERSPECTIVE_ID - Static variable in class weka.knowledgeflow.KFDefaults
 
Main.BackgroundDesktopPane - Class in weka.gui
DesktopPane with background image.
Main.ChildFrameMDI - Class in weka.gui
Specialized JInternalFrame class.
Main.ChildFrameSDI - Class in weka.gui
Specialized JFrame class.
MainKFPerspective - Class in weka.gui.knowledgeflow
Main perspective for the Knowledge flow application
MainKFPerspective() - Constructor for class weka.gui.beans.KnowledgeFlowApp.MainKFPerspective
 
MainKFPerspective() - Constructor for class weka.gui.knowledgeflow.MainKFPerspective
Construct a new MainKFPerspective
MainKFPerspectiveToolBar - Class in weka.gui.knowledgeflow
Class that provides the main editing widget toolbar and menu items
MainKFPerspectiveToolBar(MainKFPerspective) - Constructor for class weka.gui.knowledgeflow.MainKFPerspectiveToolBar
Constructor
MainKFPerspectiveToolBar.Widgets - Enum Class in weka.gui.knowledgeflow
Enum containing all the widgets provided by the toolbar.
MainMenuExtension - Interface in weka.gui
Classes implementing this interface will be displayed in the "Extensions" menu in the main GUI of Weka.
MAJOR - Static variable in class weka.core.Version
the major version
MAJORITY_VOTE - Enum constant in enum class weka.core.pmml.jaxbbindings.CATSCORINGMETHOD
 
MAJORITY_VOTE - Enum constant in enum class weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
 
MAJORITY_VOTING_RULE - Static variable in class weka.classifiers.meta.Vote
combination rule: Majority Voting (only nominal classes)
makeADTree(int, ArrayList<Integer>, Instances) - Static method in class weka.classifiers.bayes.net.ADNode
create sub tree
makeADTree(Instances) - Static method in class weka.classifiers.bayes.net.ADNode
create AD tree from set of instances
makeBinaryTipText() - Method in class weka.filters.supervised.attribute.Discretize
Returns the tip text for this property
makeBinaryTipText() - Method in class weka.filters.unsupervised.attribute.Discretize
Returns the tip text for this property
makeCopies(Associator, int) - Static method in class weka.associations.AbstractAssociator
Creates copies of the current associator.
makeCopies(ASEvaluation, int) - Static method in class weka.attributeSelection.ASEvaluation
Creates copies of the current evaluator.
makeCopies(ASSearch, int) - Static method in class weka.attributeSelection.ASSearch
Creates copies of the current search scheme.
makeCopies(Classifier, int) - Static method in class weka.classifiers.AbstractClassifier
Creates a given number of deep copies of the given classifier using serialization.
makeCopies(Kernel, int) - Static method in class weka.classifiers.functions.supportVector.Kernel
Creates a given number of deep or shallow (if the kernel implements Copyable) copies of the given kernel using serialization.
makeCopies(Clusterer, int) - Static method in class weka.clusterers.AbstractClusterer
Creates copies of the current clusterer.
makeCopies(DensityBasedClusterer, int) - Static method in class weka.clusterers.AbstractDensityBasedClusterer
Creates copies of the current clusterer.
makeCopies(Estimator, int) - Static method in class weka.estimators.Estimator
Creates a given number of deep copies of the given estimator using serialization.
makeCopies(Filter, int) - Static method in class weka.filters.Filter
Creates a given number of deep copies of the given filter using serialization.
makeCopy(Object) - Static method in class weka.gui.GenericArrayEditor
Makes a copy of an object using serialization.
makeCopy(Object) - Static method in class weka.gui.GenericObjectEditor
Makes a copy of an object using serialization if the given object is not an option handler.
makeCopy(Associator) - Static method in class weka.associations.AbstractAssociator
Creates a deep copy of the given associator using serialization.
makeCopy(Classifier) - Static method in class weka.classifiers.AbstractClassifier
Creates a deep copy of the given classifier using serialization.
makeCopy(Kernel) - Static method in class weka.classifiers.functions.supportVector.Kernel
Creates a shallow copy of the kernel (if it implements Copyable) otherwise a deep copy using serialization.
makeCopy(Clusterer) - Static method in class weka.clusterers.AbstractClusterer
Creates a deep copy of the given clusterer using serialization.
makeCopy(OptionHandler) - Static method in interface weka.core.OptionHandler
Creates an instance of the class that the given option handler belongs to and sets the options for this new instance by taking the option settings from the given option handler.
makeCopy(Estimator) - Static method in class weka.estimators.Estimator
Creates a deep copy of the given estimator using serialization.
makeCopy(Filter) - Static method in class weka.filters.Filter
Creates a deep copy of the given filter using serialization.
makeData(DataGenerator, String[]) - Static method in class weka.datagenerators.DataGenerator
Calls the data generator.
MakeDecList - Class in weka.classifiers.rules.part
Class for handling a decision list.
MakeDecList(ModelSelection, double, int) - Constructor for class weka.classifiers.rules.part.MakeDecList
Constructor for dec list pruned using C4.5 pruning.
MakeDecList(ModelSelection, int) - Constructor for class weka.classifiers.rules.part.MakeDecList
Constructor for unpruned dec list.
MakeDecList(ModelSelection, int, int, int) - Constructor for class weka.classifiers.rules.part.MakeDecList
Constructor for dec list pruned using hold-out pruning.
MakeDensityBasedClusterer - Class in weka.clusterers
Class for wrapping a Clusterer to make it return a distribution and density.
MakeDensityBasedClusterer() - Constructor for class weka.clusterers.MakeDensityBasedClusterer
Default constructor.
MakeDensityBasedClusterer(Clusterer) - Constructor for class weka.clusterers.MakeDensityBasedClusterer
Contructs a MakeDensityBasedClusterer wrapping a given Clusterer.
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.
MakeIndicator - Class in weka.filters.unsupervised.attribute
A filter that creates a new dataset with a Boolean attribute replacing a nominal attribute.
MakeIndicator() - Constructor for class weka.filters.unsupervised.attribute.MakeIndicator
Constructor
makeOutputInstance(Instance) - Method in class weka.gui.beans.SubstringReplacerRules
Make an output instance given an input one
makeOutputInstance(Instance, boolean) - Method in class weka.gui.beans.SubstringLabelerRules
Process and input instance and return an output instance
MakeResourceIntensive - Class in weka.knowledgeflow.steps
A Step that makes downstream steps that are directly connected to this step resource intensive (or not).
MakeResourceIntensive() - Constructor for class weka.knowledgeflow.steps.MakeResourceIntensive
 
makeUniformDistribution(int) - Static method in class weka.classifiers.evaluation.NominalPrediction
Creates a uniform probability distribution -- where each of the possible classes is assigned equal probability.
makeVaryNode(int, ArrayList<Integer>, Instances) - Static method in class weka.classifiers.bayes.net.ADNode
create sub tree
makeWeighted(CostMatrix) - Method in class weka.classifiers.evaluation.ConfusionMatrix
Makes a copy of this ConfusionMatrix after applying the supplied CostMatrix to the cells.
ManhattanDistance - Class in weka.core
Implements the Manhattan distance (or Taxicab geometry).
ManhattanDistance() - Constructor for class weka.core.ManhattanDistance
Constructs an Manhattan Distance object, Instances must be still set.
ManhattanDistance(Instances) - Constructor for class weka.core.ManhattanDistance
Constructs an Manhattan Distance object and automatically initializes the ranges.
MANUAL - Enum constant in enum class weka.core.TechnicalInformation.Type
Technical documentation.
map(String, String) - Method in class weka.core.matrix.DoubleVector
Applies a method to the vector
mapClasses(int, int, int[][], int[], double[], double[], int) - Static method in class weka.clusterers.ClusterEvaluation
Finds the minimum error mapping of classes to clusters.
MappingInfo - Class in weka.core.pmml
Class that maintains the mapping between incoming data set structure and that of the mining schema.
MappingInfo(Instances, MiningSchema, Logger) - Constructor for class weka.core.pmml.MappingInfo
 
mapToMiningSchema(Instances) - Method in class weka.classifiers.pmml.consumer.PMMLClassifier
Map mining schema to incoming instances.
MapValues - Class in weka.core.pmml.jaxbbindings
Java class for MapValues element declaration.
MapValues() - Constructor for class weka.core.pmml.jaxbbindings.MapValues
 
margin() - Method in class weka.classifiers.evaluation.NominalPrediction
Calculates the prediction margin.
MarginCalculator - Class in weka.classifiers.bayes.net
 
MarginCalculator() - Constructor for class weka.classifiers.bayes.net.MarginCalculator
 
MarginCalculator.JunctionTreeNode - Class in weka.classifiers.bayes.net
 
MarginCalculator.JunctionTreeSeparator - Class in weka.classifiers.bayes.net
 
MarginCurve - Class in weka.classifiers.evaluation
Generates points illustrating the prediction margin.
MarginCurve() - Constructor for class weka.classifiers.evaluation.MarginCurve
 
markovBlanketClassifierTipText() - Method in class weka.classifiers.bayes.net.search.global.GlobalScoreSearchAlgorithm
 
markovBlanketClassifierTipText() - Method in class weka.classifiers.bayes.net.search.local.LocalScoreSearchAlgorithm
 
maskKeyword(String) - Method in class weka.experiment.DatabaseUtils
If the given string is a keyword, then the mask character will be appended and returned.
MASTERSTHESIS - Enum constant in enum class weka.core.TechnicalInformation.Type
A Master's thesis.
MatCell - Class in weka.core.pmml.jaxbbindings
Java class for MatCell element declaration.
MatCell() - Constructor for class weka.core.pmml.jaxbbindings.MatCell
 
MATCH_PART_SEPARATOR - Static variable in class weka.gui.beans.SubstringLabelerRules.SubstringLabelerMatchRule
Separator for parts of the match specification
MATCH_RULE_SEPARATOR - Static variable in class weka.gui.beans.SubstringLabelerRules
Separator for match rules in the internal representation
Matchable - Interface in weka.core
Interface to something that can be matched with tree matching algorithms.
matchMissingValuesTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the tip text for this property
matchRulesFromInternal(String, Instances, String, Logger, Environment) - Static method in class weka.gui.beans.SubstringLabelerRules
Get a list of match rules from an internally encoded match specification
matchRulesFromInternal(String, Instances, String, Logger, Environment) - Static method in class weka.gui.beans.SubstringReplacerRules
Get a list of match rules from an internally encoded match specification
MathExpression - Class in weka.filters.unsupervised.attribute
Modify numeric attributes according to a given mathematical expression.
MathExpression() - Constructor for class weka.filters.unsupervised.attribute.MathExpression
Constructor
MathFunctions - Class in weka.core.expressionlanguage.common
Macro declarations for common mathematical functions.
MathFunctions() - Constructor for class weka.core.expressionlanguage.common.MathFunctions
 
Maths - Class in weka.core.matrix
Utility class.
Maths() - Constructor for class weka.core.matrix.Maths
 
MatlabLoader - Class in weka.core.converters
Reads a Matlab file containing a single matrix in ASCII format.
MatlabLoader() - Constructor for class weka.core.converters.MatlabLoader
 
MatlabSaver - Class in weka.core.converters
Writes Matlab ASCII files, in single or double precision format.
MatlabSaver() - Constructor for class weka.core.converters.MatlabSaver
Constructor.
matrix() - Method in class weka.classifiers.trees.j48.Distribution
Returns matrix with distribution of class values.
Matrix - Class in weka.core
Deprecated.
Use weka.core.matrix.Matrix instead - only for backwards compatibility.
Matrix - Class in weka.core.matrix
Jama = Java Matrix class.
Matrix - Class in weka.core.pmml.jaxbbindings
Java class for Matrix element declaration.
Matrix() - Constructor for class weka.core.pmml.jaxbbindings.Matrix
 
Matrix(double[][]) - Constructor for class weka.core.Matrix
Deprecated.
Constructs a matrix using a given array.
Matrix(double[][]) - Constructor for class weka.core.matrix.Matrix
Construct a matrix from a 2-D array.
Matrix(double[][], int, int) - Constructor for class weka.core.matrix.Matrix
Construct a matrix quickly without checking arguments.
Matrix(double[], int) - Constructor for class weka.core.matrix.Matrix
Construct a matrix from a one-dimensional packed array
Matrix(int, int) - Constructor for class weka.core.Matrix
Deprecated.
Constructs a matrix and initializes it with default values.
Matrix(int, int) - Constructor for class weka.core.matrix.Matrix
Construct an m-by-n matrix of zeros.
Matrix(int, int, double) - Constructor for class weka.core.matrix.Matrix
Construct an m-by-n constant matrix.
Matrix(Reader) - Constructor for class weka.core.Matrix
Deprecated.
Reads a matrix from a reader.
Matrix(Reader) - Constructor for class weka.core.matrix.Matrix
Reads a matrix from a reader.
MATRIX_ON_DEMAND - Static variable in class weka.classifiers.meta.CostSensitiveClassifier
load cost matrix on demand
MATRIX_SUPPLIED - Static variable in class weka.classifiers.meta.CostSensitiveClassifier
use explicit cost matrix
MatrixPanel - Class in weka.gui.visualize
This panel displays a plot matrix of the user selected attributes of a given data set.
MatrixPanel() - Constructor for class weka.gui.visualize.MatrixPanel
Constructor
matrixToString(double[][]) - Static method in class weka.attributeSelection.PrincipalComponents
Return a matrix as a String
matthewsCorrelationCoefficient(int) - Method in class weka.classifiers.evaluation.Evaluation
Calculates the matthews correlation coefficient (sometimes called phi coefficient) for the supplied class.
matthewsCorrelationCoefficient(int) - Method in class weka.classifiers.Evaluation
Calculates the matthews correlation coefficient (sometimes called phi coefficient) for the supplied class
matthewsCorrelationCoefficient(int, double, double, double, double) - Method in class weka.classifiers.evaluation.Evaluation
Calculates the matthews correlation coefficient (sometimes called phi coefficient) for the supplied class.
max - Variable in class weka.experiment.Stats
The maximum value seen, or Double.NaN if no values seen
max() - Method in class weka.core.matrix.DoubleVector
Returns the maximum value of all elements
MAX - Enum constant in enum class weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
 
MAX - Static variable in class weka.core.neighboursearch.KDTree
The index of MAX value in attributes' range array.
MAX - Static variable in class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
Index of max value in an array of attributes' range.
MAX_DIGITS - Static variable in class weka.core.converters.SVMLightSaver
the number of digits after the decimal point.
MAX_HISTORY_COUNT - Static variable in class weka.gui.GenericObjectEditorHistory
the maximum entries in the history.
MAX_HISTORY_LENGTH - Static variable in class weka.gui.GenericObjectEditorHistory
the maximum length of a caption in the history.
MAX_LINE_LENGTH - Static variable in class weka.gui.GenericObjectEditorHistory
the menu max line length.
MAX_PRECISION - Static variable in class weka.gui.visualize.VisualizeUtils
Default maximum precision for the display of numeric values
MAX_ROWS - Static variable in class weka.gui.sql.QueryPanel
the name for the max rows in the history.
MAX_RULE - Static variable in class weka.classifiers.meta.Vote
combination rule: Maximum Probability
MAX_SHAPES - Static variable in class weka.gui.visualize.Plot2D
 
MAX_SLEEP_TIME - Static variable in class weka.core.Memory
 
MAX_TABS - Static variable in class weka.gui.scripting.SyntaxDocument
the maximum number of tabs.
MAX_UNDO_POINTS - Static variable in class weka.knowledgeflow.KFDefaults
 
MAX_UNDO_POINTS_KEY - Static variable in class weka.knowledgeflow.KFDefaults
 
maxBag() - Method in class weka.classifiers.trees.j48.Distribution
Returns index of bag containing maximum number of instances.
maxBoostingIterationsTipText() - Method in class weka.classifiers.functions.SimpleLogistic
Returns the tip text for this property
maxCardinalityTipText() - Method in class weka.classifiers.bayes.net.search.ci.ICSSearchAlgorithm
 
maxClass() - Method in class weka.classifiers.trees.j48.Distribution
Returns class with highest frequency over all bags.
maxClass(int) - Method in class weka.classifiers.trees.j48.Distribution
Returns class with highest frequency for given bag.
maxCountTipText() - Method in class weka.filters.supervised.instance.SpreadSubsample
Returns the tip text for this property
maxDecimalPlacesTipText() - Method in class weka.core.converters.ArffSaver
Returns the tip text for this property.
maxDecimalPlacesTipText() - Method in class weka.core.converters.CSVSaver
Returns the tip text for this property.
maxDefaultTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
maxDepthTipText() - Method in class weka.classifiers.trees.RandomForest
Returns the tip text for this property
maxDepthTipText() - Method in class weka.classifiers.trees.RandomTree
Returns the tip text for this property
maxDepthTipText() - Method in class weka.classifiers.trees.REPTree
Returns the tip text for this property
maxImpurity() - Method in class weka.classifiers.trees.m5.CorrelationSplitInfo
Returns the impurity of this split
maxImpurity() - Method in interface weka.classifiers.trees.m5.SplitEvaluate
Returns the impurity of this split
maxImpurity() - Method in class weka.classifiers.trees.m5.YongSplitInfo
Returns the impurity of this split
maximumAttributeNamesTipText() - Method in class weka.attributeSelection.PrincipalComponents
Returns the tip text for this property
maximumAttributeNamesTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns the tip text for this property.
maximumAttributesTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponents
Returns the tip text for this property.
maximumNumberOfClustersTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
maximumVariancePercentageAllowedTipText() - Method in class weka.filters.unsupervised.attribute.RemoveUseless
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.
maxInstancesInLeafTipText() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the tip text for this property.
maxInstInLeafTipText() - Method in class weka.core.neighboursearch.KDTree
Tip text for this property.
maxInstNumTipText() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the tip text for this property
maxInstNumTipText() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns the tip text for this property
maxIterationsTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
maxIterationsTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property.
maxIterationsTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the tip text for this property
maxItsTipText() - Method in class weka.classifiers.functions.Logistic
Returns the tip text for this property
maxKTipText() - Method in class weka.classifiers.functions.VotedPerceptron
Returns the tip text for this property
maxNrOfParentsTipText() - Method in class weka.classifiers.bayes.net.search.SearchAlgorithm
 
maxNumberOfItemsTipText() - Method in class weka.associations.FPGrowth
Tip text for this property suitable for displaying in the GUI.
maxNumCandidateCanopiesToHoldInMemory() - Method in class weka.clusterers.Canopy
Returns the tip text for this property.
maxNumComponentsToolTipText() - Method in class weka.estimators.UnivariateMixtureEstimator
The tool tip for this property.
maxParentSetSize(int) - Method in class weka.classifiers.bayes.net.ParentSet
reserve memory for parent set
maxRadiusTipText() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the tip text for this property
maxRangeTipText() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Returns the tip text for this property
maxRelativeLeafRadiusTipText() - Method in class weka.core.neighboursearch.balltrees.BallTreeConstructor
Returns the tip text for this property.
maxRuleSizeTipText() - Method in class weka.datagenerators.classifiers.classification.RDG1
Returns the tip text for this property
maxSubsequenceLengthTipText() - Method in class weka.classifiers.functions.supportVector.StringKernel
Returns the tip text for this property
maxThresholdTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
MAYBE_SUPPORT - Static variable in class weka.gui.GenericObjectEditor.GOETreeNode
color for "maybe support".
mayRemoveInstanceAfterFirstBatchDone() - Method in class weka.filters.Filter
Default implementation returns false.
mayRemoveInstanceAfterFirstBatchDone() - Method in class weka.filters.MultiFilter
RemoveWithValues may return false from input() (thus not making an instance available immediately) even after the first batch has been completed due to matching a value that the user wants to remove.
mayRemoveInstanceAfterFirstBatchDone() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
RemoveWithValues may return false from input() (thus not making an instance available immediately) even after the first batch has been completed due to matching a value that the user wants to remove.
mayRemoveInstanceAfterFirstBatchDone() - Method in class weka.filters.unsupervised.instance.SubsetByExpression
SubsetByExpression may return false from input() (thus not making an instance available immediately) even after the first batch has been completed if the user has opted to apply the filter to instances after the first batch (rather than just passing them through).
MDL - Static variable in interface weka.classifiers.bayes.net.search.local.Scoreable
 
mean - Variable in class weka.experiment.Stats
The mean of values, or Double.NaN if no values seen
mean(double[]) - Static method in class weka.core.Utils
Computes the mean for an array of doubles.
meanAbsoluteError() - Method in class weka.classifiers.evaluation.Evaluation
Returns the mean absolute error.
meanAbsoluteError() - Method in class weka.classifiers.Evaluation
Returns the mean absolute error.
meanOrMode(int) - Method in class weka.core.Instances
Returns the mean (mode) for a numeric (nominal) attribute as a floating-point value.
meanOrMode(Attribute) - Method in class weka.core.Instances
Returns the mean (mode) for a numeric (nominal) attribute as a floating-point value.
meanPrecTipText() - Method in class weka.experiment.ResultMatrix
Returns the tip text for this property.
meanPriorAbsoluteError() - Method in class weka.classifiers.evaluation.Evaluation
Returns the mean absolute error of the prior.
meanPriorAbsoluteError() - Method in class weka.classifiers.Evaluation
Returns the mean absolute error of the prior.
meanSquaredTipText() - Method in class weka.classifiers.lazy.IBk
Returns the tip text for this property.
meanWidthTipText() - Method in class weka.experiment.ResultMatrix
Returns the tip text for this property.
measureAICScore() - Method in class weka.classifiers.bayes.BayesNet
 
measureAttributesUsed() - Method in class weka.classifiers.functions.SimpleLogistic
Returns the fraction of all attributes in the data that are used in the logistic model (in percent).
measureBayesScore() - Method in class weka.classifiers.bayes.BayesNet
 
measureBDeuScore() - Method in class weka.classifiers.bayes.BayesNet
 
measureBestNumIts() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the best number of iterations
measureBestVal() - Method in class weka.classifiers.meta.IterativeClassifierOptimizer
Returns the measure for the best model
measureDivergence() - Method in class weka.classifiers.bayes.BayesNet
 
measureEntropyScore() - Method in class weka.classifiers.bayes.BayesNet
 
measureExtraArcs() - Method in class weka.classifiers.bayes.BayesNet
 
measureMaxDepth() - Method in class weka.core.neighboursearch.BallTree
Returns the depth of the tree.
measureMaxDepth() - Method in class weka.core.neighboursearch.CoverTree
Returns the depth of the tree.
measureMaxDepth() - Method in class weka.core.neighboursearch.KDTree
Returns the depth of the tree.
measureMDLScore() - Method in class weka.classifiers.bayes.BayesNet
 
measureMissingArcs() - Method in class weka.classifiers.bayes.BayesNet
 
measureNumAttributesSelected() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Additional measure --- number of attributes selected
measureNumIterations() - Method in class weka.classifiers.meta.AdditiveRegression
return the number of iterations (base classifiers) completed
measureNumLeaves() - Method in class weka.classifiers.trees.J48
Returns the number of leaves
measureNumLeaves() - Method in class weka.classifiers.trees.LMT
Returns the number of leaves in the tree
measureNumLeaves() - Method in class weka.core.neighboursearch.BallTree
Returns the number of leaves.
measureNumLeaves() - Method in class weka.core.neighboursearch.CoverTree
Returns the number of leaves.
measureNumLeaves() - Method in class weka.core.neighboursearch.KDTree
Returns the number of leaves.
measureNumRules() - Method in class weka.classifiers.rules.DecisionTable
Returns the number of rules
measureNumRules() - Method in class weka.classifiers.rules.PART
Return the number of rules.
measureNumRules() - Method in class weka.classifiers.trees.J48
Returns the number of rules (same as number of leaves)
measureNumRules() - Method in class weka.classifiers.trees.m5.M5Base
return the number of rules
measureOutOfBagError() - Method in class weka.classifiers.meta.Bagging
Gets the out of bag error that was calculated as the classifier was built.
measurePerformanceTipText() - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns the tip text for this property.
measureReversedArcs() - Method in class weka.classifiers.bayes.BayesNet
 
measureSelectionTime() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Additional measure --- time taken (milliseconds) to select the attributes
measureTime() - Method in class weka.classifiers.meta.AttributeSelectedClassifier
Additional measure --- time taken (milliseconds) to select attributes and build the classifier
measureTreeSize() - Method in class weka.classifiers.trees.J48
Returns the size of the tree
measureTreeSize() - Method in class weka.classifiers.trees.LMT
Returns the size of the tree
measureTreeSize() - Method in class weka.core.neighboursearch.BallTree
Returns the size of the tree.
measureTreeSize() - Method in class weka.core.neighboursearch.CoverTree
Returns the size of the tree.
measureTreeSize() - Method in class weka.core.neighboursearch.KDTree
Returns the size of the tree.
MEDIAN - Enum constant in enum class weka.core.pmml.jaxbbindings.CONTSCORINGMETHOD
 
MEDIAN - Enum constant in enum class weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
 
MEDIAN - Enum constant in enum class weka.filters.unsupervised.attribute.InterquartileRange.ValueType
 
MEDIAN_RULE - Static variable in class weka.classifiers.meta.Vote
combination rule: Median Probability (only numeric class)
MedianDistanceFromArbitraryPoint - Class in weka.core.neighboursearch.balltrees
Class that splits a BallNode of a ball tree using Uhlmann's described method.

For information see:

Jeffrey K.
MedianDistanceFromArbitraryPoint() - Constructor for class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Constructor.
MedianDistanceFromArbitraryPoint(int[], Instances, EuclideanDistance) - Constructor for class weka.core.neighboursearch.balltrees.MedianDistanceFromArbitraryPoint
Constructor.
MedianOfWidestDimension - Class in weka.core.neighboursearch.balltrees
Class that splits a BallNode of a ball tree based on the median value of the widest dimension of the points in the ball.
MedianOfWidestDimension - Class in weka.core.neighboursearch.kdtrees
The class that splits a KDTree node based on the median value of a dimension in which the node's points have the widest spread.

For more information see also:

Jerome H.
MedianOfWidestDimension() - Constructor for class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Constructor.
MedianOfWidestDimension() - Constructor for class weka.core.neighboursearch.kdtrees.MedianOfWidestDimension
 
MedianOfWidestDimension(int[], Instances, EuclideanDistance) - Constructor for class weka.core.neighboursearch.balltrees.MedianOfWidestDimension
Constructor.
Memory - Class in weka.core
A little helper class for Memory management.
Memory() - Constructor for class weka.core.Memory
initializes the memory management without GUI support
Memory(boolean) - Constructor for class weka.core.Memory
initializes the memory management
MemoryBasedDataSource - Class in weka.knowledgeflow.steps
Simple start step that stores a set of instances and outputs it in a dataSet connection.
MemoryBasedDataSource() - Constructor for class weka.knowledgeflow.steps.MemoryBasedDataSource
 
memoryIsLow() - Method in class weka.core.Memory
Checks to see if memory is running low.
MemoryUsagePanel - Class in weka.gui
A panel for displaying the memory usage.
MemoryUsagePanel() - Constructor for class weka.gui.MemoryUsagePanel
default constructor.
mergeAllItemSets(ArrayList<Object>, int, int) - Static method in class weka.associations.AprioriItemSet
Merges all item sets in the set of (k-1)-item sets to create the (k)-item sets and updates the counters.
mergeAllItemSets(ArrayList<Object>, int, 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.
mergeAllItemSets(ArrayList<Object>, int, int) - Static method in class weka.associations.LabeledItemSet
Merges all item sets in the set of (k-1)-item sets to create the (k)-item sets and updates the counters.
MergeInfrequentNominalValues - Class in weka.filters.unsupervised.attribute
Merges all values of the specified nominal attributes that are insufficiently frequent.
MergeInfrequentNominalValues() - Constructor for class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
 
mergeInstance(Instance) - Method in class weka.core.BinarySparseInstance
Merges this instance with the given instance and returns the result.
mergeInstance(Instance) - Method in class weka.core.DenseInstance
Merges this instance with the given instance and returns the result.
mergeInstance(Instance) - Method in interface 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.
MergeManyValues - Class in weka.filters.unsupervised.attribute
Merges many values of a nominal attribute into one value.
MergeManyValues() - Constructor for class weka.filters.unsupervised.attribute.MergeManyValues
 
MergeNominalValues - Class in weka.filters.supervised.attribute
Merges values of all nominal attributes among the specified attributes, excluding the class attribute, using the CHAID method, but without considering re-splitting of merged subsets.
MergeNominalValues() - Constructor for class weka.filters.supervised.attribute.MergeNominalValues
 
MergeTwoValues - Class in weka.filters.unsupervised.attribute
Merges two values of a nominal attribute into one value.
MergeTwoValues() - Constructor for class weka.filters.unsupervised.attribute.MergeTwoValues
 
mergeValueRangeTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyValues
Returns the tip text for this property.
MESSAGE_TO_DISPLAY_ON_INSTALLATION_KEY - Static variable in class weka.core.WekaPackageManager
Package metadata key for a message to display on installation
MetaBean - Class in weka.gui.beans
A meta bean that encapsulates several other regular beans, useful for grouping large KnowledgeFlows.
MetaBean() - Constructor for class weka.gui.beans.MetaBean
 
metaClassifierTipText() - Method in class weka.classifiers.meta.Stacking
Returns the tip text for this property
MetaStore - Interface in weka.core.metastore
Interface for metastore implementations.
METHOD_1_AGAINST_1 - Static variable in class weka.classifiers.meta.MultiClassClassifier
1-against-1
METHOD_1_AGAINST_ALL - Static variable in class weka.classifiers.meta.MultiClassClassifier
1-against-all
METHOD_ERROR_EXHAUSTIVE - Static variable in class weka.classifiers.meta.MultiClassClassifier
exhaustive correction code
METHOD_ERROR_RANDOM - Static variable in class weka.classifiers.meta.MultiClassClassifier
random correction code
MethodHandler - Class in weka.core.xml
This class handles relationships between display names of properties (or classes) and Methods that are associated with them.
MethodHandler() - Constructor for class weka.core.xml.MethodHandler
initializes the handler
methodNameTipText() - Method in class weka.filters.unsupervised.attribute.NumericTransform
Returns the tip text for this property
methodTipText() - Method in class weka.classifiers.meta.MultiClassClassifier
 
metricIsMaximisable(String) - Method in class weka.classifiers.evaluation.EvaluationMetricHelper
Returns true if the named metric is maximisable
metricString() - Method in class weka.associations.Apriori
Returns the metric string for the chosen metric type
metricString() - Method in interface weka.associations.CARuleMiner
Gets name of the scoring metric used for car mining
metricTypeTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
metricTypeTipText() - Method in class weka.associations.FPGrowth
Tip text for this property suitable for displaying in the GUI.
MexicanHat - Class in weka.datagenerators.classifiers.regression
A data generator for the simple 'Mexian Hat' function:
y = sin|x| / |x|
In addition to this simple function, the amplitude can be changed and gaussian noise can be added.
MexicanHat() - Constructor for class weka.datagenerators.classifiers.regression.MexicanHat
initializes the generator
MiddleOutConstructor - Class in weka.core.neighboursearch.balltrees
The class that builds a BallTree middle out.

For more information see also:

Andrew W.
MiddleOutConstructor() - Constructor for class weka.core.neighboursearch.balltrees.MiddleOutConstructor
Creates a new instance of MiddleOutConstructor.
MidPointOfWidestDimension - Class in weka.core.neighboursearch.kdtrees
The class that splits a KDTree node based on the midpoint value of a dimension in which the node's points have the widest spread.

For more information see also:

Andrew Moore (1991).
MidPointOfWidestDimension() - Constructor for class weka.core.neighboursearch.kdtrees.MidPointOfWidestDimension
 
millisToDate(double, String) - Static method in class weka.core.Utils
The inverse of dateToMillis(String, String).
min - Variable in class weka.experiment.Stats
The minimum value seen, or Double.NaN if no values seen
MIN - Static variable in class weka.core.neighboursearch.KDTree
The index of MIN value in attributes' range array.
MIN - Static variable in class weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter
Index of min value in an array of attributes' range.
MIN_RULE - Static variable in class weka.classifiers.meta.Vote
combination rule: Minimum Probability
minAbsoluteCoefficientValueTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
minBoxRelWidthTipText() - Method in class weka.core.neighboursearch.KDTree
Tip text for this property.
minBucketSizeTipText() - Method in class weka.classifiers.rules.OneR
Returns the tip text for this property
minDataDLIfDeleted(int, double, boolean) - Method in class weka.classifiers.rules.RuleStats
Compute the minimal data description length of the ruleset if the rule in the given position is deleted.
The min_data_DL_if_deleted = data_DL_if_deleted - potential
minDataDLIfExists(int, double, boolean) - Method in class weka.classifiers.rules.RuleStats
Compute the minimal data description length of the ruleset if the rule in the given position is NOT deleted.
The min_data_DL_if_n_deleted = data_DL_if_n_deleted - potential
minDefaultTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
mineCARs(Instances) - Method in class weka.associations.Apriori
Method that mines all class association rules with minimum support and with a minimum confidence.
mineCARs(Instances) - Method in interface weka.associations.CARuleMiner
Method for mining class association rules.
minimalTipText() - Method in class weka.classifiers.functions.LinearRegression
Returns the tip text for this property.
minimizeAbsoluteErrorTipText() - Method in class weka.classifiers.meta.AdditiveRegression
Returns the tip text for this property
minimizeAbsoluteErrorTipText() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns the tip text for this property
minimizeExpectedCostTipText() - Method in class weka.classifiers.meta.CostSensitiveClassifier
 
minimizeWindows() - Method in class weka.gui.Main
minimizes all windows.
minimumBucketSizeTipText() - Method in class weka.attributeSelection.OneRAttributeEval
Returns a string for this option suitable for display in the gui as a tip text
minimumCanopyDensityTipText() - Method in class weka.clusterers.Canopy
Returns the tip text for this property.
minimumFractionOfWeightInfoGainTipText() - Method in class weka.classifiers.trees.HoeffdingTree
Returns the tip text for this property
minimumFrequencyTipText() - Method in class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues
Returns the tip text for this property
minimumLayoutSize(Container) - Method in class weka.gui.WrapLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
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.
MiningBuildTask - Class in weka.core.pmml.jaxbbindings
Java class for MiningBuildTask element declaration.
MiningBuildTask() - Constructor for class weka.core.pmml.jaxbbindings.MiningBuildTask
 
MiningField - Class in weka.core.pmml.jaxbbindings
Java class for MiningField element declaration.
MiningField() - Constructor for class weka.core.pmml.jaxbbindings.MiningField
 
MiningField(String, FIELDUSAGETYPE) - Constructor for class weka.core.pmml.jaxbbindings.MiningField
 
MiningField(String, FIELDUSAGETYPE, MISSINGVALUETREATMENTMETHOD, String) - Constructor for class weka.core.pmml.jaxbbindings.MiningField
 
MiningFieldMetaInfo - Class in weka.core.pmml
Class encapsulating information about a MiningField.
MiningFieldMetaInfo(Element) - Constructor for class weka.core.pmml.MiningFieldMetaInfo
Constructs a new MiningFieldMetaInfo object.
MININGFUNCTION - Enum Class in weka.core.pmml.jaxbbindings
Java class for MINING-FUNCTION.
MiningModel - Class in weka.core.pmml.jaxbbindings
Java class for MiningModel element declaration.
MiningModel() - Constructor for class weka.core.pmml.jaxbbindings.MiningModel
 
MiningSchema - Class in weka.core.pmml.jaxbbindings
Java class for MiningSchema element declaration.
MiningSchema - Class in weka.core.pmml
This class encapsulates the mining schema from a PMML xml file.
MiningSchema() - Constructor for class weka.core.pmml.jaxbbindings.MiningSchema
 
MiningSchema(Element, Instances, TransformationDictionary) - Constructor for class weka.core.pmml.MiningSchema
Constructor for MiningSchema.
minInstNumTipText() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the tip text for this property
minInstNumTipText() - Method in class weka.datagenerators.clusterers.SubspaceClusterDefinition
Returns the tip text for this property
Minkowski - Class in weka.core.pmml.jaxbbindings
Java class for minkowski element declaration.
Minkowski() - Constructor for class weka.core.pmml.jaxbbindings.Minkowski
 
MinkowskiDistance - Class in weka.core
Implementing Minkowski distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
MinkowskiDistance() - Constructor for class weka.core.MinkowskiDistance
Constructs an Minkowski Distance object, Instances must be still set.
MinkowskiDistance(Instances) - Constructor for class weka.core.MinkowskiDistance
Constructs an Minkowski Distance object and automatically initializes the ranges.
minLogLikelihoodImprovementCVTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
minLogLikelihoodImprovementIteratingTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
minMetricTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
minMetricTipText() - Method in class weka.associations.FPGrowth
Returns the tip text for this property
minNoTipText() - Method in class weka.classifiers.rules.JRip
Returns the tip text for this property
minNumInstancesTipText() - Method in class weka.classifiers.trees.LMT
Returns the tip text for this property
minNumInstancesTipText() - Method in class weka.classifiers.trees.m5.M5Base
Returns the tip text for this property
minNumObjTipText() - Method in class weka.classifiers.rules.PART
Returns the tip text for this property
minNumObjTipText() - Method in class weka.classifiers.trees.J48
Returns the tip text for this property
minNumTipText() - Method in class weka.classifiers.trees.RandomTree
Returns the tip text for this property
minNumTipText() - Method in class weka.classifiers.trees.REPTree
Returns the tip text for this property
MINOR - Static variable in class weka.core.Version
the minor version
minProb - Variable in class weka.classifiers.lazy.kstar.KStarWrapper
used/reused to hold the smallest transformation probability
minRadiusTipText() - Method in class weka.datagenerators.clusterers.BIRCHCluster
Returns the tip text for this property
minRangeTipText() - Method in class weka.datagenerators.classifiers.regression.MexicanHat
Returns the tip text for this property
minRuleSizeTipText() - Method in class weka.datagenerators.classifiers.classification.RDG1
Returns the tip text for this property
minsAndMaxs(Instances, double[][], int) - Method in class weka.classifiers.trees.j48.C45Split
Returns the minsAndMaxs of the index.th subset.
minStdDevTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
minStdDevTipText() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns the tip text for this property
minTermFreqTipText() - Method in class weka.core.DictionaryBuilder
Returns the tip text for this property.
minTermFreqTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property.
minThresholdTipText() - Method in class weka.filters.unsupervised.attribute.NumericCleaner
Returns the tip text for this property
minus(double) - Method in class weka.core.matrix.DoubleVector
Subtracts a value
minus(Node, Node) - Static method in class weka.core.expressionlanguage.common.Operators
'-' minus operator
minus(DoubleVector) - Method in class weka.core.matrix.DoubleVector
Subtracts another DoubleVector element by element
minus(Matrix) - Method in class weka.core.matrix.Matrix
C = A - B
MINUS - Static variable in interface weka.core.expressionlanguage.parser.sym
 
minusEquals(double) - Method in class weka.core.matrix.DoubleVector
Subtracts a value in place
minusEquals(DoubleVector) - Method in class weka.core.matrix.DoubleVector
Subtracts another DoubleVector element by element in place
minusEquals(Matrix) - Method in class weka.core.matrix.Matrix
A = A - B
minVariancePropTipText() - Method in class weka.classifiers.trees.RandomTree
Returns the tip text for this property
minVariancePropTipText() - Method in class weka.classifiers.trees.REPTree
Returns the tip text for this property
minWordFrequencyTipText() - Method in class weka.classifiers.bayes.NaiveBayesMultinomialText
Returns the tip text for this property
minWordFrequencyTipText() - Method in class weka.classifiers.functions.SGDText
Returns the tip text for this property
MISC - Enum constant in enum class weka.core.TechnicalInformation.Type
Use this type when nothing else fits.
MISSING - Enum constant in enum class weka.core.pmml.FieldMetaInfo.Value.Property
 
MISSING_CLASS_VALUES - Enum constant in enum class weka.core.Capabilities.Capability
can handle missing values in class attribute
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.
MISSING_VALUE - Static variable in class weka.core.json.JSONInstances
the missing value indicator.
MISSING_VALUES - Enum constant in enum class weka.core.Capabilities.Capability
can handle missing values in attributes
missingAccessed() - Method in class weka.core.expressionlanguage.weka.InstancesHelper
Whether a missing value has been evaluated during computation.
missingArcs(BayesNet) - Method in class weka.classifiers.bayes.net.BIFReader
Count nr of arcs missing from other network compared to current network Note that an arc is not 'missing' if it is reversed.
missingClass() - Method in class weka.classifiers.evaluation.Evaluation
Gets the weight of the instances that had missing class values
missingCount - Variable in class weka.core.AttributeStats
The number of missing values
missingMergeTipText() - Method in class weka.attributeSelection.GainRatioAttributeEval
Returns the tip text for this property
missingMergeTipText() - Method in class weka.attributeSelection.InfoGainAttributeEval
Returns the tip text for this property
missingMergeTipText() - Method in class weka.attributeSelection.SymmetricalUncertAttributeEval
Returns the tip text for this property
missingModeTipText() - Method in class weka.classifiers.lazy.KStar
Returns the tip text for this property
missingSeparateTipText() - Method in class weka.attributeSelection.CfsSubsetEval
Returns the tip text for this property
missingValue() - Static method in class weka.core.Utils
Returns the value used to code a missing value.
MISSINGVALUESTRATEGY - Enum Class in weka.core.pmml.jaxbbindings
Java class for MISSING-VALUE-STRATEGY.
missingValueTipText() - Method in class weka.core.converters.CSVLoader
Returns the tip text for this property.
missingValueTipText() - Method in class weka.core.converters.CSVSaver
Returns the tip text for this property.
MISSINGVALUETREATMENTMETHOD - Enum Class in weka.core.pmml.jaxbbindings
Java class for MISSING-VALUE-TREATMENT-METHOD.
MissingValueWeights - Class in weka.core.pmml.jaxbbindings
Java class for MissingValueWeights element declaration.
MissingValueWeights() - Constructor for class weka.core.pmml.jaxbbindings.MissingValueWeights
 
MIXED - Enum constant in enum class weka.core.pmml.jaxbbindings.MININGFUNCTION
 
MM() - Constructor for class weka.estimators.UnivariateMixtureEstimator.MM
 
MODEL_CHAIN - Enum constant in enum class weka.core.pmml.jaxbbindings.MULTIPLEMODELMETHOD
 
MODEL_FILE_EXTENSION - Static variable in class weka.gui.explorer.ClassifierPanel
The filename extension that should be used for model files.
MODEL_FILE_EXTENSION - Static variable in class weka.gui.explorer.ClustererPanel
The filename extension that should be used for model files
modelBuilt() - Method in class weka.classifiers.functions.supportVector.RegOptimizer
flag to indicate whether the model was built yet
modelDistributionForInstance(Instance) - Method in class weka.classifiers.trees.lmt.LMTNode
Returns the class probabilities for an instance according to the logistic model at the node.
ModelExplanation - Class in weka.core.pmml.jaxbbindings
Java class for ModelExplanation element declaration.
ModelExplanation() - Constructor for class weka.core.pmml.jaxbbindings.ModelExplanation
 
modelFileTipText() - Method in class weka.classifiers.misc.SerializedClassifier
Returns the tip text for this property
ModelLiftGraph - Class in weka.core.pmml.jaxbbindings
Java class for ModelLiftGraph element declaration.
ModelLiftGraph() - Constructor for class weka.core.pmml.jaxbbindings.ModelLiftGraph
 
modelPathTipText() - Method in class weka.classifiers.misc.InputMappedClassifier
Returns the tip text for this property
ModelPerformanceChart - Class in weka.gui.beans
Bean that can be used for displaying threshold curves (e.g.
ModelPerformanceChart - Class in weka.knowledgeflow.steps
A Step that collects and displays either classifier error plots or threshold curves
ModelPerformanceChart() - Constructor for class weka.gui.beans.ModelPerformanceChart
 
ModelPerformanceChart() - Constructor for class weka.knowledgeflow.steps.ModelPerformanceChart
 
ModelPerformanceChartBeanInfo - Class in weka.gui.beans
Bean info class for the model performance chart
ModelPerformanceChartBeanInfo() - Constructor for class weka.gui.beans.ModelPerformanceChartBeanInfo
 
ModelPerformanceChartCustomizer - Class in weka.gui.beans
GUI customizer for model performance chart.
ModelPerformanceChartCustomizer() - Constructor for class weka.gui.beans.ModelPerformanceChartCustomizer
Constructor
ModelPerformanceChartInteractiveView - Class in weka.gui.knowledgeflow.steps
Interactive viewer for the ModelPerformanceChart step
ModelPerformanceChartInteractiveView() - Constructor for class weka.gui.knowledgeflow.steps.ModelPerformanceChartInteractiveView
 
ModelPerformanceChartStepEditorDialog - Class in weka.gui.knowledgeflow.steps
Step editor dialog for the ModelPerformanceChart step
ModelPerformanceChartStepEditorDialog() - Constructor for class weka.gui.knowledgeflow.steps.ModelPerformanceChartStepEditorDialog
 
ModelSelection - Class in weka.classifiers.trees.j48
Abstract class for model selection criteria.
ModelSelection() - Constructor for class weka.classifiers.trees.j48.ModelSelection
 
ModelStats - Class in weka.core.pmml.jaxbbindings
Java class for ModelStats element declaration.
ModelStats() - Constructor for class weka.core.pmml.jaxbbindings.ModelStats
 
modelsToString() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns a string describing the logistic regression function at the node.
ModelVerification - Class in weka.core.pmml.jaxbbindings
Java class for ModelVerification element declaration.
ModelVerification() - Constructor for class weka.core.pmml.jaxbbindings.ModelVerification
 
modifyHeaderTipText() - Method in class weka.filters.unsupervised.instance.RemoveFrequentValues
Returns the tip text for this property
modifyHeaderTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the tip text for this property
momentumTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
MONTH - Enum constant in enum class weka.core.TechnicalInformation.Field
The month in which the work was published or, for an unpublished work, in which it was written.
moralize(BayesNet) - Method in class weka.classifiers.bayes.net.MarginCalculator
moralize DAG and calculate adjacency matrix representation for a Bayes Network, effecively converting the directed acyclic graph to an undirected graph.
mostRecentVersionWithRespectToConstraint(PackageConstraint) - Static method in class weka.core.WekaPackageManager
Find the most recent version of the package encapsulated in the supplied PackageConstraint argument that satisfies the constraint
mouseClicked(MouseEvent) - Method in class weka.gui.arffviewer.ArffPanel
Invoked when a mouse button has been pressed and released on a component
mouseClicked(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Does nothing.
mouseDragged(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Performs intermediate updates to what the user wishes to do.
mouseEntered(MouseEvent) - Method in class weka.gui.arffviewer.ArffPanel
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Does nothing.
mouseExited(MouseEvent) - Method in class weka.gui.arffviewer.ArffPanel
Invoked when the mouse exits a component
mouseExited(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Does nothing.
mouseMoved(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Does nothing.
mousePressed(MouseEvent) - Method in class weka.gui.arffviewer.ArffPanel
Invoked when a mouse button has been pressed on a component
mousePressed(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Determines what action the user wants to perform.
mouseReleased(MouseEvent) - Method in class weka.gui.arffviewer.ArffPanel
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class weka.gui.treevisualizer.TreeVisualizer
Performs the final stages of what the user wants to perform.
move(File, File) - Static method in class weka.gui.scripting.ScriptUtils
Moves the file/directory (recursively).
MOVE_DOWN - Static variable in class weka.gui.JListHelper
moves items down
MOVE_UP - Static variable in class weka.gui.JListHelper
moves items up
moveBottom(JList) - Static method in class weka.gui.JListHelper
moves the selected items to the end
moveDown(JList) - Static method in class weka.gui.JListHelper
moves the selected item down by 1
moveTop(JList) - Static method in class weka.gui.JListHelper
moves the selected items to the top
moveUp(JList) - Static method in class weka.gui.JListHelper
moves the selected items up by 1
MRNUMBER - Enum constant in enum class weka.core.TechnicalInformation.Field
The Mathematical Reviews number.
MSE() - Method in class weka.estimators.UnivariateMixtureEstimator.MM
Returns average of squared errors for current model.
MultiClassClassifier - Class in weka.classifiers.meta
A metaclassifier for handling multi-class datasets with 2-class classifiers.
MultiClassClassifier() - Constructor for class weka.classifiers.meta.MultiClassClassifier
Constructor.
MultiClassClassifierUpdateable - Class in weka.classifiers.meta
A metaclassifier for handling multi-class datasets with 2-class classifiers.
MultiClassClassifierUpdateable() - Constructor for class weka.classifiers.meta.MultiClassClassifierUpdateable
Constructor
MultiFilter - Class in weka.filters
Applies several filters successively.
MultiFilter() - Constructor for class weka.filters.MultiFilter
 
MultiInstanceCapabilitiesHandler - Interface in weka.core
Multi-Instance classifiers can specify an additional Capabilities object for the data in the relational attribute, since the format of multi-instance data is fixed to "bag/NOMINAL,data/RELATIONAL,class".
MultilayerPerceptron - Class in weka.classifiers.functions
A classifier that uses backpropagation to learn a multi-layer perceptron to classify instances.
MultilayerPerceptron() - Constructor for class weka.classifiers.functions.MultilayerPerceptron
The constructor.
MultiNomialBMAEstimator - Class in weka.classifiers.bayes.net.estimate
Multinomial BMA Estimator.
MultiNomialBMAEstimator() - Constructor for class weka.classifiers.bayes.net.estimate.MultiNomialBMAEstimator
 
MultipleClassifiersCombiner - Class in weka.classifiers
Abstract utility class for handling settings common to meta classifiers that build an ensemble from multiple classifiers.
MultipleClassifiersCombiner() - Constructor for class weka.classifiers.MultipleClassifiersCombiner
 
MULTIPLEMODELMETHOD - Enum Class in weka.core.pmml.jaxbbindings
Java class for MULTIPLE-MODEL-METHOD.
multiply(Matrix) - Method in class weka.core.Matrix
Deprecated.
Returns the multiplication of two matrices
multiResultsetFull(int, int) - Method in class weka.experiment.PairedTTester
Creates a comparison table where a base resultset is compared to the other resultsets.
multiResultsetFull(int, int) - Method in interface weka.experiment.Tester
Creates a comparison table where a base resultset is compared to the other resultsets.
multiResultsetRanking(int) - Method in class weka.experiment.PairedTTester
returns a ranking of the resultsets
multiResultsetRanking(int) - Method in interface weka.experiment.Tester
 
multiResultsetSummary(int) - Method in class weka.experiment.PairedTTester
Carries out a comparison between all resultsets, counting the number of datsets where one resultset outperforms the other.
multiResultsetSummary(int) - Method in interface weka.experiment.Tester
Carries out a comparison between all resultsets, counting the number of datsets where one resultset outperforms the other.
multiResultsetWins(int, int[][]) - Method in class weka.experiment.PairedTTester
Carries out a comparison between all resultsets, counting the number of datsets where one resultset outperforms the other.
multiResultsetWins(int, int[][]) - Method in interface weka.experiment.Tester
Carries out a comparison between all resultsets, counting the number of datsets where one resultset outperforms the other.
MultiScheme - Class in weka.classifiers.meta
Class for selecting a classifier from among several using cross validation on the training data or the performance on the training data.
MultiScheme() - Constructor for class weka.classifiers.meta.MultiScheme
 
MultiStopwords - Class in weka.core.stopwords
Applies the specified stopwords algorithms one after other.
As soon as a word has been identified as stopword, the loop is exited.
MultiStopwords() - Constructor for class weka.core.stopwords.MultiStopwords
 
MultivariateEstimator - Interface in weka.estimators
Interface to Multivariate Distribution Estimation
MultivariateGaussianEstimator - Class in weka.estimators
Implementation of maximum likelihood Multivariate Distribution Estimation using Normal Distribution.
MultivariateGaussianEstimator() - Constructor for class weka.estimators.MultivariateGaussianEstimator
 
MultivariateStat - Class in weka.core.pmml.jaxbbindings
Java class for MultivariateStat element declaration.
MultivariateStat() - Constructor for class weka.core.pmml.jaxbbindings.MultivariateStat
 
MultivariateStats - Class in weka.core.pmml.jaxbbindings
Java class for MultivariateStats element declaration.
MultivariateStats() - Constructor for class weka.core.pmml.jaxbbindings.MultivariateStats
 

N

NaiveBayes - Class in weka.classifiers.bayes
Class for a Naive Bayes classifier using estimator classes.
NaiveBayes - Class in weka.classifiers.bayes.net.search.fixed
The NaiveBayes class generates a fixed Bayes network structure with arrows from the class variable to each of the attribute variables.
NaiveBayes() - Constructor for class weka.classifiers.bayes.NaiveBayes
 
NaiveBayes() - Constructor for class weka.classifiers.bayes.net.search.fixed.NaiveBayes
 
NaiveBayesModel - Class in weka.core.pmml.jaxbbindings
Java class for NaiveBayesModel element declaration.
NaiveBayesModel() - Constructor for class weka.core.pmml.jaxbbindings.NaiveBayesModel
 
NaiveBayesMultinomial - Class in weka.classifiers.bayes
Class for building and using a multinomial Naive Bayes classifier.
NaiveBayesMultinomial() - Constructor for class weka.classifiers.bayes.NaiveBayesMultinomial
 
NaiveBayesMultinomialText - Class in weka.classifiers.bayes
Multinomial naive bayes for text data.
NaiveBayesMultinomialText() - Constructor for class weka.classifiers.bayes.NaiveBayesMultinomialText
 
NaiveBayesMultinomialUpdateable - Class in weka.classifiers.bayes
Class for building and using an updateable multinomial Naive Bayes classifier.
NaiveBayesMultinomialUpdateable() - Constructor for class weka.classifiers.bayes.NaiveBayesMultinomialUpdateable
 
naiveBayesPredictionThresholdTipText() - Method in class weka.classifiers.trees.HoeffdingTree
Returns the tip text for this property
NaiveBayesUpdateable - Class in weka.classifiers.bayes
Class for a Naive Bayes classifier using estimator classes.
NaiveBayesUpdateable() - Constructor for class weka.classifiers.bayes.NaiveBayesUpdateable
 
name() - Method in class weka.core.Attribute
Returns the attribute's name.
name() - Method in class weka.core.Option
Returns the option's name.
name() - Element in annotation interface weka.knowledgeflow.steps.KFStep
The name of this step
NAME - Static variable in class weka.core.json.JSONInstances
the name attribute.
NAME_CLASSFIRST - Static variable in class weka.experiment.xml.XMLExperiment
the name of the classFirst property
NAME_PROPERTYNODE_PARENTCLASS - Static variable in class weka.experiment.xml.XMLExperiment
PropertyNode member
NAME_PROPERTYNODE_PROPERTY - Static variable in class weka.experiment.xml.XMLExperiment
PropertyNode member
NAME_PROPERTYNODE_VALUE - Static variable in class weka.experiment.xml.XMLExperiment
PropertyNode member
NamedColor - Class in weka.gui.treevisualizer
This class contains a color name and the rgb values of that color
NamedColor(String, int, int, int) - Constructor for class weka.gui.treevisualizer.NamedColor
 
nameTipText() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the tip text for this property
NATIVE_LIBS_DIR - Static variable in class weka.core.WekaPackageManager
The default native libraries directory
NATIVE_LIBS_DIR_NAME - Static variable in class weka.core.WekaPackageManager
 
NBNode - Class in weka.classifiers.trees.ht
Implements a LearningNode that uses a naive Bayes model
NBNode(Instances, double) - Constructor for class weka.classifiers.trees.ht.NBNode
Construct a new NBNode
NBNodeAdaptive - Class in weka.classifiers.trees.ht
Implements a LearningNode that chooses between using majority class or naive Bayes for prediction
NBNodeAdaptive(Instances, double) - Constructor for class weka.classifiers.trees.ht.NBNodeAdaptive
Constructor
NBTreeClassifierTree - Class in weka.classifiers.trees.j48
Class for handling a naive bayes tree structure used for classification.
NBTreeClassifierTree(ModelSelection) - Constructor for class weka.classifiers.trees.j48.NBTreeClassifierTree
 
NBTreeModelSelection - Class in weka.classifiers.trees.j48
Class for selecting a NB tree split.
NBTreeModelSelection(int, Instances) - Constructor for class weka.classifiers.trees.j48.NBTreeModelSelection
Initializes the split selection method with the given parameters.
NBTreeNoSplit - Class in weka.classifiers.trees.j48
Class implementing a "no-split"-split (leaf node) for naive bayes trees.
NBTreeNoSplit() - Constructor for class weka.classifiers.trees.j48.NBTreeNoSplit
 
NBTreeSplit - Class in weka.classifiers.trees.j48
Class implementing a NBTree split on an attribute.
NBTreeSplit(int, int, double) - Constructor for class weka.classifiers.trees.j48.NBTreeSplit
Initializes the split model.
NDConditionalEstimator - Class in weka.estimators
Conditional probability estimator for a numeric domain conditional upon a discrete domain (utilises separate normal estimators for each discrete conditioning value).
NDConditionalEstimator() - Constructor for class weka.estimators.NDConditionalEstimator
No-arg constructor needed to make WEKA's forName() work.
NDConditionalEstimator(int, double) - Constructor for class weka.estimators.NDConditionalEstimator
Constructor
NearestNeighborModel - Class in weka.core.pmml.jaxbbindings
Java class for NearestNeighborModel element declaration.
NearestNeighborModel() - Constructor for class weka.core.pmml.jaxbbindings.NearestNeighborModel
 
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.BallTree
Returns the nearest instance in the current neighbourhood to the supplied instance.
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.CoverTree
Returns the NN instance of a given target instance, from among the previously supplied training instances.
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.FilteredNeighbourSearch
Returns the nearest neighbour for the given instance based on distance measured in the filtered space.
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.KDTree
Returns the nearest neighbour of the supplied target instance.
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.LinearNNSearch
Returns the nearest instance in the current neighbourhood to the supplied instance.
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.NearestNeighbourSearch
Returns the nearest instance in the current neighbourhood to the supplied instance.
NearestNeighbourSearch - Class in weka.core.neighboursearch
Abstract class for nearest neighbour search.
NearestNeighbourSearch() - Constructor for class weka.core.neighboursearch.NearestNeighbourSearch
Constructor.
NearestNeighbourSearch(Instances) - Constructor for class weka.core.neighboursearch.NearestNeighbourSearch
Constructor.
nearestNeighbourSearchAlgorithmTipText() - Method in class weka.classifiers.lazy.IBk
Returns the tip text for this property.
nearestNeighbourSearchAlgorithmTipText() - Method in class weka.classifiers.lazy.LWL
Returns the tip text for this property.
needExponentialFormat(double) - Method in class weka.core.matrix.FlexibleDecimalFormat
 
needsUID(Class<?>) - Static method in class weka.core.SerializationHelper
checks whether a class needs to declare a serialVersionUID, i.e., it implements the java.io.Serializable interface but doesn't declare a serialVersionUID.
needsUID(String) - Static method in class weka.core.SerializationHelper
checks whether a class needs to declare a serialVersionUID, i.e., it implements the java.io.Serializable interface but doesn't declare a serialVersionUID.
NEGBIN - Enum constant in enum class weka.core.pmml.jaxbbindings.LINKFUNCTION
 
NeuralConnection - Class in weka.classifiers.functions.neural
Abstract unit in a NeuralNetwork.
NeuralConnection(String) - Constructor for class weka.classifiers.functions.neural.NeuralConnection
Constructs The unit with the basic connection information prepared for use.
NeuralInput - Class in weka.core.pmml.jaxbbindings
Java class for NeuralInput element declaration.
NeuralInput() - Constructor for class weka.core.pmml.jaxbbindings.NeuralInput
 
NeuralInputs - Class in weka.core.pmml.jaxbbindings
Java class for NeuralInputs element declaration.
NeuralInputs() - Constructor for class weka.core.pmml.jaxbbindings.NeuralInputs
 
NeuralLayer - Class in weka.core.pmml.jaxbbindings
Java class for NeuralLayer element declaration.
NeuralLayer() - Constructor for class weka.core.pmml.jaxbbindings.NeuralLayer
 
NeuralMethod - Interface in weka.classifiers.functions.neural
This is an interface used to create classes that can be used by the neuralnode to perform all it's computations.
NeuralNetwork - Class in weka.classifiers.pmml.consumer
Class implementing import of PMML Neural Network model.
NeuralNetwork - Class in weka.core.pmml.jaxbbindings
Java class for NeuralNetwork element declaration.
NeuralNetwork() - Constructor for class weka.core.pmml.jaxbbindings.NeuralNetwork
 
NeuralNetwork(Element, Instances, MiningSchema) - Constructor for class weka.classifiers.pmml.consumer.NeuralNetwork
 
NeuralNode - Class in weka.classifiers.functions.neural
This class is used to represent a node in the neuralnet.
NeuralNode(String, Random, NeuralMethod) - Constructor for class weka.classifiers.functions.neural.NeuralNode
 
NeuralOutput - Class in weka.core.pmml.jaxbbindings
Java class for NeuralOutput element declaration.
NeuralOutput() - Constructor for class weka.core.pmml.jaxbbindings.NeuralOutput
 
NeuralOutputs - Class in weka.core.pmml.jaxbbindings
Java class for NeuralOutputs element declaration.
NeuralOutputs() - Constructor for class weka.core.pmml.jaxbbindings.NeuralOutputs
 
Neuron - Class in weka.core.pmml.jaxbbindings
Java class for Neuron element declaration.
Neuron() - Constructor for class weka.core.pmml.jaxbbindings.Neuron
 
NEW_BATCH - Static variable in class weka.gui.beans.IncrementalClassifierEvent
 
NEW_FLOW_BUTTON - Enum constant in enum class weka.gui.knowledgeflow.MainKFPerspectiveToolBar.Widgets
 
newClassLoader() - Static method in class weka.core.scripting.Groovy
initializes and returns a Groovy Interpreter.
newClock() - Static method in class weka.core.Debug
returns a new instance of a clock
newDataFormat(DataSetEvent) - Method in class weka.gui.beans.ClassAssignerCustomizer
 
newDataFormat(DataSetEvent) - Method in interface weka.gui.beans.DataFormatListener
Recieve a DataSetEvent that encapsulates a new data format.
newDocument(String, String) - Method in class weka.core.xml.XMLDocument
creates a new Document with the given information.
newEnt(Distribution) - Method in class weka.classifiers.trees.j48.EntropyBasedSplitCrit
Computes entropy of distribution after splitting.
Newick - Static variable in interface weka.core.Drawable
 
newInstance() - Method in class weka.gui.ExtensionFileFilterWithClass
Creates a new instance of the underlying class.
newInstance(File, Class<?>) - Static method in class weka.core.scripting.Groovy
loads the module and returns a new instance of it as instance of the provided Java class template.
newInstance(File, Class<?>) - Static method in class weka.core.scripting.Jython
loads the module and returns a new instance of it as instance of the provided Java class template.
newInstance(File, Class<?>, File[]) - Static method in class weka.c