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

A

A - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
A - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
AboutBox - Class in com.rapidminer.gui.tools
This dialog displays some informations about the product.
AboutBox(Frame, String, String, String, String, String, Image) - Constructor for class com.rapidminer.gui.tools.AboutBox
 
AboutBox(Frame, String, Image) - Constructor for class com.rapidminer.gui.tools.AboutBox
 
AboutBox(Frame, Properties, Image) - Constructor for class com.rapidminer.gui.tools.AboutBox
 
ABS_ALPHA - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
ABS_SCALED - Static variable in class com.rapidminer.gui.viewer.DataTableViewerTable
 
ABSOLUTE_WEIGHTS - Static variable in class com.rapidminer.example.AttributeWeights
Indicates that the the absolute weights should be used for sorting.
AbsoluteDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes all numeric attributes in the dataset into nominal attributes.
AbsoluteDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
AbsoluteError - Class in com.rapidminer.operator.performance
The absolute error: Sum(|label-predicted|)/#examples.
AbsoluteError() - Constructor for class com.rapidminer.operator.performance.AbsoluteError
 
AbsoluteError(AbsoluteError) - Constructor for class com.rapidminer.operator.performance.AbsoluteError
 
AbsoluteSampling - Class in com.rapidminer.operator.preprocessing.sampling
Absolute sampling operator.
AbsoluteSampling(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.AbsoluteSampling
 
AbsoluteSplitChain - Class in com.rapidminer.operator.meta
An operator chain that split an ExampleSet into two disjunct parts and applies the first child operator on the first part and applies the second child on the second part and the result of the first child.
AbsoluteSplitChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.AbsoluteSplitChain
 
AbsoluteStratifiedSampling - Class in com.rapidminer.operator.preprocessing.sampling
Stratified sampling operator.
AbsoluteStratifiedSampling(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.AbsoluteStratifiedSampling
 
AbsoluteValueFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator simply replaces all values by their absolute respective value.
AbsoluteValueFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AbsoluteValueFilter
 
AbsoluteValueGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
AbsoluteValueGenerator() - Constructor for class com.rapidminer.generator.AbsoluteValueGenerator
 
Abstract2DChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the abstract superclass for scatter plotter based on JFreeChart.
Abstract2DChartPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
Abstract2DChartPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
Abstract2DChartPlotter.SeriesAndItem - Class in com.rapidminer.gui.plotter.charts
 
Abstract2DChartPlotter.SeriesAndItem(int, int) - Constructor for class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter.SeriesAndItem
 
AbstractAggregationFunction - Class in com.rapidminer.tools.math.function.aggregation
Superclass for aggregation functions providing some generic functions.
AbstractAggregationFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
AbstractAggregationFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
AbstractAttribute - Class in com.rapidminer.example.table
This is a possible abstract superclass for all attribute implementations.
AbstractAttributeFilterCondition - Class in com.rapidminer.operator.preprocessing.filter.attributes
 
AbstractAttributeFilterCondition() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
All implementing filter conditions have to have an empty constructor.
AbstractAttributes - Class in com.rapidminer.example
This is the abstract superclass for all attribute set implementations.
AbstractAttributes() - Constructor for class com.rapidminer.example.AbstractAttributes
 
AbstractBootstrapping - Class in com.rapidminer.operator.preprocessing.sampling
This operator constructs a bootstrapped sample from the given example set.
AbstractBootstrapping(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
 
AbstractBootstrappingValidation - Class in com.rapidminer.operator.validation
This validation operator performs several bootstrapped samplings (sampling with replacement) on the input set and trains a model on these samples.
AbstractBootstrappingValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
AbstractCachedPainter - Class in com.rapidminer.gui.look.painters
A cached painter.
AbstractCachedPainter(int) - Constructor for class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
AbstractClusterer - Class in com.rapidminer.operator.clustering.clusterer
Abstract superclass of clusterers which defines the I/O behavior.
AbstractClusterer(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
 
AbstractConfigurationWizard - Class in com.rapidminer.gui.wizards
This class is the creator for wizard dialogs defining the configuration for ExampleSource operators.
AbstractConfigurationWizard(String, ConfigurationListener) - Constructor for class com.rapidminer.gui.wizards.AbstractConfigurationWizard
Creates a new wizard.
AbstractConfigurationWizardCreator - Class in com.rapidminer.gui.wizards
An abstract super class for the creators of configuration handling providing some basic parameter handling.
AbstractConfigurationWizardCreator() - Constructor for class com.rapidminer.gui.wizards.AbstractConfigurationWizardCreator
 
AbstractCriterion - Class in com.rapidminer.operator.learner.rules
This criterion class can be used to incrementally calculate a benefit.
AbstractCriterion() - Constructor for class com.rapidminer.operator.learner.rules.AbstractCriterion
 
AbstractCriterion - Class in com.rapidminer.operator.learner.tree
This criterion class can be used for the incremental calculation of benefits.
AbstractCriterion() - Constructor for class com.rapidminer.operator.learner.tree.AbstractCriterion
 
AbstractDataProcessing - Class in com.rapidminer.operator.preprocessing
Abstract super class of the AbstractExampleSetProcessing hierarchy in the preprocessing package.
AbstractDataProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.AbstractDataProcessing
 
AbstractDataRowReader - Class in com.rapidminer.example.table
Reads a sequence of DataRows, e.g. from memory, a file or a database.
AbstractDataRowReader(DataRowFactory) - Constructor for class com.rapidminer.example.table.AbstractDataRowReader
 
AbstractDataTable - Class in com.rapidminer.datatable
This abstract data table implementation provides some default implementations for data tables like listener handling.
AbstractDataTable(String) - Constructor for class com.rapidminer.datatable.AbstractDataTable
 
AbstractDataTablePlotterRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should be a plotter based on a given DataTable.
AbstractDataTablePlotterRenderer() - Constructor for class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
AbstractDataTableTableRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should be a table based on a given DataTable.
AbstractDataTableTableRenderer() - Constructor for class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
AbstractDataTableTableRenderer.DefaultTableable - Class in com.rapidminer.gui.renderer
 
AbstractDataTableTableRenderer.DefaultTableable(DataTable, Renderer) - Constructor for class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
AbstractEntropyWeighting - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of a feature by computing the an entropy value of the class distribution, if the given example set would have been splitted according to the feature.
AbstractEntropyWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.AbstractEntropyWeighting
 
AbstractExampleReader - Class in com.rapidminer.example.set
Abstract implementation which implements the method remove by throwing a UnsupportedOperationException.
AbstractExampleReader() - Constructor for class com.rapidminer.example.set.AbstractExampleReader
 
AbstractExampleSet - Class in com.rapidminer.example.set
Implements wrapper methods of abstract example set.
AbstractExampleSet() - Constructor for class com.rapidminer.example.set.AbstractExampleSet
 
AbstractExampleSetEvaluator - Class in com.rapidminer.operator.performance
Abstract superclass of operators accepting an ExampleSet and producing a PerformanceVector.
AbstractExampleSetEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.AbstractExampleSetEvaluator
 
AbstractExampleSetJoin - Class in com.rapidminer.operator.preprocessing.join
Build the join of two example sets.
AbstractExampleSetJoin(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
AbstractExampleSetJoin.AttributeSource - Class in com.rapidminer.operator.preprocessing.join
Helper class to find the correct data for all union attributes.
AbstractExampleSetJoin.AttributeSource(int, Attribute) - Constructor for class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
AbstractExampleSetProcessing - Class in com.rapidminer.operator
Abstract superclass of all operators modifying an example set, i.e. accepting an ExampleSet as input and delivering an ExampleSet as output.
AbstractExampleSetProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.AbstractExampleSetProcessing
 
AbstractExampleSetWriter - Class in com.rapidminer.operator.io
Abstract super type of example set writing operators.
AbstractExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AbstractExampleSetWriter
 
AbstractExampleSource - Class in com.rapidminer.operator.io
Super class of all operators requiring no input and creating an ExampleSet.
AbstractExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AbstractExampleSource
 
AbstractExampleTable - Class in com.rapidminer.example.table
This class is the core data supplier for example sets.
AbstractExampleTable(List<Attribute>) - Constructor for class com.rapidminer.example.table.AbstractExampleTable
Creates a new ExampleTable.
AbstractFeatureConstruction - Class in com.rapidminer.operator.features.construction
Abstract superclass of all feature processing operators who generate new features.
AbstractFeatureConstruction(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.AbstractFeatureConstruction
 
AbstractFeatureProcessing - Class in com.rapidminer.operator.features
Superclass of all operators changing the features (attributes) of an ExampleSet.
AbstractFeatureProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.features.AbstractFeatureProcessing
 
AbstractFeatureSelection - Class in com.rapidminer.operator.features.selection
Abstract superclass of all feature processing operators who remove features from the example set.
AbstractFeatureSelection(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.AbstractFeatureSelection
 
AbstractFeatureTransformation - Class in com.rapidminer.operator.features.transformation
Abstract super class of all operators transforming the feature space.
AbstractFeatureTransformation(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.AbstractFeatureTransformation
 
AbstractGeneratingGeneticAlgorithm - Class in com.rapidminer.operator.features.construction
In contrast to its superclass GeneticAlgorithm, the GeneratingGeneticAlgorithm generates new attributes and thus can change the length of an individual.
AbstractGeneratingGeneticAlgorithm(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
AbstractGeneticAlgorithm - Class in com.rapidminer.operator.features.selection
Genetic algorithms are general purpose optimization / search algorithms that are suitable in case of no or little problem knowledge.
AbstractGeneticAlgorithm(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
AbstractGraphRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should be a graph based on a given GraphCreator.
AbstractGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
AbstractIOObject - Class in com.rapidminer.operator
This is an abstract superclass for all IOObject.
AbstractIOObject() - Constructor for class com.rapidminer.operator.AbstractIOObject
 
AbstractLearner - Class in com.rapidminer.operator.learner
A Learner is an operator that encapsulates the learning step of a machine learning method.
AbstractLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.AbstractLearner
Creates a new abstract learner.
AbstractLinkageMethod - Class in com.rapidminer.operator.clustering.clusterer
This class provides the basic functionality for all linkage methods of agglomerative clustering.
AbstractLinkageMethod(DistanceMatrix, int[]) - Constructor for class com.rapidminer.operator.clustering.clusterer.AbstractLinkageMethod
 
AbstractMetaLearner - Class in com.rapidminer.operator.learner.meta
A MetaLearner is an operator that encapsulates one or more learning steps to build its model.
AbstractMetaLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
AbstractModel - Class in com.rapidminer.operator
Abstract model is the superclass for all objects which change a data set.
AbstractModel(ExampleSet) - Constructor for class com.rapidminer.operator.AbstractModel
Created a new model which was built on the given example set.
AbstractModelLoader - Class in com.rapidminer.operator.io
Super class of all operators requiring no input and creating a Model.
AbstractModelLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AbstractModelLoader
 
AbstractMySVMLearner - Class in com.rapidminer.operator.learner.functions.kernel
This is the abstract superclass for the support vector machine / KLR implementations of Stefan Rüping.
AbstractMySVMLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
AbstractMySVMModel - Class in com.rapidminer.operator.learner.functions.kernel
The abstract superclass for the SVM models by Stefan Rueping.
AbstractMySVMModel(ExampleSet, SVMExamples, Kernel, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
AbstractNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
This is the abstract superclass for all nominal similarity measures.
AbstractNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.AbstractNominalSimilarity
 
AbstractOperatorDocGenerator - Class in com.rapidminer.doc
This generator provides useful methods to generate documentation from the Javadoc comments and abstract methods of an operator.
AbstractOperatorDocGenerator() - Constructor for class com.rapidminer.doc.AbstractOperatorDocGenerator
 
AbstractOutlierDetection - Class in com.rapidminer.operator.preprocessing.outlier
Abstract superclass of outlier detection operators.
AbstractOutlierDetection(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.AbstractOutlierDetection
 
AbstractPairwiseMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates a dependency matrix between all attributes of the input example set.
AbstractPairwiseMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.AbstractPairwiseMatrixOperator
 
AbstractPerformanceEvaluator - Class in com.rapidminer.operator.performance
This performance evaluator operator should be used for regression tasks, i.e. in cases where the label attribute has a numerical value type.
AbstractPerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
 
AbstractPieChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the main pie chart plotter.
AbstractPieChartPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
AbstractPieChartPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
AbstractReader<T extends IOObject> - Class in com.rapidminer.operator.io
Superclass of all operators that have no input and generate a single output.
AbstractReader(OperatorDescription, Class) - Constructor for class com.rapidminer.operator.io.AbstractReader
 
AbstractRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which provide some basic methods for parameter handling.
AbstractRenderer() - Constructor for class com.rapidminer.gui.renderer.AbstractRenderer
 
AbstractSamplingOperator - Class in com.rapidminer.operator.preprocessing.sampling
Abstract superclass of operators leaving the attribute set and data unchanged but reducing the number of examples.
AbstractSamplingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.AbstractSamplingOperator
 
AbstractSeriesProcessing - Class in com.rapidminer.operator.preprocessing.series
This is the abstract superclass for all series processing operators.
AbstractSeriesProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.series.AbstractSeriesProcessing
 
AbstractSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
AbstractSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.AbstractSparseArrayDataRow
Creates an empty sparse array data row with size 0.
AbstractSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.AbstractSparseArrayDataRow
Creates a sparse array data row of the given size.
AbstractSplitChain - Class in com.rapidminer.operator.meta
An operator chain that split an ExampleSet into two disjunct parts and applies the first child operator on the first part and applies the second child on the second part and the result of the first child.
AbstractSplitChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.AbstractSplitChain
 
AbstractSplitCondition - Class in com.rapidminer.operator.learner.tree
The abstract super class for all split conditions.
AbstractSplitCondition(String) - Constructor for class com.rapidminer.operator.learner.tree.AbstractSplitCondition
 
AbstractStacking - Class in com.rapidminer.operator.learner.meta
This class uses n+1 inner learners and generates n different models by using the last n learners.
AbstractStacking(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.AbstractStacking
 
AbstractStratifiedSampling - Class in com.rapidminer.operator.preprocessing.sampling
Abstract superclass of stratified sampling operators.
AbstractStratifiedSampling(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.AbstractStratifiedSampling
 
AbstractTableModelTableRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should be a table based on a given TableModel.
AbstractTableModelTableRenderer() - Constructor for class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
AbstractTableModelTableRenderer.DefaultTableable - Class in com.rapidminer.gui.renderer
 
AbstractTableModelTableRenderer.DefaultTableable(TableModel, Renderer) - Constructor for class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
AbstractTreeLearner - Class in com.rapidminer.operator.learner.tree
This is the abstract super class for all decision tree learners.
AbstractTreeLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
AbstractUtility - Class in com.rapidminer.operator.learner.igss.utility
Abstract superclass for all utility functions.
AbstractUtility(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Constructor for all utilities.
AbstractWeighting - Class in com.rapidminer.operator.features.weighting
This is an abstract superclass for RapidMiner weighting operators.
AbstractWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.AbstractWeighting
 
AbstractWriter<T extends IOObject> - Class in com.rapidminer.operator.io
Superclass of all operators that take a single object as input, save it to disk and return the same object as output.
AbstractWriter(OperatorDescription, Class<T>) - Constructor for class com.rapidminer.operator.io.AbstractWriter
 
accept(File) - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
accept(Example, RandomGenerator) - Method in class com.rapidminer.operator.preprocessing.sampling.SimpleSampling
 
accept(int, int) - Method in class com.rapidminer.tools.log.DeleteLogFormatFilter
 
accept(int, int) - Method in class com.rapidminer.tools.log.DummyLogFormatFilter
 
accept(int, int) - Method in interface com.rapidminer.tools.log.LogFormatFilter
 
AcceptAllCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to accept all examples.
AcceptAllCondition() - Constructor for class com.rapidminer.example.set.AcceptAllCondition
Creates a new condition.
AcceptAllCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.AcceptAllCondition
Throws an exception since this condition does not support parameter string.
acceptDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.BasicPlotterCondition
 
acceptDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.ColumnsPlotterCondition
 
acceptDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.CombinedPlotterCondition
 
acceptDataTable(DataTable) - Method in interface com.rapidminer.gui.plotter.conditions.PlotterCondition
 
acceptDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.RowsPlotterCondition
 
acceptElement() - Method in class com.rapidminer.tools.math.sampling.OrderedSamplingWithoutReplacement
Include element in the sample.
acceptsURL(String) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
AccessExampleSource - Class in com.rapidminer.operator.io
This operator can be used to simplify the reading of MS Access databases.
AccessExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AccessExampleSource
 
Accuracy - Class in com.rapidminer.operator.learner.igss.utility
The instance-averaging utility function Accuracy.
Accuracy(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.Accuracy
Constructs a new Accuracy with the given default probability.
Accuracy - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates accuracy.
Accuracy(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Accuracy
 
ACCURACY - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
ACCURACY - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
Indicates accuracy.
AccuracyCriterion - Class in com.rapidminer.operator.learner.rules
Calculates the accuracy benefit.
AccuracyCriterion() - Constructor for class com.rapidminer.operator.learner.rules.AccuracyCriterion
 
AccuracyCriterion - Class in com.rapidminer.operator.learner.tree
Calculates the accuracies for the given split if the children predict the majority classes.
AccuracyCriterion() - Constructor for class com.rapidminer.operator.learner.tree.AccuracyCriterion
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.AnovaCalculatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.AttributeEditorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.BoxViewerAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.CheckForJDBCDriversAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.CheckForUpdatesAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.EditModeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ExitAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ExportViewAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ManageBuildingBlocksAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ManageTemplatesAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.NewAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.NewBuildingBlockAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.NewOperatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.OpenAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.PageSetupAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.PrintAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.PrintPreviewAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.RedoAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ResultHistoryAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ResultsModeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.RunResumeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.SaveAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.SaveAsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.SaveAsTemplateAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.SettingsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.StopAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.SwitchWorkspaceAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ToggleExpertModeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ToggleLoggingViewerItem
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ToggleSystemMonitorItem
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.TutorialAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.UndoAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ValidateProcessAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.WelcomeNewAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.WelcomeOpenAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.WelcomeOpenRecentAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.WelcomeTutorialAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.WelcomeWizardAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.WizardAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.ClearAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.CloseAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.GuessAllTypesAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.GuessTypeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.LoadDataAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.LoadSeriesDataAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.OpenAttributeFileAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.RemoveColumnAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.RemoveRowAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.SaveAttributeFileAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.SaveDataAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.attributeeditor.actions.UseRowAsNamesAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.dialog.actions.BoxViewerExportAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.dialog.actions.BoxViewerPrintAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.graphs.actions.PickingModeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.graphs.actions.TransformingModeAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.graphs.actions.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.graphs.actions.ZoomOutAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.graphs.LayoutSelection
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.look.fc.FileChooserUI.NewFolderAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.look.TextActions.ClearAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.look.TextActions.DeleteTextAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.look.TextActions.SelectAllAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.AddAllBreakpointsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.CollapseAllAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.CopyAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.CutAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.DeleteOperatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ExpandAllAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.InfoOperatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.LockTreeStructureAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.PasteAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.RemoveAllBreakpointsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.RenameOperatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.SaveBuildingBlockAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleActivationAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleActivationItem
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleBreakpointItem
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleShowDisabledItem
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.processeditor.actions.ClearFilterAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.AddToSortingColumnsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.ClearMessageAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.EqualColumnWidthsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.FitAllColumnWidthsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.FitColumnWidthAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.LoggingSearchAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.RestoreOriginalColumnOrderAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SaveLogFileAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SelectColumnAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SelectRowAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SortByColumnAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SortColumnsAccordingToNameAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.OperatorListInfoOperatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.Backspace
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.BackspaceWord
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.ClipCopy
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.ClipCut
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.ClipPaste
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.Delete
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.DeleteWord
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.DocumentEnd
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.DocumentHome
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.End
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.Home
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.insert_char
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.InsertBreak
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.InsertTab
 
actionPerformed(ActionListener, String) - Method in interface com.rapidminer.gui.tools.syntax.InputHandler.MacroRecorder
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.NextChar
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.NextLine
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.NextPage
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.NextWord
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.Overwrite
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.PrevChar
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.PrevLine
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.PrevPage
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.PrevWord
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.Repeat
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.SelectAll
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler.ToggleRect
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.operator.features.transformation.EigenvectorModelVisualization
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.tools.help.HelpService
 
ActivationFunction - Class in com.rapidminer.operator.learner.functions.neuralnet
This is the activation function of a neural net node.
ActivationFunction() - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction
 
AdaBoost - Class in com.rapidminer.operator.learner.meta
This AdaBoost implementation can be used with all learners available in RapidMiner, not only the ones which originally are part of the Weka package.
AdaBoost(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.AdaBoost
Constructor.
AdaBoostModel - Class in com.rapidminer.operator.learner.meta
A model for the RapidMiner AdaBoost implementation.
AdaBoostModel(ExampleSet, List<Model>, List<Double>) - Constructor for class com.rapidminer.operator.learner.meta.AdaBoostModel
 
AdaBoostPerformanceMeasures - Class in com.rapidminer.operator.learner.meta
Helper class for the internal AdaBoost implementation.
AdaBoostPerformanceMeasures(ExampleSet) - Constructor for class com.rapidminer.operator.learner.meta.AdaBoostPerformanceMeasures
 
adapt(double[], double[], double, int, int) - Method in interface com.rapidminer.tools.math.som.AdaptationFunction
This method returns the new value of a node, after it had adopted to a stimulus.
adapt(double[], double[], double, int, int) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
AdaptationFunction - Interface in com.rapidminer.tools.math.som
This interface provides the methods for adapting nodes to an input.
ADAPTION_TYPES - Static variable in class com.rapidminer.generator.SinusFactory
 
adaptTicsMax(double, double) - Method in interface com.rapidminer.gui.plotter.AxisTransformation
Adapts the maximum corresponding to the given tic size.
adaptTicsMax(double, double) - Method in class com.rapidminer.gui.plotter.AxisTransformationId
Adapts the maximum corresponding to the given tic size.
adaptTicsMax(double, double) - Method in class com.rapidminer.gui.plotter.AxisTransformationLog
Adapts the maximum corresponding to the given tic size.
adaptTicsMin(double, double) - Method in interface com.rapidminer.gui.plotter.AxisTransformation
Adapts the minimum corresponding to the given tic size.
adaptTicsMin(double, double) - Method in class com.rapidminer.gui.plotter.AxisTransformationId
Adapts the minimum corresponding to the given tic size.
adaptTicsMin(double, double) - Method in class com.rapidminer.gui.plotter.AxisTransformationLog
Adapts the minimum corresponding to the given tic size.
add(DataTableRow) - Method in interface com.rapidminer.datatable.DataTable
Adds the given DataTableRow to the table.
add(DataTableRow) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
add(DataTableRow) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
add(DataTableRow) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
add(DataTableRow) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
add(DataTableRow) - Method in class com.rapidminer.datatable.SimpleDataTable
 
add(AttributeRole) - Method in interface com.rapidminer.example.Attributes
Adds a new attribute role.
add(AttributeRole) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
add(AttributeRole) - Method in class com.rapidminer.example.SimpleAttributes
 
add(int, TableCellEditor) - Method in class com.rapidminer.gui.attributeeditor.CellEditors
Adds a new cell editor in the given row.
add(int, TableCellRenderer) - Method in class com.rapidminer.gui.attributeeditor.CellRenderers
Adds a new cell renderer in the given row.
add(Component) - Method in class com.rapidminer.gui.tools.JDelayedCalculationPanel
 
add(String, byte) - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
Adds a key-value mapping.
add(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Adds a single individual.
add(Individual) - Method in class com.rapidminer.operator.features.Population
Adds a single individual.
add(double, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
add(double, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MaxHeap
 
add(double, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MinHeap
 
add(String) - Method in class com.rapidminer.parameter.value.ParameterValueList
 
add(double, double) - Method in class com.rapidminer.tools.container.ValueSet
Add a value with a weight to the set.
add(double) - Method in class com.rapidminer.tools.container.ValueSet
Add a value to the set.
add(double[], T) - Method in class com.rapidminer.tools.math.container.BallTree
 
add(E) - Method in class com.rapidminer.tools.math.container.BoundedPriorityQueue
 
add(double[], T) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This method has to be called in order to insert new values into the data structure
add(double[], T) - Method in class com.rapidminer.tools.math.container.KDTree
 
add(double[], T) - Method in class com.rapidminer.tools.math.container.LinearList
 
add(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Adds a single individual.
ADD_ALL_BREAKPOINTS_24 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
ADD_ALL_BREAKPOINTS_32 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
addAction(Action) - Method in class com.rapidminer.operator.ResultObjectAdapter
Adds an action to the list of Java Swing Actions which will shown in the visualization component.
addAddListener(AddListener) - Method in class com.rapidminer.operator.OperatorChain
Adds the given listener.
addAlias(String, Class) - Method in class com.rapidminer.tools.XMLSerialization
 
addAll(Collection<Individual>) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Adds all individuals from the given collection.
addAllBreakpoints() - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
AddAllBreakpointsAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
AddAllBreakpointsAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.AddAllBreakpointsAction
 
addAllIndividuals(Collection<ExampleSetBasedIndividual>) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Adds all individuals from the given collection.
addAllIndividuals(Collection<Individual>) - Method in class com.rapidminer.operator.features.Population
Adds all individuals from the given collection.
addAllMenuItems() - Method in class com.rapidminer.gui.templates.NewBuildingBlockMenu
 
addAssociationRuleFilterListener(AssociationRuleFilterListener) - Method in class com.rapidminer.gui.viewer.AssociationRuleFilter
 
addAttribute(Attribute) - Method in class com.rapidminer.example.table.AbstractExampleTable
Adds the attribute to the list of attributes assigning it a free column index.
addAttribute(Attribute) - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
addAttribute(Attribute) - Method in interface com.rapidminer.example.table.ExampleTable
Adds the attribute to the list of attributes assigning it a free column index.
addAttribute(Attribute) - Method in class com.rapidminer.example.table.MemoryExampleTable
Adds a new attribute to this example table by invoking the super method.
addAttribute(Attribute) - Method in class com.rapidminer.tools.att.AttributeSet
Adds an attribute at the end of the list.
addAttribute(ExampleSet, String, String) - Method in class com.rapidminer.tools.math.function.ExpressionParser
Iterates over the ExampleSet, interprets attributes as variables, evaluates the function and creates a new attribute with the given name that takes the expression's value.
addAttributes(Collection<Attribute>) - Method in class com.rapidminer.example.table.AbstractExampleTable
Adds all Attributes in newAttributes to the end of the list of attributes, creating new data columns if necessary.
addAttributes(Collection<Attribute>) - Method in interface com.rapidminer.example.table.ExampleTable
Adds all Attributes in newAttributes to the end of the list of attributes, creating new data columns if necessary.
addAttributes(Collection<Attribute>) - Method in class com.rapidminer.example.table.MemoryExampleTable
Adds all Attributes in newAttributes to the end of the list of attributes, creating new data columns if necessary.
addAveragable(Averagable) - Method in class com.rapidminer.tools.math.AverageVector
Adds an Averagable to the list of criteria.
addBookmark(Bookmark) - Method in class com.rapidminer.gui.look.fc.BookmarkListModel
 
addBottomComponent(Component) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
Subclasses might add an additional component here which is seen during all steps, e.g. a data view table.
addBreakpointListener(BreakpointListener) - Method in class com.rapidminer.Process
Removes a breakpoint listener.
addButton(JButton, int) - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
addButton(JButton, int) - Method in class com.rapidminer.gui.properties.FileValueCellEditor
 
addCard(String, Component) - Method in class com.rapidminer.gui.tools.RadioCardPanel
 
addCaretListener(CaretListener) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Adds a caret change listener to this text area.
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
addCheckTreeSelectionListener(TreeSelectionListener) - Method in class com.rapidminer.gui.tools.ExtendedCheckTree
 
addChild(Tree, SplitCondition) - Method in class com.rapidminer.operator.learner.tree.Tree
 
addColumn() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
addColumn(Attribute, String) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Adds a column for the given attribute to the table with name tableName.
addComponent(String, Component, String) - Method in class com.rapidminer.gui.tools.JRadioSelectionPanel
This method allows to add a component to this container.
addCondition(InnerOperatorCondition) - Method in class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
 
addControlButtons() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
addCount(String, int) - Method in class com.rapidminer.operator.learner.tree.Tree
 
addCriterion(PerformanceCriterion) - Method in class com.rapidminer.operator.performance.PerformanceVector
 
addCustomEntriesToTable(UIDefaults) - Method in class com.rapidminer.gui.look.Colors
 
addCustomHighlight(TextAreaPainter.Highlight) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Adds a custom highlight painter.
addData(double[]) - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
addDataRow(DataRow) - Method in class com.rapidminer.example.table.MemoryExampleTable
Convenience method allowing the adding of data rows without a data row reader.
addDataTable(DataTable) - Method in interface com.rapidminer.LoggingListener
 
addDataTable(DataTable) - Method in class com.rapidminer.Process
Adds the given data table.
addDataTableListener(DataTableListener) - Method in class com.rapidminer.datatable.AbstractDataTable
 
addDataTableListener(DataTableListener) - Method in interface com.rapidminer.datatable.DataTable
Adds a table listener listening for data changes.
addDefaultKeyBindings() - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Sets up the default key bindings.
addDefaultKeyBindings() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Adds the default key bindings to this input handler.
addDependingURL(URL) - Method in class com.rapidminer.tools.plugin.PluginClassLoader
 
addElement(Object, String) - Method in class com.rapidminer.gui.tools.ExtendedListModel
Adds another list entry and the corresponding tooltip.
addError(String) - Method in class com.rapidminer.operator.Operator
Adds an error message.
addFrequentSet(FrequentItemSet) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
Adds a frequent item set to this container.
addGroup(TestGroup) - Method in class com.rapidminer.tools.math.AnovaCalculator
 
addGroup(double, double, double) - Method in class com.rapidminer.tools.math.AnovaCalculator
 
addInfo(ExampleSet, Attribute) - Method in class com.rapidminer.operator.visualization.DataStatistics
 
addItem(Item, int) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
addItemRule(AssociationRule) - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
addItemSet(Collection<Item>, int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
This method adds a set of Items to the tree.
addItemSet(Collection<Item>, Map<Item, Header>, int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This method only works at recursiondepth 0, therefore may only be used for tree constructing.
AdditiveRegression - Class in com.rapidminer.operator.learner.meta
This operator uses regression learner as a base learner.
AdditiveRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.AdditiveRegression
 
AdditiveRegressionModel - Class in com.rapidminer.operator.learner.meta
The model created by an AdditiveRegression meta learner.
AdditiveRegressionModel(ExampleSet, Model, Model[], double) - Constructor for class com.rapidminer.operator.learner.meta.AdditiveRegressionModel
 
addKdContainer(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Adds a new KdContainer to the SearchObject at index in the container list.
addKdContainer(int, double) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Adds a new KdContainer to the SearchObject at index in the container list and also sets the distance value of the container to dist.
addKdContainer(int, KdistanceContainer) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Adds an existing KdContainer to the container list at position index.
addKdContainer(KdistanceContainer) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Adds an existing KdContainer to the container lost at the end of the list.
addKdContainer() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Adds a new KdContainer to the SearchObject at the end of the container list.
addKeyBinding(String, ActionListener) - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Adds a key binding to this input handler.
addKeyBinding(String, ActionListener) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Adds a key binding to this input handler.
addLinebreaks(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Adds linebreaks after SwingTools.TOOL_TIP_LINE_LENGTH letters.
AddListener - Interface in com.rapidminer.operator
These listeners will be notified after a new operator was added to a chain.
addLoggingListener(LoggingListener) - Method in class com.rapidminer.Process
Adds the given logging listener.
addMacro(String, String) - Method in class com.rapidminer.MacroHandler
 
addMacro(MacroHandler, String, String) - Method in class com.rapidminer.tools.math.function.ExpressionParser
 
addMenu(int, JMenu) - Method in class com.rapidminer.gui.MainFrame
 
addMenu(GroupTree, JMenu, boolean) - Method in class com.rapidminer.gui.operatormenu.OperatorMenu
 
addMenuItem(int, int, JMenuItem) - Method in class com.rapidminer.gui.MainFrame
 
addMenuSeparator(int) - Method in class com.rapidminer.gui.MainFrame
 
addModel(Model) - Method in class com.rapidminer.operator.GroupedModel
Adds the given model to the container.
addMouseListener(MouseListener) - Method in interface com.rapidminer.gui.plotter.Plotter
Adds a mouse listener to the plotter component.
addMouseListener(MouseListener) - Method in class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
No one may add mouse listeners, not even Swing!
addMouseMotionListener(MouseMotionListener) - Method in interface com.rapidminer.gui.plotter.Plotter
Adds a mouse motion listener to the plotter component.
AddNominalValue - Class in com.rapidminer.operator.preprocessing.filter
Adds a value to a nominal attribute definition.
AddNominalValue(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AddNominalValue
 
addNotify() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
addObject(SearchObject, double) - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
Adds a SearchObject to the container.
addObject(SearchObject) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This adds a SearchObject to the SearchSpace.
addObjectVisualizer(ObjectVisualizer) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
addObjectVisualizer(ObjectVisualizer) - Static method in class com.rapidminer.tools.ObjectVisualizerService
 
addOperator(Operator) - Method in class com.rapidminer.operator.OperatorChain
Adds a new inner operator at the last position.
addOperator(Operator, int) - Method in class com.rapidminer.operator.OperatorChain
Adds the given operator at the given position.
addOperatorDescription(OperatorDescription) - Method in class com.rapidminer.tools.GroupTree
Adds an operator to this group.
addOperatorMenuItems(JMenu) - Method in class com.rapidminer.gui.operatortree.OperatorTree
Adds the operator tree actions to the given menu.
addOwner(Attributes) - Method in interface com.rapidminer.example.Attribute
Sets the Attributes instance to which this attribute belongs.
addOwner(Attributes) - Method in class com.rapidminer.example.AttributeRole
This method must not be called except by the Attributes to which this AttributeRole is added.
addOwner(Attributes) - Method in class com.rapidminer.example.table.AbstractAttribute
 
addPageBreak() - Method in interface com.rapidminer.report.ReportStream
This method will cause the stream to add a page break to the stream.
addParameterTypes(OptionHandler, List<ParameterType>, List<ParameterType>, boolean, String) - Static method in class com.rapidminer.tools.WekaTools
Add the parameter type for the options of a Weka option handler.
addPlotterCondition(PlotterCondition) - Method in class com.rapidminer.gui.plotter.conditions.CombinedPlotterCondition
 
addPoint(ROCPoint) - Method in class com.rapidminer.tools.math.ROCData
 
addProcessListener(ProcessListener) - Method in class com.rapidminer.operator.ProcessRootOperator
Adds an process listener to the list of listeners.
addProgressListener(ProgressListener) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
addRegular(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
addRegular(Attribute) - Method in interface com.rapidminer.example.Attributes
Adds the given attribute as regular attribute.
addReplacement(Attribute) - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
addReportStream(ReportStream) - Method in class com.rapidminer.Process
This method adds a new report stream with the given name
addResourceSource(ResourceSource) - Static method in class com.rapidminer.tools.Tools
Adds a new resource source.
addResult(Result) - Method in class com.rapidminer.operator.learner.igss.IGSSResult
Adds a result.
addResults(String, Operator, IOContainer) - Method in class com.rapidminer.gui.dialog.ResultHistory
 
addROCData(String, ROCData) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
addROCData(String, List<ROCData>) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
addRow() - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
addRow() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
addRule(Rule) - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
addRule(Rule) - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
addRules(Collection<Rule>) - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
addSelectionPaths(TreePath[]) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
addSettingsChangedListener(SettingsChangeListener) - Method in class com.rapidminer.gui.properties.SettingsDialog
 
addSibling(FPTreeNode) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.Header
 
addStep(Component) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
 
addSubGroup(GroupTree) - Method in class com.rapidminer.tools.GroupTree
Adds a subgroup to this group.
addSubNode(HierarchicalClusterLeafNode) - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
addSubNode(HierarchicalClusterNode) - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
addTab(String, Icon, Component, String, String) - Method in class com.rapidminer.gui.tools.ExtendedJTabbedPane
Adds a component and tip represented by a title and/or icon, either of which can be null.
addTerm(SplitCondition) - Method in class com.rapidminer.operator.learner.rules.Rule
This method adds a condition to the conjunction in the rule's head
addToBookmarks() - Method in class com.rapidminer.gui.look.fc.FileList
 
addToBookmarks(File) - Method in class com.rapidminer.gui.look.fc.FileList
 
addToken(int, byte) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Adds a token to the token list.
addToList(String, String) - Method in class com.rapidminer.gui.look.fc.BookmarkIO
 
AddToSortingColumnsAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
AddToSortingColumnsAction(ExtendedJTable, int, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.AddToSortingColumnsAction
 
addTransformation(AttributeTransformation) - Method in interface com.rapidminer.example.Attribute
 
addTransformation(AttributeTransformation) - Method in class com.rapidminer.example.table.AbstractAttribute
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Adds a tree model listener.
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
addUndoableEdit(UndoableEdit) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Adds an undoable edit to this document's undo list.
addValue(Value) - Method in class com.rapidminer.operator.Operator
Adds an implementation of Value.
addVector(AverageVector) - Method in class com.rapidminer.tools.math.RunVector
Adds a new average vector.
addViewChangeListener(DataControlListener) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
addWarning(String) - Method in class com.rapidminer.operator.Operator
Adds a warning message to the error list.
adjustIntermediateProducts(double[], double[]) - Static method in class com.rapidminer.operator.learner.meta.BayBoostModel
Helper method to adjust the intermediate products during model application.
AGA - Class in com.rapidminer.operator.features.construction
Basically the same operator as the GeneratingGeneticAlgorithm operator.
AGA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.AGA
 
Agglomeration - Class in com.rapidminer.operator.clustering.clusterer
This is a simple data structure for returning an agglomeration of two clusters with a distance within one method return.
Agglomeration(int, int, double) - Constructor for class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
AgglomerativeClustering - Class in com.rapidminer.operator.clustering.clusterer
This operator implements agglomerative clustering, providing the three different strategies SingleLink, CompleteLink and AverageLink.
AgglomerativeClustering(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
AggregationCrossover - Class in com.rapidminer.operator.features.aggregation
Performs a usual GA crossover on integer arrays.
AggregationCrossover(int, double, Random) - Constructor for class com.rapidminer.operator.features.aggregation.AggregationCrossover
Creates a new aggregation crossover operator.
AggregationFunction - Interface in com.rapidminer.tools.math.function.aggregation
An aggregation function which calculates the value for a given value array.
AggregationIndividual - Class in com.rapidminer.operator.features.aggregation
Individuals contain the feature information and the fitness.
AggregationIndividual(int[]) - Constructor for class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
AggregationMutation - Class in com.rapidminer.operator.features.aggregation
Performs an aggregation mutation on integer arrays.
AggregationMutation(RandomGenerator) - Constructor for class com.rapidminer.operator.features.aggregation.AggregationMutation
 
AggregationNonDominatedSortingSelection - Class in com.rapidminer.operator.features.aggregation
Performs the non-dominated sorting selection from NSGA-II.
AggregationNonDominatedSortingSelection(int) - Constructor for class com.rapidminer.operator.features.aggregation.AggregationNonDominatedSortingSelection
Creates a new NSGA-II selection.
AggregationOperator - Class in com.rapidminer.operator.preprocessing.transformation
This operator creates a new example set from the input example set showing the results of arbitrary aggregation functions (as SUM, COUNT etc. known from SQL).
AggregationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
 
AggregationPopulationPlotter - Class in com.rapidminer.operator.features.aggregation
Plots the current generation's Pareto set.
AggregationPopulationPlotter(ExampleSet, Attribute[], FeatureGenerator) - Constructor for class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
Creates plotter panel which is repainted every generation.
AggregationSelection - Interface in com.rapidminer.operator.features.aggregation
Should perform a selection on the given population list.
AggregationTournamentSelection - Class in com.rapidminer.operator.features.aggregation
Performs a tournament selection on the given population list.
AggregationTournamentSelection(int, double, Random) - Constructor for class com.rapidminer.operator.features.aggregation.AggregationTournamentSelection
 
AlgebraicOrGenerator - Class in com.rapidminer.generator
This class has two numerical input attributes and one output attribute.
AlgebraicOrGenerator() - Constructor for class com.rapidminer.generator.AlgebraicOrGenerator
 
ALIGNMENT_BOTTOM - Static variable in class com.rapidminer.gui.tools.TextPanel
 
ALIGNMENT_LEFT - Static variable in class com.rapidminer.gui.tools.TextPanel
 
ALIGNMENT_RIGHT - Static variable in class com.rapidminer.gui.tools.TextPanel
 
ALIGNMENT_TOP - Static variable in class com.rapidminer.gui.tools.TextPanel
 
ALL - Static variable in interface com.rapidminer.example.Attributes
Indicates all attributes.
allAttributeRoles() - Method in interface com.rapidminer.example.Attributes
Returns an iterator over all attribute roles, including the special attribute roles.
allAttributeRoles() - Method in class com.rapidminer.example.DelegateAttributes
Deprecated. This method is usually overridden by subclasses.
allAttributeRoles() - Method in class com.rapidminer.example.SimpleAttributes
 
allAttributes() - Method in class com.rapidminer.example.AbstractAttributes
 
allAttributes() - Method in interface com.rapidminer.example.Attributes
Returns an iterator over all attributes, including the special attributes.
AllInnerOperatorCondition - Class in com.rapidminer.operator.condition
Checks if all inner operators are able to handle the given input and will deliver the desired output.
AllInnerOperatorCondition(Class[], Class[]) - Constructor for class com.rapidminer.operator.condition.AllInnerOperatorCondition
 
AllPluginsClassLoader - Class in com.rapidminer.tools.plugin
A class loader that consecutively tries to load classes from all registered plugins.
AllPluginsClassLoader() - Constructor for class com.rapidminer.tools.plugin.AllPluginsClassLoader
 
allQuartiles - Variable in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
allRadiusSearch(double, double, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method invokes the class method radiusODSearch on all objects in the SearchSpace (associated to this Searchroom via the listOfObjects vektor). radiusODSearch does a brute force distance Outlier test based on the parameters d and p for DB(p,d)-Outliers acc. to Knorr and Ng's approach to unify statistical Outlier tests.
allSize() - Method in class com.rapidminer.example.AbstractAttributes
 
allSize() - Method in interface com.rapidminer.example.Attributes
Returns the number of all attributes, i.e. of the regular and the special attributes.
AllTests - Class in com.rapidminer.test
The main test class.
AllTests() - Constructor for class com.rapidminer.test.AllTests
 
ALPHA - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
ALPHA - Static variable in class com.rapidminer.gui.plotter.RectangleStyle
 
alpha - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
alpha_max - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
ALTERNATING - Static variable in class com.rapidminer.gui.viewer.DataTableViewerTable
 
anchorVectorX - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The vector directions of the axes of the rad viz.
anchorVectorY - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The vector directions of the axes of the rad viz.
AndCondition - Class in com.rapidminer.parameter.conditions
This condition allows to and connect several conditions
AndCondition(ParameterCondition...) - Constructor for class com.rapidminer.parameter.conditions.AndCondition
 
AndrewsCurves - Class in com.rapidminer.gui.plotter
This idea of coding and representing multivariate data by curves was suggested by Andrews (1972).
AndrewsCurves() - Constructor for class com.rapidminer.gui.plotter.AndrewsCurves
Init the AndrewsCurvesPlot.
AndrewsCurves(DataTable) - Constructor for class com.rapidminer.gui.plotter.AndrewsCurves
Init the AndrewsCurvesPlot.
ANOVA_CALCULATOR_ACTION_24 - Variable in class com.rapidminer.gui.MainFrame
 
ANOVA_CALCULATOR_ACTION_32 - Variable in class com.rapidminer.gui.MainFrame
 
AnovaCalculator - Class in com.rapidminer.tools.math
Determines if the null hypothesis (all actual mean values are the same) holds for the given values.
AnovaCalculator() - Constructor for class com.rapidminer.tools.math.AnovaCalculator
 
AnovaCalculator.AnovaSignificanceTestResult - Class in com.rapidminer.tools.math
 
AnovaCalculator.AnovaSignificanceTestResult(double, double, int, int, double) - Constructor for class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
AnovaCalculatorAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
AnovaCalculatorAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.AnovaCalculatorAction
 
AnovaCalculatorDialog - Class in com.rapidminer.gui.dialog
The ANOVA calculator dialog is a small tool which can be used to perform an ANalysis Of VAriances in order to determine if a given set of mean values is probably actually different.
AnovaCalculatorDialog(Frame) - Constructor for class com.rapidminer.gui.dialog.AnovaCalculatorDialog
 
AnovaKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the Anova (RBF) kernel of both examples.
AnovaKernel() - Constructor for class com.rapidminer.tools.math.kernels.AnovaKernel
 
ANOVAMatrix - Class in com.rapidminer.operator.visualization.dependencies
Displays the result of an ANOVA matrix calculation.
ANOVAMatrix(double[][], List<String>, List<String>, double) - Constructor for class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
ANOVAMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the significance of difference for the values for all numerical attributes depending on the groups defined by all nominal attributes.
ANOVAMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.ANOVAMatrixOperator
 
ANOVAMatrixViewer - Class in com.rapidminer.gui.viewer
This viewer class can be used to display the significant differences of numerical columns depending on the groups defined by nominal columns.
ANOVAMatrixViewer(ANOVAMatrix) - Constructor for class com.rapidminer.gui.viewer.ANOVAMatrixViewer
 
ANOVAMatrixViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) an ANOVA matrix by means of a JTable.
ANOVAMatrixViewerTable(ANOVAMatrix) - Constructor for class com.rapidminer.gui.viewer.ANOVAMatrixViewerTable
 
ANOVAMatrixViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the ANOVAMatrixViewerTable.
ANOVAMatrixViewerTableModel(ANOVAMatrix) - Constructor for class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
AnovaSignificanceTestOperator - Class in com.rapidminer.operator.validation.significance
Determines if the null hypothesis (all actual mean values are the same) holds for the input performance vectors.
AnovaSignificanceTestOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.significance.AnovaSignificanceTestOperator
 
APPEND - Static variable in class com.rapidminer.operator.io.IOContainerReader
 
append(IOObject) - Method in class com.rapidminer.operator.IOContainer
Creates a new IOContainer by adding all IOObjects of this container to the given IOObject.
append(IOObject[]) - Method in class com.rapidminer.operator.IOContainer
Creates a new IOContainer by adding all IOObjects of this container to the given IOObjects.
append(Collection<IOObject>) - Method in class com.rapidminer.operator.IOContainer
Appends this container's IOObjects to output.
append(String, Reportable, int, int) - Method in interface com.rapidminer.report.ReportStream
This method will cause the stream to append a readable to the stream.
applicable(Example) - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns true if the model is applicable to the current example.
applicable(Example) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Tests if the hypothesis is applicable to the example without updating the internal statistics of the hypothesis.
applicable(Example) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Test if the rule is applicable to the given examples without updating the corresponding value.
applicable(Example) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
applicable(Example) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
applicable(Example) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
ApplicationTest - Class in com.rapidminer.test
Extends the JUnit test case by a method for checking the creation and runnning of an process from an external application.
ApplicationTest() - Constructor for class com.rapidminer.test.ApplicationTest
 
apply(ExampleSet) - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
Delegate for the apply method.
apply() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
 
apply() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
 
apply() - Method in class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
apply() - Method in class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
apply() - Method in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
apply() - Method in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
apply() - Method in class com.rapidminer.operator.clustering.ClusterToPrediction
 
apply() - Method in class com.rapidminer.operator.clustering.FlattenClusterModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.clustering.WekaClusterModel
 
apply() - Method in class com.rapidminer.operator.CommandLineOperator
 
apply() - Method in class com.rapidminer.operator.DataMacroDefinitionOperator
 
apply() - Method in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
apply() - Method in class com.rapidminer.operator.features.AttributeWeightsApplier
 
apply() - Method in class com.rapidminer.operator.features.construction.AGA
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AttributeConstruction
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
apply() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Applies the feature operator: collects the pre- and postevaluation operators create an initial population evaluate the initial population loop as long as solution is not good enough apply all pre evaluation operators evaluate the population update the population's best individual apply all post evaluation operators return all generation's best individual
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.FeatureGenerationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.LinearCombinationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.construction.ProductGenerationOperator
 
apply() - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
apply() - Method in class com.rapidminer.operator.features.FeatureOperator
Applies the feature operator: collects the pre- and postevaluation operators create an initial population evaluate the initial population loop as long as solution is not good enough apply all pre evaluation operators evaluate the population update the population's best individual apply all post evaluation operators return all generation's best individual
apply() - Method in class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
apply() - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
apply() - Method in class com.rapidminer.operator.features.selection.ForwardSelectionOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.selection.RandomSelection
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.selection.RemoveUselessFeatures
 
apply() - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducer
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducerModel
 
apply() - Method in class com.rapidminer.operator.features.transformation.FastICA
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.FourierTransform
 
apply() - Method in class com.rapidminer.operator.features.transformation.GHA
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
apply() - Method in class com.rapidminer.operator.features.transformation.KernelPCA
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.KernelPCAModel
 
apply() - Method in class com.rapidminer.operator.features.transformation.PCA
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.PrincipalComponentsTransformation
 
apply() - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReductionModel
 
apply() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
apply() - Method in class com.rapidminer.operator.features.weighting.AttributeWeights2ExampleSet
 
apply() - Method in class com.rapidminer.operator.features.weighting.ComponentWeights
 
apply() - Method in class com.rapidminer.operator.features.weighting.ExampleSet2AttributeWeights
 
apply() - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
apply() - Method in class com.rapidminer.operator.features.weighting.InteractiveAttributeWeighting
 
apply() - Method in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
apply() - Method in class com.rapidminer.operator.features.weighting.PSOWeighting
 
apply() - Method in class com.rapidminer.operator.FileEchoOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.GroupedModel
Applies all models.
apply() - Method in class com.rapidminer.operator.io.AbstractReader
 
apply() - Method in class com.rapidminer.operator.io.AbstractWriter
 
apply() - Method in class com.rapidminer.operator.io.AttributeConstructionsLoader
Loads the attribute set from a file and constructs desired features.
apply() - Method in class com.rapidminer.operator.io.AttributeConstructionsWriter
Writes the attribute set to a file.
apply() - Method in class com.rapidminer.operator.io.ClusterModelWriter
 
apply() - Method in class com.rapidminer.operator.io.GNUPlotOperator
 
apply() - Method in class com.rapidminer.operator.io.IOContainerReader
 
apply() - Method in class com.rapidminer.operator.io.IOContainerWriter
 
apply() - Method in class com.rapidminer.operator.io.IOObjectReader
Writes the attribute set to a file.
apply() - Method in class com.rapidminer.operator.io.IOObjectWriter
Writes the attribute set to a file.
apply() - Method in class com.rapidminer.operator.io.ResultWriter
Use the ResultService to write the results of all input ResultObjects into the result file.
apply() - Method in class com.rapidminer.operator.IOConsumeOperator
 
apply() - Method in class com.rapidminer.operator.IOMultiplyOperator
 
apply() - Method in class com.rapidminer.operator.IORetrievalOperator
 
apply() - Method in class com.rapidminer.operator.IOSelectOperator
 
apply() - Method in class com.rapidminer.operator.IOStorageOperator
 
apply() - Method in class com.rapidminer.operator.learner.AbstractLearner
Trains a model using an ExampleSet from the input.
apply() - Method in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
apply() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
apply() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSetAttributeCreator
 
apply() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSetUnificator
 
apply(double[][]) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
Apply the model to all input vectors
apply(double[][]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Model
 
apply(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
apply(Example) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Hypothesis is applied to the example and internal statistics of the hypothesis are updated.
apply(Example) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Applies the rule to the given examples.
apply() - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
 
apply() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
Trains a model using an ExampleSet from the input.
apply() - Method in class com.rapidminer.operator.learner.meta.BayBoostStream
Overwrite to also return the performance (run-) vector
apply() - Method in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
apply() - Method in class com.rapidminer.operator.learner.meta.TransformedRegression
 
apply(ExampleSet) - Method in class com.rapidminer.operator.learner.PredictionModel
Applies the model by creating a predicted label attribute and setting the predicted label values.
apply(Example) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
apply() - Method in class com.rapidminer.operator.learner.weka.GenericWekaAssociationLearner
 
apply() - Method in class com.rapidminer.operator.learner.weka.GenericWekaEnsembleLearner
 
apply() - Method in class com.rapidminer.operator.learner.weka.GenericWekaMetaLearner
 
apply() - Method in class com.rapidminer.operator.MacroConstructionOperator
 
apply() - Method in class com.rapidminer.operator.MacroDefinitionOperator
 
apply() - Method in class com.rapidminer.operator.MemoryCleanUp
 
apply() - Method in class com.rapidminer.operator.meta.AbstractSplitChain
 
apply() - Method in class com.rapidminer.operator.meta.AverageBuilder
 
apply() - Method in class com.rapidminer.operator.meta.BatchProcessing
 
apply() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
apply() - Method in class com.rapidminer.operator.meta.ClusterIterator
 
apply() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
apply() - Method in class com.rapidminer.operator.meta.ExampleSetIterator
 
apply() - Method in class com.rapidminer.operator.meta.ExceptionHandling
 
apply() - Method in class com.rapidminer.operator.meta.FeatureIterator
 
apply() - Method in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
apply() - Method in class com.rapidminer.operator.meta.FileIterator
 
apply() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
apply() - Method in class com.rapidminer.operator.meta.IteratingOperatorChain
 
apply() - Method in class com.rapidminer.operator.meta.IterativeWeightOptimization
 
apply() - Method in class com.rapidminer.operator.meta.LearningCurveOperator
 
apply() - Method in class com.rapidminer.operator.meta.MultipleLabelIterator
 
apply() - Method in class com.rapidminer.operator.meta.OperatorEnabler
 
apply() - Method in class com.rapidminer.operator.meta.OperatorSelector
 
apply() - Method in class com.rapidminer.operator.meta.ParameterCloner
 
apply() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
apply() - Method in class com.rapidminer.operator.meta.ParameterSetter
 
apply(Process, Map<String, String>) - Method in class com.rapidminer.operator.meta.ParameterValue
 
apply() - Method in class com.rapidminer.operator.meta.PartialExampleSetLearner
 
apply() - Method in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
apply() - Method in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
 
apply() - Method in class com.rapidminer.operator.meta.RandomOptimizationChain
 
apply() - Method in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
apply() - Method in class com.rapidminer.operator.meta.UnivariateLabelSeriesPrediction
 
apply() - Method in class com.rapidminer.operator.meta.ValueIteration
 
apply() - Method in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
apply() - Method in class com.rapidminer.operator.meta.WeightOptimization
 
apply() - Method in class com.rapidminer.operator.meta.XVPrediction
 
apply(ExampleSet) - Method in interface com.rapidminer.operator.Model
Applies the model on the given example set.
apply() - Method in class com.rapidminer.operator.ModelApplier
Applies the operator and labels the ExampleSet.
apply() - Method in class com.rapidminer.operator.ModelGrouper
 
apply() - Method in class com.rapidminer.operator.ModelUngrouper
 
apply() - Method in class com.rapidminer.operator.ModelUpdater
Applies the operator and labels the ExampleSet.
apply() - Method in class com.rapidminer.operator.Operator
Implement this method in subclasses.
apply(IOContainer) - Method in class com.rapidminer.operator.Operator
Applies the operator.
apply() - Method in class com.rapidminer.operator.OperatorChain
Applies all inner operators.
apply() - Method in class com.rapidminer.operator.performance.AbstractExampleSetEvaluator
 
apply() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
 
apply() - Method in class com.rapidminer.operator.performance.cost.CostEvaluator
 
apply() - Method in class com.rapidminer.operator.performance.MinMaxWrapper
 
apply() - Method in class com.rapidminer.operator.performance.SupportVectorCounter
 
apply() - Method in class com.rapidminer.operator.performance.WeightedPerformanceCreator
 
apply() - Method in class com.rapidminer.operator.postprocessing.PlattScaling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
apply() - Method in class com.rapidminer.operator.postprocessing.ThresholdApplier
 
apply() - Method in class com.rapidminer.operator.postprocessing.ThresholdCreator
 
apply() - Method in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
apply(ExampleSet) - Method in class com.rapidminer.operator.postprocessing.WindowExamples2OriginalData
 
apply() - Method in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.Deobfuscator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.ExampleSetTranspose
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AbsoluteValueFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeType
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Construction2Names
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureFilter
Applies filtering of features by looping through all features and checking switchOffFeature().
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
apply() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishmentView
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
apply() - Method in class com.rapidminer.operator.preprocessing.filter.NonDominatedSorting
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.PermutationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.RemoveDuplicates
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.SetData
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Sorting
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Iterates over all examples and all attributes makes callbacks to ValueReplenishment.getReplenishmentValue(int, ExampleSet, Attribute, double, String) if ValueReplenishment.replenishValue(double) returns true.
apply() - Method in class com.rapidminer.operator.preprocessing.GroupByOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.GuessValueTypes
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.IdTagging
 
apply() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
apply() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
apply() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
apply() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
apply() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
apply() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetUnion
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.Obfuscator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
This method implements the main functionality of the Operator but can be considered as a sort of wrapper to pass the RapidMiner operator chain data deeper into the SearchSpace class, so do not expect a lot of things happening here.
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
This method implements the main functionality of the Operator but can be considered as a sort of wrapper to pass the RapidMiner operator chain data deeper into the search space class, so do not expect a lot of things happening here.
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
This method implements the main functionality of the Operator but can be considered as a sort of wrapper to pass the RapidMiner operator chain data deeper into the SearchSpace class, so do not expect a lot of things happening here.
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingModel
 
apply() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.AbsoluteSampling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractStratifiedSampling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
apply() - Method in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.SimpleSampling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.EnsureMonotonicity
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.FillDataGaps
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.filter.CumulateSeries
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.filter.ExponentialSmoothing
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.filter.IndexSeries
 
apply() - Method in class com.rapidminer.operator.preprocessing.series.filter.LagSeries
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.filter.MovingAverage
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.filter.SeriesMissingValueReplenishment
 
apply() - Method in class com.rapidminer.operator.preprocessing.series.filter.Trend
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.LabelTrend2Classification
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.Series2WindowExamples
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.SingleAttributes2ValueSeries
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.series.WindowExamples2ModelingData
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
 
apply() - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
apply() - Method in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
apply() - Method in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
apply() - Method in class com.rapidminer.operator.ScriptingOperator
 
apply() - Method in class com.rapidminer.operator.similarity.ExampleSet2Similarity
 
apply() - Method in class com.rapidminer.operator.similarity.ExampleSet2SimilarityExampleSet
 
apply() - Method in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
apply() - Method in class com.rapidminer.operator.SingleMacroDefinitionOperator
 
apply() - Method in class com.rapidminer.operator.SQLExecution
 
apply() - Method in class com.rapidminer.operator.text.SingleTextObjectInput
 
apply() - Method in class com.rapidminer.operator.text.TextCleaner
 
apply() - Method in class com.rapidminer.operator.text.TextExtractor
 
apply() - Method in class com.rapidminer.operator.text.TextObject2ExampleSet
 
apply() - Method in class com.rapidminer.operator.text.TextObjectLoader
 
apply() - Method in class com.rapidminer.operator.text.TextObjectWriter
 
apply() - Method in class com.rapidminer.operator.text.TextSegmenter
 
apply() - Method in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
apply() - Method in class com.rapidminer.operator.validation.clustering.ClusterDensityEvaluator
 
apply() - Method in class com.rapidminer.operator.validation.clustering.ClusterNumberEvaluator
 
apply() - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionEvaluator
 
apply() - Method in class com.rapidminer.operator.validation.clustering.TestEvaluator
 
apply() - Method in class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
apply() - Method in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
apply() - Method in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
Writes the attribute set to a file.
apply() - Method in class com.rapidminer.operator.validation.ValidationChain
 
apply() - Method in class com.rapidminer.operator.validation.WrapperXValidation
 
apply() - Method in class com.rapidminer.operator.visualization.ClearProcessLog
 
apply() - Method in class com.rapidminer.operator.visualization.Data2Log
 
apply() - Method in class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
apply() - Method in class com.rapidminer.operator.visualization.DataStatisticsOperator
Creates and delivers the simple statistics object.
apply() - Method in class com.rapidminer.operator.visualization.dependencies.AbstractPairwiseMatrixOperator
 
apply() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrixOperator
 
apply() - Method in class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
apply() - Method in class com.rapidminer.operator.visualization.dependencies.CovarianceMatrixOperator
 
apply() - Method in class com.rapidminer.operator.visualization.dependencies.RainflowMatrixOperator
 
apply() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
apply() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionMatrixOperator
 
apply() - Method in class com.rapidminer.operator.visualization.ExampleVisualizationOperator
 
apply() - Method in class com.rapidminer.operator.visualization.FormulaExtractor
 
apply() - Method in class com.rapidminer.operator.visualization.LiftChartGenerator
 
apply() - Method in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
apply() - Method in class com.rapidminer.operator.visualization.Macro2Log
 
apply() - Method in class com.rapidminer.operator.visualization.ProcessLog2ExampleSet
 
apply() - Method in class com.rapidminer.operator.visualization.ProcessLogOperator
 
apply() - Method in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
 
apply() - Method in class com.rapidminer.operator.visualization.ROCChartGenerator
 
apply() - Method in class com.rapidminer.operator.visualization.SOMModelVisualization
 
apply(double[]) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
applyAll(Process, Map<String, String>) - Method in class com.rapidminer.operator.meta.ParameterSet
Applies all parameters in the set to their operators.
applyFilter(String) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
applyInnerLearner(IOObject...) - Method in class com.rapidminer.operator.features.selection.ForwardSelectionOperator
 
applyInnerLearner(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
This is a convenience method to apply the inner operators and return the model which must be output of the last operator.
applyModelForInstance(Instance, Example, Attribute) - Method in class com.rapidminer.operator.clustering.WekaClusterModel
Clusters ervery weka instance and sets the result as cluster index of the current example.
applyModelForInstance(Instance, Example, Attribute) - Method in class com.rapidminer.operator.learner.weka.WekaClassifier
Classifies ervery weka instance and sets the result as predicted label of the current example.
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Dictionary
 
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel
 
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel
Performs the transformation.
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel
Performs the transformation.
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel
Performs the transformation.
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingModel
 
applyProperties() - Method in class com.rapidminer.gui.properties.SettingsPropertyTable
Applies the properties without saving them.
applyProperties(Properties) - Method in class com.rapidminer.gui.properties.SettingsPropertyTable
 
applyProperties() - Method in class com.rapidminer.gui.properties.SettingsTabs
 
applyToVector(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
Apply the model to a (new) input vector x_t+1 in order to get a prediction, which - as a GP-marignal at x_t+1 - is a one-dimensional gaussian distribution with mean m and covariance sigma^2 (2.22, the parameterisation lemma).
applyToVector(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Model
Model application.
ARC_TANGENS - Static variable in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
AreaUnderCurve - Class in com.rapidminer.operator.performance
This criterion calculates the area under the ROC curve.
AreaUnderCurve() - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve
Clone constructor.
AreaUnderCurve(AreaUnderCurve) - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve
 
areWeightsUpdated() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
ArffExampleSetWriter - Class in com.rapidminer.operator.io
Writes values of all examples into an ARFF file which can be used by the machine learning library Weka.
ArffExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ArffExampleSetWriter
 
ArffExampleSource - Class in com.rapidminer.operator.io
This operator can read ARFF files known from the machine learning library Weka.
ArffExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ArffExampleSource
 
argumentsSet() - Method in class com.rapidminer.generator.FeatureGenerator
returns true, if the arguments have already been set, and false otherwise.
arrangeTheFiles() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
arrangeTheFiles(int) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
ASCENDING - Static variable in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
assertAllValuesEqual(String, PerformanceCriterion, PerformanceCriterion) - Method in class com.rapidminer.operator.performance.test.CriterionTestCase
 
assertEqualsNaN(String, double, double) - Method in class com.rapidminer.test.RapidMinerTestCase
 
assignExample(double[]) - Method in class com.rapidminer.operator.clustering.Centroid
 
assignExample(int, double[]) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
assignExample(Object) - Method in class com.rapidminer.operator.clustering.Cluster
 
ASSOCIATION_RULE_MINING - Static variable in class com.rapidminer.tools.WekaInstancesAdaptor
 
AssociationRule - Class in com.rapidminer.operator.learner.associations
An association rule which can be created from a frequent item set.
AssociationRule(Collection<Item>, Collection<Item>, double) - Constructor for class com.rapidminer.operator.learner.associations.AssociationRule
 
AssociationRuleFilter - Class in com.rapidminer.gui.viewer
This is a gui component which can be used to define filter conditions for association rules.
AssociationRuleFilter(AssociationRules) - Constructor for class com.rapidminer.gui.viewer.AssociationRuleFilter
 
AssociationRuleFilterListener - Interface in com.rapidminer.gui.viewer
This listener can be used to be notified for association rule filtering changes.
AssociationRuleGenerator - Class in com.rapidminer.operator.learner.associations
This operator generates association rules from frequent item sets.
AssociationRuleGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
AssociationRuleGeneratorDataSampleTest - Class in com.rapidminer.test
The test class for association rules.
AssociationRuleGeneratorDataSampleTest(String, double[]) - Constructor for class com.rapidminer.test.AssociationRuleGeneratorDataSampleTest
 
AssociationRules - Class in com.rapidminer.operator.learner.associations
A set of AssociationRules which can be constructed from frequent item sets.
AssociationRules() - Constructor for class com.rapidminer.operator.learner.associations.AssociationRules
 
AssociationRulesGraphCreator - Class in com.rapidminer.gui.graphs
Creates a graph model for a set of association rules.
AssociationRulesGraphCreator(AssociationRules) - Constructor for class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
AssociationRulesGraphRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the graph view of association rules.
AssociationRulesGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.models.AssociationRulesGraphRenderer
 
AssociationRulesTableRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the table view of association rules.
AssociationRulesTableRenderer() - Constructor for class com.rapidminer.gui.renderer.models.AssociationRulesTableRenderer
 
AssociationRuleTableModel - Class in com.rapidminer.gui.viewer
The table model for the association rules visualization.
AssociationRuleTableModel(AssociationRules) - Constructor for class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
AssociationRuleTableViewer - Class in com.rapidminer.gui.viewer
The viewer for association rule models.
AssociationRuleTableViewer(AssociationRules) - Constructor for class com.rapidminer.gui.viewer.AssociationRuleTableViewer
 
at_bound - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
at_bound - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
att - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
Attribute - Interface in com.rapidminer.example
Attributes should hold all information about a single attribute.
attribute - Variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
Attribute2ExamplePivoting - Class in com.rapidminer.operator.preprocessing.transformation
This operator converts an example set by dividing examples which consist of multiple observations (at different times) into multiple examples, where each example covers on point in time.
Attribute2ExamplePivoting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
ATTRIBUTE_BLOCK - Static variable in class com.rapidminer.tools.Ontology
 
ATTRIBUTE_BLOCK_TYPE - Static variable in class com.rapidminer.tools.Ontology
An ontology for block types (single, time series...)
ATTRIBUTE_DESCRIPTION_FILE_WIZARD_24 - Variable in class com.rapidminer.gui.MainFrame
 
ATTRIBUTE_DESCRIPTION_FILE_WIZARD_32 - Variable in class com.rapidminer.gui.MainFrame
 
ATTRIBUTE_EDITOR_ACTION_24 - Variable in class com.rapidminer.gui.MainFrame
 
ATTRIBUTE_EDITOR_ACTION_32 - Variable in class com.rapidminer.gui.MainFrame
 
ATTRIBUTE_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of regular attributes.
ATTRIBUTE_NAMING_MODES - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
String descriptions of attribute naming modes.
ATTRIBUTE_NAMING_MODES - Static variable in class com.rapidminer.operator.io.StataExampleSource
String descriptions of attribute naming modes.
ATTRIBUTE_TYPE_NOMINAL - Static variable in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
ATTRIBUTE_TYPE_ORDINAL - Static variable in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
ATTRIBUTE_VALUE - Static variable in class com.rapidminer.tools.Ontology
 
ATTRIBUTE_VALUE_TYPE - Static variable in class com.rapidminer.tools.Ontology
An ontology for value types (nominal, numerical...)
AttributeAdd - Class in com.rapidminer.operator.preprocessing.filter
This operator creates a new attribute for the data set.
AttributeAdd(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
AttributeAggregationOperator - Class in com.rapidminer.operator.features.construction
Allows to generate a new attribute which consists of a function of several other attributes.
AttributeAggregationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
AttributeAvailableCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided example set has a maximum number of regular attributes.
AttributeAvailableCondition() - Constructor for class com.rapidminer.operator.meta.branch.AttributeAvailableCondition
Constructor used by reflection.
AttributeBasedVotingLearner - Class in com.rapidminer.operator.learner.lazy
AttributeBasedVotingLearner is very lazy.
AttributeBasedVotingLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.lazy.AttributeBasedVotingLearner
 
AttributeBasedVotingModel - Class in com.rapidminer.operator.learner.lazy
Average model simply calculates the average of the attributes as prediction.
AttributeBasedVotingModel(ExampleSet, double) - Constructor for class com.rapidminer.operator.learner.lazy.AttributeBasedVotingModel
 
AttributeConstruction - Class in com.rapidminer.operator.features.construction
This operator constructs new attributes from the attributes of the input example set.
AttributeConstruction(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.AttributeConstruction
 
AttributeConstructionsLoader - Class in com.rapidminer.operator.io
Loads an attribute set from a file and constructs the desired features.
AttributeConstructionsLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AttributeConstructionsLoader
 
AttributeConstructionsWriter - Class in com.rapidminer.operator.io
Writes all attributes of an example set to a file.
AttributeConstructionsWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AttributeConstructionsWriter
 
AttributeCopy - Class in com.rapidminer.operator.preprocessing.filter
Adds a copy of a single attribute to the given example set.
AttributeCopy(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeCopy
 
AttributeCounter - Class in com.rapidminer.operator.performance
Returns a performance vector just counting the number of attributes currently used for the given example set.
AttributeCounter(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.AttributeCounter
 
AttributeDataSource - Class in com.rapidminer.tools.att
Reference to source of an attribute, i.e. file, column number (token number).
AttributeDataSource(Attribute, File, int, String) - Constructor for class com.rapidminer.tools.att.AttributeDataSource
 
AttributeDataSourceCreator - Class in com.rapidminer.tools.att
This class can be used as a simple attribute data source creation factory for many types of table like data.
AttributeDataSourceCreator() - Constructor for class com.rapidminer.tools.att.AttributeDataSourceCreator
 
AttributeDataSources - Class in com.rapidminer.tools.att
A container class for all attribute data sources and a default source file.
AttributeDataSources(List<AttributeDataSource>, File) - Constructor for class com.rapidminer.tools.att.AttributeDataSources
 
AttributeDescription - Class in com.rapidminer.example
This class holds all basic information about an attribute.
AttributeDescription(Attribute, String, int, int, double, int) - Constructor for class com.rapidminer.example.AttributeDescription
 
AttributeDescriptionFileWizardAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
AttributeDescriptionFileWizardAction(IconSize) - Constructor for class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction
 
attributeDogCatMouse() - Static method in class com.rapidminer.example.test.ExampleTestTools
 
AttributeEditor - Class in com.rapidminer.gui.attributeeditor
A table for creating an attribute description file.
AttributeEditor(Operator, DataControl) - Constructor for class com.rapidminer.gui.attributeeditor.AttributeEditor
 
AttributeEditorAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
AttributeEditorAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.AttributeEditorAction
 
AttributeEditorDialog - Class in com.rapidminer.gui.attributeeditor
The dialog for the attribute editor.
AttributeEditorDialog(JFrame, Operator, File) - Constructor for class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
AttributeEditorDialog(JFrame, Operator) - Constructor for class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
AttributeFactory - Class in com.rapidminer.example.table
This class is used to create and clone attributes.
AttributeFactory() - Constructor for class com.rapidminer.example.table.AttributeFactory
 
AttributeFileCellEditor - Class in com.rapidminer.gui.properties
This is an extension of the FileValueCellEditor which also supports the opening of an AttributeEditor.
AttributeFileCellEditor(ParameterTypeAttributeFile) - Constructor for class com.rapidminer.gui.properties.AttributeFileCellEditor
 
AttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This operator filters the attributes of an exampleSet.
AttributeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilter
 
AttributeFilterCondition - Interface in com.rapidminer.operator.preprocessing.filter.attributes
This interface must be implemented by classes implementing an AttributeFilterCondition for the AttributeFilter operator.
AttributeFilterCondition.ScanResult - Enum in com.rapidminer.operator.preprocessing.filter.attributes
 
AttributeFilterConditions - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class provides convenient methods for adding parameters providing AttributeConditions and the possibility to register new Parameters
AttributeFilterConditions() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
AttributeGenerator - Class in com.rapidminer.operator.features.construction
This PopulationOperator generates new attributes in an individual's example table.
AttributeGenerator(double, int, int, List<FeatureGenerator>, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.AttributeGenerator
Creates a new AttributeGenerator with given parameters.
attributeInt() - Static method in class com.rapidminer.example.test.ExampleTestTools
 
AttributeIterator - Class in com.rapidminer.example
Iterates over either only the regular attribute, only the special attributes, or over all all attributes.
AttributeIterator(Iterator<AttributeRole>, int) - Constructor for class com.rapidminer.example.AttributeIterator
 
AttributeMerge - Class in com.rapidminer.operator.preprocessing.filter
This operator merges two attributes by simply concatenating the values and store those new values in a new attribute which will be nominal.
AttributeMerge(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
AttributeParser - Class in com.rapidminer.example
Parses a file containing construction descriptions and adds the new attributes to the example set.
AttributeParser() - Constructor for class com.rapidminer.example.AttributeParser
The example table to which the attributes should be added.
AttributePeak - Class in com.rapidminer.generator
Helper class for attributes, their frequencies, and their evidences.
AttributePeak(Attribute, double, double) - Constructor for class com.rapidminer.generator.AttributePeak
 
attributeReal() - Static method in class com.rapidminer.example.test.ExampleTestTools
 
attributeReal(int) - Static method in class com.rapidminer.example.test.ExampleTestTools
 
AttributeRole - Class in com.rapidminer.example
This class holds the example set relevant information about a table attribute, i.e.
AttributeRole(Attribute) - Constructor for class com.rapidminer.example.AttributeRole
 
AttributeRoleIterator - Class in com.rapidminer.example
An iterator for attribute roles which is able to iterate over all attributes or skip either regular or special attributes.
AttributeRoleIterator(Iterator<AttributeRole>, int) - Constructor for class com.rapidminer.example.AttributeRoleIterator
 
Attributes - Interface in com.rapidminer.example
This container holds all information about the example set attributes.
AttributeSelectionExampleSet - Class in com.rapidminer.example.set
An implementation of ExampleSet that is only a fixed view on a selection of attributes of the parent example set.
AttributeSelectionExampleSet(ExampleSet, boolean[]) - Constructor for class com.rapidminer.example.set.AttributeSelectionExampleSet
Constructs a new AttributeSelectionExampleSet.
AttributeSelectionExampleSet(AttributeSelectionExampleSet) - Constructor for class com.rapidminer.example.set.AttributeSelectionExampleSet
Clone constructor.
AttributeSet - Class in com.rapidminer.tools.att
Set of regular and special attributes that need not necessarily be associated with an ExampleSet.
AttributeSet() - Constructor for class com.rapidminer.tools.att.AttributeSet
Creates an empty attribute set.
AttributeSet(int) - Constructor for class com.rapidminer.tools.att.AttributeSet
Creates an empty attribute set.
AttributeSet(AttributeDataSources) - Constructor for class com.rapidminer.tools.att.AttributeSet
Creates an attribute set from the given collection of AttributeDataSources.
AttributeSet(File, boolean, LoggingHandler) - Constructor for class com.rapidminer.tools.att.AttributeSet
Reads an xml attribute description file and creates an attribute set.
AttributeSet(List<Attribute>, Map<String, Attribute>) - Constructor for class com.rapidminer.tools.att.AttributeSet
 
AttributesExampleReader - Class in com.rapidminer.example.set
This reader simply uses all examples from the parent and all available attributes.
AttributesExampleReader(Iterator<Example>, ExampleSet) - Constructor for class com.rapidminer.example.set.AttributesExampleReader
Creates a simple example reader.
AttributeSubsetPreprocessing - Class in com.rapidminer.operator.preprocessing
This operator can be used to select one attribute (or a subset) by defining a regular expression for the attribute name and applies its inner operators to the resulting subset.
AttributeSubsetPreprocessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
 
AttributeTransformation - Interface in com.rapidminer.example
This interface is used to define on-the-fly transformations in data views.
AttributeTransformationRemapping - Class in com.rapidminer.example.set
This transformation returns the remapped value.
AttributeTransformationRemapping(NominalMapping) - Constructor for class com.rapidminer.example.set.AttributeTransformationRemapping
 
AttributeTransformationRemapping(AttributeTransformationRemapping) - Constructor for class com.rapidminer.example.set.AttributeTransformationRemapping
 
AttributeTransformationReplaceMissing - Class in com.rapidminer.example.set
This transformation simply returns the same value.
AttributeTransformationReplaceMissing(Map<String, Double>) - Constructor for class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
AttributeTransformationReplaceMissing(AttributeTransformationReplaceMissing) - Constructor for class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
AttributeTransformationWeighting - Class in com.rapidminer.example.set
This transformation simply returns the weight-scaled value.
AttributeTransformationWeighting(AttributeWeights) - Constructor for class com.rapidminer.example.set.AttributeTransformationWeighting
 
AttributeTransformationWeighting(AttributeTransformationWeighting) - Constructor for class com.rapidminer.example.set.AttributeTransformationWeighting
Clone constructor.
AttributeTypeException - Exception in com.rapidminer.example
This exception will be thrown if operators use properties of attributes which are not supported by this attribute, for example, if a nominal mapping of the third value is retrieved from a binominal attribute.
AttributeTypeException(String) - Constructor for exception com.rapidminer.example.AttributeTypeException
 
attributeTypeStrings - Static variable in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
AttributeValueFilter - Class in com.rapidminer.example.set
The condition is fulfilled if an attribute has a value equal to, not equal to, less than, ... a given value.
AttributeValueFilter(Attribute, int, String) - Constructor for class com.rapidminer.example.set.AttributeValueFilter
Creates a new AttributeValueFilter.
AttributeValueFilter(ExampleSet, String) - Constructor for class com.rapidminer.example.set.AttributeValueFilter
Constructs an AttributeValueFilter for a given ExampleSet from a parameter string
AttributeValueFilterSingleCondition - Class in com.rapidminer.example.set
The condition is fulfilled if an attribute has a value equal to, not equal to, less than, ... a given value.
AttributeValueFilterSingleCondition(Attribute, int, String) - Constructor for class com.rapidminer.example.set.AttributeValueFilterSingleCondition
Creates a new AttributeValueFilter.
AttributeValueFilterSingleCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.AttributeValueFilterSingleCondition
Constructs an AttributeValueFilter for a given ExampleSet from a parameter string
AttributeValueMapper - Class in com.rapidminer.operator.preprocessing.filter
This operator takes an ExampleSet as input and maps the values of certain attributes to other values.
AttributeValueMapper(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
AttributeValueReplace - Class in com.rapidminer.operator.preprocessing.filter
This operator creates new attributes from nominal attributes where the new attributes contain the original values which replaced substrings.
AttributeValueReplace(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
AttributeValueSplit - Class in com.rapidminer.operator.preprocessing.filter
This operator creates new attributes from a nominal attribute by dividing the nominal values into parts according to a split criterion (regular expression).
AttributeValueSplit(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
AttributeValueSubstring - Class in com.rapidminer.operator.preprocessing.filter
This operator creates new attributes from nominal attributes where the new attributes contain only substrings of the original values.
AttributeValueSubstring(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
AttributeValueTrim - Class in com.rapidminer.operator.preprocessing.filter
This operator creates new attributes from nominal attributes where the new attributes contain the trimmed original values, i.e. leading and trailing spaces will be removed.
AttributeValueTrim(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
AttributeWeight - Class in com.rapidminer.example
Helper class containing the name of an attribute and the corresponding weight.
AttributeWeight(AttributeWeights, String, double) - Constructor for class com.rapidminer.example.AttributeWeight
Creates a new attribute weight object.
AttributeWeight(AttributeWeight) - Constructor for class com.rapidminer.example.AttributeWeight
Clone constructor.
AttributeWeightCellEditor - Class in com.rapidminer.gui.dialog
Editor for attribute weights.
AttributeWeightCellEditor(double) - Constructor for class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
AttributeWeightedExampleSet - Class in com.rapidminer.example.set
An implementation of ExampleSet that allows the weighting of the attributes.
AttributeWeightedExampleSet(ExampleSet) - Constructor for class com.rapidminer.example.set.AttributeWeightedExampleSet
Constructs a new AttributeWeightedExampleSet.
AttributeWeightedExampleSet(ExampleSet, AttributeWeights) - Constructor for class com.rapidminer.example.set.AttributeWeightedExampleSet
Constructs a new AttributeWeightedExampleSet.
AttributeWeightedExampleSet(ExampleSet, AttributeWeights, double) - Constructor for class com.rapidminer.example.set.AttributeWeightedExampleSet
Constructs a new AttributeWeightedExampleSet.
AttributeWeightedExampleSet(AttributeWeightedExampleSet) - Constructor for class com.rapidminer.example.set.AttributeWeightedExampleSet
Clone constructor.
AttributeWeights - Class in com.rapidminer.example
AttributeWeights holds the information about the weights of attributes of an example set.
AttributeWeights() - Constructor for class com.rapidminer.example.AttributeWeights
Creates a new empty attribute weights object.
AttributeWeights(ExampleSet) - Constructor for class com.rapidminer.example.AttributeWeights
Creates a new attribute weights object containing a weight of 1 for each of the given input attributes.
AttributeWeights2ExampleSet - Class in com.rapidminer.operator.features.weighting
This operator creates a new example set from the given attribute weights.
AttributeWeights2ExampleSet(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.AttributeWeights2ExampleSet
 
AttributeWeightsApplier - Class in com.rapidminer.operator.features
This operator deselects attributes with a weight value of 0.0.
AttributeWeightsApplier(OperatorDescription) - Constructor for class com.rapidminer.operator.features.AttributeWeightsApplier
 
AttributeWeightsDataSampleTest - Class in com.rapidminer.test
Tests the data of AttributeWeights
AttributeWeightsDataSampleTest(String, String[], double[]) - Constructor for class com.rapidminer.test.AttributeWeightsDataSampleTest
 
AttributeWeightsDialog - Class in com.rapidminer.gui.dialog
This weights dialog is used to show attribute weights created by the process, by the user, or were loaded from a file.
AttributeWeightsDialog(AttributeWeights) - Constructor for class com.rapidminer.gui.dialog.AttributeWeightsDialog
Creates a new dialog for the given feature weights.
AttributeWeightSelection - Class in com.rapidminer.operator.features.selection
This operator selects all attributes which have a weight fulfilling a given condition.
AttributeWeightSelection(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
AttributeWeightsLoader - Class in com.rapidminer.operator.io
Reads the weights for all attributes of an example set from a file and creates a new AttributeWeights IOObject.
AttributeWeightsLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AttributeWeightsLoader
 
AttributeWeightsPlotRenderer - Class in com.rapidminer.gui.renderer.weights
A renderer for the plot view of attribute weights.
AttributeWeightsPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.weights.AttributeWeightsPlotRenderer
 
AttributeWeightsTableModel - Class in com.rapidminer.gui.dialog
This table model is used by an AttributeWeightsDialog.
AttributeWeightsTableModel(AttributeWeights) - Constructor for class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
AttributeWeightsTableRenderer - Class in com.rapidminer.gui.renderer.weights
A renderer for the table view of attribute weights.
AttributeWeightsTableRenderer() - Constructor for class com.rapidminer.gui.renderer.weights.AttributeWeightsTableRenderer
 
AttributeWeightsWriter - Class in com.rapidminer.operator.io
Writes the weights of all attributes of an example set to a file.
AttributeWeightsWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AttributeWeightsWriter
 
attributeYesNo() - Static method in class com.rapidminer.example.test.ExampleTestTools
 
atts - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
The known attribute values for each example.
AutomaticTextField - Class in com.rapidminer.gui.look.fc
This text field is connected to the file chooser and provides some automation mechanisms.
AutomaticTextField(FileChooserUI) - Constructor for class com.rapidminer.gui.look.fc.AutomaticTextField
 
availableLocaleNames - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
availableLocaleNames - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
availableLocaleNames - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
availableLocales - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
availableLocales - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
availableLocales - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
availableTimeZoneNames - Static variable in class com.rapidminer.tools.Tools
 
Averagable - Class in com.rapidminer.tools.math
Superclass for all objects which can be averaged.
Averagable() - Constructor for class com.rapidminer.tools.math.Averagable
 
Averagable(Averagable) - Constructor for class com.rapidminer.tools.math.Averagable
 
AVERAGE - Static variable in interface com.rapidminer.example.Statistics
 
AVERAGE - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
AVERAGE - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
Average - Class in com.rapidminer.tools.math.function.expressions
Calculates the average of an arbitrary number of arguments.
Average() - Constructor for class com.rapidminer.tools.math.function.expressions.Average
 
average() - Method in class com.rapidminer.tools.math.RunVector
Calculates the mean value of the averagables of the average vectors and returns an average vector which contains for each averagable the mean value.
AVERAGE_PARAMETERS - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "Init distributions average parameters"
AVERAGE_WEIGHTED - Static variable in interface com.rapidminer.example.Statistics
 
AverageBuilder - Class in com.rapidminer.operator.meta
Collects all average vectors (e.g.
AverageBuilder(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.AverageBuilder
 
AverageFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the average.
AverageFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
AverageFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
AverageGenerator - Class in com.rapidminer.generator
This class has two numerical input attributes and one output attribute.
AverageGenerator() - Constructor for class com.rapidminer.generator.AverageGenerator
 
AverageLinkageMethod - Class in com.rapidminer.operator.clustering.clusterer
This class provides the AverageLinkageMethod, also called UPGMA, for the agglomerative clustering operator.
AverageLinkageMethod(DistanceMatrix, int[]) - Constructor for class com.rapidminer.operator.clustering.clusterer.AverageLinkageMethod
 
AverageVector - Class in com.rapidminer.tools.math
Handles several averagables.
AverageVector() - Constructor for class com.rapidminer.tools.math.AverageVector
 
AxisTransformation - Interface in com.rapidminer.gui.plotter
Transforms the given value, e.g. by just returning it (id) or applying a log function.
AxisTransformationId - Class in com.rapidminer.gui.plotter
Transforms the given value by just returning it.
AxisTransformationId() - Constructor for class com.rapidminer.gui.plotter.AxisTransformationId
 
AxisTransformationLog - Class in com.rapidminer.gui.plotter
Transforms the given value by applying a log function.
AxisTransformationLog() - Constructor for class com.rapidminer.gui.plotter.AxisTransformationLog
 

B

b - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
backPathVector - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
BACKSPACE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
BACKSPACE_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
BACKWARD_ELIMINATION - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
BackwardElimination - Class in com.rapidminer.operator.features.selection
This PopulationOperator realizes backward elimination, i.e. creates a list of clones of each individual and switches of one attribute in each of the clones.
BackwardElimination() - Constructor for class com.rapidminer.operator.features.selection.BackwardElimination
 
BackwardWeighting - Class in com.rapidminer.operator.features.weighting
Uses the backward selection idea for the weighting of features.
BackwardWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.BackwardWeighting
 
Bagging - Class in com.rapidminer.operator.learner.meta
This Bagging implementation can be used with all learners available in RapidMiner, not only the ones which originally are part of the Weka package.
Bagging(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.Bagging
Constructor.
BaggingModel - Class in com.rapidminer.operator.learner.meta
The model for the internal Bagging implementation.
BaggingModel(ExampleSet, List<Model>) - Constructor for class com.rapidminer.operator.learner.meta.BaggingModel
 
BallTree<T extends java.io.Serializable> - Class in com.rapidminer.tools.math.container
This class is an implementation of a Ball-Tree for organizing multidimensional datapoints in a fashion supporting the search for nearest neighbours.
BallTree(DistanceMeasure) - Constructor for class com.rapidminer.tools.math.container.BallTree
 
BallTreeNode<T> - Class in com.rapidminer.tools.math.container
The node for a ball tree.
BallTreeNode(double[], double, T) - Constructor for class com.rapidminer.tools.math.container.BallTreeNode
 
BANDWIDTH_SELECTION_MODE_FIX - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
BANDWIDTH_SELECTION_MODE_HEURISTIC - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
BANDWIDTH_SELECTION_MODES - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
BarChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the main bar chart plotter.
BarChartPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
BarChartPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
BARTLETT - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
BARTLETT - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Bartlett.
BartlettWindowFunction - Class in com.rapidminer.tools.math.function.window
A Bartlett window function.
BartlettWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.BartlettWindowFunction
 
BartlettWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.BartlettWindowFunction
 
BASE_VALUE - Static variable in interface com.rapidminer.example.Attributes
The name of the classification cost special attribute.
BasicArithmeticOperationGenerator - Class in com.rapidminer.generator
This class is a very simple implementation of a FeatureGenerator.
BasicArithmeticOperationGenerator(int) - Constructor for class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
BasicArithmeticOperationGenerator() - Constructor for class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
BasicPlotterCondition - Class in com.rapidminer.gui.plotter.conditions
This plotter condition accepts all data tables.
BasicPlotterCondition() - Constructor for class com.rapidminer.gui.plotter.conditions.BasicPlotterCondition
 
BasicPropertyTable - Class in com.rapidminer.gui.properties
This is a basic property table which can be simply build from a Parameters object.
BasicPropertyTable() - Constructor for class com.rapidminer.gui.properties.BasicPropertyTable
 
BasicVertexShapeTransformer<V> - Class in com.rapidminer.gui.graphs
The basic vertex shaper for the GraphViewer.
BasicVertexShapeTransformer() - Constructor for class com.rapidminer.gui.graphs.BasicVertexShapeTransformer
 
basisSet - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
BATCH_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute batch.
BatchFileTokenMarker - Class in com.rapidminer.gui.tools.syntax
Batch file token marker.
BatchFileTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.BatchFileTokenMarker
 
BatchProcessing - Class in com.rapidminer.operator.meta
This operator groups the input examples into batches of the specified size and performs the inner operators on all batches subsequently.
BatchProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.BatchProcessing
 
BatchSlidingWindowValidation - Class in com.rapidminer.operator.validation
The BatchSlidingWindowValidation is similar to the usual SlidingWindowValidation.
BatchSlidingWindowValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.BatchSlidingWindowValidation
 
BatchXValidation - Class in com.rapidminer.operator.validation
BatchXValidation encapsulates a cross-validation process.
BatchXValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.BatchXValidation
 
BayBoostBaseModelInfo - Class in com.rapidminer.operator.learner.meta
Stores a base model together with its contingency matrix, which offerers a more convenient access in the context of ensemble classification.
BayBoostBaseModelInfo(Model, ContingencyMatrix) - Constructor for class com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
 
BayBoostModel - Class in com.rapidminer.operator.learner.meta
A model for the Bayesian Boosting algorithm by Martin Scholz.
BayBoostModel(ExampleSet, List<BayBoostBaseModelInfo>, double[]) - Constructor for class com.rapidminer.operator.learner.meta.BayBoostModel
 
BayBoostStream - Class in com.rapidminer.operator.learner.meta
Assumptions: target label is always boolean goal is to fit a crisp ensemble classifier (use_distribution always off) base classifier weights are always adapted by a single row from first to last no internal bootstrapping
BayBoostStream(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.BayBoostStream
Constructor.
BayBoostStream.BatchFilterCondition - Class in com.rapidminer.operator.learner.meta
Class that filters an ExampleSet by the value of a special attribute.
BayBoostStream.BatchFilterCondition(Attribute, int) - Constructor for class com.rapidminer.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
BayesianBoosting - Class in com.rapidminer.operator.learner.meta
This operator trains an ensemble of classifiers for boolean target attributes.
BayesianBoosting(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.BayesianBoosting
Constructor.
BDFORMULA - Static variable in class com.rapidminer.gui.tools.syntax.TeXTokenMarker
 
becomeMandatory() - Method in class com.rapidminer.parameter.conditions.AndCondition
 
becomeMandatory() - Method in class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
becomeMandatory() - Method in class com.rapidminer.parameter.conditions.EqualStringCondition
 
becomeMandatory() - Method in class com.rapidminer.parameter.conditions.EqualTypeCondition
 
becomeMandatory() - Method in class com.rapidminer.parameter.conditions.NonEqualStringCondition
 
becomeMandatory() - Method in class com.rapidminer.parameter.conditions.NonEqualTypeCondition
 
becomeMandatory() - Method in interface com.rapidminer.parameter.conditions.ParameterCondition
 
beep(String) - Static method in class com.rapidminer.gui.ProcessThread
 
beforeScanCheck(Attribute) - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
This method initializes this condition and resets all counters.
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.DateAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NameAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NominalAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NoMissingValuesAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericalAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
Don't remove any attribute without checking values
beginCompoundEdit() - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Starts a compound edit that can be undone in one operation.
beginGroup(String, PrintWriter) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
beginGroup(String, PrintWriter) - Method in interface com.rapidminer.doc.OperatorDocGenerator
Generates the header for the group with the given name.
beginGroup(String, PrintWriter) - Method in class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
Does nothing.
Benefit - Class in com.rapidminer.operator.learner.tree
Encapsulates some information about the benefit of a split.
Benefit(double, Attribute) - Constructor for class com.rapidminer.operator.learner.tree.Benefit
 
Benefit(double, Attribute, double) - Constructor for class com.rapidminer.operator.learner.tree.Benefit
 
bestIndex(int, int, double[][]) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
bestRule - Variable in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
BestRuleInduction - Class in com.rapidminer.operator.learner.rules
This operator returns the best rule regarding WRAcc using exhaustive search.
BestRuleInduction(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.rules.BestRuleInduction
 
BestRuleInduction.RuleWithScoreUpperBound - Class in com.rapidminer.operator.learner.rules
Helper class containing a rule and an upper bound for the score.
BestRuleInduction.RuleWithScoreUpperBound(ConjunctiveRuleModel, double) - Constructor for class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
BestSelection - Class in com.rapidminer.operator.features.selection
Selects the best individual and build a new population.
BestSelection() - Constructor for class com.rapidminer.operator.features.selection.BestSelection
 
beta - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
bias - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
Bias
Bias - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the bias.
Bias(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Bias
 
BIAS - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
biasLeft - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
BibtexExampleSource - Class in com.rapidminer.operator.io
This operator can read BibTeX files.
BibtexExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.BibtexExampleSource
 
Binary2MultiClassLearner - Class in com.rapidminer.operator.learner.meta
A metaclassifier for handling multi-class datasets with 2-class classifiers.
Binary2MultiClassLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
 
Binary2MultiClassModel - Class in com.rapidminer.operator.learner.meta
This operator uses an inner learning scheme which is able to perform predictions for binary or binominal classification problems and learns a set of these binary models in order to use this set for a given data set with more than two classes.
Binary2MultiClassModel(ExampleSet, Model[], int, LinkedList<String>) - Constructor for class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
 
Binary2MultiClassModel(ExampleSet, Model[], int, String[][]) - Constructor for class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
 
BinaryClassificationPerformance - Class in com.rapidminer.operator.performance
This class encapsulates the well known binary classification criteria precision and recall.
BinaryClassificationPerformance() - Constructor for class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
BinaryClassificationPerformance(BinaryClassificationPerformance) - Constructor for class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
BinaryClassificationPerformance(int) - Constructor for class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
BinaryClassificationPerformance(int, double[][]) - Constructor for class com.rapidminer.operator.performance.BinaryClassificationPerformance
For test cases only.
BinaryNumericalGenerator - Class in com.rapidminer.generator
Objects of this generator class have two numerical input attributes and one output attribute.
BinaryNumericalGenerator() - Constructor for class com.rapidminer.generator.BinaryNumericalGenerator
 
BinaryPeakFinder - Class in com.rapidminer.tools.math
Generates the amplitude and index point of the highest peaks in the series.
BinaryPeakFinder() - Constructor for class com.rapidminer.tools.math.BinaryPeakFinder
 
BinDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes all numeric attributes in the dataset into nominal attributes.
BinDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
BINNING_ABSOLUTE - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
BINNING_FREQUENCY - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
BINNING_SIMPLE - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
BINNING_TYPES - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
binNumber - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
binNumber - Variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
Binomial - Class in com.rapidminer.operator.learner.igss.utility
The utility function Binomial.
Binomial(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.Binomial
Constructs a new Binomial with the given default probability.
Binomial - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the binomial.
Binomial(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Binomial
 
BINOMIAL - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
BINOMINAL - Static variable in class com.rapidminer.tools.Ontology
 
BINOMINAL_ATTRIBUTES - Static variable in class com.rapidminer.operator.learner.LearnerCapability
 
BINOMINAL_CLASS - Static variable in class com.rapidminer.operator.learner.LearnerCapability
 
BinominalAttribute - Class in com.rapidminer.example.table
This class holds all information on a single binary attribute.
BinominalClassificationPerformanceEvaluator - Class in com.rapidminer.operator.performance
This performance evaluator operator should be used for classification tasks, i.e. in cases where the label attribute has a binominal value type.
BinominalClassificationPerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
 
BinominalMapping - Class in com.rapidminer.example.table
This is an efficient implementation of a NominalMapping which can be used for binominal attributes, i.e. for attributes with only two different values.
BinominalMapping() - Constructor for class com.rapidminer.example.table.BinominalMapping
 
BisquareSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the bisquare smoothing kernel.
BisquareSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.BisquareSmoothingKernel
 
BLACKMAN - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
BLACKMAN - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Blackman.
BLACKMAN_HARRIS - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
BLACKMAN_HARRIS - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Blackman-Harris.
BlackmanHarrisWindowFunction - Class in com.rapidminer.tools.math.function.window
A Blackman-Harris window function.
BlackmanHarrisWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.BlackmanHarrisWindowFunction
 
BlackmanHarrisWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.BlackmanHarrisWindowFunction
 
BlackmanWindowFunction - Class in com.rapidminer.tools.math.function.window
A Blackman window function.
BlackmanWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.BlackmanWindowFunction
 
BlackmanWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.BlackmanWindowFunction
 
blink - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
blinkCaret() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Blinks the caret.
BLOCK_TYPE - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
BLOCK_TYPE - Static variable in class com.rapidminer.tools.Ontology
 
BLOCK_TYPE_NAMES - Static variable in class com.rapidminer.tools.Ontology
 
blockCaret - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
blockCaret - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
BlockChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the block chart plotter based on JFreeChart.
BlockChartPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.BlockChartPlotter
 
BlockChartPlotter.BlockPaintScale - Class in com.rapidminer.gui.plotter.charts
 
BlockChartPlotter.BlockPaintScale(double, double) - Constructor for class com.rapidminer.gui.plotter.charts.BlockChartPlotter.BlockPaintScale
 
BOLTZMANN_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
BOLTZMANN_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
BOLTZMANN_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a Boltzmann selection scheme.
BoltzmannSelection - Class in com.rapidminer.operator.features.selection
Like RouletteWheel this population operator selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
BoltzmannSelection(int, double, int, boolean, boolean, Random) - Constructor for class com.rapidminer.operator.features.selection.BoltzmannSelection
 
BoltzmannSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Like RouletteWheel this population operator selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
BoltzmannSelection(int, double, int, boolean, boolean, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.BoltzmannSelection
 
Bookmark - Class in com.rapidminer.gui.look.fc
A helper class containing all information about a bookmark.
Bookmark(String, String) - Constructor for class com.rapidminer.gui.look.fc.Bookmark
 
BookmarkDialog - Class in com.rapidminer.gui.look.fc
A dialog for bookmarks.
BookmarkDialog(Dialog, boolean) - Constructor for class com.rapidminer.gui.look.fc.BookmarkDialog
 
BookmarkDialog(Frame, boolean) - Constructor for class com.rapidminer.gui.look.fc.BookmarkDialog
 
BookmarkIO - Class in com.rapidminer.gui.look.fc
A IO helper class for the bookmarks.
BookmarkIO() - Constructor for class com.rapidminer.gui.look.fc.BookmarkIO
 
BookmarkList - Class in com.rapidminer.gui.look.fc
The list containing the bookmarks.
BookmarkList(BookmarkListModel, FileList) - Constructor for class com.rapidminer.gui.look.fc.BookmarkList
 
BookmarkListModel - Class in com.rapidminer.gui.look.fc
The model for the list containing the bookmarks.
BookmarkListModel() - Constructor for class com.rapidminer.gui.look.fc.BookmarkListModel
 
bookmarksButton - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
BooleanArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed up by a boolean array.
BooleanArrayDataRow(boolean[]) - Constructor for class com.rapidminer.example.table.BooleanArrayDataRow
Creates a new data row backed by an primitive array.
BooleanAttributeItem - Class in com.rapidminer.operator.learner.associations
This is an Item based on boolean attributes.
BooleanAttributeItem(Attribute) - Constructor for class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
BooleanParameterCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a boolean parameter has a certain value.
BooleanParameterCondition(ParameterHandler, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
BooleanSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
BooleanSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.BooleanSparseArrayDataRow
Creates an empty sparse array data row with size 0.
BooleanSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.BooleanSparseArrayDataRow
Creates a sparse array data row of the given size.
booleanValue(String, boolean) - Static method in class com.rapidminer.tools.ParameterService
Returns true if value is "true", "yes", "y" or "on".
booleanValue(String, boolean) - Static method in class com.rapidminer.tools.Tools
 
Bootstrapping - Class in com.rapidminer.operator.preprocessing.sampling
This operator constructs a bootstrapped sample from the given example set.
Bootstrapping(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.Bootstrapping
 
BootstrappingValidation - Class in com.rapidminer.operator.validation
This validation operator performs several bootstrapped samplings (sampling with replacement) on the input set and trains a model on these samples.
BootstrappingValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.BootstrappingValidation
 
Borders - Class in com.rapidminer.gui.look.borders
The border creation and maintaining class used for all components.
Borders() - Constructor for class com.rapidminer.gui.look.borders.Borders
 
BOTTOM - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
BOTTOM_LEFT_PIC - Static variable in class com.rapidminer.gui.look.RoundedPopupFactory
 
BOTTOM_PIC - Static variable in class com.rapidminer.gui.look.RoundedPopupFactory
 
BOTTOM_RIGHT_PIC - Static variable in class com.rapidminer.gui.look.RoundedPopupFactory
 
BoundDiagram - Class in com.rapidminer.gui.plotter
A bound diagram used for displaying attribute weights.
BoundDiagram() - Constructor for class com.rapidminer.gui.plotter.BoundDiagram
 
BoundDiagram(DataTable) - Constructor for class com.rapidminer.gui.plotter.BoundDiagram
 
BoundedPriorityQueue<E> - Class in com.rapidminer.tools.math.container
This class implements a bounded priority queue which contains always the n-th smalles values.
BoundedPriorityQueue(int) - Constructor for class com.rapidminer.tools.math.container.BoundedPriorityQueue
 
BoundedPriorityQueue(int, Comparator<? super E>) - Constructor for class com.rapidminer.tools.math.container.BoundedPriorityQueue
 
BOX_VIEW_24 - Variable in class com.rapidminer.gui.MainFrame
 
BOX_VIEW_32 - Variable in class com.rapidminer.gui.MainFrame
 
BoxPlot2D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 2D box plots.
BoxPlot2D() - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
BoxPlot2D(DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
BoxPlot3D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 3D box plots.
BoxPlot3D() - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
BoxPlot3D(DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
BoxViewerAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
BoxViewerAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.BoxViewerAction
 
BoxViewerDialog - Class in com.rapidminer.gui.dialog.boxviewer
This dialog renderers the process (or any other given operator) in a box style.
BoxViewerDialog(Operator) - Constructor for class com.rapidminer.gui.dialog.boxviewer.BoxViewerDialog
 
BoxViewerExportAction - Class in com.rapidminer.gui.dialog.actions
Start the corresponding action.
BoxViewerExportAction(BoxViewerDialog, IconSize) - Constructor for class com.rapidminer.gui.dialog.actions.BoxViewerExportAction
 
BoxViewerPrintAction - Class in com.rapidminer.gui.dialog.actions
Start the corresponding action.
BoxViewerPrintAction(BoxViewerDialog, IconSize) - Constructor for class com.rapidminer.gui.dialog.actions.BoxViewerPrintAction
 
bracketHighlight - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
bracketHighlight - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
bracketHighlightColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
bracketHighlightColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
bracketLine - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
bracketPosition - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
BREAKPOINT_AFTER - Static variable in interface com.rapidminer.BreakpointListener
Indicates a breakpoint after the operator.
BREAKPOINT_BEFORE - Static variable in interface com.rapidminer.BreakpointListener
Indicates a breakpoint before the operator.
BREAKPOINT_POS_NAME - Static variable in interface com.rapidminer.BreakpointListener
 
BREAKPOINT_POS_NAME_UPPERCASE - Static variable in interface com.rapidminer.BreakpointListener
 
BREAKPOINT_WITHIN - Static variable in interface com.rapidminer.BreakpointListener
Indicates a breakpoint after the operator.
BreakpointListener - Interface in com.rapidminer
The method BreakpointListener.breakpointReached(Process, Operator, IOContainer, int) is invoked every time a breakpoint is reached during a process run.
breakpointReached(Process, Operator, IOContainer, int) - Method in interface com.rapidminer.BreakpointListener
This method is invoked every time a breakpoint is reached during the process.
breakpointReached(Process, Operator, IOContainer, int) - Method in class com.rapidminer.gui.tools.StatusBar
 
breakpointReached(Process, Operator, IOContainer, int) - Method in class com.rapidminer.RapidMinerCommandLine
 
BregmanDivergence - Class in com.rapidminer.tools.math.similarity
Abstract class that represents a bregman divergence.
BregmanDivergence() - Constructor for class com.rapidminer.tools.math.similarity.BregmanDivergence
 
BROWN_FONT_COLOR - Static variable in class com.rapidminer.gui.tools.SwingTools
A brown font color.
Browser - Class in com.rapidminer.gui.dialog
A simple HTML browser which can be used for displaying simple contents, e.g.
Browser() - Constructor for class com.rapidminer.gui.dialog.Browser
 
browseScrollPane - Variable in class com.rapidminer.gui.look.fc.FileList
 
BruteForceSelection - Class in com.rapidminer.operator.features.selection
This feature selection operator selects the best attribute set by trying all possible combinations of attribute selections.
BruteForceSelection(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.BruteForceSelection
 
BubbleChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the bubble chart plotter.
BubbleChartPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
BubbleChartPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
BugAssistant - Class in com.rapidminer.gui.dialog
This dialog is shown in cases where a non-user error occured and the user decided to send a bugreport.
BugAssistant(Throwable) - Constructor for class com.rapidminer.gui.dialog.BugAssistant
 
BugReport - Class in com.rapidminer.tools
A bug report can be send by the user.
BugReport() - Constructor for class com.rapidminer.tools.BugReport
 
buildAverage(Averagable) - Method in class com.rapidminer.tools.math.Averagable
This method builds the makro average of two averagables of the same type.
buildAverages(AverageVector) - Method in class com.rapidminer.tools.math.AverageVector
 
BuildingBlock - Class in com.rapidminer.gui.templates
A building block consisting of a name, a short description, and the XML description for the building block.
BuildingBlock(File) - Constructor for class com.rapidminer.gui.templates.