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.BuildingBlock
 
BuildingBlock(BufferedReader) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
 
BuildingBlock(String, String, String, String) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
 
BuildingBlockService - Class in com.rapidminer.tools
This service class can be used to deliver all building blocks, i.e. both predefined and user defined building blocks.
BuildingBlockService() - Constructor for class com.rapidminer.tools.BuildingBlockService
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.example.AttributeWeight
Builds the sum of weights and counters.
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.CrossEntropy
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.LogisticLoss
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.Margin
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.MDLCriterion
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.PredictionAverage
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.PredictionTrendAccuracy
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.RankCorrelation
Averaging across instances of RankCorrelation is unsupported (?)
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
buildSingleAverage(Averagable) - Method in class com.rapidminer.tools.math.Averagable
This method should build the average of this and another averagable of the same type.
buildTree(Tree, ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.TreeBuilder
 
BUTTON_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
ButtonBorder - Class in com.rapidminer.gui.look.borders
The UIResource for button borders.
ButtonBorder() - Constructor for class com.rapidminer.gui.look.borders.ButtonBorder
 
ButtonBorderPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for borders of buttons.
ButtonListener - Class in com.rapidminer.gui.look
The button listener used for buttons.
ButtonListener(AbstractButton) - Constructor for class com.rapidminer.gui.look.ButtonListener
 
ButtonPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the buttons.
ButtonUI - Class in com.rapidminer.gui.look.ui
The UI for the basic button.
ButtonUI() - Constructor for class com.rapidminer.gui.look.ui.ButtonUI
 
ByteArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a byte array.
ByteArrayDataRow(byte[]) - Constructor for class com.rapidminer.example.table.ByteArrayDataRow
Creates a new data row backed by an primitive array.
ByteSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
ByteSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.ByteSparseArrayDataRow
Creates an empty sparse array data row with size 0.
ByteSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.ByteSparseArrayDataRow
Creates a sparse array data row of the given size.
BytewiseExampleSource - Class in com.rapidminer.operator.io
Superclass for file data source operators which read the file byte per byte into a byte array and extract the actual data from that array.
BytewiseExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.BytewiseExampleSource
 

C

C - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
c - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
C - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
C45ExampleSource - Class in com.rapidminer.operator.io
Loads data given in C4.5 format (names and data file).
C45ExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.C45ExampleSource
 
Cache - Class in com.rapidminer.gui.look.painters
A cache for the cached painter.
Cache - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.util
Implements a last recently used cache
Cache() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
constructor
Cache(int, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
constructor + init(size)
cache_MB - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Size of cache in MB
cached(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
is element at this position cached?
CachedDatabaseExampleSource - Class in com.rapidminer.operator.io
This operator reads an ExampleSet from an SQL database.
CachedDatabaseExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
cacheMap - Static variable in class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
cachSystemDetails(File, String) - Method in class com.rapidminer.gui.look.fc.FileList
 
calc_lambda_eq() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
calc_lambda_eq() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.CheckerboardClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.ComplicatedFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.ComplicatedFunction2
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.GaussianFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.GaussianMixtureFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.GlobalAndLocalPatternsFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.GridFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.InteractionClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.MultiClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.NonLinearFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.OneThirdClassification
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.OneVariableNonLinearFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.PolynomialClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.PolynomialFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.QuadraticClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.RandomClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.RandomDotsClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.RandomFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.RingClusteringFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SimpleNonLinearClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SimplePolynomialClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SimpleSinusFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SimpleSuperpositionFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SincFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SinusClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SinusFrequencyFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SinusFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SinusWithTrendFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SpiralClusteringFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SquarePulseFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SumClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.SumFunction
 
calculate(double[]) - Method in interface com.rapidminer.operator.generator.TargetFunction
Calculates the target function on arguments.
calculate(double[]) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.TriangularFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
 
calculate(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Model
 
calculate(double[]) - Method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
Resets the counters and computes the aggregation function solely based on the given values.
calculate(double[], double[]) - Method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
Resets the counters and computes the aggregation function solely based on the given values and the given weights.
calculate(double[]) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Calculate function value for given values.
calculate(double[], double[]) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Calculate function value for given values and weights.
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Calculates kernel value of vectors x and y
calculate_K(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Calculate K(i,j)
calculate_K(SVMExample, SVMExample) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
 
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot
Calculates kernel value of vectors x and y
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric
Calculates kernel value of vectors x and y.
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural
Calculates kernel value of vectors x and y
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
Calculates kernel value of vectors x and y
calculate_K(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
Calculates kernel value of vectors x and y.
calculate_K_row(double[], int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
 
calculate_working_set() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Calculates the working set
calculate_working_set() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Calculates the working set
calculateAllBenefits(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.TreeBuilder
 
calculateAngles() - Method in class com.rapidminer.gui.plotter.BoundDiagram
Calculates the angles.
calculateAttributeVectors() - Method in class com.rapidminer.gui.plotter.BoundDiagram
Calculate the attribute vectors.
calculateAttributeVectors(int, int, int) - Method in class com.rapidminer.gui.plotter.GridVizPlotter
 
calculateAttributeVectors() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
Calculate the attribute vectors.
calculateAUC(ROCData) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Calculates the area under the curve for a given list of ROC data points.
calculateBenefit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.CHAIDLearner
This method calculates the benefit of the given attribute.
calculateBenefit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.TreeBuilder
This method calculates the benefit of the given attribute.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.DotKernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.Kernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.RBFKernel
Calculates kernel value of vectors x and y.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.SigmoidKernel
Subclasses must implement this method.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This method does the calculation of the distance between two double arrays.
calculateDistance(Example, Example) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This is a convinient method for calculating the distance between examples.
calculateDistance(Example, double[]) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This is a convinient method for calculating the distance between examples and double arrays.
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.GeneralizedIDivergence
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.ItakuraSaitoDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.KLDivergence
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.LogarithmicLoss
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.LogisticLoss
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.MahalanobisDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.SquaredEuclideanDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.divergences.SquaredLoss
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.mixed.MixedEuclideanDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.nominal.AbstractNominalSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.nominal.NominalDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.CamberraNumericalDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.ChebychevNumericalDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.InnerProductSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.JaccardNumericalSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.ManhattanDistance
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.MaxProductSimilarity
 
calculateDistance(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.OverlapNumericalSimilarity
 
calculateDiversity(ExampleSet, LinkedList) - Static method in class com.rapidminer.operator.learner.igss.IGSSResult
Calculates the diversity in the predictions of the results for the given example set.
calculateError(InnerNode, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction
Calculates the error.
calculateError(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
calculateError(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
calculateError(InnerNode, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.LinearFunction
 
calculateError(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
Calculates the error for this node.
calculateError(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
calculateError(InnerNode, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SigmoidFunction
 
calculateM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the M-value needed for the GSS algorithm.
calculateM(double, double) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Calculates the M-value needed for the GSS algorithm.
calculatePrediction(Example, double[][], double[][], double) - Static method in class com.rapidminer.operator.learner.functions.PolynomialRegressionModel
 
calculateQuartile(DataTable, int) - Static method in class com.rapidminer.gui.plotter.Quartile
 
calculateQuartile(List<Double>) - Static method in class com.rapidminer.gui.plotter.Quartile
 
calculateSamplePoints() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
Calculates the sample points in the RadViz.
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.BregmanDivergence
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This method does the similarity of the distance between two double arrays.
calculateSimilarity(Example, Example) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This is a convinient method for calculating the similarity between examples.
calculateSimilarity(Example, double[]) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This is a convinient method for calculating the similarity between examples and a double array.
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.mixed.MixedEuclideanDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.nominal.AbstractNominalSimilarity
 
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.AbstractNominalSimilarity
Calculate a similarity given the number of attributes for which both examples agree/disagree.
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.DiceNominalSimilarity
 
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.JaccardNominalSimilarity
 
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.KulczynskiNominalSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.nominal.NominalDistance
 
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.RogersTanimotoNominalSimilarity
 
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.RussellRaoNominalSimilarity
 
calculateSimilarity(double, double, double) - Method in class com.rapidminer.tools.math.similarity.nominal.SimpleMatchingNominalSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.CamberraNumericalDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.ChebychevNumericalDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.InnerProductSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.JaccardNumericalSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.ManhattanDistance
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.MaxProductSimilarity
 
calculateSimilarity(double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.OverlapNumericalSimilarity
 
calculateStatistics() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
calculateThumbSize() - Method in class com.rapidminer.gui.look.ui.SliderUI
 
calculateValue(double) - Method in class com.rapidminer.generator.AbsoluteValueGenerator
 
calculateValue(double, double) - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
calculateValue(double, double) - Method in class com.rapidminer.generator.AverageGenerator
 
calculateValue(double, double) - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
calculateValue(double, double) - Method in class com.rapidminer.generator.BinaryNumericalGenerator
 
calculateValue(double) - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
calculateValue(double) - Method in class com.rapidminer.generator.FloorCeilGenerator
 
calculateValue(double, double) - Method in class com.rapidminer.generator.MinMaxGenerator
 
calculateValue(double, double) - Method in class com.rapidminer.generator.PowerGenerator
 
calculateValue(double) - Method in class com.rapidminer.generator.ReciprocalValueGenerator
 
calculateValue(double) - Method in class com.rapidminer.generator.SignumGenerator
 
calculateValue(double) - Method in class com.rapidminer.generator.SingularNumericalGenerator
Subclasses have to implement this method to calculate the function result.
calculateValue(double) - Method in class com.rapidminer.generator.SquareRootGenerator
 
calculateValue(double) - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
calculateValue(InnerNode, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction
Calculates the value.
calculateValue(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
calculateValue(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
calculateValue(InnerNode, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.LinearFunction
 
calculateValue(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
Calculates the output for this node.
calculateValue(boolean, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
calculateValue(InnerNode, Example) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SigmoidFunction
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.AbstractEntropyWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.ChiSquaredWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.CorpusBasedFeatureWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.CorrelationWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.GenericWekaAttributeWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.OneRErrorWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.PCAWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.ReliefWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.StandardDeviationWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.SVMWeighting
 
calculateWeights(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.SymmetricalUncertaintyOperator
 
CALENDAR_FIELD_DAY - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELD_HOUR - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELD_MILLISECOND - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELD_MINUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELD_MONTH - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELD_SECOND - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELD_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
CALENDAR_FIELDS - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
callMatrixMethod(ExampleSet, int, Matrix) - Method in class com.rapidminer.operator.features.transformation.JamaDimensionalityReduction
 
callMatrixMethod(ExampleSet, int, Matrix) - Method in class com.rapidminer.operator.features.transformation.SVDReduction
 
CamberraNumericalDistance - Class in com.rapidminer.tools.math.similarity.numerical
The Camberra distance measure.
CamberraNumericalDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.CamberraNumericalDistance
 
canBeRefined() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns true only if this hypothesis can still be refined.
canBeRefined() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns true only if this hypothesis can still be refined.
cancel() - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
 
cancel() - Method in class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizard
 
cancel() - Method in class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizard
 
cancelSorting() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
canHandleCarriageReturn() - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
canHandleCarriageReturn() - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
canHandleCarriageReturn() - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
canHandleContinousJittering() - Method in interface com.rapidminer.gui.plotter.Plotter
Indicates if the jittering can be handled continously.
canHandleContinousJittering() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
canHandleContinousJittering() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
canHandleJitter() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Returns true.
canHandleJitter() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
Returns true.
canHandleJitter() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if the plotter can handle jitter settings, i.e. a small random pertubation of data point positions.
canHandleJitter() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
canHandleJitter() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
canHandleJitter() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Returns true.
canHandleJitter() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
Returns true.
canHandleZooming() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
canHandleZooming() - Method in interface com.rapidminer.gui.plotter.Plotter
Can handle zooming.
canHandleZooming() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
canHandleZooming() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
CapabilityCheck - Class in com.rapidminer.operator.learner
Checks if the the given learner can work on the example set.
CapabilityCheck(Learner, boolean) - Constructor for class com.rapidminer.operator.learner.CapabilityCheck
 
cardPanel - Variable in class com.rapidminer.gui.look.fc.FileList
 
caretBlinks - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
caretBlinks - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
caretColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
caretColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
caretEvent - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
caretPositionChanged(InputMethodEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
caretTimer - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
caretUpdate(CaretEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
caretVisible - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
caretVisible - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
CashedPainter - Class in com.rapidminer.gui.look.painters
This class provides static methods for cached painting of GUI elements.
CashedPainter() - Constructor for class com.rapidminer.gui.look.painters.CashedPainter
 
CCTokenMarker - Class in com.rapidminer.gui.tools.syntax
C++ token marker.
CCTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.CCTokenMarker
 
CEIL - Static variable in class com.rapidminer.generator.FloorCeilGenerator
 
CellColorProvider - Interface in com.rapidminer.gui.tools
Implementing classes might deliver an appropriate cell color.
CellColorProviderAlternating - Class in com.rapidminer.gui.tools
This provider delivers an alternating color scheme.
CellColorProviderAlternating() - Constructor for class com.rapidminer.gui.tools.CellColorProviderAlternating
 
CellColorProviderScaled - Class in com.rapidminer.gui.tools
Delivers a color based on the given value scaled.
CellColorProviderScaled(ExtendedJTable, boolean, double, double) - Constructor for class com.rapidminer.gui.tools.CellColorProviderScaled
 
CellColorProviderWhite - Class in com.rapidminer.gui.tools
This provider always delivers white.
CellColorProviderWhite() - Constructor for class com.rapidminer.gui.tools.CellColorProviderWhite
 
CellColorProviderYellow - Class in com.rapidminer.gui.tools
This provider always delivers the lightest available yellow tone.
CellColorProviderYellow() - Constructor for class com.rapidminer.gui.tools.CellColorProviderYellow
 
CellEditors - Class in com.rapidminer.gui.attributeeditor
A generic collection class for cell editors.
CellEditors(int) - Constructor for class com.rapidminer.gui.attributeeditor.CellEditors
Creates a new cell editor collection.
CellRenderers - Class in com.rapidminer.gui.attributeeditor
A generic collection class for cell renderers.
CellRenderers(int) - Constructor for class com.rapidminer.gui.attributeeditor.CellRenderers
Creates a new cell renderer collection.
CENTER - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
Centroid - Class in com.rapidminer.operator.clustering
This class represents a single centroid used for centroid based clustering.
Centroid(int) - Constructor for class com.rapidminer.operator.clustering.Centroid
 
CentroidBasedEvaluator - Class in com.rapidminer.operator.validation.clustering
An evaluator for centroid based clustering methods.
CentroidBasedEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
Constructor for ClusterDensityEvaluator.
CentroidClusterModel - Class in com.rapidminer.operator.clustering
This is the superclass for all centroid based cluster models and supports assigning unseen examples to the nearest centroid.
CentroidClusterModel(int, Collection<String>, DistanceMeasure) - Constructor for class com.rapidminer.operator.clustering.CentroidClusterModel
 
CentroidClusterModel(int, Attributes) - Constructor for class com.rapidminer.operator.clustering.CentroidClusterModel
 
CFSFeatureSetEvaluator - Class in com.rapidminer.operator.validation
CFS attribute subset evaluator.
CFSFeatureSetEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.CFSFeatureSetEvaluator
 
CHAIDLearner - Class in com.rapidminer.operator.learner.tree
The CHAID decision tree learner works like the DecisionTreeLearner with one exception: it used a chi squared based criterion instead of the information gain or gain ratio criteria.
CHAIDLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.CHAIDLearner
 
ChainRenderer - Class in com.rapidminer.gui.dialog.boxviewer
Renderer class for operator chains.
ChainRenderer() - Constructor for class com.rapidminer.gui.dialog.boxviewer.ChainRenderer
 
CHANGE_MODE_BOOLEAN - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
CHANGE_MODE_DIFFERENCE - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
CHANGE_MODE_DIRECTION - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
CHANGE_MODE_LN_RATIO - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
CHANGE_MODE_PERCENTAGE - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
CHANGE_MODE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
CHANGE_MODES - Static variable in class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
ChangeAttributeName - Class in com.rapidminer.operator.preprocessing.filter
This operator can be used to rename an attribute of the input example set.
ChangeAttributeName(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
ChangeAttributeNames2Generic - Class in com.rapidminer.operator.preprocessing.filter
This operator replaces the attribute names of the input example set by generic names like att1, att2, att3 etc.
ChangeAttributeNames2Generic(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
ChangeAttributeNamesReplace - Class in com.rapidminer.operator.preprocessing.filter
This operator replaces parts of the attribute names (like whitespaces, parentheses, or other unwanted characters) by a specified replacement.
ChangeAttributeNamesReplace(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
ChangeAttributeRole - Class in com.rapidminer.operator.preprocessing.filter
This operator can be used to change the attribute type of an attribute of the input example set.
ChangeAttributeRole(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
ChangeAttributeType - Class in com.rapidminer.operator.preprocessing.filter
This operator can be used to change the attribute type of an attribute of the input example set.
ChangeAttributeType(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ChangeAttributeType
 
changeCardForView() - Method in class com.rapidminer.gui.look.fc.FileList
 
changeFromNewOperator2ParameterEditor() - Method in class com.rapidminer.gui.processeditor.MainProcessEditor
 
changeLayout(Layout<V, E>, boolean, int, int) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
changeMode(ModalGraphMouse.Mode) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
changeMode(int) - Method in class com.rapidminer.gui.MainFrame
 
changeSelection(int, int, boolean, boolean) - Method in class com.rapidminer.gui.look.fc.FileTable
 
changeToRegular() - Method in class com.rapidminer.example.AttributeRole
 
changeToXMLEditor() - Method in class com.rapidminer.gui.processeditor.MainProcessEditor
 
changeTreeToLeaf(Tree, ExampleSet) - Method in class com.rapidminer.operator.learner.tree.DecisionTreeLeafCreator
 
changeTreeToLeaf(Tree, ExampleSet) - Method in interface com.rapidminer.operator.learner.tree.LeafCreator
 
changeValueType(Attribute, int) - Static method in class com.rapidminer.example.table.AttributeFactory
Changes the value type of the given attribute and returns a new attribute with the same properties but the new value type.
ChartPanelShiftController - Class in com.rapidminer.gui.plotter.charts
This class provides ways to shift (aka pan/scroll) a plot.
ChartPanelShiftController(ChartPanel) - Constructor for class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Creates a new controller to handle plot shifts.
ChebychevNumericalDistance - Class in com.rapidminer.tools.math.similarity.numerical
This measure returns the maximal individual absolute distance of both examples in any component.
ChebychevNumericalDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.ChebychevNumericalDistance
 
check() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
check internal variables, for debugging only
check() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
check internal variables, for debugging only
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.AttributeAvailableCondition
 
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.DataValueCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.FileExistsCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.InputExistsCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MaxFitnessCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MaxNumberOfAttributesCondition
 
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MaxNumberOfExamplesCondition
 
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MaxPerformanceValueCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MinFitnessCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MinNumberOfAttributesCondition
 
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MinNumberOfExamplesCondition
 
check(ProcessBranch, String) - Method in class com.rapidminer.operator.meta.branch.MinPerformanceValueCondition
This method checks if the file with pathname value exists.
check(ProcessBranch, String) - Method in interface com.rapidminer.operator.meta.branch.ProcessBranchCondition
This method checks if the actual condition is met for the given value .
check(Attribute, Example) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
 
check(Attribute, Example) - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
This method checks the given example.
check(Attribute, Example) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
check(Attribute, Example) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NoMissingValuesAttributeFilter
 
check(Attribute, Example) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 
CHECK_BOX_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
CHECK_FOR_JDBC_DRIVERS_ACTION_24 - Variable in class com.rapidminer.gui.MainFrame
 
CHECK_FOR_JDBC_DRIVERS_ACTION_32 - Variable in class com.rapidminer.gui.MainFrame
 
CHECK_FOR_UPDATES_ACTION_24 - Variable in class com.rapidminer.gui.MainFrame
 
CHECK_FOR_UPDATES_ACTION_32 - Variable in class com.rapidminer.gui.MainFrame
 
checkAfterFullScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
 
checkAfterFullScan() - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
This method has to be invoked after a full scan has been performed if the isNeedingFullScan method returns true.
checkAfterFullScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
checkAndCreateIds(ExampleSet) - Static method in class com.rapidminer.example.Tools
The example set has to have ids.
CheckBoxBorder - Class in com.rapidminer.gui.look.borders
The UIResource for check box borders.
CheckBoxBorder() - Constructor for class com.rapidminer.gui.look.borders.CheckBoxBorder
 
CheckBoxIcon - Class in com.rapidminer.gui.look.icons
The check box icon.
CheckBoxIcon() - Constructor for class com.rapidminer.gui.look.icons.CheckBoxIcon
 
CheckBoxMenuItemIcon - Class in com.rapidminer.gui.look.icons
The menu item check box icon.
CheckBoxMenuItemIcon() - Constructor for class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon
 
CheckBoxMenuItemUI - Class in com.rapidminer.gui.look.ui
The UI for a check box menu item.
CheckBoxMenuItemUI() - Constructor for class com.rapidminer.gui.look.ui.CheckBoxMenuItemUI
 
CheckboxPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the checkboxes.
CheckBoxUI - Class in com.rapidminer.gui.look.ui
The UI for a check box.
CheckBoxUI() - Constructor for class com.rapidminer.gui.look.ui.CheckBoxUI
 
checkBuildingBlock(BuildingBlock) - Static method in class com.rapidminer.gui.templates.NewBuildingBlockMenu
Returns true if the building block does not contain errors and can be properly loaded.
checkCapabilities(ExampleSet) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
checkCapabilities(ExampleSet) - Method in class com.rapidminer.operator.clustering.ClusterModel
 
checkCompatibility(Attribute, Attribute, String[]) - Method in class com.rapidminer.generator.FeatureGenerator
 
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.learner.PredictionModel
This method is invoked before the model is actually applied.
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Performs a check if this operator can be used for this type of exampel set at all.
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
 
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.ForecastingPerformanceEvaluator
 
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
Does nothing.
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
Does nothing.
checkCompatibility(ExampleSet) - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
Does nothing.
checkDeprecations() - Method in class com.rapidminer.operator.Operator
Will count an the number of deprecated operators, i.e. the operators which Operator.getDeprecationInfo() method does not return null.
checkDeprecations() - Method in class com.rapidminer.operator.OperatorChain
Will count an the number of deprecated operators, i.e. the operators which Operator.getDeprecationInfo() method does not return null.
CheckerboardClassificationFunction - Class in com.rapidminer.operator.generator
Returns a checkerboard classification function.
CheckerboardClassificationFunction() - Constructor for class com.rapidminer.operator.generator.CheckerboardClassificationFunction
 
checkExperiment(IOContainer) - Method in class com.rapidminer.Process
Deprecated. Use Process.checkProcess(IOContainer) instead
CheckForJDBCDriversAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
CheckForJDBCDriversAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.CheckForJDBCDriversAction
 
checkForStop() - Method in class com.rapidminer.operator.Operator
 
checkForUpdates(boolean) - Static method in class com.rapidminer.gui.RapidMinerGUI
 
checkForUpdates(MainFrame, boolean) - Method in class com.rapidminer.gui.tools.CommunityUpdateManager
 
checkForUpdates(MainFrame, boolean) - Method in interface com.rapidminer.gui.tools.UpdateManager
 
CheckForUpdatesAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
CheckForUpdatesAction(IconSize) - Constructor for class com.rapidminer.gui.actions.CheckForUpdatesAction
 
CheckForUpdatesThread - Class in com.rapidminer.gui.tools
This class tries to connect a RapidMiner server and checks if new versions of RapidMiner are available.
CheckForUpdatesThread(MainFrame, boolean) - Constructor for class com.rapidminer.gui.tools.CheckForUpdatesThread
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.AllInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.FirstInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in interface com.rapidminer.operator.condition.InnerOperatorCondition
Checks if the condition is fulfilled in the given operator chain.
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.LastInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.SimpleChainInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.SpecificInnerOperatorCondition
 
checkIO(Class<?>[]) - Method in class com.rapidminer.operator.Operator
Subclasses will throw an exception if something isn't ok.
checkIO(Class<?>[]) - Method in class com.rapidminer.operator.OperatorChain
This method checks if inner operators can handle their input and deliver the necessary output.
checkIO(Class<?>[]) - Method in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
Subclasses will throw an exception if something isn't ok.
checkLearnerCapabilities(Operator, ExampleSet) - Method in class com.rapidminer.operator.learner.CapabilityCheck
Checks if this learner can be used for the given example set, i.e. if it has sufficient capabilities.
checkNumberOfInnerOperators() - Method in class com.rapidminer.operator.OperatorChain
Checks if the number of inner operators lies between MinInnerOps and MaxInnerOps.
checkOutput(IOContainer) - Method in class com.rapidminer.test.AssociationRuleGeneratorDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.AttributeWeightsDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.DistributionModelSampleDataTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.ExampleSetDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.ExampleSetSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.ExampleSetsDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.FrequentItemSetsDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.IOConsumingDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.IOObjectSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.OperatorDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.ParameterIterationDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.ParameterSetDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.PerformanceDataSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.PerformanceSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.SampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.SimpleSampleTest
 
checkOutput(IOContainer) - Method in class com.rapidminer.test.SVMModelSampleDataTest
 
checkProcess(IOContainer) - Method in class com.rapidminer.Process
Checks for correct number of inner operators, properties, and io.
checkProperties() - Method in class com.rapidminer.operator.Operator
Will count an error if a non optional property has no default value and is not defined by user.
checkProperties() - Method in class com.rapidminer.operator.OperatorChain
Will throw an exception if a non optional property has no default value and is not defined by user.
childIterator() - Method in class com.rapidminer.operator.learner.tree.Tree
 
children - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
CHILDRENS_PREFERRED_SIZE - Static variable in class com.rapidminer.gui.tools.ImagePanel
 
ChiSquaredWeighting - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of a feature by computing for each attribute of the input example set the value of the chi-squared statistic with respect to the class attribute.
ChiSquaredWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ChiSquaredWeighting
 
chooseFile(Component, File, boolean, String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
Opens a file chooser with a reasonable start directory.
chooseFile(Component, File, boolean, boolean, String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
Opens a file chooser with a reasonable start directory.
ChurnReductionExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
ChurnReductionExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.ChurnReductionExampleSetGenerator
 
cicleTerminated(NeuralNetEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
CipherException - Exception in com.rapidminer.tools.cipher
This exception will be thrown if a problem during encryption or decryption occurs.
CipherException(String) - Constructor for exception com.rapidminer.tools.cipher.CipherException
 
CipherTools - Class in com.rapidminer.tools.cipher
This class can be used to encrypt and decrypt given strings based on a key generated by the user.
CipherTools() - Constructor for class com.rapidminer.tools.cipher.CipherTools
 
CiteTaglet - Class in com.rapidminer.doc
A taglet with name "@rapidminer.cite" can be used in the Javadoc comments of an operator to produce a reference to literature.
CiteTaglet() - Constructor for class com.rapidminer.doc.CiteTaglet
 
classForName(String) - Static method in class com.rapidminer.tools.Tools
 
CLASSIFICATION_COST - Static variable in interface com.rapidminer.example.Attributes
The name of the classification cost special attribute.
CLASSIFICATION_LABEL - Static variable in class com.rapidminer.operator.text.TextObject
 
ClassificationByRegression - Class in com.rapidminer.operator.learner.meta
For a classified dataset (with possibly more than two classes) builds a classifier using a regression method which is specified by the inner operator.
ClassificationByRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.ClassificationByRegression
 
ClassificationCostCriterion - Class in com.rapidminer.operator.performance.cost
This performance Criterion works with a given cost matrix.
ClassificationCostCriterion(double[][], Attribute, Attribute) - Constructor for class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
ClassificationCriterionTest - Class in com.rapidminer.operator.performance.test
Tests classification criteria.
ClassificationCriterionTest() - Constructor for class com.rapidminer.operator.performance.test.ClassificationCriterionTest
 
ClassificationEvoOptimization - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
Evolutionary Strategy approach for SVM optimization.
ClassificationEvoOptimization(ExampleSet, Kernel, double, int, int, int, int, int, double, boolean, int, double, boolean, boolean, ExampleSet, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationEvoOptimization
Creates a new evolutionary SVM optimization.
ClassificationFunction - Class in com.rapidminer.operator.generator
A target function for classification labels, i.e. non-continous nominal labels.
ClassificationFunction() - Constructor for class com.rapidminer.operator.generator.ClassificationFunction
 
ClassificationOptimizationFunction - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
This function must be maximized for the search for an optimal hyperplane for classification.
ClassificationOptimizationFunction(boolean) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationOptimizationFunction
 
ClassificationProblem - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Models a Classification-Problem.
ClassificationProblem(double[][], int[], KernelBasisFunction[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.ClassificationProblem
 
ClassNameMapper - Class in com.rapidminer.tools
Uses long class names and maps them to the final (short) part.
ClassNameMapper(String[]) - Constructor for class com.rapidminer.tools.ClassNameMapper
 
classNameWOPackage(Class) - Static method in class com.rapidminer.tools.Tools
Returns the class name of the given class without the package information.
ClassWeightedPerformance - Interface in com.rapidminer.operator.performance
Performance criteria implementing this interface are able to calculate a performance measurement based on given class weights.
clean_cache() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
cleans the cache
cleanMappingTables() - Method in class com.rapidminer.datatable.SimpleDataTable
 
cleanUp() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
cleanUp() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
Will be invoked after the setValue method was invoked for each example.
cleanUp() - Static method in class com.rapidminer.RapidMiner
Cleans up the object visualizers available for this process and clears the current temp directory.
cleanUp() - Static method in class com.rapidminer.Yale
Deprecated. Use RapidMiner.cleanUp() instead
clear() - Method in class com.rapidminer.datatable.SimpleDataTable
 
clear() - Method in class com.rapidminer.example.Example
 
clear() - Method in class com.rapidminer.example.table.BinominalMapping
Clears all mappings for nominal values.
clear() - Method in class com.rapidminer.example.table.MemoryExampleTable
Clears the table.
clear() - Method in interface com.rapidminer.example.table.NominalMapping
Clears the mapping.
clear() - Method in class com.rapidminer.example.table.PolynominalMapping
Clears all mappings for nominal values.
clear() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
clear() - Method in class com.rapidminer.gui.processeditor.ResultDisplay
 
clear() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
clear() - Method in class com.rapidminer.gui.tools.LoggingViewerOutputStream
 
clear() - Method in class com.rapidminer.MacroHandler
 
clear() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Removes all individuals.
clear() - Method in class com.rapidminer.operator.features.Population
Removes all individuals.
clear() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
clear() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Removes all individuals.
CLEAR_ACTION_24 - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
CLEAR_ACTION_32 - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
CLEAR_ALL_ACTION - Static variable in class com.rapidminer.gui.look.TextActions
 
CLEAR_ALL_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
CLEAR_MESSAGE_VIEWER_ACTION_24 - Variable in class com.rapidminer.gui.tools.LoggingViewer
 
CLEAR_MESSAGE_VIEWER_ACTION_32 - Variable in class com.rapidminer.gui.tools.LoggingViewer
 
ClearAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
ClearAction(AttributeEditor, IconSize) - Constructor for class com.rapidminer.gui.attributeeditor.actions.ClearAction
 
clearAlphas() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
clearCache() - Static method in class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
clearCashedImages() - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
clearClusterStandardDeviations() - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
clearDataTable(String) - Method in class com.rapidminer.Process
Clears a single data table, i.e. removes all entries.
clearErrorList() - Method in class com.rapidminer.operator.Operator
Clears the list of errors.
clearErrorList() - Method in class com.rapidminer.operator.OperatorChain
Clears the error list for this operator (by invoking the super method) and all children.
clearEveryThing() - Method in class com.rapidminer.gui.look.fc.FileList
 
clearFilter() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
ClearFilterAction - Class in com.rapidminer.gui.processeditor.actions
Start the corresponding action.
ClearFilterAction(NewOperatorGroupTree) - Constructor for class com.rapidminer.gui.processeditor.actions.ClearFilterAction
 
clearGroups() - Method in class com.rapidminer.tools.math.AnovaCalculator
 
clearListeners() - Method in class com.rapidminer.operator.ProcessRootOperator
Clears all process listeners.
clearMacros() - Method in class com.rapidminer.Process
Clears all macros.
clearMenuCache() - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
clearMenuCache() - Static method in class com.rapidminer.gui.look.RapidLookTools
 
ClearMessageAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
ClearMessageAction(LoggingViewer, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.ClearMessageAction
 
clearParameterTypes() - Method in class com.rapidminer.gui.properties.BasicPropertyTable
 
clearPlotColumns() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Disables all plotting but does not invoke repaint.
ClearProcessLog - Class in com.rapidminer.operator.visualization
This operator can be used to clear a data table generated by a ProcessLogOperator.
ClearProcessLog(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ClearProcessLog
 
clearRegular() - Method in class com.rapidminer.example.AbstractAttributes
 
clearRegular() - Method in interface com.rapidminer.example.Attributes
Removes all regular attributes.
clearReportStreams() - Method in class com.rapidminer.Process
 
clearSelectedItemsList() - Method in class com.rapidminer.gui.look.fc.FileList
 
clearSelection() - Method in class com.rapidminer.example.set.Partition
Clears the selection, i.e. deselects all subsets.
clearSelection() - Method in class com.rapidminer.example.set.SplittedExampleSet
Clears the current selection
clearSelection() - Method in class com.rapidminer.gui.look.fc.FileTable
 
clearSpecial() - Method in class com.rapidminer.example.AbstractAttributes
 
clearSpecial() - Method in interface com.rapidminer.example.Attributes
Removes all special attributes.
clearSpecialText() - Method in class com.rapidminer.gui.tools.StatusBar
 
clearStorage() - Method in class com.rapidminer.Process
Clears all macros.
clearTransformations() - Method in interface com.rapidminer.example.Attribute
Clear all transformations.
clearTransformations() - Method in class com.rapidminer.example.table.AbstractAttribute
 
clearUnknownParameters() - Method in class com.rapidminer.Process
Clears the information about unknown parameter types which occurred during process creation (from streams or files).
clearVisualizers() - Static method in class com.rapidminer.tools.ObjectVisualizerService
 
CLIP_COPY - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
CLIP_CUT - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
CLIP_PASTE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
CLIPBOARD_FILLED - Static variable in class com.rapidminer.gui.ConditionalAction
 
ClipboardActionsPopup - Class in com.rapidminer.gui.look
The popup menu for all text components.
ClipboardActionsPopup(JTextComponent) - Constructor for class com.rapidminer.gui.look.ClipboardActionsPopup
 
clone() - Method in class com.rapidminer.example.AbstractAttributes
 
clone() - Method in interface com.rapidminer.example.Attribute
Clones this attribute.
clone() - Method in class com.rapidminer.example.AttributeDescription
 
clone() - Method in class com.rapidminer.example.AttributeRole
Performs a deep clone of the special fields but only a shallow clone of the attribute.
clone() - Method in interface com.rapidminer.example.Attributes
Returns a clone of this attribute set.
clone() - Method in interface com.rapidminer.example.AttributeTransformation
 
clone() - Method in class com.rapidminer.example.AttributeWeights
Returns a deep clone of the attribute weights which provides the same sequence of attribute names.
clone() - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
clone() - Method in interface com.rapidminer.example.ExampleSet
Clones the example set.
clone() - Method in class com.rapidminer.example.MinMaxStatistics
 
clone() - Method in class com.rapidminer.example.NominalStatistics
Returns a clone of this statistics object.
clone() - Method in class com.rapidminer.example.NumericalStatistics
 
clone() - Method in class com.rapidminer.example.set.AbstractExampleSet
Clones the example set by invoking a single argument clone constructor.
clone() - Method in class com.rapidminer.example.set.AttributeTransformationRemapping
 
clone() - Method in class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
clone() - Method in class com.rapidminer.example.set.AttributeTransformationWeighting
 
clone() - Method in class com.rapidminer.example.set.Partition
 
clone() - Method in class com.rapidminer.example.SimpleAttributes
 
clone() - Method in interface com.rapidminer.example.Statistics
 
clone() - Method in class com.rapidminer.example.table.AbstractAttribute
Clones this attribute.
clone() - Method in class com.rapidminer.example.table.BinominalAttribute
Clones this attribute.
clone() - Method in class com.rapidminer.example.table.BinominalMapping
 
clone() - Method in class com.rapidminer.example.table.DateAttribute
 
clone() - Method in interface com.rapidminer.example.table.NominalMapping
Should return a deep clone of this nominal mapping.
clone() - Method in class com.rapidminer.example.table.NumericalAttribute
Clones this attribute.
clone() - Method in class com.rapidminer.example.table.PolynominalAttribute
Clones this attribute.
clone() - Method in class com.rapidminer.example.table.PolynominalMapping
 
clone() - Method in class com.rapidminer.example.table.ViewAttribute
 
clone() - Method in class com.rapidminer.example.UnknownStatistics
 
clone() - Method in class com.rapidminer.example.WeightedNumericalStatistics
 
clone() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
clone() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Clone method.
clone() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Clones the rule with covered and positive weight.
clone() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
clone() - Method in class com.rapidminer.operator.learner.rules.Rule
Performs only a shallow clone on the conditions (which are not mutable).
clone() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
clone() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
clone() - Method in class com.rapidminer.parameter.Parameters
Performs a deep clone on this parameters object.
clone() - Method in class com.rapidminer.Process
 
clone() - Method in class com.rapidminer.tools.GroupTree
Returns a deep clone of this tree.
clone() - Method in class com.rapidminer.tools.math.Averagable
Returns a (deep) clone of this averagable.
clone() - Method in class com.rapidminer.tools.math.AverageVector
 
clone() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
cloneAveragable(Averagable) - Method in class com.rapidminer.tools.math.Averagable
Deprecated. Please use copy constructors instead
cloneOperator(String) - Method in class com.rapidminer.operator.Operator
Performs a deep clone on the most parts of this operator.
cloneOperator(String) - Method in class com.rapidminer.operator.OperatorChain
Performs a deep clone of this operator chain.
cloneTest(String, PerformanceCriterion) - Method in class com.rapidminer.operator.performance.test.CriterionTestCase
 
close() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
close() - Method in interface com.rapidminer.report.ReportStream
This method is called to free all resourcess and finish writing if needed.
close() - Method in class com.rapidminer.tools.log.FormattedFilterStream
 
close() - Method in class com.rapidminer.tools.log.StreamMultiplier
Closes all writers.
close() - Method in class com.rapidminer.tools.OutputStreamMultiplier
 
close() - Static method in class com.rapidminer.tools.ResultService
Closes the stream.
close() - Method in class com.rapidminer.tools.WriterMultiplier
Closes all writers.
CLOSE_ACTION_24 - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
CLOSE_ACTION_32 - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
CloseAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
CloseAction(AttributeEditorDialog, IconSize) - Constructor for class com.rapidminer.gui.attributeeditor.actions.CloseAction
 
Cluster - Class in com.rapidminer.operator.clustering
Represents an individual cluster, storing all examples by remembering their ids
Cluster(int) - Constructor for class com.rapidminer.operator.clustering.Cluster
 
Cluster - Class in com.rapidminer.operator.generator
Helper class for clusters information.
Cluster(double[], double[], double, int) - Constructor for class com.rapidminer.operator.generator.Cluster
 
CLUSTER_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute cluster.
ClusterDensityEvaluator - Class in com.rapidminer.operator.validation.clustering
This operator is used to evaluate a non-hierarchical cluster model based on the average within cluster similarity/distance.
ClusterDensityEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.clustering.ClusterDensityEvaluator
Constructor for ClusterDensityEvaluator.
CLUSTERING - Static variable in class com.rapidminer.tools.WekaInstancesAdaptor
 
ClusterIterator - Class in com.rapidminer.operator.meta
This operator splits up the input example set according to the clusters and applies its inner operators number_of_clusters time.
ClusterIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ClusterIterator
 
ClusterModel - Class in com.rapidminer.operator.clustering
This class is the standard flat cluster model, using the example ids to remember which examples were assigned to which cluster.
ClusterModel(int) - Constructor for class com.rapidminer.operator.clustering.ClusterModel
 
ClusterModel2ExampleSet - Class in com.rapidminer.operator.clustering
This Operator clusters an exampleset given a cluster model.
ClusterModel2ExampleSet(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
ClusterModelCentroidPlotRenderer - Class in com.rapidminer.gui.renderer.cluster
A renderer for centroid based cluster models.
ClusterModelCentroidPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidPlotRenderer
 
ClusterModelCentroidTableRenderer - Class in com.rapidminer.gui.renderer.cluster
This is the renderer for the cluster model centroid table renderer.
ClusterModelCentroidTableRenderer() - Constructor for class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidTableRenderer
 
ClusterModelDendogrammRenderer - Class in com.rapidminer.gui.renderer.cluster
A renderer for the dendogram of a hierarchical cluster models.
ClusterModelDendogrammRenderer() - Constructor for class com.rapidminer.gui.renderer.cluster.ClusterModelDendogrammRenderer
 
ClusterModelFolderRenderer - Class in com.rapidminer.gui.renderer.cluster
A renderer for the folder view of cluster models.
ClusterModelFolderRenderer() - Constructor for class com.rapidminer.gui.renderer.cluster.ClusterModelFolderRenderer
 
ClusterModelGraphCreator - Class in com.rapidminer.gui.graphs
The graph model creator for cluster models.
ClusterModelGraphCreator(ClusterModel) - Constructor for class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
ClusterModelGraphCreator(HierarchicalClusterModel) - Constructor for class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
ClusterModelGraphRenderer - Class in com.rapidminer.gui.renderer.cluster
A renderer for the graph view of cluster models.
ClusterModelGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.cluster.ClusterModelGraphRenderer
 
ClusterModelObjectViewer - Class in com.rapidminer.gui.graphs
The graph object viewer for cluster nodes in a cluster model.
ClusterModelObjectViewer() - Constructor for class com.rapidminer.gui.graphs.ClusterModelObjectViewer
 
ClusterModelReader - Class in com.rapidminer.operator.io
Reads a single cluster model from a file.
ClusterModelReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ClusterModelReader
 
ClusterModelWriter - Class in com.rapidminer.operator.io
Write a single cluster model to a file.
ClusterModelWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ClusterModelWriter
 
ClusterNumberEvaluator - Class in com.rapidminer.operator.validation.clustering
This operator does actually not compute a performance criterion but simply provides the number of cluster as a value.
ClusterNumberEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.clustering.ClusterNumberEvaluator
Constructor for ClusterNumberEvaluator.
ClusterToPrediction - Class in com.rapidminer.operator.clustering
This operator estimates a mapping between a given clustering and a prediction.
ClusterToPrediction(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.ClusterToPrediction
 
ClusterTreeVisualization - Class in com.rapidminer.gui.viewer
Visualizes clusters as a bookmark like tree.
ClusterTreeVisualization(HierarchicalClusterModel) - Constructor for class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
ClusterTreeVisualization(ClusterModel) - Constructor for class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
cNeg - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
COLLAPSE_ALL_ACTION_24 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
COLLAPSE_ALL_ACTION_32 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
collapseAll() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Collapses the complete tree.
CollapseAllAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
CollapseAllAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.CollapseAllAction
 
color2String(Color) - Static method in class com.rapidminer.parameter.ParameterTypeColor
 
COLOR_HISTOGRAM_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterPanel
 
colorColumn - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The column which should be used to colorize the data points.
colorColumn - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
ColoredTableCellRenderer - Class in com.rapidminer.gui.tools
The default table cell renderer for all viewer tables.
ColoredTableCellRenderer() - Constructor for class com.rapidminer.gui.tools.ColoredTableCellRenderer
 
ColorizedBarRenderer - Class in com.rapidminer.gui.plotter.charts
Paints the bars in colorized Rapid-I style.
ColorizedBarRenderer(double[]) - Constructor for class com.rapidminer.gui.plotter.charts.ColorizedBarRenderer
 
ColorizedBubbleRenderer - Class in com.rapidminer.gui.plotter.charts
This renderer provides colorized renderering not based on the series but on a numerical value.
ColorizedBubbleRenderer(double[]) - Constructor for class com.rapidminer.gui.plotter.charts.ColorizedBubbleRenderer
 
ColorizedLineAndShapeRenderer - Class in com.rapidminer.gui.plotter.charts
This renderer provides colorized renderering not based on the series but on a numerical value.
ColorizedLineAndShapeRenderer(double[]) - Constructor for class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
ColorizedShapeItemRenderer - Class in com.rapidminer.gui.plotter.charts
This renderer provides colorized renderering not based on the series but on a numerical value.
ColorizedShapeItemRenderer(double, double) - Constructor for class com.rapidminer.gui.plotter.charts.ColorizedShapeItemRenderer
 
ColorPlotterPoint - Class in com.rapidminer.gui.plotter
A color plotter point which can be used to identify a point in a two-dimensional space with an id and a specific color.
ColorPlotterPoint(ScatterPlotter, String, double, double, double, Color) - Constructor for class com.rapidminer.gui.plotter.ColorPlotterPoint
 
ColorProvider - Class in com.rapidminer.gui.plotter
This class delivers colors according to the user settings.
ColorProvider() - Constructor for class com.rapidminer.gui.plotter.ColorProvider
 
ColorQuartileMatrixPlotter - Class in com.rapidminer.gui.plotter
A quartil matrix plotter which uses the ColorQuartilePlotter for each of the plots.
ColorQuartileMatrixPlotter() - Constructor for class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
ColorQuartileMatrixPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
ColorQuartilePlotter - Class in com.rapidminer.gui.plotter
This plotter can be used to create colorized quartile plots for one of the columns.
ColorQuartilePlotter() - Constructor for class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
ColorQuartilePlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
Colors - Class in com.rapidminer.gui.look
The colors used for the RapidLook look and feel.
Colors() - Constructor for class com.rapidminer.gui.look.Colors
 
ColorValueCellEditor - Class in com.rapidminer.gui.properties
Cell editor consisting of a colored button which opens a color chooser as action.
ColorValueCellEditor(ParameterTypeColor) - Constructor for class com.rapidminer.gui.properties.ColorValueCellEditor
 
cols - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
cols - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
COLUMN_CLASSES - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
COLUMN_NAMES - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
columnAdded(TableColumnModelEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
ColumnIdentifier - Class in com.rapidminer.tools.jdbc
This class is used to identify a column
ColumnIdentifier(String, String) - Constructor for class com.rapidminer.tools.jdbc.ColumnIdentifier
 
columnMapping - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
Maps the axes to the data table columns.
columnMarginChanged(ChangeEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Necessary to properly stopping the editing when a column is resized.
columnMoved(TableColumnModelEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Necessary to properly stopping the editing when a column is moved (dragged).
ColumnsPlotterCondition - Class in com.rapidminer.gui.plotter.conditions
This condition accepts data tables with a number of columns in the specified range (including the boundaries).
ColumnsPlotterCondition(int) - Constructor for class com.rapidminer.gui.plotter.conditions.ColumnsPlotterCondition
 
ColumnsPlotterCondition(int, int) - Constructor for class com.rapidminer.gui.plotter.conditions.ColumnsPlotterCondition
 
columnsWidth - Variable in class com.rapidminer.gui.look.fc.FileTable
 
com.rapidminer - package com.rapidminer
The main packages of RapidMiner.
com.rapidminer.datatable - package com.rapidminer.datatable
DataTables are the most important data container interface for RapidMiner which are used for all statistics and plotting purposes.
com.rapidminer.doc - package com.rapidminer.doc
The documentation generator of RapidMiner.
com.rapidminer.example - package com.rapidminer.example
The data core classes of RapidMiner.
com.rapidminer.example.set - package com.rapidminer.example.set
The available views (example sets) on the example tables.
com.rapidminer.example.table - package com.rapidminer.example.table
The available example table implementations (data sources).
com.rapidminer.example.test - package com.rapidminer.example.test
Test classes for classes in the example package.
com.rapidminer.generator - package com.rapidminer.generator
Provides feature generators.
com.rapidminer.gui - package com.rapidminer.gui
Provides the main GUI classes.
com.rapidminer.gui.actions - package com.rapidminer.gui.actions
The main actions of the RapidMiner GUI.
com.rapidminer.gui.attributeeditor - package com.rapidminer.gui.attributeeditor
Provides the classes necessary for the Attribute Editor, i.e. the tool for creating attribute description files from data files.
com.rapidminer.gui.attributeeditor.actions - package com.rapidminer.gui.attributeeditor.actions
The actions associated with the AttributeEditor.
com.rapidminer.gui.dialog - package com.rapidminer.gui.dialog
This package contains all non-special dialogs of RapidMiner.
com.rapidminer.gui.dialog.actions - package com.rapidminer.gui.dialog.actions
The actions associated with some dialogs.
com.rapidminer.gui.dialog.boxviewer - package com.rapidminer.gui.dialog.boxviewer
The box viewer which is another graphical representation of RapidMiner process setups.
com.rapidminer.gui.graphs - package com.rapidminer.gui.graphs
This package contains plotting functionality for graphs and some graph plot implementations for common RapidMiner graphs.
com.rapidminer.gui.graphs.actions - package com.rapidminer.gui.graphs.actions
This package contains the actions used for graph plotting.
com.rapidminer.gui.look - package com.rapidminer.gui.look
This package contains the modern look and feel of RapidMiner.
com.rapidminer.gui.look.borders - package com.rapidminer.gui.look.borders
This package contains the modern look and feel of RapidMiner.
com.rapidminer.gui.look.fc - package com.rapidminer.gui.look.fc
This package contains the modern look and feel of RapidMiner.
com.rapidminer.gui.look.icons - package com.rapidminer.gui.look.icons
This package contains the modern look and feel of RapidMiner.
com.rapidminer.gui.look.painters - package com.rapidminer.gui.look.painters
This package contains the modern look and feel of RapidMiner.
com.rapidminer.gui.look.ui - package com.rapidminer.gui.look.ui
This package contains the modern look and feel of RapidMiner.
com.rapidminer.gui.operatormenu - package com.rapidminer.gui.operatormenu
Classes for the operator context menu (new operator, replace operator...).
com.rapidminer.gui.operatortree - package com.rapidminer.gui.operatortree
The operator tree is the main experiment editor for RapidMiner.
com.rapidminer.gui.operatortree.actions - package com.rapidminer.gui.operatortree.actions
The actions associated with the operator tree.
com.rapidminer.gui.plotter - package com.rapidminer.gui.plotter
This package contains all plotters which are able to create plots from a given DataTable.
com.rapidminer.gui.plotter.charts - package com.rapidminer.gui.plotter.charts
Some basic chart plotters.
com.rapidminer.gui.plotter.conditions - package com.rapidminer.gui.plotter.conditions
Contains plotter conditions which are used to prevent the usage of a plotter for DataTables which does not fulfill the corresponding condition.
com.rapidminer.gui.plotter.mathplot - package com.rapidminer.gui.plotter.mathplot
This package contains DataTable plotter making use of the JMathPlot library.
com.rapidminer.gui.plotter.som - package com.rapidminer.gui.plotter.som
Classes for a SOM (Self Organizing Map aka Kohonen Net) plotter.
com.rapidminer.gui.processeditor - package com.rapidminer.gui.processeditor
Contains all experiment editors but the operator tree (which has its own package).
com.rapidminer.gui.processeditor.actions - package com.rapidminer.gui.processeditor.actions
This package contains the actions for the process editors.
com.rapidminer.gui.properties - package com.rapidminer.gui.properties
This package consists of all classes for property (parameter) editing, i.e.
com.rapidminer.gui.renderer - package com.rapidminer.gui.renderer
This package consists the base classes for the renderers / visualization components of RapidMiner components and results.
com.rapidminer.gui.renderer.cluster - package com.rapidminer.gui.renderer.cluster
This package consists the base classes for the renderers / visualization components of RapidMiner clustering components and results.
com.rapidminer.gui.renderer.data - package com.rapidminer.gui.renderer.data
This package consists the base classes for the renderers / visualization components of RapidMiner data sets (example sets).
com.rapidminer.gui.renderer.models - package com.rapidminer.gui.renderer.models
This package consists the base classes for the renderers / visualization components of RapidMiner models.
com.rapidminer.gui.renderer.performance - package com.rapidminer.gui.renderer.performance
This package consists the base classes for the renderers / visualization components of RapidMiner performance vectors.
com.rapidminer.gui.renderer.similarity - package com.rapidminer.gui.renderer.similarity
This package consists the base classes for the renderers / visualization components of RapidMiner similarity measures.
com.rapidminer.gui.renderer.visualization - package com.rapidminer.gui.renderer.visualization
This package consists of the base classes for the renderers / visualization components of RapidMiner visualization results.
com.rapidminer.gui.renderer.weights - package com.rapidminer.gui.renderer.weights
This package consists the base classes for the renderers / visualization components of RapidMiner attribute weights.
com.rapidminer.gui.templates - package com.rapidminer.gui.templates
Provides classes for template and building block management and creation.
com.rapidminer.gui.tools - package com.rapidminer.gui.tools
Some basic tools for the graphical user interface (GUI) of RapidMiner.
com.rapidminer.gui.tools.actions - package com.rapidminer.gui.tools.actions
The actions associated with the GUI tools.
com.rapidminer.gui.tools.syntax - package com.rapidminer.gui.tools.syntax
This package contains a text editor supporting syntax highlighting.
com.rapidminer.gui.viewer - package com.rapidminer.gui.viewer
This package contain viewer classes for some standard data types like ExampleSets, DataTables etc.
com.rapidminer.gui.wizards - package com.rapidminer.gui.wizards
This package contain wizard classes for configurating operators.
com.rapidminer.operator - package com.rapidminer.operator
Provides operators for machine learning and data pre-processing.
com.rapidminer.operator.clustering - package com.rapidminer.operator.clustering
The base classes for clustering.
com.rapidminer.operator.clustering.clusterer - package com.rapidminer.operator.clustering.clusterer
The operators for clustering.
com.rapidminer.operator.clustering.clusterer.soft - package com.rapidminer.operator.clustering.clusterer.soft
The operators and helper classes for soft clustering.
com.rapidminer.operator.condition - package com.rapidminer.operator.condition
Operator conditions are used to ensure that inner operators of an OperatorChain are correctly embedded.
com.rapidminer.operator.features - package com.rapidminer.operator.features
Provides feature handling operators.
com.rapidminer.operator.features.aggregation - package com.rapidminer.operator.features.aggregation
Provides operators for automatic feature aggregation.
com.rapidminer.operator.features.construction - package com.rapidminer.operator.features.construction
Provides operators for automatic feature construction.
com.rapidminer.operator.features.selection - package com.rapidminer.operator.features.selection
Provides operators for automatic feature selection.
com.rapidminer.operator.features.transformation - package com.rapidminer.operator.features.transformation
Provides operators for feature space transformations like PCA or ICA.
com.rapidminer.operator.features.weighting - package com.rapidminer.operator.features.weighting
Operators to weight features or determine feature relevance.
com.rapidminer.operator.generator - package com.rapidminer.operator.generator
Provides operators for data generation.
com.rapidminer.operator.io - package com.rapidminer.operator.io
Operators to read data from files or write them into files.
com.rapidminer.operator.learner - package com.rapidminer.operator.learner
Provides learning operators.
com.rapidminer.operator.learner.associations - package com.rapidminer.operator.learner.associations
This package contains classes and operators for association rule mining and frequent item set mining.
com.rapidminer.operator.learner.associations.fpgrowth - package com.rapidminer.operator.learner.associations.fpgrowth
This package contains classes and operators for association rule mining and frequent item set mining based on FPGrowth.
com.rapidminer.operator.learner.bayes - package com.rapidminer.operator.learner.bayes
This package contains classes and operators for Naive Bayes learning.
com.rapidminer.operator.learner.functions - package com.rapidminer.operator.learner.functions
This package contains learners based on the concept of function approximation.
com.rapidminer.operator.learner.functions.kernel - package com.rapidminer.operator.learner.functions.kernel
Learning schemes which make use of kernel functions to transform the feature space, e.g. support vector machines.
com.rapidminer.operator.learner.functions.kernel.evosvm - package com.rapidminer.operator.learner.functions.kernel.evosvm
Implementations of SVMs which makes use of general purpose optimization methods, e.g. evolutionary strategies or particle swarm optimization.
com.rapidminer.operator.learner.functions.kernel.gaussianprocess - package com.rapidminer.operator.learner.functions.kernel.gaussianprocess
This package contains classes necessary for GP (Gaussian Processes) calculation.
com.rapidminer.operator.learner.functions.kernel.hyperhyper - package com.rapidminer.operator.learner.functions.kernel.hyperhyper
This package contains classes for the HyperHyper learner.
com.rapidminer.operator.learner.functions.kernel.jmysvm.examples - package com.rapidminer.operator.learner.functions.kernel.jmysvm.examples
The package for data handling of the Java version of the support vector machine mySVM.
com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel - package com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
The package for the kernel function provided by the Java version of the support vector machine mySVM.
com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer - package com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer
The package for the optimizer which is used by the Java version of the support vector machine mySVM.
com.rapidminer.operator.learner.functions.kernel.jmysvm.svm - package com.rapidminer.operator.learner.functions.kernel.jmysvm.svm
The main package for the Java version of the the regression and classification support vector machine mySVM.
com.rapidminer.operator.learner.functions.kernel.jmysvm.util - package com.rapidminer.operator.learner.functions.kernel.jmysvm.util
The util package of the Java version of the support vector machine mySVM.
com.rapidminer.operator.learner.functions.kernel.logistic - package com.rapidminer.operator.learner.functions.kernel.logistic
The main package for Kernel Logistic Regression (KLR).
com.rapidminer.operator.learner.functions.kernel.rvm - package com.rapidminer.operator.learner.functions.kernel.rvm
This package contains classes necessary for Relevance Vector Machine (RVM) calculation.
com.rapidminer.operator.learner.functions.kernel.rvm.kernel - package com.rapidminer.operator.learner.functions.kernel.rvm.kernel
This package contains kernel functions usable for the RVM.
com.rapidminer.operator.learner.functions.kernel.rvm.test - package com.rapidminer.operator.learner.functions.kernel.rvm.test
Contains tests for some of the RVM classes.
com.rapidminer.operator.learner.functions.kernel.rvm.util - package com.rapidminer.operator.learner.functions.kernel.rvm.util
Contains util classes for the Relevance Vector Machine package.
com.rapidminer.operator.learner.functions.neuralnet - package com.rapidminer.operator.learner.functions.neuralnet
This package contains a neural net learner based on Joone.
com.rapidminer.operator.learner.igss - package com.rapidminer.operator.learner.igss
Provides classes for learning operator Iterating Generic Sequential Sampling.
com.rapidminer.operator.learner.igss.hypothesis - package com.rapidminer.operator.learner.igss.hypothesis
Provides the hypothesis classes for learning operator Iterating Generic Sequential Sampling.
com.rapidminer.operator.learner.igss.utility - package com.rapidminer.operator.learner.igss.utility
Provides utility function classes for learning operator Iterating Generic Sequential Sampling.
com.rapidminer.operator.learner.lazy - package com.rapidminer.operator.learner.lazy
Learning schemes which perform lazy learning.
com.rapidminer.operator.learner.meta - package com.rapidminer.operator.learner.meta
Meta learning schemes which uses other learning operators to increase the performance.
com.rapidminer.operator.learner.rules - package com.rapidminer.operator.learner.rules
Provides rule learners.
com.rapidminer.operator.learner.subgroups - package com.rapidminer.operator.learner.subgroups
Provides the major classes of a subgroup discovery algorithm.
com.rapidminer.operator.learner.subgroups.hypothesis - package com.rapidminer.operator.learner.subgroups.hypothesis
Provides helper classes for a subgroups discovery algorithm.
com.rapidminer.operator.learner.subgroups.utility - package com.rapidminer.operator.learner.subgroups.utility
Provides the utility functions for a subgroups discovery algorithm.
com.rapidminer.operator.learner.tree - package com.rapidminer.operator.learner.tree
Provides decision tree learners.
com.rapidminer.operator.learner.weka - package com.rapidminer.operator.learner.weka
Operators which encapsulate the learning schemes provided by Weka.
com.rapidminer.operator.meta - package com.rapidminer.operator.meta
Provides operators for experiment iteration, meta operators, and optimization.
com.rapidminer.operator.meta.branch - package com.rapidminer.operator.meta.branch
Provides operators for conditioned branching.
com.rapidminer.operator.performance - package com.rapidminer.operator.performance
Provides performance evaluating operators and performance criteria.
com.rapidminer.operator.performance.cost - package com.rapidminer.operator.performance.cost
This package contains cost-based performance evaluations.
com.rapidminer.operator.performance.test - package com.rapidminer.operator.performance.test
Test classes for the performance measures.
com.rapidminer.operator.postprocessing - package com.rapidminer.operator.postprocessing
Operators for post processing, usually used for models.
com.rapidminer.operator.preprocessing - package com.rapidminer.operator.preprocessing
Operators for preprocessing purposes.
com.rapidminer.operator.preprocessing.discretization - package com.rapidminer.operator.preprocessing.discretization
Contains discretization operators which can be used to transform numerical into nominal attributes.
com.rapidminer.operator.preprocessing.filter - package com.rapidminer.operator.preprocessing.filter
Containing filter operators changing the input example set, e.g. by removing certain attributes or changing the data.
com.rapidminer.operator.preprocessing.filter.attributes - package com.rapidminer.operator.preprocessing.filter.attributes
This package contains the attribute filter.
com.rapidminer.operator.preprocessing.join - package com.rapidminer.operator.preprocessing.join
This package contains the operators for joining and merging example sets.
com.rapidminer.operator.preprocessing.normalization - package com.rapidminer.operator.preprocessing.normalization
Preprocessing operators used for normalization.
com.rapidminer.operator.preprocessing.outlier - package com.rapidminer.operator.preprocessing.outlier
Operators for outlier detection.
com.rapidminer.operator.preprocessing.sampling - package com.rapidminer.operator.preprocessing.sampling
Preprocessing operators used for sampling.
com.rapidminer.operator.preprocessing.series - package com.rapidminer.operator.preprocessing.series
Containing preprocessing operators for (time) series handling.
com.rapidminer.operator.preprocessing.series.filter - package com.rapidminer.operator.preprocessing.series.filter
Containing preprocessing operators for (time) series filtering.
com.rapidminer.operator.preprocessing.transformation - package com.rapidminer.operator.preprocessing.transformation
This package contains some simple operators for basic transformations like grouping, aggregation and pivotization.
com.rapidminer.operator.preprocessing.weighting - package com.rapidminer.operator.preprocessing.weighting
This package methods for the weighting of examples.
com.rapidminer.operator.similarity - package com.rapidminer.operator.similarity
Basic framework for similarities.
com.rapidminer.operator.text - package com.rapidminer.operator.text
This package contains operators and objects to work on texts.
com.rapidminer.operator.validation - package com.rapidminer.operator.validation
Operators for estimation of the performance which can be achieved by learning schemes (and other predictive operators).
com.rapidminer.operator.validation.clustering - package com.rapidminer.operator.validation.clustering
Evaluation methods for clustering.
com.rapidminer.operator.validation.clustering.exampledistribution - package com.rapidminer.operator.validation.clustering.exampledistribution
Evaluation methods for clustering based on the distribution of examples.
com.rapidminer.operator.validation.significance - package com.rapidminer.operator.validation.significance
Statistical significance like ANOVA or t-tests.
com.rapidminer.operator.visualization - package com.rapidminer.operator.visualization
The operators in this package are used for visualization purposes.
com.rapidminer.operator.visualization.dependencies - package com.rapidminer.operator.visualization.dependencies
The operators in this package are used for the calculation and the visualization of dependency matrices like those for correlations etc.
com.rapidminer.parameter - package com.rapidminer.parameter
This package contains classes for handling of operator parameters and specifiying parameter types.
com.rapidminer.parameter.conditions - package com.rapidminer.parameter.conditions
This package contains conditions for ParameterTypes.
com.rapidminer.parameter.value - package com.rapidminer.parameter.value
This package contains helper classes for defining different types of parameter values, for example for parameter optimization operators.
com.rapidminer.report - package com.rapidminer.report
This package consists the base classes for the reporting facilities of RapidMiner.
com.rapidminer.test - package com.rapidminer.test
Provides test classes.
com.rapidminer.tools - package com.rapidminer.tools
Provides tools for RapidMiner like parsers for the input files.
com.rapidminer.tools.att - package com.rapidminer.tools.att
Provides tools for parsing the attribute description file.
com.rapidminer.tools.cipher - package com.rapidminer.tools.cipher
This package contains tools for de- and encryption as well as for key generation and storage.
com.rapidminer.tools.container - package com.rapidminer.tools.container
This package consists some basic container classes additionally to those provided by Java.
com.rapidminer.tools.help - package com.rapidminer.tools.help
The online help service for RapidMiner.
com.rapidminer.tools.jdbc - package com.rapidminer.tools.jdbc
Provides tools for database access via JDBC connections.
com.rapidminer.tools.log - package com.rapidminer.tools.log
Provides tool classes for logging, especially for formatting the log messages.
com.rapidminer.tools.math - package com.rapidminer.tools.math
Several tool classes for mathematical operations.
com.rapidminer.tools.math.container - package com.rapidminer.tools.math.container
This package consists some additional containers fulfilling some mathematical properties which could, for example, help to speed up searches.
com.rapidminer.tools.math.distribution - package com.rapidminer.tools.math.distribution
This package consists basic classes for the calculation of distributions.
com.rapidminer.tools.math.distribution.kernel - package com.rapidminer.tools.math.distribution.kernel
This package consists classes for the calculation of kernel distributions.
com.rapidminer.tools.math.function - package com.rapidminer.tools.math.function
The classes in this package represent basic functions which can, for example, be used as aggregation functions.
com.rapidminer.tools.math.function.aggregation - package com.rapidminer.tools.math.function.aggregation
The classes in this package represent basic functions which can, for example, be used as aggregation functions.
com.rapidminer.tools.math.function.expressions - package com.rapidminer.tools.math.function.expressions
The functions defined in this package are used to extend the expression parsing.
com.rapidminer.tools.math.function.window - package com.rapidminer.tools.math.function.window
The classes in this package represent window functions like those often used before a fourier transformation.
com.rapidminer.tools.math.kernels - package com.rapidminer.tools.math.kernels
This package contains several widely used kernel functions.
com.rapidminer.tools.math.matrix - package com.rapidminer.tools.math.matrix
Utitility classes for matrices.
com.rapidminer.tools.math.optimization - package com.rapidminer.tools.math.optimization
Optimization schemes which can be used by operators.
com.rapidminer.tools.math.optimization.ec.es - package com.rapidminer.tools.math.optimization.ec.es
Evolutionary Strategies Optimization for real valued optimization problems.
com.rapidminer.tools.math.optimization.ec.pso - package com.rapidminer.tools.math.optimization.ec.pso
Particle Swarm Optimization for real valued optimization problems.
com.rapidminer.tools.math.sampling - package com.rapidminer.tools.math.sampling
This package consists some basic sampling techniques.
com.rapidminer.tools.math.similarity - package com.rapidminer.tools.math.similarity
This package consists similariy and distance measures.
com.rapidminer.tools.math.similarity.divergences - package com.rapidminer.tools.math.similarity.divergences
This package consists of similariy functions based on divergences.
com.rapidminer.tools.math.similarity.mixed - package com.rapidminer.tools.math.similarity.mixed
This package consists of mixed similariy functions, i.e. those which can be used on both numerical and nominal dimensions.
com.rapidminer.tools.math.similarity.nominal - package com.rapidminer.tools.math.similarity.nominal
This package consists of similariy functions for nominal values.
com.rapidminer.tools.math.similarity.numerical - package com.rapidminer.tools.math.similarity.numerical
This package consists of similariy functions for numerical values only.
com.rapidminer.tools.math.smoothing - package com.rapidminer.tools.math.smoothing
This package consists classes for kernel based smoothing functions.
com.rapidminer.tools.math.som - package com.rapidminer.tools.math.som
Provides class for SOM (Self Organizing Map, Kohonen Net) calculation.
com.rapidminer.tools.plugin - package com.rapidminer.tools.plugin
Provides tools for RapidMiner plugins.
CombinationGenerator - Class in com.rapidminer.tools.math
This class can be used to iterate over all combinations of r elements out of n.
CombinationGenerator(int, int) - Constructor for class com.rapidminer.tools.math.CombinationGenerator
 
combine(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
CombinedInnerOperatorCondition - Class in com.rapidminer.operator.condition
This condition is a container for other (simple) inner operator conditions.
CombinedInnerOperatorCondition() - Constructor for class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
 
CombinedPlotterCondition - Class in com.rapidminer.gui.plotter.conditions
This condition accepts data tables which fulfills all child conditions.
CombinedPlotterCondition() - Constructor for class com.rapidminer.gui.plotter.conditions.CombinedPlotterCondition
 
COMBO_BOX_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
COMBO_BOX_EDITOR_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
COMBO_BOX_LIST_CELL_RENDERER_FOCUS_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
ComboBoxBorder - Class in com.rapidminer.gui.look.borders
The UIResource for combo box borders.
ComboBoxBorder() - Constructor for class com.rapidminer.gui.look.borders.ComboBoxBorder
 
ComboBoxEditorBorder - Class in com.rapidminer.gui.look.borders
The UIResource for combo box editor borders.
ComboBoxEditorBorder() - Constructor for class com.rapidminer.gui.look.borders.ComboBoxEditorBorder
 
ComboBoxListCellRendererFocusBorder - Class in com.rapidminer.gui.look.borders
The UIResource for combo box list cell renderer focus borders.
ComboBoxListCellRendererFocusBorder() - Constructor for class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder
 
ComboBoxPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for combo boxes.
ComboBoxUI - Class in com.rapidminer.gui.look.ui
The UI for combo boxes.
ComboBoxUI() - Constructor for class com.rapidminer.gui.look.ui.ComboBoxUI
 
CommandLineOperator - Class in com.rapidminer.operator
This operator executes a system command.
CommandLineOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.CommandLineOperator
 
COMMENT - Static variable in class com.rapidminer.gui.processeditor.MainProcessEditor
 
COMMENT1 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Comment 1 token id.
COMMENT2 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Comment 2 token id.
CommentEditor - Class in com.rapidminer.gui.processeditor
This editor is used to edit the description (comment) for the currently selected operator.
CommentEditor() - Constructor for class com.rapidminer.gui.processeditor.CommentEditor
 
CommentStripper - Class in com.rapidminer.doc
Delivers the class comments of the Javadoc comments of an operator class.
CommentStripper(File) - Constructor for class com.rapidminer.doc.CommentStripper
 
commit() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Makes all changes to the database permanent.
communicateToHighscore(ConjunctiveRuleModel, double[]) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
Adds a rule to the set of best rules if its score is high enough.
CommunityUpdateManager - Class in com.rapidminer.gui.tools
This is the update manager used for the community edition.
CommunityUpdateManager() - Constructor for class com.rapidminer.gui.tools.CommunityUpdateManager
 
compare(PerformanceVector, PerformanceVector) - Method in interface com.rapidminer.operator.performance.PerformanceComparator
Returns a negative value iff pv2 is better than pv1.
compare(PerformanceVector, PerformanceVector) - Method in class com.rapidminer.operator.performance.PerformanceVector.DefaultComparator
 
compare(E, E) - Method in class com.rapidminer.tools.math.container.ReverseComparableComparator
 
compare(F, F) - Method in class com.rapidminer.tools.math.container.ReverseComparator
 
compareTo(AttributeWeight) - Method in class com.rapidminer.example.AttributeWeight
Compares the weight of this object with the weight of another AttributeWeight object.
compareTo(Object) - Method in class com.rapidminer.example.AttributeWeights
Since this average vector cannot be compared this method always returns 0.
compareTo(AttributePeak) - Method in class com.rapidminer.generator.AttributePeak
 
compareTo(SortableEdge) - Method in class com.rapidminer.gui.graphs.SortableEdge
 
compareTo(Bookmark) - Method in class com.rapidminer.gui.look.fc.Bookmark
 
compareTo(Object) - Method in class com.rapidminer.gui.look.fc.Item
 
compareTo(NameValue) - Method in class com.rapidminer.gui.plotter.NameValue
 
compareTo(WeightIndex) - Method in class com.rapidminer.gui.plotter.WeightIndex
 
compareTo(BuildingBlock) - Method in class com.rapidminer.gui.templates.BuildingBlock
 
compareTo(VersionNumber) - Method in class com.rapidminer.gui.tools.VersionNumber
 
compareTo(ComponentVector) - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
compareTo(ComponentVector) - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
compareTo(AssociationRule) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
compareTo(Item) - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
compareTo(FrequentItemSet) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
This method compares FrequentItemSets.
compareTo(Object) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
compareTo(Object) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
compareTo(Benefit) - Method in class com.rapidminer.operator.learner.tree.Benefit
 
compareTo(Edge) - Method in class com.rapidminer.operator.learner.tree.Edge
 
compareTo(OperatorDescription) - Method in class com.rapidminer.operator.OperatorDescription
 
compareTo(PerformanceCriterion) - Method in class com.rapidminer.operator.performance.PerformanceCriterion
The semantics of this method follow the specification in the interface java.lang.Comparable in the following way: Two objects of this class are equal if their getFitness() values are equal.
compareTo(Object) - Method in class com.rapidminer.operator.performance.PerformanceVector
Returns a negative value iff o is better than this performance vector
compareTo(UnknownParameterInformation) - Method in class com.rapidminer.operator.UnknownParameterInformation
 
compareTo(Object) - Method in class com.rapidminer.parameter.ParameterType
ParameterTypes are compared by key.
compareTo(Tupel<T1, T2>) - Method in class com.rapidminer.tools.container.Tupel
 
compareTo(GroupTree) - Method in class com.rapidminer.tools.GroupTree
 
compareTo(DriverInfo) - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
compareTo(Object) - Method in class com.rapidminer.tools.math.Complex
 
compareTo(EmpiricalNormalDistribution) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
compareTo(Peak) - Method in class com.rapidminer.tools.math.Peak
 
compareTo(Object) - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
compareTo(WeightedObject<E>) - Method in class com.rapidminer.tools.WeightedObject
 
COMPARISONS - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
compatible(Attribute, Attribute) - Static method in class com.rapidminer.example.Tools
Returns true if value and block types of the first attribute are subtypes of value and block type of the second.
compile(String, ExampleSet, int, boolean) - Static method in class com.rapidminer.example.ExampleFormatter
Factory method that compiles a format string and creates an instance of ExampleFormatter.
COMPLETE_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterPanel
 
CompleteFeatureGenerationOperator - Class in com.rapidminer.operator.features.construction
This operator applies a set of functions on all features of the input example set.
CompleteFeatureGenerationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
 
completeItemsList - Variable in class com.rapidminer.gui.look.fc.FileList
 
CompleteLinkageMethod - Class in com.rapidminer.operator.clustering.clusterer
This class provides the complete linkage method for the AgglomerativeClustering.
CompleteLinkageMethod(DistanceMatrix, int[]) - Constructor for class com.rapidminer.operator.clustering.clusterer.CompleteLinkageMethod
 
completeRefresh() - Method in class com.rapidminer.gui.operatortree.OperatorTree
This method fires a tree structure changed event for the root operator and causes the complete expansion of the tree.
Complex - Class in com.rapidminer.tools.math
A class for complex numbers which consists of a real and an imaginary part.
Complex(double, double) - Constructor for class com.rapidminer.tools.math.Complex
 
ComplicatedFunction - Class in com.rapidminer.operator.generator
The label is att1*att1*att2 - att1*att2 + max(att1,att2) - exp(att3).
ComplicatedFunction() - Constructor for class com.rapidminer.operator.generator.ComplicatedFunction
 
ComplicatedFunction2 - Class in com.rapidminer.operator.generator
The label is att1*att1*att1 + att2*att2 + att1*att2 + att1/att2 - 1.0d/(att3*att3).
ComplicatedFunction2() - Constructor for class com.rapidminer.operator.generator.ComplicatedFunction2
 
componentMouseDragged(Point) - Method in class com.rapidminer.gui.look.fc.Item
 
componentMousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
componentMouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
ComponentPrinter - Class in com.rapidminer.gui.tools
A Printable that can print an arbitrary component.
ComponentPrinter(Component) - Constructor for class com.rapidminer.gui.tools.ComponentPrinter
The given component should be printed.
ComponentVector - Interface in com.rapidminer.operator.features.transformation
This class holds information about one eigenvector and eigenvalue.
ComponentWeights - Class in com.rapidminer.operator.features.weighting
For models creating components like PCA, GHA and FastICA you can create the AttributeWeights from a component.
ComponentWeights(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ComponentWeights
 
ComponentWeightsCreatable - Interface in com.rapidminer.operator.features.transformation
This is an interface for models holding several components for feature transformation.
computeDKN(int, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This function computes the D^k_n Outliers according to Ramaswamy, Rastogi and Shim which computes the top-n D^k-Outliers, the outliers (= objects) with the maximum distance to the k-th nearest neighbors.
computeLOF(int, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Some deeper magic to compute all the LOFs for the objects in the searchroom up to MinPtsUB = kMax!
computeLogLikelyhood(int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
computeParameters(ExampleSet, Attribute) - Static method in class com.rapidminer.operator.postprocessing.PlattScaling
Implementation of Platt' scaling algorithm as found in [Platt, 1999].
computePriors(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
Condition - Interface in com.rapidminer.example.set
Objects implementing this interface are used by ConditionedExampleSets, a special sub class of ExampleSet that skips all examples that do not fulfill this condition.
CONDITION_ALL - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_ATTRIBUTE_NAME_FILTER - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_ATTRIBUTE_VALUE_FILTER - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_CLASSES - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
CONDITION_CORRECT_PREDICTIONS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_INPUT_EXISTS - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
CONDITION_IS_DATE - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_IS_NOMINAL - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_IS_NUMERICAL - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_MISSING_ATTRIBUTES - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_MISSING_LABELS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_NAMES - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
CONDITION_NAMES - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_NO_MISSING_ATTRIBUTES - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_NO_MISSING_LABELS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_NO_MISSING_VALUES - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_NUMERIC_VALUE_FILTER - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
 
CONDITION_WRONG_PREDICTIONS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
ConditionalAction - Class in com.rapidminer.gui
An action that must be enabled/disabled depending on certain conditions.
ConditionalAction(String) - Constructor for class com.rapidminer.gui.ConditionalAction
 
ConditionalAction(String, Icon) - Constructor for class com.rapidminer.gui.ConditionalAction
 
ConditionCreationException - Exception in com.rapidminer.example.set
Exception class whose instances are thrown during the creation of conditions.
ConditionCreationException(String) - Constructor for exception com.rapidminer.example.set.ConditionCreationException
 
ConditionedExampleSet - Class in com.rapidminer.example.set
Hides Examples that do not fulfill a given Condition.
ConditionedExampleSet(ExampleSet, Condition) - Constructor for class com.rapidminer.example.set.ConditionedExampleSet
Creates a new example which used only examples fulfilling the given condition.
ConditionedExampleSet(ExampleSet, Condition, boolean) - Constructor for class com.rapidminer.example.set.ConditionedExampleSet
Creates a new example which used only examples fulfilling the given condition.
ConditionedExampleSet(ConditionedExampleSet) - Constructor for class com.rapidminer.example.set.ConditionedExampleSet
Clone constructor.
ConditionedFeatureGeneration - Class in com.rapidminer.operator.features.construction
Generates a new attribute and sets the attributes values according to the fulfilling of the specified conditions.
ConditionedFeatureGeneration(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
ConditionExampleReader - Class in com.rapidminer.example.set
Deprecated. ConditionExampleReaders are now replaced by fixed mappings
ConditionExampleReader(Iterator<Example>, Condition, boolean) - Constructor for class com.rapidminer.example.set.ConditionExampleReader
Deprecated. Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition.
conditionOk(Example) - Method in class com.rapidminer.example.set.AcceptAllCondition
Returns true.
conditionOk(Example) - Method in class com.rapidminer.example.set.AttributeValueFilter
Returns true if all conditions are fulfilled for the given example.
conditionOk(Example) - Method in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
Returns true if the condition is fulfilled for the given example.
conditionOk(Example) - Method in interface com.rapidminer.example.set.Condition
Should return true if the given example does fulfill this condition.
conditionOk(Example) - Method in class com.rapidminer.example.set.CorrectPredictionCondition
Returns true if the example is correctly predicted.
conditionOk(Example) - Method in class com.rapidminer.example.set.MissingAttributesCondition
Returns true if the example does not contain missing values.
conditionOk(Example) - Method in class com.rapidminer.example.set.MissingLabelsCondition
Returns true if the label was not defined.
conditionOk(Example) - Method in class com.rapidminer.example.set.NoMissingAttributesCondition
Returns true if the example does not contain missing values.
conditionOk(Example) - Method in class com.rapidminer.example.set.NoMissingAttributeValueCondition
Returns true if the example does not contain missing values within regarded attributes.
conditionOk(Example) - Method in class com.rapidminer.example.set.NoMissingLabelsCondition
Returns true if the label was defined.
conditionOk(Example) - Method in class com.rapidminer.example.set.WrongPredictionCondition
Returns true if the example wrongly classified.
conditionOk(Example) - Method in class com.rapidminer.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the normal approximation of the confidence intervall.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the normal approximation of the confidence intervall for a specific hypothesis.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculate confidence intervall without a specific rule
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculate confidence intervall for a specific rule.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall without a specific rule for instance averaging functions.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall for a specific rule for instance averaging functions.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculate confidence intervall without a specific rule.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculate confidence intervall for a specific rule.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculate confidence intervall without a specific rule.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculate confidence intervall for a specific rule.
CONFIDENCE - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
CONFIDENCE_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the confidence special attributes.
confidenceIntervall(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the the unspecific confidence intervall.
confidenceIntervall(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the the confidence intervall for a specific hypothesis.
confidenceIntervall(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculates the the confidence intervall for a specific hypothesis.
confidenceIntervall(double, double) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Calculates the the unspecific confidence intervall.
confidenceIntervall(double, double, Hypothesis, double) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Calculates the the confidence intervall for a specific hypothesis.
confidences - Variable in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
The confidence values for all predictions.
ConfigurationListener - Interface in com.rapidminer.gui.wizards
Classes implementing this interface should be able to listen to parameter changes indicated by a given XML string.
ConfigurationWizardCreator - Interface in com.rapidminer.gui.wizards
This interface must be implemented by all classes which are able to create a Wizard dialog for a given ConfigurationListener.
ConfigurationWizardValueCellEditor - Class in com.rapidminer.gui.properties
Cell editor consisting of a simple button which opens a configuration wizard for the corresponding operator.
ConfigurationWizardValueCellEditor(ParameterTypeConfiguration) - Constructor for class com.rapidminer.gui.properties.ConfigurationWizardValueCellEditor
 
ConfigureParameterOptimizationDialog - Class in com.rapidminer.gui.properties
A Dialog which lets the user select and configure parameter values and ranges for optimization purposes.
ConfigureParameterOptimizationDialog(ConfigurationListener) - Constructor for class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog
 
ConfigureParameterOptimizationDialogCreator - Class in com.rapidminer.gui.properties
The creator for the parameter specification dialog.
ConfigureParameterOptimizationDialogCreator() - Constructor for class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
configureScrollBarColors() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the confidence intervall for small numbers of examples.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculate confidence intervall without a specific rule for small m.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall without a specific rule for instance averaging functions and small m.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculate confidence intervall without a specific rule for small m.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculate confidence intervall without a specific rule for small m.
ConfusionMatrixViewer - Class in com.rapidminer.gui.viewer
This viewer class can be used to display performance criteria based on a multi class confusion matrix.
ConfusionMatrixViewer(String, String[], double[][]) - Constructor for class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
ConfusionMatrixViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) a confusion matrix by means of a JTable.
ConfusionMatrixViewerTable(String[], double[][]) - Constructor for class com.rapidminer.gui.viewer.ConfusionMatrixViewerTable
 
ConfusionMatrixViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the ConfusionMatrixViewerTable.
ConfusionMatrixViewerTableModel(String[], double[][]) - Constructor for class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel
 
CONJUNCTION_AND - Static variable in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
CONJUNCTION_NAMES - Static variable in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
CONJUNCTION_OR - Static variable in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
ConjunctiveRuleModel - Class in com.rapidminer.operator.learner.rules
Each object of this class represents a conjunctive rule with boolean target and nominal attributes.
ConjunctiveRuleModel(ExampleSet, int) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel(ExampleSet, int, int, int) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel(ConjunctiveRuleModel, int) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to clone a rule, but to change the head (prediction)
ConjunctiveRuleModel(ConjunctiveRuleModel, Attribute, double) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
connect(Node, Node) - Static method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
connect(String, String, boolean) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Establishes a connection to the database.
connect(String, Properties) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
connectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
Overwrites the super method and also adds weight handling.
connectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
connectOutput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
ConsistencyFeatureSetEvaluator - Class in com.rapidminer.operator.validation
Consistency attribute subset evaluator.
ConsistencyFeatureSetEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.ConsistencyFeatureSetEvaluator
 
ConsoleInputHandler - Class in com.rapidminer
Reads input from console, e.g. a password in case of database reading.
ConsoleInputHandler() - Constructor for class com.rapidminer.ConsoleInputHandler
 
CONSTANT - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
ConstantGeneration - Class in com.rapidminer.operator.features.construction
This PopulationOperator generates new random constant attribute in an individual's example table.
ConstantGeneration(double, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.ConstantGeneration
Creates a new constant generator.
ConstantGenerator - Class in com.rapidminer.generator
Generates a constant attribute.
ConstantGenerator() - Constructor for class com.rapidminer.generator.ConstantGenerator
 
ConstantGenerator(double) - Constructor for class com.rapidminer.generator.ConstantGenerator
 
Construction2Names - Class in com.rapidminer.operator.preprocessing.filter
This operator replaces the names of the regular attributes by the corresponding construction descriptions if the attribute was constructed at all.
Construction2Names(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Construction2Names
 
CONSTRUCTION_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
ConstructiveRegression - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Constructive RVM for regression problems (see bla).
ConstructiveRegression(RegressionProblem, Parameter) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Constructor
ContainerModelRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for container models.
ContainerModelRenderer() - Constructor for class com.rapidminer.gui.renderer.models.ContainerModelRenderer
 
ContainerModelViewer - Class in com.rapidminer.gui.viewer
Can be used to display the models of a ContainerModel.
ContainerModelViewer(GroupedModel, IOContainer) - Constructor for class com.rapidminer.gui.viewer.ContainerModelViewer
 
contains(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
contains(Attribute) - Method in interface com.rapidminer.example.Attributes
Returns true if this attribute set contains the given attribute.
contains(int, int) - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
contains(int, int) - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
contains(double, double) - Method in class com.rapidminer.operator.generator.Dot
 
contains(Class<? extends IOObject>) - Method in class com.rapidminer.operator.IOContainer
Returns true if this IOContainer containts an IOObject of the desired class.
contains(String) - Method in class com.rapidminer.parameter.value.ParameterValueList
 
contains(double) - Method in class com.rapidminer.tools.container.ValueSet
Returns whether the set contains the given value.
containsAttribute(List<Attribute>, Attribute) - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
Returns true if the list already contains an attribute with the given name.
containsClass(Class<?>, Class<?>[]) - Static method in class com.rapidminer.operator.DefaultIODescription
Returns true if oc contains a class which is a superclass of c.
containsExampleId(Object) - Method in class com.rapidminer.operator.clustering.Cluster
 
containsKey(Object) - Method in class com.rapidminer.example.Example
 
containsMissingValues() - Method in class com.rapidminer.datatable.AbstractDataTable
 
containsMissingValues() - Method in interface com.rapidminer.datatable.DataTable
Returns true if this data table contains missing values.
containsValue(Object) - Method in class com.rapidminer.example.Example
 
containsValueType(ExampleSet, int) - Static method in class com.rapidminer.example.Tools
 
ContingencyMatrix - Class in com.rapidminer.operator.learner.meta
This class computes the contingency matrix of classifiers, supports weighted example sets and contains some convenience methods to query for some evaluation metrics that can directly be computed from this matrix.
ContingencyMatrix(double[][]) - Constructor for class com.rapidminer.operator.learner.meta.ContingencyMatrix
The contigency matrix in the format [true label][predicted label]
ContingencyTableTools - Class in com.rapidminer.tools.math
This class provides some helper tool for calculations around contingency tables like chi-squared tests etc.
ContingencyTableTools() - Constructor for class com.rapidminer.tools.math.ContingencyTableTools
 
ContinuousDistribution - Class in com.rapidminer.tools.math.distribution
The distribution for a continous variable.
ContinuousDistribution() - Constructor for class com.rapidminer.tools.math.distribution.ContinuousDistribution
 
contradicts(Literal) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
convergence() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Checks if the optimization converged
convergence() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Checks if the optimization converged
convergence_epsilon - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
convergence_epsilon - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
convertFrequency(double, int, int) - Static method in class com.rapidminer.tools.math.FastFourierTransform
Normalizes the frequency to the correct value.
convertListToDoubleArray(List) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Take a list holding "Double"-objects and return an "double[]"
convertToCorrectFormat(long) - Method in class com.rapidminer.gui.look.fc.Item
 
CONVICTION - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
CoordinatesHandler - Interface in com.rapidminer.gui.plotter
This class handles coordinate informations.
copy() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
copy() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Copies the currently selected operator into the clipboard.
copy() - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Places the selected text into the clipboard.
copy() - Method in class com.rapidminer.operator.AbstractIOObject
Returns not a copy but the very same object.
copy() - Method in class com.rapidminer.operator.IOContainer
Copies the contents of this IOContainer by invoking the method copy of all IOObjects.
copy() - Method in interface com.rapidminer.operator.IOObject
Should return a copy of this IOObject.
copy(File, File) - Static method in class com.rapidminer.tools.Tools
 
COPY_ACTION_24 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
COPY_ACTION_32 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
CopyAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
CopyAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.CopyAction
 
copyMainUserConfigFile(VersionNumber, VersionNumber) - Static method in class com.rapidminer.tools.ParameterService
 
copyPredictedLabel(ExampleSet, ExampleSet) - Static method in class com.rapidminer.operator.learner.PredictionModel
Copies the predicted label from the source example set to the destination example set.
CorpusBasedFeatureWeighting - Class in com.rapidminer.operator.features.weighting
This operator uses a corpus of examples to characterize a single class by setting feature weights.
CorpusBasedFeatureWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.CorpusBasedFeatureWeighting
 
CorrectPredictionCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to accept all examples which are correctly predicted.
CorrectPredictionCondition() - Constructor for class com.rapidminer.example.set.CorrectPredictionCondition
Creates a new condition.
CorrectPredictionCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.CorrectPredictionCondition
Throws an exception since this condition does not support parameter string.
correlation(ExampleSet, Attribute, Attribute, boolean) - Static method in class com.rapidminer.tools.math.MathFunctions
This method calculates the correlation between two (numerical) attributes of an example set.
correlation(double[], double[]) - Static method in class com.rapidminer.tools.math.MathFunctions
 
CorrelationCriterion - Class in com.rapidminer.operator.performance
Computes the empirical corelation coefficient 'r' between label and prediction.
CorrelationCriterion() - Constructor for class com.rapidminer.operator.performance.CorrelationCriterion
 
CorrelationCriterion(CorrelationCriterion) - Constructor for class com.rapidminer.operator.performance.CorrelationCriterion
 
CorrelationMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the correlation matrix between all attributes of the input example set.
CorrelationMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
CorrelationMatrixRow2DataTableRowIterator - Class in com.rapidminer.datatable
This iterator iterates over all examples of an example set and creates CorrelationMatrixRow2DataTableRowWrapper objects.
CorrelationMatrixRow2DataTableRowIterator(NumericalMatrix) - Constructor for class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowIterator
Creates a new DataTable iterator backed up by examples.
CorrelationMatrixRow2DataTableRowWrapper - Class in com.rapidminer.datatable
This class allows to use the rows of a NumericalMatrix as basis for DataTableRow.
CorrelationMatrixRow2DataTableRowWrapper(NumericalMatrix, int) - Constructor for class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowWrapper
Creates a new wrapper.
CorrelationSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
Similarity based on the correlation coefficient.
CorrelationSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity
 
CorrelationWeighting - Class in com.rapidminer.operator.features.weighting
This class provides a weighting scheme based upon correlation.
CorrelationWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.CorrelationWeighting
 
CosineSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
Cosine similarity that supports feature weights.
CosineSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity
 
COSINUS - Static variable in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
CostBasedThresholdLearner - Class in com.rapidminer.operator.learner.meta
This operator uses a set of class weights and also allows a weight for the fact that an example is not classified at all (marked as unknown).
CostBasedThresholdLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
 
CostEvaluator - Class in com.rapidminer.operator.performance.cost
This operator provides the ability to evaluate classification costs.
CostEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.cost.CostEvaluator
 
count(double, double) - Method in class com.rapidminer.example.MinMaxStatistics
 
count(double, double) - Method in class com.rapidminer.example.NominalStatistics
 
count(double, double) - Method in class com.rapidminer.example.NumericalStatistics
 
COUNT - Static variable in interface com.rapidminer.example.Statistics
 
count(double, double) - Method in interface com.rapidminer.example.Statistics
 
count(double, double) - Method in class com.rapidminer.example.UnknownStatistics
 
count(double, double) - Method in class com.rapidminer.example.WeightedNumericalStatistics
 
COUNT - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
count_examples() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Counts the training examples.
count_pos_examples() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Counts the positive training examples
countColumns() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
countData() - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
countData() - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
COUNTER - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
countExample(double, double) - Method in class com.rapidminer.operator.performance.AbsoluteError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.AreaUnderCurve
Does nothing.
countExample(Example) - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
countExample(Example) - Method in class com.rapidminer.operator.performance.CorrelationCriterion
Updates all sums needed to compute the correlation coefficient.
countExample(Example) - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
countExample(Example) - Method in class com.rapidminer.operator.performance.CrossEntropy
Does nothing.
countExample(double, double) - Method in class com.rapidminer.operator.performance.LenientRelativeError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.LogisticLoss
Does nothing.
countExample(Example) - Method in class com.rapidminer.operator.performance.Margin
Does nothing.
countExample(Example) - Method in class com.rapidminer.operator.performance.MDLCriterion
 
countExample(Example) - Method in class com.rapidminer.operator.performance.MeasuredPerformance
Counts a single example, e.g. by summing up errors.
countExample(Example) - Method in class com.rapidminer.operator.performance.MinMaxCriterion
Counts a single example by invoking the delegates method.
countExample(Example) - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Increases the prediction value in the matrix.
countExample(Example) - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
Calculates the error for the current example.
countExample(Example) - Method in class com.rapidminer.operator.performance.PredictionAverage
 
countExample(Example) - Method in class com.rapidminer.operator.performance.PredictionTrendAccuracy
 
countExample(Example) - Method in class com.rapidminer.operator.performance.RankCorrelation
Does nothing.
countExample(double, double) - Method in class com.rapidminer.operator.performance.RelativeError
 
countExample(double, double) - Method in class com.rapidminer.operator.performance.RootMeanSquaredError
Calculates the error for the current example.
countExample(Example) - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
Calculates the error for the current example.
countExample(double, double) - Method in class com.rapidminer.operator.performance.SimpleClassificationError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.SimpleCriterion
Invokes countExample(double, double) and counts the deviation.
countExample(double, double) - Method in class com.rapidminer.operator.performance.SimpleCriterion
Subclasses must count the example and return the value to sum up.
countExample(Example) - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Does nothing.
countExample(double, double) - Method in class com.rapidminer.operator.performance.SquaredError
Calculates the error for the current example.
countExample(double, double) - Method in class com.rapidminer.operator.performance.StrictRelativeError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Increases the prediction value in the matrix.
countExampleWithWeight(double, double) - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
CountFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the number of values.
CountFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.CountFunction
 
CountFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.CountFunction
 
CovarianceMatrix - Class in com.rapidminer.tools.math.matrix
This helper class can be used to calculate a covariance matrix from given matrices or example sets.
CovarianceMatrix() - Constructor for class com.rapidminer.tools.math.matrix.CovarianceMatrix
 
CovarianceMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the covariances between all attributes of the input example set and returns a covariance matrix object which can be visualized.
CovarianceMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.CovarianceMatrixOperator
 
Coverage - Class in com.rapidminer.operator.learner.igss.utility
The instance-averaging utility function Coverage.
Coverage(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.Coverage
Constructs a new Coverage with the given default probability.
Coverage - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the coverage.
Coverage(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
COVERAGE - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
coveredWeight - Variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Stores the total weight of all examples covered by this hypothesis.
coversExample(Example) - Method in class com.rapidminer.operator.learner.rules.Rule
 
cPos - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
create(int) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a new DataRow with the given initial capacity.
create(String[], Attribute[]) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a data row from an array of Strings.
create(Object[], Attribute[]) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a data row from an Object array.
create(Double[], Attribute[]) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a data row from an Object array.
createAboutBox(Frame, Image) - Method in class com.rapidminer.tools.plugin.Plugin
Creates the about box for this plugin.
createActions() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createAggregationFunction(String, boolean) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregationFunction(String) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregationFunction(int, boolean) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregationFunction(int) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAllHypothesis - Variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Create h->Y+/Y- or h->Y+ only.
createAndStoreKey() - Static method in class com.rapidminer.tools.cipher.KeyGeneratorTool
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
createArguments(Random) - Method in class com.rapidminer.operator.generator.Cluster
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.GaussianFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.GaussianMixtureFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.GridFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.RegressionFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.RingClusteringFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.SpiralClusteringFunction
 
createArguments(int, RandomGenerator) - Method in interface com.rapidminer.operator.generator.TargetFunction
Creates and returns a number of arguments.
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
 
createArrowButton() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createAttribute(String, int) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(int) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(int, int, String) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple attribute depending on the given value type.
createAttribute(String, int, int) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple attribute depending on the given value type.
createAttribute(Attribute) - Static method in class com.rapidminer.example.table.AttributeFactory
Simple clone factory method for attributes.
createAttribute(Attribute, String) - Static method in class com.rapidminer.example.table.AttributeFactory
Simple clone factory method for attributes.
createAttributeDataSources(File, boolean, LoggingHandler) - Static method in class com.rapidminer.tools.att.AttributeDataSource
Returns a list of AttributeDataSources read from the file.
createAttributes(ResultSet) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Creates a list of attributes reflecting the result set's column meta data.
createBootstrappingMapping(ExampleSet, int, Random) - Static method in class com.rapidminer.example.set.MappedExampleSet
Creates a new mapping for the given example set by sampling with replacement.
createBoundArray(double, int) - Static method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
createBugReport(File, Throwable, String, Process, String, File[]) - Static method in class com.rapidminer.tools.BugReport
 
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
createButtons() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.PieChart2DPlotter
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.PieChart3DPlotter
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.RingChartPlotter
 
createChildNode(Item) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
this method creates a new childnode of this node, representing the node item
createCleanClone() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Returns a clone where the zero weighted attributes are not delivered.
createCleanClone(ExampleSet, double[]) - Static method in class com.rapidminer.operator.features.FeatureOperator
 
createClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
createCompleteCopy(ExampleTable) - Static method in class com.rapidminer.example.table.MemoryExampleTable
 
createCondition(String, ExampleSet, String) - Static method in class com.rapidminer.example.set.ConditionedExampleSet
Checks if the given name is the short name of a known condition and creates it.
createCondition(Operator) - Static method in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterConditions
Checks if the given name is the short name of a known condition and creates it.
createConfigurationWizard(ConfigurationListener) - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
createConfigurationWizard(ConfigurationListener) - Method in interface com.rapidminer.gui.wizards.ConfigurationWizardCreator
 
createConfigurationWizard(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizardCreator
 
createConfigurationWizard(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardCreator
 
createConfigurationWizard(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.DBTableSelectionWizardCreator
 
createConfigurationWizard(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
 
createCriterion(double) - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
createDatabaseExampleTable(DatabaseHandler, String) - Static method in class com.rapidminer.example.table.DatabaseExampleTable
 
createDataRowReader(DataRowFactory, Attribute[], String[][]) - Static method in class com.rapidminer.example.test.ExampleTestTools
Returns a DataRowReader returning the given values.
createDataRowReader(double[][]) - Static method in class com.rapidminer.example.test.ExampleTestTools
Returns a DataRowReader returning the given values.
createDataRowReader(int, Attribute[]) - Static method in class com.rapidminer.example.test.ExampleTestTools
Returns a DataRowReader returning random values (generated with fixed random seed).
createDataTable() - Method in class com.rapidminer.example.AttributeWeights
 
createDataTable(IOContainer) - Method in class com.rapidminer.example.set.AbstractExampleSet
This method is used to create a DataTable from this example set.
createDataTable(IOContainer) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
createDataTable(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
createDataTable(Population) - Static method in class com.rapidminer.operator.features.PopulationPlotter
 
createDataTable() - Method in class com.rapidminer.operator.visualization.ProcessLogOperator
 
createDataTable(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
createDecreaseButton(int) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createDefaultDivider() - Method in class com.rapidminer.gui.look.ui.SplitPaneUI
 
createDefaultJDBCProperties() - Static method in class com.rapidminer.tools.jdbc.JDBCProperties
 
createDefaultTableHeader() - Method in class com.rapidminer.gui.properties.PropertyTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.DataTableViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.DataViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDirectoryComboBoxModel(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createDirectoryComboBoxRenderer(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createDivergence(ParameterHandler, ExampleSet, IOContainer) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
createDockingListener() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createEditor() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createExampleSet(double[][]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(double[][], int) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(double[][], double[]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(Object[][]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a mixed-type example set from the given data matrix.
createExampleSet(Object[][], int) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(Object[][], Object[]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(Attribute) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Attribute, Attribute, Attribute) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Iterator<AttributeRole>) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(AttributeSet) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes of the given attribute set.
createExampleSet() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Map<Attribute, String>) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Attribute) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Iterator<AttributeRole>) - Method in interface com.rapidminer.example.table.ExampleTable
 
createExampleSet(Attribute, Attribute, Attribute) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(AttributeSet) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes of the given attribute set.
createExampleSet(Map<Attribute, String>) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet() - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(ExampleSet, Attribute[], FeatureGenerator) - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
createExampleSet() - Method in class com.rapidminer.operator.generator.ChurnReductionExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.ExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.MassiveDataGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.MultipleLabelGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.NominalExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.SalesExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.TeamProfitExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.TransfersExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.UpSellingExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.io.AbstractExampleSource
Creates (or reads) the ExampleSet that will be returned by AbstractReader.apply().
createExampleSet() - Method in class com.rapidminer.operator.io.AccessExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.ArffExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.BytewiseExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.C45ExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.DatabaseExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.ExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.ExcelExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.ResultSetExampleSource
 
createExampleSet(ExampleTable, Operator) - Static method in class com.rapidminer.operator.io.ResultSetExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.SimpleExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.SparseFormatExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.URLExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.XrffExampleSource
 
createExampleSetFromDataTable(DataTable) - Static method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
createExperimentTree(int) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.createProcessTree(int) instead
createExperimentTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.createProcessTree(int,String,String,Operator,String) instead
createExperimentTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. Use OperatorChain.createProcessTree(int,String,String,Operator,String) instead
createFileChooser(File, boolean, FileFilter[]) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates file chooser with a reasonable start directory.
createFileChooserButton() - Method in class com.rapidminer.gui.properties.FileValueCellEditor
 
createFilterComboBoxModel() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createFilterComboBoxRenderer() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createFixedColumnTable(TableModel) - Static method in class com.rapidminer.gui.tools.ExtendedFixedColumnJTable
 
createFourAttributes() - Static method in class com.rapidminer.example.test.ExampleTestTools
Creates four attributes: "animal" (dog/cat/mouse), "decision" (yes/no), "int", and "real".
createFromXML(Element, List<UnknownParameterInformation>) - Static method in class com.rapidminer.operator.Operator
 
createGeneratorForFunction(String) - Static method in class com.rapidminer.generator.FeatureGenerator
Creates a new FeatureGenerator for a given function name.
createGraph() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
createGraph() - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
createGraph() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Creates the graph.
createGraph() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
createGraph() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
createGraph() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
createIcon(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Tries to load the icon for the given resource.
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuBackgroundPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuItemFadingPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuSeparatorPainter
 
createImage(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Tries to load the image for the given resource.
createIncreaseButton(int) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Sets up a population of given size and creates ExampleSets with randomly selected attributes (the probability to be switched on is controlled by pInitialize).
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Create an initial population.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA
Creates a initial population.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.FeatureOperator
Create an initial population.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
May es have n features.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
Sets up a population of given size and creates ExampleSets with randomly selected attributes (the probability to be switched on is controlled by pInitialize).
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
Returns an example set containing only the feature with the biggest weight.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.BackwardWeighting
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.ForwardWeighting
 
createInitialPopulation(int, int) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Creates the initial population.
createKernel(int) - Static method in class com.rapidminer.operator.clustering.clusterer.SVClustering
Creates a new kernel of the given type.
createKernel(int) - Static method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Creates a new kernel of the given type.
createKernel() - Method in class com.rapidminer.operator.learner.functions.kernel.GPLearner
Create the appropriate kernel function depending on the RapidMiner - ui settings.
createKernel(ParameterHandler) - Static method in class com.rapidminer.tools.math.kernels.Kernel
 
createKernel(ParameterHandler) - Static method in class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
createKernels(double[][], int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
Create the appropriate kernel functions depending on the ui settings.
createLabel(ExampleSet, int) - Method in class com.rapidminer.operator.preprocessing.series.MultivariateSeries2WindowExamples
 
createLabel(ExampleSet, int) - Method in class com.rapidminer.operator.preprocessing.series.Series2WindowExamples
Subclasses have to override this method.
createLabel(ExampleSet, int) - Method in class com.rapidminer.operator.preprocessing.series.UnivariateSeries2WindowExamples
 
createLayout() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
createLayoutManager() - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
createLeftOneTouchButton() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
createLeftOneTouchButton1() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
createLiftChartPlot(List<double[]>) - Method in class com.rapidminer.tools.math.LiftDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createLiftDataList(ExampleSet) - Method in class com.rapidminer.tools.math.LiftDataGenerator
Creates a list of ROC data poings from the given example set.
createLiftRatioMatrix() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.preprocessing.sampling.Bootstrapping
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.preprocessing.sampling.WeightedBootstrapping
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.validation.BootstrappingValidation
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.validation.WeightedBootstrappingValidation
 
createMarkedExperimentTree(int, String, Operator) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.createMarkedProcessTree(int,String,Operator) instead
createMarkedProcessTree(int, String, Operator) - Method in class com.rapidminer.operator.Operator
Returns this operator's name and class.
createMatlabString(double[][]) - Static method in class com.rapidminer.tools.math.StringToMatrixConverter
creates a Matlab string from a given double matrix
createMatrices() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
createMatrices() - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
createMatrixDataTable() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
createMeasure(ParameterHandler, ExampleSet, IOContainer) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
createMemoryExampleTable(int) - Static method in class com.rapidminer.example.test.ExampleTestTools
 
createMixedMeasure(ParameterHandler, ExampleSet, IOContainer) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
createMouseInputListener() - Method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
createMouseListener() - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
createName() - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a new unsused attribute name.
createName(String) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a new unsused attribute name with a given prefix.
createNextButton() - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
createNominalMeasure(ParameterHandler, ExampleSet, IOContainer) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
createNonRolloverBorder() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createNonRolloverToggleBorder() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createNorthPane(JInternalFrame) - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
createNumericalMeasure(ParameterHandler, ExampleSet, IOContainer) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
createOperator(String) - Static method in class com.rapidminer.tools.OperatorService
Use this method to create an operator from the given class name (from operator description file operators.xml, not from the Java class name).
createOperator(OperatorDescription) - Static method in class com.rapidminer.tools.OperatorService
Use this method to create an operator of a given description object.
createOperator(Class<T>) - Static method in class com.rapidminer.tools.OperatorService
Use this method to create an operator from an operator class.
createOperatorInstance() - Method in class com.rapidminer.operator.OperatorDescription
Creates a new operator based on the description.
createOptimizer(RandomGenerator) - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
This method creates a apropriate optimizer
createPairwiseDataTable() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
createPartition(double[], int) - Method in interface com.rapidminer.example.set.PartitionBuilder
Creates a partition from the given ratios.
createPartition(double[], int) - Method in class com.rapidminer.example.set.ShuffledPartitionBuilder
Returns a shuffled partition for an example set.
createPartition(double[], int) - Method in class com.rapidminer.example.set.SimplePartitionBuilder
Returns a simple non-shuffled partition for an example set.
createPartition(double[], int) - Method in class com.rapidminer.example.set.StratifiedPartitionBuilder
Returns a stratified partition for the given example set.
createPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
Must be implemented by subclasses in order to support 2D or 3D plots.
createPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter2D
 
createPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter3D
 
createPopup() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createPopupMenu(int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
createPopupMenu() - Method in class com.rapidminer.gui.look.fc.Item
 
createPredictedLabel(ExampleSet) - Static method in class com.rapidminer.example.test.ExampleTestTools
 
createPredictedLabel(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
Creates a predicted label with the given name.
createPredictedLabel(ExampleSet, Attribute) - Static method in class com.rapidminer.operator.learner.PredictionModel
Creates a predicted label for the given example set based on the label attribute defined for this prediction model.
createPreparedStatement(String, boolean) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Create a prepared statement where result sets will have the properties TYPE_SCROLL_SENSITIVE and CONCUR_UPDATABLE.
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
Depending on the parameter value of "standardize" this method creates either a ZTransformationModel, MinMaxNormalizationModel or PercentageNormalizationModel.
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
createPreview(PreviewListener) - Method in interface com.rapidminer.gui.wizards.PreviewCreator
 
createPreviousButton() - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
createProcess() - Static method in class com.rapidminer.test.ProcessCreator
 
createProcessTree(int) - Method in class com.rapidminer.operator.Operator
Returns this operator's name and class.
createProcessTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.Operator
Returns this operator's name and class.
createProcessTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.OperatorChain
Returns this OperatorChain's name and class and the process trees of the inner operators.
createProgressMonitor(Component, int, boolean, int, boolean) - Static method in class com.rapidminer.gui.tools.ProgressUtils
Create a new (modal) progress monitor dialog.
createProgressMonitor(Component, String, int, boolean, int, boolean) - Static method in class com.rapidminer.gui.tools.ProgressUtils
Create a new (modal) progress monitor dialog.
createProperties(InputStream, String) - Static method in class com.rapidminer.gui.tools.AboutBox
 
createPropertyChangeListener(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createRegularAttributeArray() - Method in class com.rapidminer.example.AbstractAttributes
 
createRegularAttributeArray() - Method in interface com.rapidminer.example.Attributes
This method creates an attribute array from all regular attributes.
createRegularAttributeArray(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidPlotRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelDendogrammRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelFolderRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.DefaultTextRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.ContainerModelRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.NeuralNetGraphRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.SimpleNeuralNetGraphRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.NonGraphicalRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.NonGraphicalRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.PerformanceVectorRenderer
 
createReportable(Object, IOContainer, int, int) - Method in interface com.rapidminer.gui.renderer.Renderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityHistogramRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityKDistanceRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.visualization.LiftChartRenderer
 
createRightOneTouchButton() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
createRMPrimaryKeyIndex(DatabaseHandler, String, String, String) - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
Subclasses might want to override this method if they do not support auto_increment.
createROCData(ExampleSet, boolean) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Creates a list of ROC data points from the given example set.
createROCPlotDialog(ROCData, boolean, boolean) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createROCPlotDialog(ROCData) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createRolloverBorder() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createScrollButton(int) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.EllipsoidPointStyle
 
createShape(double, double) - Method in interface com.rapidminer.gui.plotter.PlotterAdapter.PointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.RectanglePointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.StarPointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.TriangularPointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.TurnedTriangularPointStyle
 
createSpecialAttribute(ExampleSet, String, int) - Static method in class com.rapidminer.example.Tools
 
createSplittedExampleSet(ExampleSet) - Method in class com.rapidminer.operator.meta.AbsoluteSplitChain
 
createSplittedExampleSet(ExampleSet) - Method in class com.rapidminer.operator.meta.AbstractSplitChain
Creates the splitted example for this operator.
createSplittedExampleSet(ExampleSet) - Method in class com.rapidminer.operator.meta.RatioSplitChain
 
createStatement(boolean) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Create a statement where result sets will have the properties TYPE_SCROLL_SENSITIVE and CONCUR_UPDATABLE.
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Creates a new SVM according to the given label.
createSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
Creates a new SVM for prediction.
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
createSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMModel
 
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
createSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRModel
 
createSVMModel(ExampleSet, SVMExamples, Kernel, int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Creates a new SVM model from the given data.
createSVMModel(ExampleSet, SVMExamples, Kernel, int) - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
createSVMModel(ExampleSet, SVMExamples, Kernel, int) - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
createTable(ExampleSet, String, int, boolean, int) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Creates a new table in this connection and fills it with the provided data.
createTextPanel(String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates a panel with title and text.
createThumbPressedListener() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createThumbPressedListener() - Method in class com.rapidminer.gui.look.ui.SliderUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.CheckBoxMenuItemUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.CheckBoxUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.EditorPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.LabelUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ListUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.MenuBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.MenuItemUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.MenuUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.PasswordFieldUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.PopupMenuSeparatorUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.PopupMenuUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ProgressBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.RadioButtonMenuItemUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.SliderUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.SpinnerUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.SplitPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TableUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TextAreaUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TextFieldUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TextPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TreeUI
 
createValueButton(String, String) - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
createViewPopupMenu() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createWeightAttribute(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
createWeightedBootstrappingMapping(ExampleSet, int, Random) - Static method in class com.rapidminer.example.set.MappedExampleSet
 
createWeightsTable() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
createWindowFunction(String, int, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createWindowFunction(String, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createWindowFunction(int, int, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createWindowFunction(int, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
crisp - Variable in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
crisp only crisp ...
CRITERIA - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
CRITERIA_CLASSES - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERIA_CLASSES - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERIA_LIST - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
CRITERIA_LIST_SHORT - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
CRITERIA_NAMES - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERIA_NAMES - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
Criterion - Interface in com.rapidminer.operator.learner.rules
Calculates the benefit for the given example set.
Criterion - Interface in com.rapidminer.operator.learner.tree
The criterion for a splitted example set.
CRITERION_ACCURACY - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERION_ACCURACY - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_GAIN_RATIO - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_GINI_INDEX - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_INFO_GAIN - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERION_INFO_GAIN - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_TYPES - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
CriterionTestCase - Class in com.rapidminer.operator.performance.test
Tests the given performance criterion.
CriterionTestCase() - Constructor for class com.rapidminer.operator.performance.test.CriterionTestCase
 
CrossEntropy - Class in com.rapidminer.operator.performance
Calculates the cross-entropy for the predictions of a classifier.
CrossEntropy() - Constructor for class com.rapidminer.operator.performance.CrossEntropy
Clone constructor.
CrossEntropy(CrossEntropy) - Constructor for class com.rapidminer.operator.performance.CrossEntropy
 
crossover(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationCrossover
Randomly selects parents from the population and performs crossover.
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class com.rapidminer.operator.features.construction.UnbalancedCrossover
Applies the crossover.
crossover(double[], double[]) - Method in class com.rapidminer.operator.features.selection.SelectionCrossover
 
Crossover - Class in com.rapidminer.tools.math.optimization.ec.es
Crossover operator for the values of an evolution strategies optimization.
Crossover(double, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.Crossover
 
crossover(Individual, Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Crossover
 
CROSSOVER_ONE_POINT - Static variable in class com.rapidminer.operator.features.aggregation.AggregationCrossover
Indicates a one-point crossover type.
CROSSOVER_TYPES - Static variable in class com.rapidminer.operator.features.aggregation.AggregationCrossover
The names for the crossover types.
CROSSOVER_TYPES - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
CROSSOVER_TYPES - Static variable in class com.rapidminer.operator.features.selection.SelectionCrossover
 
CROSSOVER_UNIFORM - Static variable in class com.rapidminer.operator.features.aggregation.AggregationCrossover
Indicates a uniform crossover type.
CSVExampleSetWriter - Class in com.rapidminer.operator.io
This operator can be used to write data into CSV files (Comma Separated Values).
CSVExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.CSVExampleSetWriter
 
CSVExampleSource - Class in com.rapidminer.operator.io
This operator can read csv files.
CSVExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.CSVExampleSource
 
CTokenMarker - Class in com.rapidminer.gui.tools.syntax
C token marker.
CTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.CTokenMarker
 
CTokenMarker(boolean, KeywordMap) - Constructor for class com.rapidminer.gui.tools.syntax.CTokenMarker
 
CtrlChartPanel - Class in com.rapidminer.gui.plotter.charts
This is an extension of the ChartPanel also listeing for mouse wheel events.
CtrlChartPanel(JFreeChart, int, int) - Constructor for class com.rapidminer.gui.plotter.charts.CtrlChartPanel
 
CumulateSeries - Class in com.rapidminer.operator.preprocessing.series.filter
Generates a cumulative series from another series.
CumulateSeries(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.series.filter.CumulateSeries
 
currentError - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
currentFile - Variable in class com.rapidminer.gui.look.fc.FileList
 
currentIndex - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
currentIteration - Variable in class com.rapidminer.operator.learner.meta.AdaBoost
 
currentIteration - Variable in class com.rapidminer.operator.learner.meta.Bagging
 
currentIteration - Variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Field for visualizing performance.
currentValue - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
cut() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Cuts the currently selected operator into the clipboard.
cut() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Deletes the selected text from the text area and places it into the clipboard.
CUT_ACTION_24 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
CUT_ACTION_32 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
CUT_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
CUT_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
CUT_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a cut selection scheme.
CutAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
CutAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.CutAction
 
CutSelection - Class in com.rapidminer.operator.features.selection
Creates a new population by a deterministical selection of the best individuals.
CutSelection(int) - Constructor for class com.rapidminer.operator.features.selection.CutSelection
 
CutSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Creates a new population by a deterministical selection of the best individuals.
CutSelection(int) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.CutSelection
 

D

DARK_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DARK_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DARKEST_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DARKEST_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DasyLabDataReader - Class in com.rapidminer.operator.io
This operator allows to import data from DasyLab files (.DDF) into RapidMiner.
DasyLabDataReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DasyLabDataReader
 
Data2Log - Class in com.rapidminer.operator.visualization
This operator can be used to log a specific value of a given example set into the provided log value "data_value" which can then be logged by the operator ProcessLogOperator.
Data2Log(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.Data2Log
 
Data2Performance - Class in com.rapidminer.operator.performance
This operator can be used to derive a specific value of a given example set and provide it as a performance value which can be used for optimization purposes.
Data2Performance(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.Data2Performance
 
DATA_FLAVORS - Static variable in class com.rapidminer.gui.operatortree.TransferableOperator
 
DATA_SET_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterPanel
 
DatabaseDataRow - Class in com.rapidminer.example.table
Reads datarows from a data base.
DatabaseDataRow(ResultSet) - Constructor for class com.rapidminer.example.table.DatabaseDataRow
Creates a data row from the given result set.
DatabaseDataRowReader - Class in com.rapidminer.example.table
Unlike a FileDataRowReader that reads examples from a file, objects of this class read examples from a ResultSet, a data structure that is returned from a database query.
DatabaseDataRowReader(ResultSet) - Constructor for class com.rapidminer.example.table.DatabaseDataRowReader
Creates a datarow reader from a ResultSet.
DatabaseExampleSetWriter - Class in com.rapidminer.operator.io
This operator writes an ExampleSet into an SQL database.
DatabaseExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
DatabaseExampleSource - Class in com.rapidminer.operator.io
This operator reads an ExampleSet from an SQL database.
DatabaseExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DatabaseExampleSource
 
DatabaseExampleTable - Class in com.rapidminer.example.table
This class is another data supplier for example sets.
DatabaseExampleVisualization - Class in com.rapidminer.gui
Queries the database table for the row with the requested ID and creates a generic example visualizer.
DatabaseExampleVisualization(String, String, String, int, String, String, LoggingHandler) - Constructor for class com.rapidminer.gui.DatabaseExampleVisualization
 
DatabaseExampleVisualizationOperator - Class in com.rapidminer.operator.visualization
Queries the database table for the row with the requested ID and creates a generic example visualizer.
DatabaseExampleVisualizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
DatabaseHandler - Class in com.rapidminer.tools.jdbc
This class hides the database.
DatabaseHandler(String, JDBCProperties) - Constructor for class com.rapidminer.tools.jdbc.DatabaseHandler
Constructor of the database handler.
DatabaseService - Class in com.rapidminer.tools.jdbc
This service class dynamically registers (additional) JDBC drivers.
DatabaseService() - Constructor for class com.rapidminer.tools.jdbc.DatabaseService
 
DataControl - Class in com.rapidminer.gui.attributeeditor
Can be used to control the data ranges displayed by other components.
DataControl(int, int, String, String) - Constructor for class com.rapidminer.gui.attributeeditor.DataControl
Creates a new data control object including the fraction digits field.
DataControl(int, int, String, String, boolean) - Constructor for class com.rapidminer.gui.attributeeditor.DataControl
Creates a new data control object.
DataControlListener - Interface in com.rapidminer.gui.attributeeditor
Can be used to listen for changes of the view area induced by a data control object.
DataMacroDefinitionOperator - Class in com.rapidminer.operator
(Re-)Define macros for the current process.
DataMacroDefinitionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.DataMacroDefinitionOperator
 
DataRow - Class in com.rapidminer.example.table
This interface defines methods for all entries of ExampleTable implementations.
DataRow() - Constructor for class com.rapidminer.example.table.DataRow
 
DataRowFactory - Class in com.rapidminer.example.table
Factory class for DataRow objects.
DataRowFactory(int) - Constructor for class com.rapidminer.example.table.DataRowFactory
Deprecated. Please do not use this constructor any longer. Use the constructor DataRowFactory.DataRowFactory(int, char) instead.
DataRowFactory(int, char) - Constructor for class com.rapidminer.example.table.DataRowFactory
 
DataRowReader - Interface in com.rapidminer.example.table
Reads a sequence of DataRows, e.g. from memory, a file or a database.
DataRowTest - Class in com.rapidminer.example.test
Tests creation and parsing of sparse and dense data rows, including missing values.
DataRowTest() - Constructor for class com.rapidminer.example.test.DataRowTest
 
DataStatistics - Class in com.rapidminer.operator.visualization
This class encapsulates some very simple statistics about the given attributes.
DataStatistics() - Constructor for class com.rapidminer.operator.visualization.DataStatistics
 
DataStatisticsOperator - Class in com.rapidminer.operator.visualization
This operators calculates some very simple statistics about the given example set.
DataStatisticsOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.DataStatisticsOperator
Creates a new data statistics operator.
DataTable - Interface in com.rapidminer.datatable
A data table that contains Object arrays that record process results, data, etc.
dataTable - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
dataTable - Variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
dataTable - Variable in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
dataTable - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The currently used data table.
dataTable - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
DataTableExampleSetAdapter - Class in com.rapidminer.datatable
This class can be used to use an example set as data table.
DataTableExampleSetAdapter(ExampleSet, AttributeWeights) - Constructor for class com.rapidminer.datatable.DataTableExampleSetAdapter
 
DataTableExampleSetAdapter(DataTableExampleSetAdapter) - Constructor for class com.rapidminer.datatable.DataTableExampleSetAdapter
 
dataTableExists(String) - Method in class com.rapidminer.Process
Returns true if a data table object with the given name exists.
DataTableKernelModelAdapter - Class in com.rapidminer.datatable
This class can be used to use a kernel model as data table.
DataTableKernelModelAdapter(KernelModel) - Constructor for class com.rapidminer.datatable.DataTableKernelModelAdapter
 
DataTableKernelModelAdapter(DataTableKernelModelAdapter) - Constructor for class com.rapidminer.datatable.DataTableKernelModelAdapter
 
DataTableListener - Interface in com.rapidminer.datatable
Listens to updates of a DataTable object.
DataTablePairwiseMatrixExtractionAdapter - Class in com.rapidminer.datatable
This class can be used to use all pairs (entries) of a numerical matrix as data table.
DataTablePairwiseMatrixExtractionAdapter(NumericalMatrix, String[], String[], String[]) - Constructor for class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
DataTableRow - Interface in com.rapidminer.datatable
A data list that contains Object arrays that record process results or other data.
DataTableSymmetricalMatrixAdapter - Class in com.rapidminer.datatable
This class can be used to use a symmetrical matrix as data table.
DataTableSymmetricalMatrixAdapter(NumericalMatrix, String, String[]) - Constructor for class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
dataTableUpdated(DataTable) - Method in interface com.rapidminer.datatable.DataTableListener
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.GnuPlotDataTableHandler
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Invokes Component.repaint().
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterPanel
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableViewerTable
 
DataTableViewer - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataTableViewer(DataTable) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, boolean, int) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, LinkedHashMap<String, Class<? extends Plotter>>) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, LinkedHashMap<String, Class<? extends Plotter>>, boolean, int, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) a DataTable by means of a JTable.
DataTableViewerTable(boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewerTable
 
DataTableViewerTable(DataTable, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewerTable
 
DataTableViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the DataTableViewerTable.
DataTableViewerTableModel(DataTable) - Constructor for class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
DataValueCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the specified datum (attribute value of a specific example) fulfills the specified condition.
DataValueCondition() - Constructor for class com.rapidminer.operator.meta.branch.DataValueCondition
Constructor used by reflection.
DataViewer - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataViewer(ExampleSet, boolean) - Constructor for class com.rapidminer.gui.viewer.DataViewer
 
DataViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataViewerTable() - Constructor for class com.rapidminer.gui.viewer.DataViewerTable
 
DataViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the MetaDataViewerTable.
DataViewerTableModel(ExampleSet) - Constructor for class com.rapidminer.gui.viewer.DataViewerTableModel
 
DATE - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
DATE - Static variable in class com.rapidminer.tools.Ontology
 
Date2Nominal - Class in com.rapidminer.operator.preprocessing.filter
This operator transforms the specified date attribute and writes a new nominal attribute in a user specified format.
Date2Nominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
Date2Numerical - Class in com.rapidminer.operator.preprocessing.filter
This operator changes a date attribute into a numerical one.
Date2Numerical(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
DATE_FORMAT - Static variable in class com.rapidminer.gui.tools.ExtendedJTable
 
DATE_TIME - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
DATE_TIME - Static variable in class com.rapidminer.tools.Ontology
 
DATE_TIME_FORMAT - Static variable in class com.rapidminer.gui.tools.ExtendedJTable
 
DateAdjust - Class in com.rapidminer.operator.preprocessing.filter
 
DateAdjust(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
DateAttribute - Class in com.rapidminer.example.table
This class holds all information on a single date attribute.
DateAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class implements the condition if an attribute is numeric.
DateAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.DateAttributeFilter
 
DAY - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
DAY_MS - Static variable in class com.rapidminer.tools.TimeFormat
 
DAY_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
DAY_RELATIVE_TO_MONTH - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
DAY_RELATIVE_TO_WEEK - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
DAY_RELATIVE_TO_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
DBaseExampleSource - Class in com.rapidminer.operator.io
This operator can read dbase files.
DBaseExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DBaseExampleSource
 
DBExampleSetWriterConfigurationWizard - Class in com.rapidminer.gui.wizards
This class is the creator for wizard dialogs defining the configuration for DatabaseExampleSetWriter operators.
DBExampleSetWriterConfigurationWizard(ConfigurationListener, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizard
Creates a new wizard.
DBExampleSetWriterConfigurationWizardCreator - Class in com.rapidminer.gui.wizards
This creator can be used to create wizards for the DatabaseExampleSource operator.
DBExampleSetWriterConfigurationWizardCreator() - Constructor for class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizardCreator
Necessary for construction by reflection.
DBExampleSourceConfigurationWizard - Class in com.rapidminer.gui.wizards
This class is the creator for wizard dialogs defining the configuration for DatabaseExampleSource operators.
DBExampleSourceConfigurationWizard(ConfigurationListener, boolean, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizard
Creates a new wizard.
DBExampleSourceConfigurationWizardCreator - Class in com.rapidminer.gui.wizards
This creator can be used to create wizards for the DatabaseExampleSource operator.
DBExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardCreator
Necessary for construction by reflection.
DBExampleSourceConfigurationWizardDataTable - Class in com.rapidminer.gui.wizards
This class displays a small data view corresponding on the current wizard settings.
DBExampleSourceConfigurationWizardDataTable() - Constructor for class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
DBOutlierOperator - Class in com.rapidminer.operator.preprocessing.outlier
This operator is a DB outlier detection algorithm which calculates the DB(p,D)-outliers for an ExampleSet passed to the operator.
DBOutlierOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
 
DBScan - Class in com.rapidminer.operator.clustering.clusterer
This operator provides the DBScan cluster algorithm.
DBScan(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.DBScan
 
DBTableSelectionWizard - Class in com.rapidminer.gui.wizards
 
DBTableSelectionWizard(ConfigurationListener, String, String, String, String, String) - Constructor for class com.rapidminer.gui.wizards.DBTableSelectionWizard
 
DBTableSelectionWizardCreator - Class in com.rapidminer.gui.wizards
 
DBTableSelectionWizardCreator() - Constructor for class com.rapidminer.gui.wizards.DBTableSelectionWizardCreator
 
DecisionStumpLearner - Class in com.rapidminer.operator.learner.tree
This operator learns decision stumps, i.e. a small decision tree with only one single split.
DecisionStumpLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
DecisionTreeLeafCreator - Class in com.rapidminer.operator.learner.tree
This class can be used to transform an inner tree node into a leaf.
DecisionTreeLeafCreator() - Constructor for class com.rapidminer.operator.learner.tree.DecisionTreeLeafCreator
 
DecisionTreeLearner - Class in com.rapidminer.operator.learner.tree
This operator learns decision trees from both nominal and numerical data.
DecisionTreeLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
DECREASING - Static variable in class com.rapidminer.example.AttributeWeights
Indicates that the weights should be sorted in descending order.
DECREASING - Static variable in class com.rapidminer.example.set.SortedExampleSet
 
DECREASING - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
decrypt(String) - Static method in class com.rapidminer.tools.cipher.CipherTools
 
DEFAULT_BANDWIDTH - Static variable in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
DEFAULT_BATCH_SIZE - Static variable in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
DEFAULT_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
DEFAULT_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
DEFAULT_IGNORE_MISSINGS - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.FeatureIterator
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.ValueIteration
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
DEFAULT_LABEL_FORMAT_STRING - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator
The default format string.
DEFAULT_MAX_DISPLAYED_VALUES - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
DEFAULT_MAX_NUMBER_OF_DATA_POINTS - Static variable in class com.rapidminer.gui.plotter.PlotterPanel
 
DEFAULT_MAX_NUMBER_OF_ROWS_FOR_STATISTICS - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
DEFAULT_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.example.table.NumericalAttribute
Indicates the default number of fraction digits which is defined by the system property rapidminer.gui.fractiondigits.numbers.
DEFAULT_SCALE - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
DEFAULT_STEPS - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
DefaultComponentRenderable - Class in com.rapidminer.gui.renderer
The default component renderer.
DefaultComponentRenderable(Component) - Constructor for class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
DefaultComponentRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should simply use a Java component.
DefaultComponentRenderer(String, Component) - Constructor for class com.rapidminer.gui.renderer.DefaultComponentRenderer
 
DefaultFrameIconProvider - Class in com.rapidminer.gui.tools
The default frame icon provider.
DefaultFrameIconProvider(String) - Constructor for class com.rapidminer.gui.tools.DefaultFrameIconProvider
 
DefaultInputHandler - Class in com.rapidminer.gui.tools.syntax
The default input handler.
DefaultInputHandler() - Constructor for class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Creates a new input handler with no key bindings defined.
DefaultIODescription - Class in com.rapidminer.operator
This class is a description of the (expected) input and (guaranteed) output classes of operators.
DefaultIODescription(Class[], Class[], int) - Constructor for class com.rapidminer.operator.DefaultIODescription
Constructs a new IODescription where all input and output classes are expected exactly once.
DefaultIODescription(Class[], Class[]) - Constructor for class com.rapidminer.operator.DefaultIODescription
Assumes PASS_UNUSED_INPUT_TO_OUTPUT.
DefaultLearner - Class in com.rapidminer.operator.learner.lazy
This learner creates a model, that will simply predict a default value for all examples, i.e. the average or median of the true labels (or the mode in case of classification) or a fixed specified value.
DefaultLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.lazy.DefaultLearner
 
defaultLocale - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
defaultLocale - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
defaultLocale - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
DefaultModel - Class in com.rapidminer.operator.learner.lazy
The default model sets the prediction of all examples to the mode value in case of nominal labels and to the average value in case of numerical labels.
DefaultModel(ExampleSet, double) - Constructor for class com.rapidminer.operator.learner.lazy.DefaultModel
Can be used to create a default model for regression tasks.
DefaultModel(ExampleSet, double, double[]) - Constructor for class com.rapidminer.operator.learner.lazy.DefaultModel
Can be used to create a default model for classification tasks (confidence values should not be null in this case).
DefaultObjectViewer - Class in com.rapidminer.gui.graphs
The graph object viewer for nodes in a similarity graph.
DefaultObjectViewer() - Constructor for class com.rapidminer.gui.graphs.DefaultObjectViewer
 
DefaultPropertyKeyRenderer - Class in com.rapidminer.gui.properties
Renders the key in a PropertyTable either bold or plain depending on whether or not the parameter is optional.
DefaultPropertyKeyRenderer(ParameterType) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyKeyRenderer
 
DefaultPropertyTable - Class in com.rapidminer.gui.properties
This abstract class implements some methods which should be sufficient in almost all cases of the RapidMiner GUI.
DefaultPropertyTable() - Constructor for class com.rapidminer.gui.properties.DefaultPropertyTable
 
DefaultPropertyValueCellEditor - Class in com.rapidminer.gui.properties
Editor for parameter values string, int, double, category, and boolean.
DefaultPropertyValueCellEditor(ParameterTypeCategory) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeStringCategory) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeBoolean) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeInt) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeDouble) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypePassword) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterType) - Constructor for class com.rapidminer.gui.properties.DefaultPropertyValueCellEditor
 
DefaultReadable - Class in com.rapidminer.gui.renderer
A simple default readable just build from a given text.
DefaultReadable(String) - Constructor for class com.rapidminer.gui.renderer.DefaultReadable
 
DefaultTextRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should be a simple text based on the toString method of a given renderable.
DefaultTextRenderer() - Constructor for class com.rapidminer.gui.renderer.DefaultTextRenderer
 
defaultThumbBorder - Static variable in class com.rapidminer.gui.look.fc.Item
 
defineXMLAliasPairs() - Static method in class com.rapidminer.tools.OperatorService
Defines the alias pairs for the XMLSerialization for all IOObject pairs.
degree - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
Polynomial order
delegate - Variable in class com.rapidminer.example.DelegateAttributes
Deprecated.  
DelegateAttributes - Class in com.rapidminer.example
Deprecated. Please extend AbstractAttributes instead since using this class might lead to stack overflow errors in cases where a large amount of iterations is performed
DelegateAttributes(Attributes) - Constructor for class com.rapidminer.example.DelegateAttributes
Deprecated.  
delete() - Method in class com.rapidminer.gui.operatortree.OperatorTree
The currently selected operator will be deleted.
DELETE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
delete(File) - Static method in class com.rapidminer.tools.Tools
 
DELETE_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
DELETE_ALL - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_ALL_BUT - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_ALL_BUT_NUMBER - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_ONE - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_OPERATOR_ACTION_24 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
DELETE_OPERATOR_ACTION_32 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
DELETE_TEXT_ACTION - Static variable in class com.rapidminer.gui.look.TextActions
 
DELETE_UNUSED_INPUT - Static variable in class com.rapidminer.operator.DefaultIODescription
 
DELETE_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
deleteBasis(int) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Delete a basis function from the model.
deleteBookmark(Bookmark) - Method in class com.rapidminer.gui.look.fc.BookmarkIO
 
deleteBookmark(Bookmark) - Method in class com.rapidminer.gui.look.fc.FileList
 
deleteDataTable(String) - Method in class com.rapidminer.Process
Deletes a single data table.
deleteEmpty(double[][]) - Static method in class com.rapidminer.tools.math.ContingencyTableTools
This method deletes all zero rows and columns.
deleteLines(int, int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Informs the token marker that line have been deleted from the document.
DeleteLogFormatFilter - Class in com.rapidminer.tools.log
This filter deletes all log format commands, i.e. all 2-character sequences starting with $ or ^.
DeleteLogFormatFilter() - Constructor for class com.rapidminer.tools.log.DeleteLogFormatFilter
 
DeleteOperatorAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
DeleteOperatorAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.DeleteOperatorAction
 
DendogramHierarchicalClusterModel - Class in com.rapidminer.operator.clustering
This class only indicates that this model is providing information for plotting a dendogram.
DendogramHierarchicalClusterModel(ClusterModel) - Constructor for class com.rapidminer.operator.clustering.DendogramHierarchicalClusterModel
 
DendogramHierarchicalClusterModel(HierarchicalClusterNode) - Constructor for class com.rapidminer.operator.clustering.DendogramHierarchicalClusterModel
 
DendrogramPlotter - Class in com.rapidminer.gui.viewer
Plots a dendrogram of a given cluster model.
DendrogramPlotter(HierarchicalClusterModel) - Constructor for class com.rapidminer.gui.viewer.DendrogramPlotter
 
DensityPlotter - Class in com.rapidminer.gui.plotter
The density plotter does not only plot the single plot points but also tries to calculate a color for all pixels in between.
DensityPlotter() - Constructor for class com.rapidminer.gui.plotter.DensityPlotter
 
DensityPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.DensityPlotter
 
Deobfuscator - Class in com.rapidminer.operator.preprocessing
This operator takes an ExampleSet as input and maps all nominal values to randomly created strings.
Deobfuscator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.Deobfuscator
 
Dependency - Class in com.rapidminer.tools.plugin
A plugin dependency defines the name and version of a desired plugin.
Dependency(String, String) - Constructor for class com.rapidminer.tools.plugin.Dependency
Create a new plugin dependency.
dependencyMet() - Method in class com.rapidminer.parameter.conditions.AndCondition
 
dependencyMet() - Method in class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
dependencyMet() - Method in class com.rapidminer.parameter.conditions.EqualStringCondition
 
dependencyMet() - Method in class com.rapidminer.parameter.conditions.EqualTypeCondition
 
dependencyMet() - Method in class com.rapidminer.parameter.conditions.NonEqualStringCondition
 
dependencyMet() - Method in class com.rapidminer.parameter.conditions.NonEqualTypeCondition
 
dependencyMet() - Method in interface com.rapidminer.parameter.conditions.ParameterCondition
 
DEPRECATION_INFO - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
descend - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
descend - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
DESCENDING - Static variable in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
DESCRIPTION_VIEW - Static variable in class com.rapidminer.gui.ConditionalAction
 
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
The descriptions of the criteria.
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.RankCorrelation
 
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
The descriptions of the criteria.
deselectAll() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Sets the weights of all attributes to 0.0.
deselectSubset(int) - Method in class com.rapidminer.example.set.Partition
Marks the given subset as deselected.
DesktopIconUI - Class in com.rapidminer.gui.look.ui
The UI for desktop icons.
DesktopIconUI() - Constructor for class com.rapidminer.gui.look.ui.DesktopIconUI
 
DeterminateProgressBarPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the determinated progress bars.
determineMax(double, Kernel, ExampleSet, int, int) - Static method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
DeviationChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the deviation chart plotter.
DeviationChartPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
DeviationChartPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
DiceNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the Dice similarity for nominal attributes.
DiceNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.DiceNominalSimilarity
 
DiceNumericalSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
A variant of the Dice coefficient defined for numeric attributes.
DiceNumericalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity
 
Dictionary - Class in com.rapidminer.operator.preprocessing.filter
Replaces strings
Dictionary(boolean, ExampleSet, List<String[]>, boolean) - Constructor for class com.rapidminer.operator.preprocessing.filter.Dictionary
 
DIFFERENCE - Static variable in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
DifferentiateSeries - Class in com.rapidminer.operator.preprocessing.series.filter
This operator extracts changes from a numerical time series by comparing actual series values with past (lagged) values.
DifferentiateSeries(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.series.filter.DifferentiateSeries
 
dim - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
dimension of the examples
dim - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Dimension of the basis vector (= dimension of input vectors)
DimensionalityReducer - Class in com.rapidminer.operator.features.transformation
Abstract class representing some common functionality of dimensionality reduction methods.
DimensionalityReducer(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.DimensionalityReducer
 
DimensionalityReducerModel - Class in com.rapidminer.operator.features.transformation
The model for the generic dimensionality reducer.
DimensionalityReducerModel(ExampleSet, double[][], int) - Constructor for class com.rapidminer.operator.features.transformation.DimensionalityReducerModel
 
dimensionalityReduction(ExampleSet, int) - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducer
Perform the actual dimensionality reduction.
dimensionalityReduction(ExampleSet, int) - Method in class com.rapidminer.operator.features.transformation.JamaDimensionalityReduction
 
dimensions - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
DirectedGeneratingMutation - Class in com.rapidminer.operator.features.construction
The mutation operator for directed GGAs.
DirectedGeneratingMutation(Attribute[], double, List, int, int, String[], RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.DirectedGeneratingMutation
 
DirectedGGA - Class in com.rapidminer.operator.features.construction
DirectedGGA is an acronym for a Generating Genetic Algorithm which uses probability directed search heuristics to select attributes for generation or removing.
DirectedGGA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.DirectedGGA
 
DIRECTION_DECREASE - Static variable in class com.rapidminer.gui.graphs.SortableEdge
 
DIRECTION_INCREASE - Static variable in class com.rapidminer.gui.graphs.SortableEdge
 
DIRECTIONS - Static variable in class com.rapidminer.operator.performance.MDLCriterion
The possible optimization directions.
DirectMailingExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
DirectMailingExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
 
disabledTextColor - Variable in class com.rapidminer.gui.look.ui.RadioButtonUI
 
DISALLOWED - Static variable in class com.rapidminer.gui.ConditionalAction
 
disconnect(Node, Node) - Static method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
disconnect() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Closes the connection to the database.
disconnectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
Overrides super method and also adds weights handling.
disconnectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
disconnectOutput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
DISCOVERY_MODE_ABOVE_MINIMUM_UTILITY - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
DISCOVERY_MODE_K_BEST_RULES - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
DISCOVERY_MODES - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
DiscreteDistribution - Class in com.rapidminer.tools.math.distribution
The distribution for a discrete variable.
DiscreteDistribution(String, double[], String[]) - Constructor for class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
DiscretizationModel - Class in com.rapidminer.operator.preprocessing.discretization
The generic discretization model.
DiscretizationModel(ExampleSet) - Constructor for class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
DiscretizationModel(ExampleSet, boolean) - Constructor for class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
DiscriminantModel - Class in com.rapidminer.operator.learner.bayes
This is the model for discriminant analysis based learning schemes.
DiscriminantModel(ExampleSet, String[], Matrix[], Matrix[], double[], double) - Constructor for class com.rapidminer.operator.learner.bayes.DiscriminantModel
 
dispose() - Method in class com.rapidminer.gui.tools.SplashScreen
 
DistanceFunction - Interface in com.rapidminer.tools.math.som
This interface defines the methods of an distance measure class.
DistanceMatrix - Class in com.rapidminer.operator.clustering.clusterer
This class implements an symetrical matrix for distances, thus saving half the memory by saving only the upper right triangle
DistanceMatrix(int) - Constructor for class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
DistanceMeasure - Class in com.rapidminer.tools.math.similarity
This interfaces defines the methods for all similarity measures.
DistanceMeasure() - Constructor for class com.rapidminer.tools.math.similarity.DistanceMeasure
 
DistanceMeasures - Class in com.rapidminer.tools.math.similarity
This is a convinient class for using the distanceMeasures.
DistanceMeasures() - Constructor for class com.rapidminer.tools.math.similarity.DistanceMeasures
 
Distribution - Interface in com.rapidminer.tools.math.distribution
The basic interface for all distributions of variables.
DistributionModel - Class in com.rapidminer.operator.learner.bayes
DistributionModel is a model for learners which estimate distributions of attribute values from example sets like NaiveBayes.
DistributionModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.bayes.DistributionModel
 
DistributionModelPlotRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the plot view of a distribution model.
DistributionModelPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
DistributionModelSampleDataTest - Class in com.rapidminer.test
Test for the data of a DistributionModel.
DistributionModelSampleDataTest(String, double[]) - Constructor for class com.rapidminer.test.DistributionModelSampleDataTest
 
DistributionModelTableRenderer - Class in com.rapidminer.gui.renderer.models
 
DistributionModelTableRenderer() - Constructor for class com.rapidminer.gui.renderer.models.DistributionModelTableRenderer
 
DistributionPlotter - Class in com.rapidminer.gui.plotter.charts
This plotter can be used in order to plot a distribution model like the one which can be delivered by NaiveBayes.
DistributionPlotter() - Constructor for class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
DistributionPlotter(DistributionModel) - Constructor for class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
DistributionPlotter(DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
DIVERGENCES_TYPE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
DIVIDER_COEFFICIENTS_0 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVIDER_COEFFICIENTS_1 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVIDER_COEFFICIENTS_3 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVISOR_COEFFICIENTS_0 - Static variable in class com.rapidminer.tools.math.MathFunctions
coefficients for polynomials used in normalInverse() to estimate normal distribution;
DIVISOR_COEFFICIENTS_1 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVISOR_COEFFICIENTS_3 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DKNOutlierOperator - Class in com.rapidminer.operator.preprocessing.outlier
This operator performs a D^k_n Outlier Search according to the outlier detection approach recommended by Ramaswamy, Rastogi and Shim in "Efficient Algorithms for Mining Outliers from Large Data Sets".
DKNOutlierOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
 
DnDSupport - Class in com.rapidminer.gui.operatortree
Provides all necessary implementations of standard DRAG & DROP features for the main process view of the RapidMiner GUI.
DnDSupport(OperatorTree) - Constructor for class com.rapidminer.gui.operatortree.DnDSupport
 
document - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
document - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
DOCUMENT_END - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
DOCUMENT_HOME - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
DocumentationGenerator - Class in com.rapidminer.doc
This is the main class of documentation generation for RapidMiner operators.
DocumentationGenerator(OperatorDocGenerator) - Constructor for class com.rapidminer.doc.DocumentationGenerator
 
documentChanged(DocumentEvent) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
documentHandler - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
doDefaults() - Method in class com.rapidminer.gui.look.fc.FileList
 
doFilterChanged() - Method in class com.rapidminer.gui.look.fc.FileList
 
doLayout() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
DONT_CARE - Static variable in class com.rapidminer.gui.ConditionalAction
 
Dot - Class in com.rapidminer.operator.generator
Helper class containing all information about a dot.
DotKernel - Class in com.rapidminer.tools.math.kernels
Returns the simple inner product of both examples.
DotKernel() - Constructor for class com.rapidminer.tools.math.kernels.DotKernel
 
DoubleArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a double array.
DoubleArrayDataRow(double[]) - Constructor for class com.rapidminer.example.table.DoubleArrayDataRow
Creates a new data row backed by an primitive array.
DoubleSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
DoubleSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.DoubleSparseArrayDataRow
Creates an empty sparse array data row with size 0.
DoubleSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.DoubleSparseArrayDataRow
Creates a sparse array data row of the given size.
dragDropEnd(DragSourceDropEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragDropEnd(DragSourceDropEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
dragEnter(DropTargetDragEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragEnter(DragSourceDragEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragEnter(DragSourceDragEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
dragExit(DropTargetEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragExit(DragSourceEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragExit(DragSourceEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
dragGestureRecognized(DragGestureEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragGestureRecognized(DragGestureEvent) - Method in class com.rapidminer.gui.tools.OperatorList
This method determines the operator which is currently located near the mouse cursor, selects its corresponding list cell, makes the operator itself transferable and finally starts the drag operation.
dragOver(DropTargetDragEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragOver(DragSourceDragEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dragOver(DragSourceDragEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
DragSelectionThread - Class in com.rapidminer.gui.look.fc
A thread for dragging.
DragSelectionThread(ItemPanel, FileList) - Constructor for class com.rapidminer.gui.look.fc.DragSelectionThread
 
drawArrow(Graphics) - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
drawButton(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawButtonBorder(Component, Graphics, String) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawCheckBoxIcon(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawComboBox(Component, Graphics, boolean) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawComboBoxBorder(Component, Graphics, boolean, boolean) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawGenericNominalLegend(Graphics, String[], PlotterAdapter.PointStyle[], Color[], int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
drawGradient(Graphics, int, int, int, int, Color, Color) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawGrid(Graphics2D, double, double, double, double) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
drawGridBandsHorizontal(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis
Draws the grid bands for the axis when it is at the top or bottom of the plot.
drawGridBandsVertical(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis
Draws the grid bands for the axis when it is at the top or bottom of the plot.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedShapeItemRenderer
Draws the block representing the specified item.
drawLegend - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
drawLegend - Variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
drawLegend(Graphics, DataTable, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawLegend(Graphics, DataTable, int, int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawMain(Graphics2D) - Method in class com.rapidminer.gui.tools.SplashScreen
 
drawMenuBackground(Component, Graphics, int, int, int, int) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawMenuBarBackground(Component, Graphics, int, int, int, int) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawMenuItemBackground(Graphics, JMenuItem) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawMenuItemFading(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawMenuSeparator(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawName(Operator, Graphics2D) - Method in class com.rapidminer.gui.dialog.boxviewer.OperatorRenderer
 
drawNumericalLegend(Graphics, int, String, String, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawOperator(Operator, Graphics2D) - Method in class com.rapidminer.gui.dialog.boxviewer.ChainRenderer
 
drawOperator(Operator, Graphics2D) - Method in class com.rapidminer.gui.dialog.boxviewer.LeafRenderer
 
drawOperator(Operator, Graphics2D) - Method in class com.rapidminer.gui.dialog.boxviewer.OperatorRenderer
 
drawPoint(Graphics2D, double, double, Color, Color) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This helper method can be used to draw a point in the given graphics object.
drawPoint(Graphics2D, PlotterAdapter.PointStyle, double, double, Color, Color) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This helper method can be used to draw a point in the given graphics object.
drawPoint(Graphics2D, PlotterPoint, ColorProvider, int, int, double) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
Draw a data point.
drawPoints(Graphics2D, double, double, double, double) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
drawPoints(Graphics2D) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
drawPoints(Graphics2D, double, double, double, double) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
drawProgressBar(Component, Graphics, boolean, boolean, int, int, int, int) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawRadioButton(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawRoundRectBorder(Graphics, int, int, String, boolean) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawSimpleDateLegend(Graphics, int, int, DataTable, int, double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
drawSimpleNumericalLegend(Graphics, int, int, String, String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawToolbarButton(Graphics, JComponent) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawToolTip(Graphics2D, ToolTip) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
drawToolTip(Graphics2D) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
drawWeightRectangle(Graphics2D, DataTable, int, double, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
DrillerOscillationFunction - Class in com.rapidminer.operator.generator
Generator for an artificial audio data set (based on real-world data from drilling processes).
DrillerOscillationFunction() - Constructor for class com.rapidminer.operator.generator.DrillerOscillationFunction
 
DriverAdapter - Class in com.rapidminer.tools.jdbc
This adaptor is needed for dynamical loading of JDBC drivers.
DriverAdapter(Driver) - Constructor for class com.rapidminer.tools.jdbc.DriverAdapter
 
DriverInfo - Class in com.rapidminer.tools.jdbc
Some basic information about a JDBC driver.
DriverInfo(Driver) - Constructor for class com.rapidminer.tools.jdbc.DriverInfo
 
DriverInfo(String) - Constructor for class com.rapidminer.tools.jdbc.DriverInfo
 
DriverInfo(String, String) - Constructor for class com.rapidminer.tools.jdbc.DriverInfo
 
drop(DropTargetDropEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dropActionChanged(DropTargetDragEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dropActionChanged(DragSourceDragEvent) - Method in class com.rapidminer.gui.operatortree.DnDSupport
 
dropActionChanged(DragSourceDragEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
DTWDistance - Class in com.rapidminer.tools.math.similarity.numerical
A distance measure based on "Dynamic Time Warping".
DTWDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
DUMMY_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
DUMMY_IO_CONTAINER - Static variable in class com.rapidminer.operator.IOContainer
 
DummyBorder - Class in com.rapidminer.gui.look.borders
The UIResource for dummy (empty) borders.
DummyBorder() - Constructor for class com.rapidminer.gui.look.borders.DummyBorder
 
DummyLogFormatFilter - Class in com.rapidminer.tools.log
This filter just return the input string.
DummyLogFormatFilter() - Constructor for class com.rapidminer.tools.log.DummyLogFormatFilter
 
DummyObjectVisualizer - Class in com.rapidminer.gui
A dummy visualizer, capable of visualizing anything, but actually doing nothing.
DummyObjectVisualizer() - Constructor for class com.rapidminer.gui.DummyObjectVisualizer
 
duplicate() - Method in class com.rapidminer.example.set.AcceptAllCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.AttributeValueFilter
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in interface com.rapidminer.example.set.Condition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.CorrectPredictionCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.MissingAttributesCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.MissingLabelsCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.NoMissingAttributesCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.NoMissingAttributeValueCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.NoMissingLabelsCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.WrongPredictionCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.operator.learner.meta.BayBoostStream.BatchFilterCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy

E

EDFORMULA - Static variable in class com.rapidminer.gui.tools.syntax.TeXTokenMarker
 
Edge - Class in com.rapidminer.operator.learner.tree
The class edge holds the information about a split condition to a tree (child).
Edge(Tree, SplitCondition) - Constructor for class com.rapidminer.operator.learner.tree.Edge
 
EDGE_FONT - Static variable in class com.rapidminer.gui.graphs.GraphViewer
 
EDGE_SHAPE_BENT_LINE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_CUBIC_CURVE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_LINE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_QUAD_CURVE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_WEDGE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDIT_MODE - Static variable in class com.rapidminer.gui.MainFrame
 
EDIT_MODE_24 - Variable in class com.rapidminer.gui.MainFrame
 
EDIT_MODE_32 - Variable in class com.rapidminer.gui.MainFrame
 
EDIT_MODE_NAME - Static variable in class com.rapidminer.gui.MainFrame
 
editable - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
editable - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
EditModeAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
EditModeAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.EditModeAction
 
editorBorderInsets - Variable in class com.rapidminer.gui.look.borders.TableHeaderBorder
 
EditorCellRenderer - Class in com.rapidminer.gui
A TableCellRenderer that renders the cell by using a TableCellEditor, i.e.
EditorCellRenderer(TableCellEditor) - Constructor for class com.rapidminer.gui.EditorCellRenderer
 
EditorPaneUI - Class in com.rapidminer.gui.look.ui
The UI for editor panes.
EditorPaneUI() - Constructor for class com.rapidminer.gui.look.ui.EditorPaneUI
 
EditorPaneUI.EditorPanePopupListener - Class in com.rapidminer.gui.look.ui
 
EditorPaneUI.EditorPanePopupListener() - Constructor for class com.rapidminer.gui.look.ui.EditorPaneUI.EditorPanePopupListener
 
Eigenvector - Class in com.rapidminer.operator.features.transformation
This class holds information about one eigenvector and eigenvalue.
Eigenvector(double[], double) - Constructor for class com.rapidminer.operator.features.transformation.Eigenvector
 
EigenvectorModelVisualization - Class in com.rapidminer.operator.features.transformation
This class can be used for all eigenvector based model visualizations.
EigenvectorModelVisualization(String, String[], double[], List<? extends ComponentVector>, boolean, int, double) - Constructor for class com.rapidminer.operator.features.transformation.EigenvectorModelVisualization
 
electricScroll - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
electricScroll - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
elements - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
Cache rows
ElitistSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Performs a very elitist selection by just adding the best individual for k times.
ElitistSelection(int) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.ElitistSelection
 
ELLIPSOID_POINT_STYLE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
EMClusterer - Class in com.rapidminer.operator.clustering.clusterer.soft
This operator represents an implementation of the EM-algorithm.
EMClusterer(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
EmpiricalDistribution - Interface in com.rapidminer.tools.math.distribution
The interface for all empirically calculated distributions.
EmpiricalNormalDistribution - Class in com.rapidminer.tools.math.distribution
This class represents a gaussian normal distribution.
EmpiricalNormalDistribution() - Constructor for class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
empty() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns true is the population contains no individuals.
empty() - Method in class com.rapidminer.operator.features.Population
Returns true is the population contains no individuals.
empty() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
EMPTY_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
EMPTY_BUTTON_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
EMPTY_COMBO_BOX_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
EmptyBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty borders.
EmptyBorder() - Constructor for class com.rapidminer.gui.look.borders.EmptyBorder
 
EmptyButtonBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty button borders.
EmptyButtonBorder() - Constructor for class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
EmptyComboBoxBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty combo box borders.
EmptyComboBoxBorder() - Constructor for class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
emptyImageBorder - Static variable in class com.rapidminer.gui.look.fc.Item
 
EmptyTermination - Class in com.rapidminer.operator.learner.tree
Splitting should be terminated if the example set is empty.
EmptyTermination() - Constructor for class com.rapidminer.operator.learner.tree.EmptyTermination
 
enableActions() - Method in class com.rapidminer.gui.MainFrame
Enables and disables all actions according to the current state (process running, operator selected...
enableSliderToolTips(JSlider) - Static method in class com.rapidminer.gui.tools.ExtendedJSliderToolTips
 
encrypt(String) - Static method in class com.rapidminer.tools.cipher.CipherTools
 
END - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
END - Static variable in class com.rapidminer.gui.tools.syntax.Token
The token type, that along with a length of 0 marks the end of the token list.
endCompoundEdit() - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Ends a compound edit that can be undone in one operation.
endGroup(String, PrintWriter) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
endGroup(String, PrintWriter) - Method in interface com.rapidminer.doc.OperatorDocGenerator
Generates the footer for the group with the given name.
endGroup(String, PrintWriter) - Method in class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
Does nothing.
ensureCapacity(int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Ensures that the lineInfo array can contain the specified index.
ensureFileIsVisible(JFileChooser, File) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
EnsureMonotonicity - Class in com.rapidminer.operator.preprocessing.series
This operator filters out all examples which would lead to a non-monotonic behaviour of the specified attribute.
EnsureMonotonicity(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.series.EnsureMonotonicity
 
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.ByteArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.DatabaseDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.DataRow
Ensures that neither get(i) nor put(i,v) throw a runtime exception for all 0 <= i <= numberOfColumns.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.DoubleArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.FloatArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.IntArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.LongArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.NonWritableDataRow
 
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.ShortArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.SparseMapDataRow
Does nothing.
ensureRapidMinerHomeSet() - Static method in class com.rapidminer.tools.ParameterService
Tries to find the rapidminer.home directory if the property is not set and sets it.
entrySet() - Method in class com.rapidminer.example.Example
 
enumerateInstances() - Method in class com.rapidminer.tools.WekaInstancesAdaptor
Returns an instance enumeration based on an ExampleReader.
eolMarkerColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
eolMarkerColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
eolMarkers - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
eolMarkers - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
EpanechnikovKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the Epanechnikov kernel of both examples.
EpanechnikovKernel() - Constructor for class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
EpanechnikovSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the Epanechnikov smoothing kernel.
EpanechnikovSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.EpanechnikovSmoothingKernel
 
epsilon_neg - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
epsilon_pos - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
epsilon_tol - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
EqualColumnWidthsAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
EqualColumnWidthsAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.EqualColumnWidthsAction
 
EqualLabelWeighting - Class in com.rapidminer.operator.preprocessing.weighting
This operator distributes example weights so that all example weights of labels sum up equally.
EqualLabelWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
equals(Object) - Method in interface com.rapidminer.example.Attribute
Returns true if the given object is an attribute with the same name and table index.
equals(Object) - Method in class com.rapidminer.example.AttributeDescription
Returns true if the given attribute has the same name and the same table index.
equals(Object) - Method in interface com.rapidminer.example.Attributes
Returns true if the given object is equal to this attribute set.
equals(Object) - Method in class com.rapidminer.example.AttributeWeight
Returns true if both objects have the same name and the same weight.
equals(Object) - Method in class com.rapidminer.example.AttributeWeights
Returns true if both objects have the same weight map.
equals(Object) - Method in interface com.rapidminer.example.ExampleSet
True if all attributes are equal.
equals(Object) - Method in class com.rapidminer.example.set.AbstractExampleSet
Returns true, if all attributes including labels and other special attributes are equal.
equals(Object) - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
EQUALS - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
equals(Object) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.MappedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.Partition
 
equals(Object) - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.SortedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.SplittedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.SimpleAttributes
 
equals(Object) - Method in class com.rapidminer.example.table.AbstractAttribute
Returns true if the given attribute has the same name and the same table index.
equals(Object) - Method in class com.rapidminer.generator.AttributePeak
 
equals(Object) - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
equals(Object) - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
equals(Object) - Method in class com.rapidminer.generator.FeatureGenerator
A FeatureGenerator equals another FeatureGenerator if its class is equal and its arguments are equal and its function names are equal.
equals(Object) - Method in class com.rapidminer.generator.FloorCeilGenerator
 
equals(Object) - Method in class com.rapidminer.generator.MinMaxGenerator
 
equals(Object) - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
equals(Object) - Method in class com.rapidminer.gui.graphs.SortableEdge
 
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter.SeriesAndItem
 
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter.SeriesAndItem
 
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.RapidBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class com.rapidminer.gui.plotter.WeightIndex
 
equals(Object) - Method in class com.rapidminer.gui.templates.BuildingBlock
 
equals(Object) - Method in class com.rapidminer.gui.tools.VersionNumber
 
equals(Object) - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
equals(Object) - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
equals(Object) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
equals(Object) - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
equals(Object) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
this method returns true if the frequent Items set are equal in size and items.
equals(Object) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
equals(Object) - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns true if the hypothesis contained in the model are equal.
equals(Object) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns true if both attributes and both values are equal.
equals(Object) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns true if the two rules have the same premise and make the same perdiction.
equals(Object) - Method in class com.rapidminer.operator.learner.igss.Result
Returns true if the same hypothesis is stored by both results.
equals(Object) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
equals(Object) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Two rules are equal, if they are both permutations of the same set of literals and predict the same label.
equals(Object) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
equals(Object) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
equals(Object) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
equals(Object) - Method in class com.rapidminer.operator.learner.weka.WekaClassifier
 
equals(Object) - Method in class com.rapidminer.operator.OperatorDescription
 
equals(Object) - Method in class com.rapidminer.parameter.Parameters
Returns true if the given parameters are not null and are the same like this parameters.
equals(Object) - Method in class com.rapidminer.tools.container.Pair
 
equals(Object) - Method in class com.rapidminer.tools.container.Tupel
 
equals(Object) - Method in class com.rapidminer.tools.GroupTree
 
equals(Object) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
equals(Object) - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
equals(Object) - Method in class com.rapidminer.tools.math.AverageVector
 
equals(Object) - Method in class com.rapidminer.tools.math.Complex
 
equals(Object) - Method in class com.rapidminer.tools.math.Peak
 
equals(Object) - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
equals(Object) - Method in class com.rapidminer.tools.WeightedObject
 
EqualStringCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a string parameter (also string category) has a certain value.
EqualStringCondition(ParameterHandler, String, boolean, String...) - Constructor for class com.rapidminer.parameter.conditions.EqualStringCondition
 
EqualTypeCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a type parameter (category) has a certain value.
EqualTypeCondition(ParameterHandler, String, boolean, int...) - Constructor for class com.rapidminer.parameter.conditions.EqualTypeCondition
 
equalValue(Attribute, Attribute) - Method in class com.rapidminer.example.Example
Returns true if both nominal values are the same (if both attributes are nominal) or if both real values are the same (if both attributes are real values) or false otherwise.
EquivalentAttributeRemoval - Class in com.rapidminer.operator.features.construction
If the example set contain two equivalent attributes, the longer representation is removed.
EquivalentAttributeRemoval(int, double, boolean, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.EquivalentAttributeRemoval
Creates a new equivalent attribute removal population operator.
ERB - Static variable in class com.rapidminer.tools.math.SpectrumFilter
 
ERROR - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
Indicates classification error.
ERROR - Static variable in class com.rapidminer.tools.LogService
Use this log verbosity for logging of errors.
errorChanged(NeuralNetEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
ErrorDialog - Class in com.rapidminer.gui.tools
The error message dialog.
escape(String) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
Replace any special characters by an escaped version.
escape(String) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
escapeXML(String) - Static method in class com.rapidminer.tools.Tools
Replaces angle brackets by html entities.
ESOptimization - Class in com.rapidminer.tools.math.optimization.ec.es
Evolutionary Strategy approach for all real-valued optimization tasks.
ESOptimization(double, double, int, int, int, int, int, int, double, boolean, int, double, boolean, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Creates a new evolutionary SVM optimization.
ESOptimization(double[], double[], int, int, int, int, int, int, double, boolean, int, double, double, boolean, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Creates a new evolutionary SVM optimization.
ESParameterOptimization - Class in com.rapidminer.operator.meta
Evolutionary Strategy approach for an evolutionary parameter optimization.
ESParameterOptimization(EvolutionaryParameterOptimizationOperator, int, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.operator.meta.ESParameterOptimization
Creates a new evolutionary SVM optimization.
EstimatedCriterionTest - Class in com.rapidminer.operator.performance.test
Tests EstimatedPerformance.
EstimatedCriterionTest() - Constructor for class com.rapidminer.operator.performance.test.EstimatedCriterionTest
 
EstimatedPerformance - Class in com.rapidminer.operator.performance
This class is used to store estimated performance values before or even without the performance test is actually done using a test set.
EstimatedPerformance() - Constructor for class com.rapidminer.operator.performance.EstimatedPerformance
Clone constructor.
EstimatedPerformance(EstimatedPerformance) - Constructor for class com.rapidminer.operator.performance.EstimatedPerformance
 
EstimatedPerformance(String, double, int, boolean) - Constructor for class com.rapidminer.operator.performance.EstimatedPerformance
Constructs a new extimated performance criterion.
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.BatchSlidingWindowValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.BatchXValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.SlidingWindowValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.ValidationChain
This is the main method of the validation chain and must be implemented to estimate a performance of inner operators on the given example set.
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.XValidation
 
ESTIMATION_MODE_FULL - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
ESTIMATION_MODE_GREEDY - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
ESTIMATION_MODES - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
EuclideanDistance - Class in com.rapidminer.tools.math.similarity.numerical
The euclidean distance.
EuclideanDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance
 
EuclideanDistance - Class in com.rapidminer.tools.math.som
This class provides a distance measure, equivalent to the euclidian distance measure.
EuclideanDistance() - Constructor for class com.rapidminer.tools.math.som.EuclideanDistance
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
Evaluate kernel
eval(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Evaluate KernelBasisFunction
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelCauchy
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelEpanechnikov
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelSigmoid
 
evaluate(List, ExampleSet) - Method in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
Creates example sets from all individuals and invoke the inner operators in order to estimate the performance.
evaluate(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Evaluates all individuals in the population by applying the inner operators.
evaluate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Evaluates the given individual.
evaluate(Population) - Method in class com.rapidminer.operator.features.FeatureOperator
Evaluates all individuals in the population by applying the inner operators.
evaluate(Population) - Method in interface com.rapidminer.operator.features.PopulationEvaluator
This method evaluates the individuals of a population and assigns them their performance vectors
evaluate(Population) - Method in class com.rapidminer.operator.features.SimplePopulationEvaluator
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.performance.AbstractExampleSetEvaluator
Implements the evaluation.
evaluate(ExampleSet, PerformanceVector) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Evaluates the given test set.
evaluate(AbstractPerformanceEvaluator, ExampleSet, PerformanceVector, List<PerformanceCriterion>, boolean, boolean) - Static method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Static version of AbstractPerformanceEvaluator.evaluate(ExampleSet,PerformanceVector).
evaluate(ExampleSet) - Method in class com.rapidminer.operator.performance.AttributeCounter
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.performance.Data2Performance
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.validation.CFSFeatureSetEvaluator
 
evaluate(int[], int) - Method in interface com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionMeasure
 
evaluate(int[], int) - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.GiniCoefficient
 
evaluate(int[], int) - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.SumOfSquares
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.validation.ConsistencyFeatureSetEvaluator
 
evaluate(ExampleSet, IOContainer) - Method in class com.rapidminer.operator.validation.ValidationChain
Applies the applier and evaluator (= second encapsulated inner operator).
evaluate(ExampleSet) - Method in class com.rapidminer.operator.validation.ValidationChain
Applies the applier and evaluator (= second encapsulated inner operator).
evaluate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Evaluates the individuals of the given population.
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationEvoOptimization
 
evaluateIndividual(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVMOptimization
Evaluates the individuals of the given population.
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionEvoOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.meta.ESParameterOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Subclasses must implement this method to calculate the fitness of the given individual.
evaluateIndividual(double[]) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Subclasses must implement this method to calculate the fitness of the given individual.
EvolutionaryFeatureAggregation - Class in com.rapidminer.operator.features.aggregation
Performs an evolutionary feature aggregation.
EvolutionaryFeatureAggregation(OperatorDescription) - Constructor for class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
Creates a new evolutionary feature aggregation algorithm.
EvolutionaryParameterOptimizationOperator - Class in com.rapidminer.operator.meta
This operator finds the optimal values for a set of parameters using an evolutionary strategies approach which is often more appropriate than a grid search or a greedy search like the quadratic programming approach and leads to better results.
EvolutionaryParameterOptimizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
EvolutionaryWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting of features with an evolutionary strategies approach.
EvolutionaryWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
EvoOptimization - Interface in com.rapidminer.operator.learner.functions.kernel.evosvm
The interface for the EvoSVM optimization algorithms.
EvoSVM - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
This is a SVM implementation using an evolutionary algorithm (ES) to solve the dual optimization problem of a SVM.
EvoSVM(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
Creates a new SVM which uses an Evolutionary Strategy approach for optimization.
EvoSVMModel - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
The model for the evolutionary SVM.
EvoSVMModel(ExampleSet, List<SupportVector>, Kernel, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
Creates a classification model.
Example - Class in com.rapidminer.example
An example consists of a DataRow and some convenience methods to access the data.
Example(DataRow, ExampleSet) - Constructor for class com.rapidminer.example.Example
Creates a new Example that uses the data stored in a DataRow.
Example2AttributePivoting - Class in com.rapidminer.operator.preprocessing.transformation
Transforms an example set by grouping multiple examples of single groups into single examples.
Example2AttributePivoting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
Example2DataTableRowIterator - Class in com.rapidminer.datatable
This iterator iterates over all examples of an example set and creates Example2DataTableRowWrapper objects.
Example2DataTableRowIterator(Iterator<Example>, List<Attribute>, Attribute) - Constructor for class com.rapidminer.datatable.Example2DataTableRowIterator
Creates a new DataTable iterator backed up by examples.
Example2DataTableRowWrapper - Class in com.rapidminer.datatable
This class allows to use Examples as basis for DataTableRow.
Example2DataTableRowWrapper(Example, List<Attribute>, Attribute) - Constructor for class com.rapidminer.datatable.Example2DataTableRowWrapper
Creates a new wrapper.
ExampleDistributionEvaluator - Class in com.rapidminer.operator.validation.clustering.exampledistribution
Evaluates flat cluster models on how well the examples are distributed over the clusters.
ExampleDistributionEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionEvaluator
Constructor for ClusterNumberEvaluator.
ExampleDistributionMeasure - Interface in com.rapidminer.operator.validation.clustering.exampledistribution
Evaluates how well items are distributed over a set of classes.
ExampleFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator takes an ExampleSet as input and returns a new ExampleSet including only the Examples that fulfill a condition.
ExampleFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
ExampleFormatter - Class in com.rapidminer.example
Formats an example as specified by the format string.
ExampleFormatter(ExampleFormatter.FormatCommand[]) - Constructor for class com.rapidminer.example.ExampleFormatter
Constructs a new ExampleFormatter that executes the given array of formatting commands.
ExampleFormatter.FormatCommand - Interface in com.rapidminer.example
Represents one piece of formatting.
ExampleFormatter.SimpleCommand - Class in com.rapidminer.example
Implements some simple format commands like 'a' for all attributes or 'l' for the label.
ExampleFormatter.TextCommand - Class in com.rapidminer.example
Returns simply the given text.
ExampleFormatter.ValueCommand - Class in com.rapidminer.example
Returns the value of an argument which must be an attribute's name.
ExampleFormatter.ValueCommand(char, String[], ExampleSet, int, boolean) - Constructor for class com.rapidminer.example.ExampleFormatter.ValueCommand
 
ExampleGenerator - Class in com.rapidminer.test
A helper class for testing purposes which is able to create sample example tests for tests.
ExampleGenerator() - Constructor for class com.rapidminer.test.ExampleGenerator
 
ExamplePlotterPoint - Class in com.rapidminer.gui.plotter
Helper class for the plotter point positions and colors.
ExamplePlotterPoint(int, int, int) - Constructor for class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
ExampleRangeFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator keeps only the examples of a given range (including the borders).
ExampleRangeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
ExampleReader - Interface in com.rapidminer.example
An ExampleReader iterates over a sequence of examples.
examples - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
examples - Variable in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
examples_total - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
examples_total - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
number of examples after shrinking
examples_total - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
ExampleSet - Interface in com.rapidminer.example
Interface definition for all example sets.
ExampleSet2AttributeWeights - Class in com.rapidminer.operator.features.weighting
This operator creates a new attribute weights IOObject from a given example set.
ExampleSet2AttributeWeights(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ExampleSet2AttributeWeights
 
ExampleSet2ClusterModel - Class in com.rapidminer.operator.clustering.clusterer
This operator creates a flat cluster model using a nominal attribute and dividing the exampleset by this attribute over the clusters.
ExampleSet2ClusterModel(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
ExampleSet2Similarity - Class in com.rapidminer.operator.similarity
This class represents an operator that creates a similarity measure based on an ExampleSet.
ExampleSet2Similarity(OperatorDescription) - Constructor for class com.rapidminer.operator.similarity.ExampleSet2Similarity
 
ExampleSet2SimilarityExampleSet - Class in com.rapidminer.operator.similarity
This operator creates a new data set from the given one based on the specified similarity.
ExampleSet2SimilarityExampleSet(OperatorDescription) - Constructor for class com.rapidminer.operator.similarity.ExampleSet2SimilarityExampleSet
 
ExampleSetBasedFeatureOperator - Class in com.rapidminer.operator.features.construction
This class is the superclass of all feature selection and generation operators.
ExampleSetBasedFeatureOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
ExampleSetBasedIndividual - Class in com.rapidminer.operator.features.construction
Individuals contain all necessary informations about example sets for population based search heuristics, including the performance.
ExampleSetBasedIndividual(AttributeWeightedExampleSet) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
Creates a new individual.
ExampleSetBasedIndividualOperator - Class in com.rapidminer.operator.features.construction
A PopulationOperator that modifies a population by modifying all individuals independently.
ExampleSetBasedIndividualOperator() - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
 
ExampleSetBasedPopulation - Class in com.rapidminer.operator.features.construction
A set of individuals.
ExampleSetBasedPopulation() - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Construct an empty generation.
ExampleSetBasedPopulationOperator - Interface in com.rapidminer.operator.features.construction
An operator that modifies populations.
ExampleSetBasedSelectionCrossover - Class in com.rapidminer.operator.features.construction
Crossover operator for the used bitlists of example sets.
ExampleSetBasedSelectionCrossover(int, double, Random, int, int, int) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
ExampleSetBasedSelectionMutation - Class in com.rapidminer.operator.features.construction
Inverts the used bit for every feature of every example set with a given fixed probability.
ExampleSetBasedSelectionMutation(double, Random, int, int, int) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionMutation
 
ExampleSetBasedTournamentSelection - Class in com.rapidminer.operator.features.construction
Performs tournaments with k participants.
ExampleSetBasedTournamentSelection(int, double, int, boolean, boolean, Random) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedTournamentSelection
 
ExampleSetCartesian - Class in com.rapidminer.operator.preprocessing.join
Build the cartesian product of two example sets.
ExampleSetCartesian(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetCartesian
 
ExampleSetDataRenderer - Class in com.rapidminer.gui.renderer.data
A renderer for the data view of example sets.
ExampleSetDataRenderer() - Constructor for class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
 
ExampleSetDataSampleTest - Class in com.rapidminer.test
Tests for the Data of an ExampleSet
ExampleSetDataSampleTest(String, String, double[]) - Constructor for class com.rapidminer.test.ExampleSetDataSampleTest
 
ExampleSetDataSampleTest(String, String, String[]) - Constructor for class com.rapidminer.test.ExampleSetDataSampleTest
 
ExampleSetDataSampleTest(String, int) - Constructor for class com.rapidminer.test.ExampleSetDataSampleTest
This constructor is used for checking whether an ExampleSet contains a specified amount of Examples
ExampleSetFactory - Class in com.rapidminer.example
This class can be used to easily create @link ExampleSet}s and the underlying ExampleTable with simple method calls.
ExampleSetFactory() - Constructor for class com.rapidminer.example.ExampleSetFactory
 
ExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
ExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.ExampleSetGenerator
 
ExampleSetIntersect - Class in com.rapidminer.operator.preprocessing.join
This operator performs a set intersect on two example sets, i.e.
ExampleSetIntersect(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
ExampleSetIterator - Class in com.rapidminer.operator.meta
For each example set the ExampleSetIterator finds in its input, the inner operators are applied as if it was an OperatorChain.
ExampleSetIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ExampleSetIterator
 
ExampleSetJoin - Class in com.rapidminer.operator.preprocessing.join
Build the join of two example sets using the id attributes of the sets, i.e. both example sets must have an id attribute where the same id indicate the same examples.
ExampleSetJoin(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
ExampleSetMerge - Class in com.rapidminer.operator.preprocessing.join
This operator merges two or more given example sets by adding all examples in one example table containing all data rows.
ExampleSetMerge(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
ExampleSetMetaDataRenderer - Class in com.rapidminer.gui.renderer.data
A renderer for the meta data view of example sets.
ExampleSetMetaDataRenderer() - Constructor for class com.rapidminer.gui.renderer.data.ExampleSetMetaDataRenderer
 
ExampleSetMinus - Class in com.rapidminer.operator.preprocessing.join
This operator performs a set minus on two example sets, i.e.
ExampleSetMinus(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
ExampleSetPlotRenderer - Class in com.rapidminer.gui.renderer.data
A renderer for the plot view of example sets.
ExampleSetPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.data.ExampleSetPlotRenderer
 
ExampleSetSampleTest - Class in com.rapidminer.test
Performs the sample process and checks the output example set.
ExampleSetSampleTest(String, int, int) - Constructor for class com.rapidminer.test.ExampleSetSampleTest
 
ExampleSetSampleTest(String, int, int, String[]) - Constructor for class com.rapidminer.test.ExampleSetSampleTest
 
ExampleSetsDataSampleTest - Class in com.rapidminer.test
Tests for the data of several ExampleSets
ExampleSetsDataSampleTest(String, String, double[][]) - Constructor for class com.rapidminer.test.ExampleSetsDataSampleTest
 
ExampleSetsDataSampleTest(String, String, String[][]) - Constructor for class com.rapidminer.test.ExampleSetsDataSampleTest
 
ExampleSetSuperset - Class in com.rapidminer.operator.preprocessing.join
This operator gets two example sets and adds new features to each of both example sets so that both example sets consist of the same set of features.
ExampleSetSuperset(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
ExampleSetToDictionary - Class in com.rapidminer.operator.preprocessing.filter
This operator takes two example sets and transforms the second into a dictionary.
ExampleSetToDictionary(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
ExampleSetTransformationOperator - Class in com.rapidminer.operator.preprocessing.transformation
The abstract superclass for example set transformations.
ExampleSetTransformationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.ExampleSetTransformationOperator
 
ExampleSetTranspose - Class in com.rapidminer.operator.preprocessing
This operator transposes an example set, i.e. the columns with become the new rows and the old rows will become the columns.
ExampleSetTranspose(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.ExampleSetTranspose
 
ExampleSetUnion - Class in com.rapidminer.operator.preprocessing.join
This operator performs two steps: first, it build the union set / superset of features of both input example sets where common features are kept and both feature sets are extended in a way that the feature sets are equal for both example sets.
ExampleSetUnion(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetUnion
 
ExampleSetWriter - Class in com.rapidminer.operator.io
Writes values of all examples in an ExampleSet to a file.
ExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExampleSetWriter
 
ExampleSource - Class in com.rapidminer.operator.io
This operator reads an example set from (a) file(s).
ExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExampleSource
 
ExampleSourceConfigurationWizard - Class in com.rapidminer.gui.wizards
This class is the creator for wizard dialogs defining the configuration for ExampleSource operators.
ExampleSourceConfigurationWizard(ConfigurationListener) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard
Creates a new wizard.
ExampleSourceConfigurationWizardAttributeTypeTable - Class in com.rapidminer.gui.wizards
This table shows only the attribute names and the attribute types (regular or special).
ExampleSourceConfigurationWizardAttributeTypeTable(List<AttributeDataSource>) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
ExampleSourceConfigurationWizardCreator - Class in com.rapidminer.gui.wizards
This creator can be used to create wizards for the ExampleSource operator.
ExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
Necessary for construction by reflection.
ExampleSourceConfigurationWizardDataTable - Class in com.rapidminer.gui.wizards
This class display a small data view corresponding on the current wizard settings.
ExampleSourceConfigurationWizardDataTable(List<AttributeDataSource>, List<String[]>) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardDataTable
 
ExampleSourceConfigurationWizardValueTypeTable - Class in com.rapidminer.gui.wizards
This table shows only the attribute names and the attribute value types.
ExampleSourceConfigurationWizardValueTypeTable(List<AttributeDataSource>) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
ExampleTable - Interface in com.rapidminer.example.table
This class is the core data supplier for example sets.
ExampleTest - Class in com.rapidminer.example.test
Should test an example.
ExampleTest() - Constructor for class com.rapidminer.example.test.ExampleTest
 
ExampleTestTools - Class in com.rapidminer.example.test
Provides factory methods for text fixtures.
ExampleTestTools() - Constructor for class com.rapidminer.example.test.ExampleTestTools
 
ExampleVisualizationOperator - Class in com.rapidminer.operator.visualization
Remembers the given example set and uses the ids provided by this set for the query for the corresponding example and the creation of a generic example visualizer.
ExampleVisualizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ExampleVisualizationOperator
 
ExampleVisualizer - Class in com.rapidminer.gui
A visualizer which shows the attribute values of an example.
ExampleVisualizer(ExampleSet) - Constructor for class com.rapidminer.gui.ExampleVisualizer
 
ExcelExampleSetWriter - Class in com.rapidminer.operator.io
This operator can be used to write data into Microsoft Excel spreadsheets.
ExcelExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExcelExampleSetWriter
 
ExcelExampleSource - Class in com.rapidminer.operator.io
This operator can be used to load data from Microsoft Excel spreadsheets.
ExcelExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExcelExampleSource
 
ExceptionHandling - Class in com.rapidminer.operator.meta
This operator performs the inner operators and delivers the result of the inner operators.
ExceptionHandling(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ExceptionHandling
 
ExchangeAttributeRoles - Class in com.rapidminer.operator.preprocessing.filter
This operator changes the attribute roles of two input attributes.
ExchangeAttributeRoles(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
execute(Runnable) - Method in class com.rapidminer.gui.tools.UpdateQueue
Queues runnable for execution.
executeAction(ActionListener, Object, String) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Executes the specified action, repeating and recording it as necessary.
exit() - Method in class com.rapidminer.gui.MainFrame
 
EXIT_ACTION_24 - Variable in class com.rapidminer.gui.MainFrame
 
EXIT_ACTION_32 - Variable in class com.rapidminer.gui.MainFrame
 
exit_optimizer() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
exit the optimizer
exit_optimizer() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
exit the optimizer
ExitAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ExitAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.ExitAction
 
EXP - Static variable in class com.rapidminer.generator.ExponentialFunctionGenerator
 
EXP - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
EXPAND_ALL_ACTION_24 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
EXPAND_ALL_ACTION_32 - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
expandAll() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Expands the complete tree.
expandAll() - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
Expands the complete tree.
ExpandAllAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
ExpandAllAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.ExpandAllAction
 
ExpandedTreeIcon - Class in com.rapidminer.gui.look.icons
The expanded tree icon.
ExpandedTreeIcon() - Constructor for class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
expectationCorrelated(ExampleSet, int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
expectationNonCorrelated(ExampleSet, int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
Experiment - Class in com.rapidminer
Deprecated. Please use the new class Process instead
Experiment() - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(URL) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(File) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(String) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(InputStream) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
ExponentialFunctionGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
ExponentialFunctionGenerator(int) - Constructor for class com.rapidminer.generator.ExponentialFunctionGenerator
 
ExponentialFunctionGenerator() - Constructor for class com.rapidminer.generator.ExponentialFunctionGenerator
 
ExponentialSmoothing - Class in com.rapidminer.operator.preprocessing.series.filter
Creates a new series attribute which contains the original series exponentially smoothed.
ExponentialSmoothing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.series.filter.ExponentialSmoothing
 
ExponentialSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the exponential smoothing kernel.
ExponentialSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.ExponentialSmoothingKernel
 
export() - Method in class com.rapidminer.gui.MainFrame
 
EXPORT_ACTION_24 - Variable in class com.rapidminer.gui.dialog.boxviewer.BoxViewerDialog
 
EXPORT_ACTION_24 - Variable in class com.rapidminer.gui.MainFrame
 
EXPORT_ACTION_32 - Variable in class com.rapidminer.gui.dialog.boxviewer.BoxViewerDialog
 
EXPORT_ACTION_32 - Variable in class com.rapidminer.gui.MainFrame
 
exportProcess() - Method in class com.rapidminer.gui.dialog.boxviewer.BoxViewerDialog
 
ExportViewAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ExportViewAction(MainFrame, IconSize) - Constructor for class com.rapidminer.gui.actions.ExportViewAction
 
ExpressionParser - Class in com.rapidminer.tools.math.function
This class can be used as expression parser in order to generate new attributes.
ExpressionParser(boolean) - Constructor for class com.rapidminer.tools.math.function.ExpressionParser
 
ExpressionParser(boolean, Process) - Constructor for class com.rapidminer.tools.math.function.ExpressionParser
This constructor allows additional functions if called within a process.
ExtendedCheckTree - Class in com.rapidminer.gui.tools
The check tree, i.e. a JTree also displaying selection checkboxes with triple states and automatic parent and child selections.
ExtendedCheckTree(TreeModel, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTree
 
ExtendedCheckTreeCellRenderer - Class in com.rapidminer.gui.tools
This is the combined renderer for the check tree.
ExtendedCheckTreeCellRenderer(TreeCellRenderer, ExtendedCheckTreeSelectionModel) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTreeCellRenderer
 
ExtendedCheckTreeMouseSelectionManager - Class in com.rapidminer.gui.tools
This is a mouse listener for check trees in order to update the selection events.
ExtendedCheckTreeMouseSelectionManager(JTree, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTreeMouseSelectionManager
 
ExtendedCheckTreeSelectionModel - Class in com.rapidminer.gui.tools
This is the selection model for the check tree.
ExtendedCheckTreeSelectionModel(TreeModel) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
ExtendedFixedColumnJTable - Class in com.rapidminer.gui.tools
This table can be used to display a fixed column as the first column which will never be moved or scrolled away.
ExtendedJComboBox - Class in com.rapidminer.gui.tools
A combo box which can use a predefined preferred size.
ExtendedJComboBox() - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int, int) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int, int, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJList - Class in com.rapidminer.gui.tools
Extended JList which provides tool tips in combination with an ExtendedListModel.
ExtendedJList(ExtendedListModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJList
 
ExtendedJList(ExtendedListModel, int) - Constructor for class com.rapidminer.gui.tools.ExtendedJList
 
ExtendedJScrollPane - Class in com.rapidminer.gui.tools
This extended version of the JScrollPane uses increased numbers of unit increments for both scroll bars making it more useful for mouse wheels.
ExtendedJScrollPane(Component) - Constructor for class com.rapidminer.gui.tools.ExtendedJScrollPane
 
ExtendedJSlider - Class in com.rapidminer.gui.tools
This extended version of the JSlider shows the currently selected value as tool tip.
ExtendedJSlider(int, int, int, int, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJSlider
 
ExtendedJSliderToolTips - Class in com.rapidminer.gui.tools
This class handles the tool tips for JSliders.
ExtendedJSliderToolTips() - Constructor for class com.rapidminer.gui.tools.ExtendedJSliderToolTips
 
ExtendedJTabbedPane - Class in com.rapidminer.gui.tools
Creates a tabbed pane with tabs at top and which scroll the tabs instead of creating multiple lines.
ExtendedJTabbedPane() - Constructor for class com.rapidminer.gui.tools.ExtendedJTabbedPane
 
ExtendedJTable - Class in com.rapidminer.gui.tools
This class extends a JTable in a way that editing is handled like it is expected, i.e.
ExtendedJTable() - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTableColumnFitMouseListener - Class in com.rapidminer.gui.tools
This is a the listener for double clicks on column separators in order to pack the left column.
ExtendedJTableColumnFitMouseListener() - Constructor for class com.rapidminer.gui.tools.ExtendedJTableColumnFitMouseListener
 
ExtendedJTablePacker - Class in com.rapidminer.gui.tools
This is a packer class for the extended JTable.
ExtendedJTablePacker(boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTablePacker
 
ExtendedJTableSorterModel - Class in com.rapidminer.gui.tools
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
ExtendedJTableSorterModel() - Constructor for class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ExtendedJTableSorterModel(TableModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ExtendedJTableSorterModel(TableModel, JTableHeader) - Constructor for class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ExtendedJToolBar - Class in com.rapidminer.gui.tools
This toolbar extension is not floatable and activate the hover effect.
ExtendedJToolBar() - Constructor for class com.rapidminer.gui.tools.ExtendedJToolBar
 
ExtendedListCellRenderer - Class in com.rapidminer.gui.tools
Provides an extended list cell renderer which allows the disabling of list elements according to their status in an extended list model.
ExtendedListCellRenderer(ExtendedListModel) - Constructor for class com.rapidminer.gui.tools.ExtendedListCellRenderer
 
ExtendedListModel - Class in com.rapidminer.gui.tools
Provides an extended list model which holds data for a ExtendedJList.
ExtendedListModel() - Constructor for class com.rapidminer.gui.tools.ExtendedListModel
 
ExtendedTriStateCheckBox - Class in com.rapidminer.gui.tools
This is the tri state check box.
ExtendedTriStateCheckBox(String, Icon, Boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedTriStateCheckBox(String, Boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedTriStateCheckBox(String) - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedTriStateCheckBox() - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedVertexShapeTransformer<V> - Class in com.rapidminer.gui.graphs
The extended vertex shaper for the GraphViewer.
ExtendedVertexShapeTransformer(GraphCreator<V, ?>) - Constructor for class com.rapidminer.gui.graphs.ExtendedVertexShapeTransformer
 
extract2ByteInt(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts a 2-byte (short) int from a byte array.
extractDouble(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts a double from a byte array.
extractFloat(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts a float from a byte array.
extractInt(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts an int from a byte array.
extractString(byte[], int, int) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts string from byte array.

F

F_MEASURE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALLOUT - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALSE_NEGATIVE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALSE_POSITIVE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALSE_STRINGS - Static variable in class com.rapidminer.tools.Tools
 
FastExample2SparseTransform - Class in com.rapidminer.example
This class can be used for the efficient generation of sparse example formats.
FastExample2SparseTransform(ExampleSet) - Constructor for class com.rapidminer.example.FastExample2SparseTransform
Returns for a table giving the equivalence between the positions of the Attributes in the ExampleTable and the number of the regular Attributes in the ExampleSet.
FastFourierTransform - Class in com.rapidminer.tools.math
Performs a FastFourierTransform on an array of complex values.
FastFourierTransform(int) - Constructor for class com.rapidminer.tools.math.FastFourierTransform
 
FastICA - Class in com.rapidminer.operator.features.transformation
This operator performs the independent componente analysis (ICA).
FastICA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.FastICA
 
FastICAModel - Class in com.rapidminer.operator.features.transformation
This is the transformation model of the FastICA.
FastICAModel(ExampleSet, int, double[], boolean, Matrix, Matrix, Matrix) - Constructor for class com.rapidminer.operator.features.transformation.FastICAModel
 
FastLargeMargin - Class in com.rapidminer.operator.learner.functions
Applies a fast margin learner based on the linear support vector learning scheme proposed by R.
FastLargeMargin(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.FastLargeMargin
 
FastMarginModel - Class in com.rapidminer.operator.learner.functions
This is the model of the fast margin learner which learns a linear SVM in linear time.
FastMarginModel(ExampleSet, Model, boolean) - Constructor for class com.rapidminer.operator.learner.functions.FastMarginModel
 
FATAL - Static variable in class com.rapidminer.tools.LogService
Use this log verbosity for logging of fatal errors which will stop process running somewhere in the future.
father - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
fc - Variable in class com.rapidminer.gui.look.fc.FileList
 
FDistribution - Class in com.rapidminer.tools.math
The FDistribution depends on two given degrees of freedom.
FDistribution(int, int) - Constructor for class com.rapidminer.tools.math.FDistribution
 
feasible(int) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
feasible(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
feasible_epsilon - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
feasible_epsilon - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
FEATURE_SELECTION_METHODS - Static variable in class com.rapidminer.operator.learner.functions.LinearRegression
Attribute selection methods
FeatureBlockTypeFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator switches off all features whose block type matches the one given in the parameter skip_features_of_type.
FeatureBlockTypeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureBlockTypeFilter
 
FeatureFilter - Class in com.rapidminer.operator.preprocessing.filter
This is an abstract superclass for feature filters.
FeatureFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureFilter
 
FeatureGenerationOperator - Class in com.rapidminer.operator.features.construction
This operator generates new user specified features.
FeatureGenerationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.FeatureGenerationOperator
 
FeatureGenerator - Class in com.rapidminer.generator
Abstract superclass of all attribute generators.
FeatureGenerator() - Constructor for class com.rapidminer.generator.FeatureGenerator
 
FeatureIterator - Class in com.rapidminer.operator.meta
This operator takes an input data set and applies its inner operators as often as the number of features of the input data is.
FeatureIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.FeatureIterator
 
FeatureNameFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator switches off all features whose name matches the one given in the parameter skip_features_with_name.
FeatureNameFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
 
FeatureOperator - Class in com.rapidminer.operator.features
This class is the superclass of all feature selection and generation operators.
FeatureOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.FeatureOperator
 
FeatureRangeRemoval - Class in com.rapidminer.operator.preprocessing.filter
This operator removes the attributes of a given range.
FeatureRangeRemoval(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
 
FeatureSelectionOperator - Class in com.rapidminer.operator.features.selection
This operator realizes the two deterministic greedy feature selection algorithms forward selection and backward elimination.
FeatureSelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
FeatureSubsetIteration - Class in com.rapidminer.operator.meta
This meta operator iterates through all possible feature subsets within the specified range and applies the inner operators on the feature subsets.
FeatureSubsetIteration(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.FeatureSubsetIteration
 
FeatureValueTypeFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator switches off all features whose value type matches the one given in the parameter skip_features_of_type.
FeatureValueTypeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureValueTypeFilter
 
FeatureWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting under the naive assumption that the features are independent from each other.
FeatureWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.FeatureWeighting
 
file - Variable in class com.rapidminer.test.OperatorDataSampleTest
 
FILE_PATH - Static variable in class com.rapidminer.tools.Ontology
 
FILECHOOSER_VIEW_DETAILS - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_ICON - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_LIST - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_THUMBNAIL - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_TYPE - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FileChooserUI - Class in com.rapidminer.gui.look.fc
The UI for the extended file chooser.
FileChooserUI(JFileChooser) - Constructor for class com.rapidminer.gui.look.fc.FileChooserUI
 
filechooserUI - Variable in class com.rapidminer.gui.look.fc.FileList
 
FileChooserUI.NewFolderAction - Class in com.rapidminer.gui.look.fc
Creates a new folder.
FileChooserUI.NewFolderAction() - Constructor for class com.rapidminer.gui.look.fc.FileChooserUI.NewFolderAction
 
FileDataRowReader - Class in com.rapidminer.example.table
FileDataRowReader implements a DataRowReader that reads DataRows from a file.
FileDataRowReader(DataRowFactory, List<AttributeDataSource>, double, int, String, char[], boolean, char, char, boolean, boolean, Charset, RandomGenerator) - Constructor for class com.rapidminer.example.table.FileDataRowReader
Constructs a new FileDataRowReader.
FileEchoOperator - Class in com.rapidminer.operator
This operator simply writed the specified text into the specified file.
FileEchoOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.FileEchoOperator
 
FileExistsCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if a file exists.
FileExistsCondition() - Constructor for class com.rapidminer.operator.meta.branch.FileExistsCondition
Constructor used by reflection.
FileIterator - Class in com.rapidminer.operator.meta
This operator iterates over the files in the specified directory (and subdirectories if the corresponding parameter is set to true).
FileIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.FileIterator
 
fileList - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FileList - Class in com.rapidminer.gui.look.fc
The actual file selection list.
FileList() - Constructor for class com.rapidminer.gui.look.fc.FileList
 
FileList(FileChooserUI, JFileChooser) - Constructor for class com.rapidminer.gui.look.fc.FileList
 
filePane - Variable in class com.rapidminer.gui.look.fc.ItemPanel
 
FileTable - Class in com.rapidminer.gui.look.fc
A table for the file details.
FileTable(FileList) - Constructor for class com.rapidminer.gui.look.fc.FileTable
 
FileTableLabel - Class in com.rapidminer.gui.look.fc
A label for the file table.
FileTableLabel() - Constructor for class com.rapidminer.gui.look.fc.FileTableLabel
 
FileTableLabel(String, ImageIcon, int) - Constructor for class com.rapidminer.gui.look.fc.FileTableLabel
 
FileValueCellEditor - Class in com.rapidminer.gui.properties
Cell editor consiting of a text field and a small button for opening a file chooser.
FileValueCellEditor(ParameterTypeFile) - Constructor for class com.rapidminer.gui.properties.FileValueCellEditor
 
FillDataGaps - Class in com.rapidminer.operator.preprocessing.series
This operator fills gaps in the data based on the ID attribute of the data set.
FillDataGaps(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.series.FillDataGaps
 
fillDataTable(SimpleDataTable, List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
fillDataTable(SimpleDataTable, Map<String, double[]>, Population, boolean) - Static method in class com.rapidminer.operator.features.PopulationPlotter
 
fillDataTable(SimpleDataTable, Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
fillNewRowAndColumn() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
fillSeriesExampleTable(MemoryExampleTable, ExampleSet, Attribute, int, int, int, int) - Method in class com.rapidminer.operator.preprocessing.series.MultivariateSeries2WindowExamples
 
fillSeriesExampleTable(MemoryExampleTable, ExampleSet, Attribute, int, int, int, int) - Method in class com.rapidminer.operator.preprocessing.series.Series2WindowExamples
The given label attribute might be null.
fillSeriesExampleTable(MemoryExampleTable, ExampleSet, Attribute, int, int, int, int) - Method in class com.rapidminer.operator.preprocessing.series.UnivariateSeries2WindowExamples
 
fillTableWithRandomValues(ExampleTable, ExampleSet, RandomGenerator) - Static method in class com.rapidminer.example.Tools
After creation of a new MemoryExampleTable with given size all values are Double.NaN.
filter(Complex[], int) - Method in class com.rapidminer.tools.math.SpectrumFilter
 
filterFitness(double) - Method in class com.rapidminer.operator.features.selection.BoltzmannSelection
Returns a fitness based on the Boltzmann theorem, i.e.
filterFitness(double) - Method in class com.rapidminer.operator.features.selection.RouletteWheel
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class com.rapidminer.operator.features.selection.StochasticUniversalSampling
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.BoltzmannSelection
Returns a fitness based on the Boltzmann theorem, i.e.
filterFitness(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.RouletteWheel
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.StochasticUniversalSampling
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
finalize() - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
finalize() - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
finalizeAll() - Method in class com.rapidminer.gui.look.fc.Item
 
findAllKdContainers(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Finds and fills all K distance containers for all objects in the Search Room by invoking the process of finding all k distance containers for one Search Object.
findAttribute(String) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the attribute with the given name.
findAttribute(String) - Method in interface com.rapidminer.example.table.ExampleTable
Returns the attribute with the given name.
findBestConfig(Item) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
findImplementationsInJar(JarFile, Class, List<String>) - Static method in class com.rapidminer.tools.Tools
 
findImplementationsInJar(ClassLoader, JarFile, Class<?>, List<String>) - Static method in class com.rapidminer.tools.Tools
 
findKdistanceContainers(SearchObject, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method processes a sequential search over the SearchSpace for a SearchObject so (named p here to be in line with the literature).
findMatchingBracket(Document, int) - Static method in class com.rapidminer.gui.tools.syntax.TextUtilities
Returns the offset of the bracket matching the one at the specified offset of the document, or -1 if the bracket is unmatched (or if the character is not a bracket).
findPlugins(File, boolean) - Static method in class com.rapidminer.tools.plugin.Plugin
Returns a list of plugins found in the plugins directory.
findRoleByName(String) - Method in interface com.rapidminer.example.Attributes
Finds the AttributeRole belonging to the attribute with the given name (both regular and special).
findRoleByName(String) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
findRoleByName(String) - Method in class com.rapidminer.example.SimpleAttributes
 
findRoleBySpecialName(String) - Method in interface com.rapidminer.example.Attributes
Finds the AttributeRole with the given special name (both regular and special).
findRoleBySpecialName(String) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
findRoleBySpecialName(String) - Method in class com.rapidminer.example.SimpleAttributes
 
findSourceFile(StackTraceElement) - Static method in class com.rapidminer.tools.Tools
 
findVisibleItems() - Method in class com.rapidminer.gui.look.fc.FileList
 
findWordEnd(String, int, String) - Static method in class com.rapidminer.gui.tools.syntax.TextUtilities
Locates the end of the word at the specified position.
findWordStart(String, int, String) - Static method in class com.rapidminer.gui.tools.syntax.TextUtilities
Locates the start of the word at the specified position.
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
This method is invoked at the end of the configuration process.
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizard
 
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizard
 
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.DBTableSelectionWizard
 
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard
 
finishAssign() - Method in class com.rapidminer.operator.clustering.Centroid
 
finishAssign() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
finishRendering() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
finishRendering() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Do nothing.
finishRendering() - Method in class com.rapidminer.gui.plotter.PlotterPanel
 
finishRendering() - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
finishRendering() - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
finishRendering() - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
finishRendering() - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
finishRendering() - Method in class com.rapidminer.gui.viewer.ROCViewer
 
finishRendering() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
finishRendering() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
finishRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
finishRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
finishRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
finishRendering() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
finishRendering() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
finishRendering() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
finishRendering() - Method in interface com.rapidminer.report.Renderable
Will be invoked directly after rendering and gives the object the chance to perform some clean-up.
finishReporting() - Method in class com.rapidminer.datatable.AbstractDataTable
 
finishReporting() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
finishReporting() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
finishReporting() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
finishReporting() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.DataViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
finishReporting() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
finishReporting() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
finishReporting() - Method in interface com.rapidminer.report.Tableable
 
fireCaretEvent() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
fireEvent() - Method in class com.rapidminer.datatable.AbstractDataTable
 
fireInsertUpdate(DocumentEvent) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
fireOperatorChanged(Object, TreePath) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Must be used to indicate that an operator was changed in some way.
fireOperatorInserted(Object, TreePath, int, Operator) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Must be used to indicate that a new operator was added.
fireOperatorRemoved(Object, TreePath, int, Operator) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Must be used to indicate that an operator was removed.
fireOperatorRenamed(Object, TreePath) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Must be used to indicate that an operator was renamed.
fireParameterChangedEvent() - Method in class com.rapidminer.gui.properties.ParameterValueKeyCellEditor
 
fireRemoveUpdate(DocumentEvent) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
fireResumeEvent() - Method in class com.rapidminer.Process
Fires the event that the process was resumed.
fireSettingsChanged() - Method in class com.rapidminer.gui.properties.SettingsDialog
 
fireStructureChanged(Object, TreePath) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Must be used to indicate that the tree structure has changed.
FIRST_SOURCE - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
FIRST_TYPE_INDEX - Static variable in class com.rapidminer.example.table.DataRowFactory
 
FIRST_TYPE_INDEX - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
FIRST_TYPE_INDEX - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
FIRST_TYPE_INDEX - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
FirstInnerOperatorCondition - Class in com.rapidminer.operator.condition
This condition can be used to define a output condition for the an inner operator in a chain where the first inner operator must be able to handle the specified input and all inner operators must be able to handle their predecessors output.
FirstInnerOperatorCondition(Class[]) - Constructor for class com.rapidminer.operator.condition.FirstInnerOperatorCondition
Creates an inner operator condition.
FirstInnerOperatorCondition(Class[], boolean) - Constructor for class com.rapidminer.operator.condition.FirstInnerOperatorCondition
Creates an inner operator condition.
firstLine - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
firstToken - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
The first token in the list.
FitAllColumnWidthsAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
FitAllColumnWidthsAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.FitAllColumnWidthsAction
 
FitColumnWidthAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
FitColumnWidthAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.FitColumnWidthAction
 
FixedSplitValidationChain - Class in com.rapidminer.operator.validation
A FixedSplitValidationChain splits up the example set at a fixed point into a training and test set and evaluates the model (linear sampling).
FixedSplitValidationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.FixedSplitValidationChain
 
FlatFuzzyClusterModel - Class in com.rapidminer.operator.clustering
This class represents a stadard implementation of a flat, fuzzy clustering.
FlatFuzzyClusterModel(int) - Constructor for class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
FlattenClusterModel - Class in com.rapidminer.operator.clustering
Creates a flat cluster model from a hierarchical one by expanding nodes in the order of their distance until the desired number of clusters is reached.
FlattenClusterModel(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.FlattenClusterModel
 
flipAttributeUsed(Attribute) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Flips the selection state of the attribute with the given index.
FloatArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a float array.
FloatArrayDataRow(float[]) - Constructor for class com.rapidminer.example.table.FloatArrayDataRow
Creates a new data row backed by an primitive array.
FloatSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
FloatSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.FloatSparseArrayDataRow
Creates an empty sparse array data row with size 0.
FloatSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.FloatSparseArrayDataRow
Creates a sparse array data row of the given size.
FLOOR - Static variable in class com.rapidminer.generator.FloorCeilGenerator
 
FloorCeilGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
FloorCeilGenerator(int) - Constructor for class com.rapidminer.generator.FloorCeilGenerator
 
FloorCeilGenerator() - Constructor for class com.rapidminer.generator.FloorCeilGenerator
 
flush() - Method in class com.rapidminer.tools.log.FormattedFilterStream
 
flush() - Method in class com.rapidminer.tools.log.StreamMultiplier
Flushes all writers.
flush() - Method in class com.rapidminer.tools.LogService
Flush the streams.
flush() - Method in class com.rapidminer.tools.OutputStreamMultiplier
 
flush() - Method in class com.rapidminer.tools.WriterMultiplier
Flushes all writers.
fm - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
focusColor - Variable in class com.rapidminer.gui.look.ui.RadioButtonUI
 
focusedComponent - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
focusGained(FocusEvent) - Method in class com.rapidminer.gui.look.ButtonListener
 
focusGained(FocusEvent) - Method in class com.rapidminer.gui.look.ToggleButtonListener
 
focusGained(FocusEvent) - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
focusLost(FocusEvent) - Method in class com.rapidminer.gui.look.ButtonListener
 
focusLost(FocusEvent) - Method in class com.rapidminer.gui.look.ToggleButtonListener
 
focusLost(FocusEvent) - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
FORCE_NUMERIC - Static variable in class com.rapidminer.operator.io.StataExampleSource
Force attributes to be numeric even if value labels exist.
forcePlotGeneration() - Method in interface com.rapidminer.gui.plotter.Plotter
Forces the generation of a plotter which might be necessary for reporting plotters which are usually generated by user interaction.
forcePlotGeneration() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This default implementation does nothing.
forcePlotGeneration() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
forcePlotGeneration() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
ForecastingCriterion - Interface in com.rapidminer.operator.performance
Indicates that this criterion is able to calculate a performance for a forecasting problem.
ForecastingPerformanceEvaluator - Class in com.rapidminer.operator.performance
This operator calculates performance criteria related to series forecasting / prediction.
ForecastingPerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.ForecastingPerformanceEvaluator
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter
Formats a single example.
format(Example) - Method in interface com.rapidminer.example.ExampleFormatter.FormatCommand
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter.SimpleCommand
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter.TextCommand
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter.ValueCommand
 
format(double, int) - Method in interface com.rapidminer.gui.plotter.AxisTransformation
Returns the formatted value.
format(double, int) - Method in class com.rapidminer.gui.plotter.AxisTransformationId
Returns the formatted value.
format(double, int) - Method in class com.rapidminer.gui.plotter.AxisTransformationLog
Returns the formatted value.
format(long) - Method in class com.rapidminer.tools.TimeFormat
This method takes the given number of milliseconds, time, and creates a new String containing a description of the time by means of days, hours, minutes and seconds.
FORMAT_NAMES - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Names of the formats.
FORMAT_NO_LABEL - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label is missing.
FORMAT_PREFIX - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label has a prefix specified in the prefix map.
FORMAT_SEPARATE_FILE - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label is in separate file.
FORMAT_TYPE_CURRENCY - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_INTEGER - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_NUMBER - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_PATTERN - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_PERCENT - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPES - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_XY - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label succeeds attributes.
FORMAT_YX - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label preceeds attributes.
formatDate(Date) - Static method in class com.rapidminer.tools.Tools
Format date as a short time string.
formatDateTime(Date) - Static method in class com.rapidminer.tools.Tools
Format date as a short time string.
formatDuation(long) - Static method in class com.rapidminer.tools.Tools
Format the given amount of milliseconds as a human readable string.
formatIntegerIfPossible(double) - Static method in class com.rapidminer.tools.Tools
Returns a number string with no fraction digits if possible.
formatIntegerIfPossible(double, int) - Static method in class com.rapidminer.tools.Tools
Returns a number string with no fraction digits if possible.
formatNumber(double) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (number format with usually three fraction digits).
formatNumber(double, int) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (uses the property rapidminer.gui.fractiondigits.numbers if the given number of digits is smaller than 0 (usually 3)).
formatPercent() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
formatPercent() - Method in class com.rapidminer.operator.performance.LenientRelativeError
Indicates whether or not percentage format should be used in the Averagable.toString() method.
formatPercent() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns true.
formatPercent() - Method in class com.rapidminer.operator.performance.RelativeError
Indicates wether or not percentage format should be used in the Averagable.toString() method.
formatPercent() - Method in class com.rapidminer.operator.performance.StrictRelativeError
Indicates whether or not percentage format should be used in the Averagable.toString() method.
formatPercent() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns true.
formatPercent() - Method in class com.rapidminer.tools.math.Averagable
Indicates wether or not percentage format should be used in the Averagable.toString() method.
formatPercent(double) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (percent format with two fraction digits).
FormattedFilterStream - Class in com.rapidminer.tools.log
Filters according to the given filter before the characters are given to the parent stream.
FormattedFilterStream(OutputStream, LogFormatFilter) - Constructor for class com.rapidminer.tools.log.FormattedFilterStream
 
FormattedTextFieldUI - Class in com.rapidminer.gui.look.ui
The UI for formatted text fields.
FormattedTextFieldUI() - Constructor for class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
FormatterException - Exception in com.rapidminer.example
This exception is thrown by the ExampleFormatter if the user specified format is not applicable to an example set.
FormatterException(String) - Constructor for exception com.rapidminer.example.FormatterException
 
formatTime(Date) - Static method in class com.rapidminer.tools.Tools
Format date as a short time string.
FORMULA_PROVIDER - Static variable in class com.rapidminer.operator.learner.LearnerCapability
 
FormulaExtractor - Class in com.rapidminer.operator.visualization
This operator extracts a prediction calculation formula from the given model and stores the formula in a formula result object which can then be written to a file, e.g. with the ResultWriter operator.
FormulaExtractor(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.FormulaExtractor
 
FormulaProvider - Interface in com.rapidminer.operator.learner
This interface indicates that the model is able to produce a human and machine readable formula which can then be parsed by other programs and used for predictions.
FORWARD_SELECTION - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
ForwardSelection - Class in com.rapidminer.operator.features.selection
This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.
ForwardSelection() - Constructor for class com.rapidminer.operator.features.selection.ForwardSelection
 
ForwardSelectionOperator - Class in com.rapidminer.operator.features.selection
 
ForwardSelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.ForwardSelectionOperator
 
forwardToNearestFor(String) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
ForwardWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting under the naive assumption that the features are independent from each other.
ForwardWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ForwardWeighting
 
foundMissing - Variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
FourierGeneratingMutation - Class in com.rapidminer.operator.features.construction
The mutation operator for FourierGGA.
FourierGeneratingMutation(List<Attribute>, double, List<FeatureGenerator>, int, int, int, int, int, double, String[], RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.FourierGeneratingMutation
 
FourierGenerator - Class in com.rapidminer.operator.features.construction
This PopulationOperator generates new attributes in an individual's example table.
FourierGenerator(int, int, int, double, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.FourierGenerator
Creates a new fourier generator.
FourierGGA - Class in com.rapidminer.operator.features.construction
FourierGGA has all functions of YAGGA2.
FourierGGA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.FourierGGA
 
FourierTransform - Class in com.rapidminer.operator.features.transformation
Creates a new example set consisting of the result of a fourier transformation for each attribute of the input example set.
FourierTransform(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.FourierTransform
 
FPGrowth - Class in com.rapidminer.operator.learner.associations.fpgrowth
This operator calculates all frequent items sets from a data set by building a FPTree data structure on the transaction data base.
FPGrowth(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
FPTree - Class in com.rapidminer.operator.learner.associations.fpgrowth
This is the basic data structure for FPGrowth.
FPTree() - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
 
FPTreeNode - Class in com.rapidminer.operator.learner.associations.fpgrowth
A node in the FPTree.
FPTreeNode() - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
FPTreeNode(FPTreeNode, Item) - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
FRAME_ICON_SIZES - Static variable in interface com.rapidminer.gui.tools.FrameIconProvider
 
FrameIconProvider - Interface in com.rapidminer.gui.tools
This is the basic interface for all frame icon providers.
frequencies - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
FREQUENCY2TIME - Static variable in class com.rapidminer.tools.math.FastFourierTransform
Specifies the transformation from frequency into time domain.
FrequencyCalculator - Class in com.rapidminer.operator.learner.tree
Calculates frequencies and weights.
FrequencyCalculator() - Constructor for class com.rapidminer.operator.learner.tree.FrequencyCalculator
 
FrequencyDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes all numeric attributes in the dataset into nominal attributes.
FrequencyDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
FrequencyStack - Interface in com.rapidminer.operator.learner.associations.fpgrowth
A stack for frequencies.
FrequentItemSet - Class in com.rapidminer.operator.learner.associations
A frequent item set contains a set of frequent Items.
FrequentItemSet() - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSet
 
FrequentItemSet(ArrayList<Item>, int) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSet
 
FrequentItemSetAttributeCreator - Class in com.rapidminer.operator.learner.associations
This operator takes all FrequentItemSet sets within IOObjects and creates attributes for every frequent item set.
FrequentItemSetAttributeCreator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSetAttributeCreator
 
FrequentItemSets - Class in com.rapidminer.operator.learner.associations
Contains a collection of FrequentItemSets.
FrequentItemSets(int) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSets
 
FrequentItemSetsDataSampleTest - Class in com.rapidminer.test
This class tests the Items of FrequentItemSets
FrequentItemSetsDataSampleTest(String, int, String[]) - Constructor for class com.rapidminer.test.FrequentItemSetsDataSampleTest
Gets as additional input the number of the tested item of a FrequentItemSet
FrequentItemSetsTableModel - Class in com.rapidminer.gui.viewer
This table model can be used as visualization for a set of frequent item sets.
FrequentItemSetsTableModel(FrequentItemSets) - Constructor for class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
FrequentItemSetsTableRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the table view of frequent item sets.
FrequentItemSetsTableRenderer() - Constructor for class com.rapidminer.gui.renderer.models.FrequentItemSetsTableRenderer
 
FrequentItemSetUnificator - Class in com.rapidminer.operator.learner.associations
This operator compares a number of FrequentItemSet sets and removes every not unique FrequentItemSet.
FrequentItemSetUnificator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSetUnificator
 
FrequentItemSetVisualization - Class in com.rapidminer.gui.viewer
The viewer for frequent item sets.
FrequentItemSetVisualization(FrequentItemSets) - Constructor for class com.rapidminer.gui.viewer.FrequentItemSetVisualization
 
fromXML(InputStream) - Method in class com.rapidminer.tools.XMLSerialization
 
FullCache - Class in com.rapidminer.tools.math.kernels
Stores all distances in a matrix (attention: should only be used for smaller data sets).
FullCache(ExampleSet, Kernel) - Constructor for class com.rapidminer.tools.math.kernels.FullCache
 
FullKernelDistribution - Class in com.rapidminer.tools.math.distribution.kernel
An updatable estimated kernel density distribution.
FullKernelDistribution() - Constructor for class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
FullKernelDistribution(double) - Constructor for class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
fullMarker - Static variable in class com.rapidminer.gui.operatortree.DnDSupport
 
FUNCTION_NAME - Static variable in class com.rapidminer.generator.ConstantGenerator
 
FUNCTION_NAMES - Static variable in class com.rapidminer.generator.ReciprocalValueGenerator
 
FUNCTION_NAMES - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
FUNCTION_VALUE - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
FUNCTIONS - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
FUNCTIONS - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
FUNCTIONS - Static variable in class com.rapidminer.tools.math.WindowFunction
The currently implemented window functions.

G

GAIN - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
GainRatioCriterion - Class in com.rapidminer.operator.learner.tree
The gain ratio divides the information gain by the prior split info in order to prevent id-like attributes to be selected as the best.
GainRatioCriterion() - Constructor for class com.rapidminer.operator.learner.tree.GainRatioCriterion
 
GainRatioCriterion(double) - Constructor for class com.rapidminer.operator.learner.tree.GainRatioCriterion
 
GaussFeatureConstructionOperator - Class in com.rapidminer.operator.features.construction
Creates a gaussian function based on a given attribute and a specified mean and standard deviation sigma.
GaussFeatureConstructionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
GAUSSIAN - Static variable in class com.rapidminer.generator.SinusFactory
 
GAUSSIAN - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
GAUSSIAN_MUTATION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a gaussian mutation.
GaussianCombinationKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the Gaussian combination kernel of both examples.
GaussianCombinationKernel() - Constructor for class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
GaussianFunction - Class in com.rapidminer.operator.generator
Generates a gaussian distribution for all attributes.
GaussianFunction() - Constructor for class com.rapidminer.operator.generator.GaussianFunction
 
GaussianMixtureFunction - Class in com.rapidminer.operator.generator
Generates a gaussian distribution for all attributes.
GaussianMixtureFunction() - Constructor for class com.rapidminer.operator.generator.GaussianMixtureFunction
 
GaussianMutation - Class in com.rapidminer.tools.math.optimization.ec.es
Changes the values by adding a gaussian distribution multiplied with the current variance.
GaussianMutation(double[], double[], double[], OptimizationValueType[], Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.GaussianMutation
 
GaussianSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the gaussian smoothing kernel.
GaussianSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.GaussianSmoothingKernel
 
GaussianWindowFunction - Class in com.rapidminer.tools.math.function.window
A gaussian window function.
GaussianWindowFunction(Integer, double) - Constructor for class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
GaussianWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
GaussianWindowFunction(Integer, Integer, double) - Constructor for class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
GeneralizedIDivergence - Class in com.rapidminer.tools.math.similarity.divergences
The "Generalized I-divergence ".
GeneralizedIDivergence() - Constructor for class com.rapidminer.tools.math.similarity.divergences.GeneralizedIDivergence
 
generate(DataRow) - Method in class com.rapidminer.generator.BinaryNumericalGenerator
 
generate(DataRow) - Method in class com.rapidminer.generator.ConstantGenerator
 
generate(DataRow) - Method in class com.rapidminer.generator.FeatureGenerator
Generates the new attribute values for the example e and returns the new attribute values as doubles.
generate(DataRow) - Method in class com.rapidminer.generator.SingularNumericalGenerator
 
generate(LinkedList<Hypothesis>) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
Generates all successors of the hypothesis in the given list.
generateAll(PrintWriter) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateAll(PrintWriter, boolean) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateAll(LoggingHandler, ExampleSet, InputStream) - Method in class com.rapidminer.example.AttributeParser
Parses all lines.
generateAll(ExampleTable, Collection<FeatureGenerator>) - Static method in class com.rapidminer.generator.FeatureGenerator
Generates all new attributes and updates the ExampleTable.
generateAttribute(LoggingHandler, String, ExampleTable) - Method in class com.rapidminer.example.AttributeParser
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
Generates a cluster model from an example set.
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.DBScan
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.GenericWekaClustererAdaptor
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.KernelKMeans
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.KMeans
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.KMedoids
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.RandomClustering
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
generateDoc(Operator, RootDoc, PrintWriter) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
generateDoc(Operator, RootDoc, PrintWriter) - Method in interface com.rapidminer.doc.OperatorDocGenerator
Generates the documentation for this operator and writes it to the given writer.
generateDoc(Operator, RootDoc, PrintWriter) - Method in class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
 
generateGroup(PrintWriter, GroupTree, boolean) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateLabel(CategoryDataset, int, int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator
Generates the label for an item in a dataset.
generateOperators(PrintWriter, Collection<OperatorDescription>) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateRules(int, Attribute) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
generateSinusFunctions(ExampleSet, List<AttributePeak>, Random) - Method in class com.rapidminer.generator.SinusFactory
Generates a new sinus function attribute for all given attribute peaks.
generateThumbs() - Method in class com.rapidminer.gui.look.fc.FileList
 
GeneratingGeneticAlgorithm - Class in com.rapidminer.operator.features.construction
In contrast to the class GeneticAlgorithm, the GeneratingGeneticAlgorithm generates new attributes and thus can change the length of an individual.
GeneratingGeneticAlgorithm(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
 
GeneratingMutation - Class in com.rapidminer.operator.features.construction
The mutation operator for YAGGA.
GeneratingMutation(List<Attribute>, double, int, List<FeatureGenerator>, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.GeneratingMutation
 
GenerationException - Exception in com.rapidminer.generator
This exception will be thrown if an error occurs during the generation of new features.
GenerationException(String) - Constructor for exception com.rapidminer.generator.GenerationException
 
GenerationException(String, Exception) - Constructor for exception com.rapidminer.generator.GenerationException
 
GENERIC_ERROR_MESSAGE - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
A generic wrong file format error message.
GenericArrowButton - Class in com.rapidminer.gui.look
The button used at the end of scrollbars.
GenericArrowButton(int, int, int) - Constructor for class com.rapidminer.gui.look.GenericArrowButton
 
GenericOperatorFactory - Interface in com.rapidminer.tools
Classes which implement this interface must have an empty constructor and must register additional generic operators in the method GenericOperatorFactory.registerOperators(ClassLoader).
GenericWekaAssociationLearner - Class in com.rapidminer.operator.learner.weka
Performs the Weka association rule learner with the same name.
GenericWekaAssociationLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.weka.GenericWekaAssociationLearner
 
GenericWekaAttributeWeighting - Class in com.rapidminer.operator.features.weighting
Performs the AttributeEvaluator of Weka with the same name to determine a sort of attribute relevance.
GenericWekaAttributeWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.GenericWekaAttributeWeighting
 
GenericWekaClustererAdaptor - Class in com.rapidminer.operator.clustering.clusterer
This operator performs the Weka clustering scheme with the same name.
GenericWekaClustererAdaptor(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.GenericWekaClustererAdaptor
 
GenericWekaEnsembleLearner - Class in com.rapidminer.operator.learner.weka
Performs the ensemble learning scheme of Weka with the same name.
GenericWekaEnsembleLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.weka.GenericWekaEnsembleLearner
 
GenericWekaLearner - Class in com.rapidminer.operator.learner.weka
Performs the Weka learning scheme with the same name.
GenericWekaLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.weka.GenericWekaLearner
 
GenericWekaMetaLearner - Class in com.rapidminer.operator.learner.weka
Performs the meta learning scheme of Weka with the same name.
GenericWekaMetaLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.weka.GenericWekaMetaLearner
 
GeneticAlgorithm - Class in com.rapidminer.operator.features.selection
A genetic algorithm for feature selection (mutation=switch features on and off, crossover=interchange used features).
GeneticAlgorithm(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
geometrical_tol - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
GeometricDataCollection<T extends java.io.Serializable> - Interface in com.rapidminer.tools.math.container
This interface provides the methods for multidimensional data structures providing efficient search in data space for the next k neighbors and its distances, or the next neighbors in a specified distance.
GEQ - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
get(String) - Method in class com.rapidminer.example.AbstractAttributes
 
get(String) - Method in interface com.rapidminer.example.Attributes
Returns the attribute for the given name.
get(Object) - Method in class com.rapidminer.example.Example
 
get(int, double) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Returns the desired data for the given attribute.
get(int, double) - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Returns the value for the desired index.
get(int, double) - Method in class com.rapidminer.example.table.ByteArrayDataRow
Returns the value for the desired index.
get(Attribute) - Method in class com.rapidminer.example.table.DatabaseDataRow
Returns the desired data for the given attribute.
get(int, double) - Method in class com.rapidminer.example.table.DatabaseDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.DataRow
Returns the value for the given index.
get(Attribute) - Method in class com.rapidminer.example.table.DataRow
Returns the value stored at the given Attribute's index.
get(int, double) - Method in class com.rapidminer.example.table.DoubleArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.FloatArrayDataRow
Returns the desired data for the given index.
get(int, double) - Method in class com.rapidminer.example.table.IntArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.LongArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.NonWritableDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.ShortArrayDataRow
Returns the desired data for the given index.
get(int, double) - Method in class com.rapidminer.example.table.SparseMapDataRow
Returns the desired data for the given index.
get(int, int) - Method in class com.rapidminer.gui.attributeeditor.CellEditors
Returns the cell renderer in the given row and column.
get(int, int) - Method in class com.rapidminer.gui.attributeeditor.CellRenderers
Returns the cell renderer in the given row and column.
get(int, int) - Method in class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
get(int) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns a single individual.
get(int) - Method in class com.rapidminer.operator.features.Population
Returns a single individual.
get(Class<T>) - Method in class com.rapidminer.operator.IOContainer
Gets the first IOObject which is of class cls.
get(Class<T>, int) - Method in class com.rapidminer.operator.IOContainer
Gets the nr-th IOObject which is of class cls.
get(int) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Returns the array element at the specified single dimension array position.
get(int[]) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Returns the array element at the position specified by the given indices.
get(int) - Method in class com.rapidminer.tools.math.container.BallTree
 
get(int) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This returns the index-th value added to this collection.
get(int) - Method in class com.rapidminer.tools.math.container.KDTree
 
get(int) - Method in class com.rapidminer.tools.math.container.LinearList
 
get(int, int) - Method in class com.rapidminer.tools.math.kernels.FullCache
 
get(int, int) - Method in interface com.rapidminer.tools.math.kernels.KernelCache
Delivers the cached value or Double.NaN if the value is not known.
get(int, int) - Method in class com.rapidminer.tools.math.kernels.MapBasedCache
 
get(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Returns a single individual.
get(int) - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
get(int) - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
get(String) - Method in class com.rapidminer.tools.StringProperties
 
get_alpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets an alpha-value.
get_alphas() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets the alpha array.
get_b() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
get b
get_dim() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets the dimension of the examples
get_element(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
get element from cache
get_example(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets an example.
get_lru_element() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
 
get_lru_pos() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
 
get_n() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
get_R() - Method in class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
get_row(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Gets a kernel row
get_values() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
get_y(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets an y-value.
get_ys() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets the y array
getA() - Method in class com.rapidminer.operator.postprocessing.PlattParameters
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Accuracy
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Bias
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Binomial
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Lift
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Odds
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.OddsRatio
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Precision
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Squared
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.WRAcc
 
getAccuracy() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getAction(String) - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns a named text area action.
getActionName(ActionListener) - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns the name of the specified text area action.
getActions() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getActions() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getActions() - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns an enumeration of all available actions.
getActions() - Method in interface com.rapidminer.operator.ResultObject
Returns a list of actions (e.g.
getActions() - Method in class com.rapidminer.operator.ResultObjectAdapter
Returns a list of all actions which can be performed for this result object.
getActivationFunction() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
getActualParentIndex(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Returns the index of the example in the parent example set.
getAdaptationRadius(double[], int, int) - Method in interface com.rapidminer.tools.math.som.AdaptationFunction
This method returns the maximum adaption radius, given the input stimulus, the current trainingsphase (time) and the total number of trainingsphases (timemax).
getAdaptationRadius(double[], int, int) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
getAdditionalFileData() - Method in class com.rapidminer.gui.look.fc.Item
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
The default implementation delivers an empty set.
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
The default implementation delivers an empty set.
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getAdditionalParameterKeys() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
The default implementation delivers an empty set.
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.meta.ExceptionHandling
 
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.meta.OperatorEnabler
Since the apply methods of the inner operators already add additional output, the handle additional output method should simply return a new container which is build from the additional output objects.
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.Operator
Indicates how additional output should be added to the IOContainer.
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.ProcessRootOperator
Since the apply methods of the inner operators already add additional output, the handle additional output method should simply return a new container which is build from the additional output objects.
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.SimpleOperatorChain
Since the apply methods of the inner operators already add additional output, the handle additional output method should simply return a new container which is build from the additional output objects.
getAliasName(JDBCProperties, boolean) - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getAllAttributeNames(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
getAllAttributes() - Method in class com.rapidminer.tools.att.AttributeSet
Returns a list of all, i.e. regular and special attributes.
getAllCapabilities() - Static method in class com.rapidminer.operator.learner.LearnerCapability
 
getAllConclusionItems() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getAllDriverInfos() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getAllDrivers() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getAllInnerOperators() - Method in class com.rapidminer.operator.OperatorChain
Returns recursively all child operators independently if they are activated or not.
getAllOperatorDescriptions() - Method in class com.rapidminer.tools.GroupTree
Returns all operator in this group and recursively the operators of all children.
getAllOperatorNames() - Method in class com.rapidminer.Process
Returns a Set view of all operator names (i.e.
getAllOperators() - Method in class com.rapidminer.Process
Returns a Collection view of all operators.
getAllPlugins() - Static method in class com.rapidminer.tools.plugin.Plugin
Returns the collection of all plugins.
getAllRefinedRules(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
A refinement method that - when applied sytematically during learning - generates all rules for nominal attributes and a boolean target exactly once.
getAllRenderableObjectNames() - Static method in class com.rapidminer.gui.renderer.RendererService
 
getAllReportableObjectNames() - Static method in class com.rapidminer.gui.renderer.RendererService
 
getAllStatistics() - Method in interface com.rapidminer.example.Attribute
Returns an iterator over all statistics objects available for this type of attribute.
getAllStatistics() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the attribute statistics.
getAllTableMetaData() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getAllTimeZones() - Static method in class com.rapidminer.tools.Tools
 
getAllValues() - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getAlpha() - Method in class com.rapidminer.operator.learner.functions.kernel.SupportVector
 
getAlphas() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
getAnchorPoint(Rectangle2D, Dimension, Renderer.VertexLabel.Position) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
getAnimate() - Method in class com.rapidminer.gui.graphs.LayoutSelection
 
getAnovaAttributeNames() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getApplyCount() - Method in class com.rapidminer.operator.Operator
Returns the number of times this operator was already applied.
getApproveButton(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getApproveSelectionAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getArgument(int) - Method in class com.rapidminer.generator.FeatureGenerator
Returns the i-th selected argument (the true index as used in the example set's example table).
getArrowButtonColors() - Method in class com.rapidminer.gui.look.Colors
 
getAssociatedDnDSupport() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Registers this instance of the operator tree at the drag & drop support
getAsString(double, int, boolean) - Method in interface com.rapidminer.example.Attribute
Returns a formatted string of the given value according to the attribute type.
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.DateAttribute
 
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.NominalAttribute
Returns a string representation and maps the value to a string if type is nominal.
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.NumericalAttribute
Returns a string representation of value.
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.ViewAttribute
 
getAtomics(V) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getAttribute() - Method in class com.rapidminer.example.AttributeRole
 
getAttribute(int) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the attribute of the column number i.
getAttribute(int) - Method in interface com.rapidminer.example.table.ExampleTable
Returns the attribute of the column number i.
getAttribute() - Method in class com.rapidminer.generator.AttributePeak
 
getAttribute() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns the attribute of this literals.
getAttribute() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
getAttribute() - Method in class com.rapidminer.operator.learner.tree.Benefit
 
getAttribute() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
getAttribute() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getAttribute(int) - Method in class com.rapidminer.tools.att.AttributeSet
Returns an attribute by index.
getAttributeConstructions() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getAttributeCount() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the number of non null attributes.
getAttributeCount() - Method in interface com.rapidminer.example.table.ExampleTable
Returns the number of non null attributes.
getAttributeDataSources() - Method in class com.rapidminer.tools.att.AttributeDataSourceCreator
 
getAttributeName() - Method in class com.rapidminer.operator.learner.tree.AbstractSplitCondition
 
getAttributeName() - Method in interface com.rapidminer.operator.learner.tree.SplitCondition
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
Returns the name of the attribute the distribution belongs to.
getAttributeName() - Method in interface com.rapidminer.tools.math.distribution.Distribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getAttributeNames() - Method in class com.rapidminer.example.AttributeWeights
Returns an set of attribute names in this map ordered by their insertion time.
getAttributeNames() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getAttributeNames() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel
 
getAttributeOfLiteral(int) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getAttributePeaks(ExampleSet, Attribute, Attribute) - Method in class com.rapidminer.generator.SinusFactory
Calculates the fourier transformation from the first attribute on the second and delivers the maxPeaks highest peaks.
getAttributes() - Method in class com.rapidminer.example.Example
Delivers the attributes.
getAttributes() - Method in interface com.rapidminer.example.ExampleSet
Returns the data structure holding all attributes.
getAttributes() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
Returns the attribute container.
getAttributes() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.MappedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.RemappedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SimpleExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SortedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SplittedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new array containing all Attributes.
getAttributes() - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new array containing all Attributes.
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getAttributeValues(int) - Method in class com.rapidminer.tools.math.kernels.Kernel
 
getAttributeWeights() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getAttributeWeights() - Method in class com.rapidminer.gui.dialog.AttributeWeightsDialog
 
getAttributeWeights() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getAttributeWeights() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getAveragable(int) - Method in class com.rapidminer.tools.math.AverageVector
Returns the Averagable by index.
getAveragable(String) - Method in class com.rapidminer.tools.math.AverageVector
Returns the Averagable by name.
getAverage() - Method in class com.rapidminer.tools.math.Averagable
This method returns the makro average if it was defined and the mikro average (the current value) otherwise.
getAverageCount() - Method in class com.rapidminer.tools.math.Averagable
Returns the number of averagables used to create this averagable.
getAverageDistanceMeasures(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the average distances measures for the objects in the SearchSpace, calculating: mean distance standard deviation variance The calculation is time consuming and should only be invoked if the data set is parsed for the first time (to get a feeling on it for statistical choices of parameters p and d for e.g.
getAverageLOFMeasures() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the average LOF measures for the objects in the SearchSpace, calculating: mean LOF standard deviation variance
getAverageWeight(AttributeWeightedExampleSet) - Static method in class com.rapidminer.example.Tools
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getAxis(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the data dimension which is used for the given axis or -1 if no axis is used.
getAxis(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns -1.
getAxis(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
getAxisName(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns a label for the axis with the given index, e.g.
getAxisName(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getAxisName(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getB() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Returns the value of b.
getB() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getB() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Returns the value of b.
getB() - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Returns the value of b.
getB() - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
Returns the value of b.
getB() - Method in class com.rapidminer.operator.postprocessing.PlattParameters
 
getBackground(Dimension) - Method in class com.rapidminer.gui.dialog.boxviewer.ChainRenderer
 
getBackground(Dimension) - Method in class com.rapidminer.gui.dialog.boxviewer.SimpleChainRenderer
 
getBackground(Dimension) - Method in class com.rapidminer.gui.dialog.boxviewer.WrapperRenderer
 
getBaseName() - Method in class com.rapidminer.gui.MainFrame
 
getBaseName() - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
getBasisVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
 
getBasisVector() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Get basis vector
getBasisVectorValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
 
getBayBoostBaseModelInfo(int) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
 
getBenefit(ExampleSet, ExampleSet, String) - Method in class com.rapidminer.operator.learner.rules.AccuracyCriterion
 
getBenefit(ExampleSet, ExampleSet, String) - Method in interface com.rapidminer.operator.learner.rules.Criterion
 
getBenefit(ExampleSet, ExampleSet, String) - Method in class com.rapidminer.operator.learner.rules.InfoGainCriterion
 
getBenefit() - Method in class com.rapidminer.operator.learner.rules.Split
 
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.AccuracyCriterion
 
getBenefit() - Method in class com.rapidminer.operator.learner.tree.Benefit
 
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.GiniIndexCriterion
 
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.InfoGainCriterion
 
getBestEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getBestFitnessEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best fitness ever.
getBestFitnessEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getBestFitnessEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best fitness ever.
getBestFitnessEver() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best fitness ever.
getBestFitnessInGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best fitness in the current generation.
getBestFitnessInGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getBestFitnessInGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best fitness in the current generation.
getBestFitnessInGeneration() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best fitness in the current generation.
getBestIndividualEver() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns all generations' best individual.
getBestIndividualEver() - Method in class com.rapidminer.operator.features.Population
Returns all generations' best individual.
getBestIsometricsTPValue() - Method in class com.rapidminer.tools.math.ROCData
 
getBestModel() - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
getBestPerformanceEver() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the best performance.
getBestPerformanceEver() - Method in class com.rapidminer.operator.features.Population
Returns the best performance.
getBestPerformanceEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best performance vector ever.
getBestPerformanceEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getBestPerformanceEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best performance vector ever.
getBestPerformanceEver() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best performance vector ever.
getBestRule() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
getBestSize() - Method in class com.rapidminer.gui.look.fc.Item
 
getBestSplit(ExampleSet, Attribute, String) - Method in class com.rapidminer.operator.learner.rules.NumericalSplitter
 
getBestSplit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.NumericalSplitter
 
getBestTerm(ExampleSet, String) - Method in class com.rapidminer.operator.learner.rules.TermDetermination
 
getBestThreshold() - Method in class com.rapidminer.tools.math.ROCDataGenerator
The best threshold will automatically be determined during the calculation of the ROC data list.
getBestValuesEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best values ever.
getBestValuesEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best values ever.
getBestValuesEver() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best values ever.
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getBigSystemIcon(Image) - Static method in class com.rapidminer.gui.look.fc.Tools
 
getBlack() - Static method in class com.rapidminer.gui.look.Colors
 
getBlockType() - Method in interface com.rapidminer.example.Attribute
Returns the block type of this attribute.
getBlockType() - Method in class com.rapidminer.example.AttributeDescription
 
getBlockType() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the block type of this attribute.
getBookmarks() - Method in class com.rapidminer.gui.look.fc.BookmarkIO
 
getBorderColor() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getBorderColor() - Method in class com.rapidminer.gui.plotter.PlotterPoint
 
getBorderColors() - Method in class com.rapidminer.gui.look.Colors
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ButtonBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ButtonBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.CheckBoxBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.CheckBoxBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ComboBoxBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ComboBoxBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ComboBoxEditorBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ComboBoxEditorBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.DummyBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.DummyBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.EmptyBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.EmptyBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.InternalFrameBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.InternalFrameBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.MenuBarBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.MenuBarBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.MenuBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.MenuBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.PopupBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.PopupBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.PopupMenuBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.PopupMenuBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ProgressBarBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ProgressBarBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ScrollPaneBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ScrollPaneBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.SpinnerBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.SpinnerBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.SplitPaneBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.SplitPaneBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.TableHeaderBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.TextFieldBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.TextFieldBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ToolBarBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ToolBarBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ToolTipBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ToolTipBorder
 
getBottomPanel() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getBracketHighlightColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the bracket highlight color.
getBracketLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the line of the highlighted bracket (the bracket matching the one before the caret)
getBracketPosition() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the position of the highlighted bracket (the bracket matching the one before the caret)
getBuildingBlock(Operator) - Method in class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog
 
getBuildingBlocks() - Static method in class com.rapidminer.tools.BuildingBlockService
Returns a sorted list of all building blocks.
getBuildingBlocks() - Method in class com.rapidminer.tools.plugin.Plugin
Returns a list of building blocks.
getButtonBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getButtonBorderColors() - Method in class com.rapidminer.gui.look.Colors
 
getButtonPanel() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getButtonSkinColors() - Method in class com.rapidminer.gui.look.Colors
 
getButtonText() - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
getButtonText() - Method in interface com.rapidminer.gui.wizards.ConfigurationWizardCreator
 
getButtonText() - Method in class com.rapidminer.gui.wizards.DBExampleSetWriterConfigurationWizardCreator
 
getButtonText() - Method in class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardCreator
 
getButtonText() - Method in class com.rapidminer.gui.wizards.DBTableSelectionWizardCreator
 
getButtonText() - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
 
getC() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Gets the complexity constant of the svm.
getCacheSize() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
 
getCalculationThread() - Method in class com.rapidminer.gui.tools.JDelayedCalculationPanel
 
getCancelSelectionAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getCapability(int) - Static method in class com.rapidminer.operator.learner.LearnerCapability
 
getCardN(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the cardinality for k-neighbourhood (|N_k(p)|) for a SearchObject for k.
getCaretColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the caret color.
getCaretLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the caret line.
getCaretPosition() - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
getCaretPosition() - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
getCaretPosition() - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
getCaretPosition() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the caret position.
getCategory(int) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getCell(int, int) - Method in class com.rapidminer.datatable.AbstractDataTable
 
getCell(int, int) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getCell(int, int) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getCell(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.DataViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getCell(int, int) - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getCell(int, int) - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getCell(int, int) - Method in interface com.rapidminer.report.Tableable
 
getCellColor(int, int) - Method in interface com.rapidminer.gui.tools.CellColorProvider
Deliver the color for the specified cell.
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderAlternating
 
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderScaled
 
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderWhite
 
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderYellow
 
getCellColorProvider() - Method in class com.rapidminer.gui.tools.ExtendedJTable
The returned color provider will be used for the cell renderer.
getCellEditor(int, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
getCellEditorValue() - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.ColorValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.ConfigurationWizardValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.FileValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.InnerOperatorValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.ListValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.MatrixValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.OperatorValueValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.ParameterValueKeyCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.PreviewValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.TextValueCellEditor
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
getCellRenderer() - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.wizards.DBExampleSourceConfigurationWizardDataTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
getCenter() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getCenter() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
getCentroid() - Method in class com.rapidminer.operator.clustering.Centroid
 
getCentroid(int) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getCentroidCoordinates(int) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getChangeToParentDirectoryAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getCheckBoxBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getCheckBoxButtonColors() - Method in class com.rapidminer.gui.look.Colors
 
getCheckBoxIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getCheckBoxMenuItemIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getCheckedPaths() - Method in class com.rapidminer.gui.tools.ExtendedCheckTree
 
getCheckForMaximum() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Returns if the operator should check if the maximum was reached for the main criterion.
getCheckForMaximum() - Method in class com.rapidminer.operator.features.FeatureOperator
Returns if the operator should check if the maximum was reached for the main criterion.
getChild(Object, int) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Returns the child with the given index.
getChild(Object, int) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getChild() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This method returns the first child.
getChild() - Method in class com.rapidminer.operator.learner.tree.Edge
 
getChild() - Method in class com.rapidminer.tools.math.container.BallTreeNode
This method returns the left child if existing or the right child if left doesnt exist.
getChildCount(Object) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Returns the number of children operators.
getChildCount(Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getChildren() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This returns the map, which maps the child nodes on items.
getChiSquaredStatistics(double[][], boolean) - Static method in class com.rapidminer.tools.math.ContingencyTableTools
This method calculates the chi-squared statistic for the given contingency table.
getClass(String) - Static method in class com.rapidminer.gui.renderer.RendererService
 
getClassByShortName(String) - Method in class com.rapidminer.tools.ClassNameMapper
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getClassificationLabel() - Method in class com.rapidminer.operator.text.TextObject
 
getClassifier() - Method in class com.rapidminer.operator.learner.weka.WekaClassifier
 
getClassIndex() - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
getClassIndices() - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getClassIndices() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getClassIndices() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getClassLoader() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the class loader of this plugin.
getClassName(int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getClassName(int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getClassName(int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getClassName() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Delivers class weights for performance criteria which implement the ClassWeightedPerformance interface.
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
Returns null.
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.ForecastingPerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
Returns null.
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
Returns null.
getClipBoard() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Returns the current clip board.
getCloseTag(int) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
getCloseTag(int) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
getCluster() - Method in class com.rapidminer.example.AbstractAttributes
 
getCluster() - Method in interface com.rapidminer.example.Attributes
Returns the cluster attribute or null if no label attribute is defined.
getCluster(int) - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getClusterAssignments(ExampleSet) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getClusterAssignments(ExampleSet) - Method in class com.rapidminer.operator.clustering.ClusterModel
This method returns an array with the indices or the cluster for all examples in the set.
getClusterCovarianceMatrix(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getClusterId() - Method in class com.rapidminer.operator.clustering.Cluster
Get the id of the cluster.
getClusterId() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
getClusterId1() - Method in class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
getClusterId2() - Method in class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
getClusterIndexOfId(Object) - Method in class com.rapidminer.operator.clustering.ClusterModel
This method returns the index of the cluster, this Id's example has been assigned to.
getClusterMean(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getClusterProbability(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getClusters() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getClusterStandardDeviation(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getCode() - Method in interface com.rapidminer.NoBugError
Returns the error code.
getCode() - Method in exception com.rapidminer.NoOpUserError
 
getCode() - Method in exception com.rapidminer.operator.UserError
 
getCoefficients() - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
getColor() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getColor() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyle
 
getColor() - Method in class com.rapidminer.gui.plotter.PlotterPoint
 
getColor() - Method in class com.rapidminer.gui.plotter.Quartile
 
getColor() - Method in class com.rapidminer.gui.plotter.RectangleStyle
 
getColor() - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns the color specified in this style.
getColorProvider() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getColors() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getColors() - Static method in class com.rapidminer.gui.look.RapidLookTools
 
getColumn() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getColumnBaseName() - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
getColumnClass(int) - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.tools.JDBCDriverTable
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns the classes of the columns.
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getColumnCount() - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
Returns the sum of the number of special attributes, the number of regular attributes and 1 for the row no. column.
getColumnCount() - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns up to 9 for the following eight columns (depending on the current column selection):
0: type
1: index
2: name
3: construction
4: value type
5: block type
6: basic statistics
7: range statistics
8: sum statistics
9: unknown statistics
getColumnCount() - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getColumnIdentifiers() - Method in class com.rapidminer.gui.properties.MatrixPropertyTableModel
 
getColumnIndex(String) - Method in interface com.rapidminer.datatable.DataTable
Returns the column index of the column with the given name.
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnName(int) - Method in interface com.rapidminer.datatable.DataTable
Returns the name of the i-th column.
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnName(int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.properties.MatrixPropertyTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getColumnName(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getColumnName(int) - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns one of the following nine column names:
0: type
1: index
2: name
3: construction
4: type
5: block type
6: basic statistics
7: range statistics
8: sum statistics
9: unknown statistics
getColumnName(int) - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getColumnName(int) - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getColumnName(int) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getColumnName(int) - Method in interface com.rapidminer.report.Tableable
 
getColumnName() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getColumnNames() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getColumnNames() - Method in interface com.rapidminer.datatable.DataTable
Returns an array of all column names.
getColumnNames() - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnNumber() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getColumnNumber() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getColumnNumber() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getColumnNumber() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.DataViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getColumnNumber() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getColumnNumber() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getColumnNumber() - Method in interface com.rapidminer.report.Tableable
 
getColumnToolTip(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns the tool tip text for the specified column.
getColumnWeight(int) - Method in interface com.rapidminer.datatable.DataTable
Returns the weight of the column or Double.NaN if no weight is available.
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getComboBoxBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getComboBoxEditorBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getComboBoxListCellRendererFocusBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getCommonBackground() - Method in class com.rapidminer.gui.look.Colors
 
getCommonFocusColor() - Method in class com.rapidminer.gui.look.Colors
 
getCommonForeground() - Method in class com.rapidminer.gui.look.Colors
 
getComparator(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getCompareDimension() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getCompareType() - Method in class com.rapidminer.gui.look.fc.Item
 
getCompareValue() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getComplement(Collection<ItemT>) - Method in class com.rapidminer.operator.learner.associations.PowerSet
 
getCompleteClassName(String) - Method in class com.rapidminer.tools.ClassNameMapper
 
getComplexity() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns complexity of the hypothesis.
getComplexity() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns the lenght of the premise of the rule.
getConclusion() - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getConclusion() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getConclusionItems() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getCondition() - Method in class com.rapidminer.operator.learner.tree.Edge
 
getConditionInput(Class<T>) - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getConfidence(String) - Method in class com.rapidminer.example.Example
 
getConfidence() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getConfidence() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored size of the confidence intervall.
getConfidence() - Method in class com.rapidminer.tools.math.ROCPoint
 
getConfidence() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
getConfidences() - Method in class com.rapidminer.operator.learner.rules.Rule
 
getConfigFile(String) - Static method in class com.rapidminer.tools.ParameterService
 
getConnectedDatabaseHandler() - Method in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
getConnectedDatabaseHandler() - Method in class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
getConnectedDatabaseHandler() - Method in class com.rapidminer.operator.io.DatabaseExampleSource
 
getConnectedDatabaseHandler() - Method in class com.rapidminer.operator.SQLExecution
 
getConnectedDatabaseHandler(String, String, String, JDBCProperties, LoggingHandler) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Returns a connected database handler instance from the given connection data.
getConnection() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Returns the connection.
getConstruction() - Method in interface com.rapidminer.example.Attribute
Returns the construction description.
getConstruction() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the construction description.
getContentViewer() - Static method in class com.rapidminer.tools.help.HelpService
 
getContingencyMatrix() - Method in class com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
 
getContingencyMatrix(int) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Getter method for a specific confusion matrix
getContingencyMatrix() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
converts the deprecated representation into the new form
getControlDarkShadow() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getControlHighlight() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getControlShadow() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getControlTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getConviction() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getCost() - Method in class com.rapidminer.example.AbstractAttributes
 
getCost() - Method in interface com.rapidminer.example.Attributes
Returns the cost attribute or null if no label attribute is defined.
getCostValue(int, int) - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
Returns a single value from the cost matrix.
getCount(String) - Method in class com.rapidminer.operator.learner.tree.Tree
 
getCounterMap() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getCounts(ConjunctiveRuleModel, ExampleSet) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
getCovarianceMatrix(ExampleSet) - Static method in class com.rapidminer.tools.math.matrix.CovarianceMatrix
Transforms the example set into a double matrix (doubling the amount of used memory) and invokes CovarianceMatrix.getCovarianceMatrix(double[][]).
getCovarianceMatrix(double[][]) - Static method in class com.rapidminer.tools.math.matrix.CovarianceMatrix
Returns the covariance matrix from the given double matrix.
getCoverage(int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getCovered(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.Rule
 
getCoveredExamplesNumForPred(int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the unweighted absolute number of covered examples of each class, given a specific prediction
getCoveredWeight() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns the covered weight of this hypothesis.
getCoveredWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
getCoveredWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getCriteria() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Delivers the list of criteria which is able for this operator.
getCriteria() - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.ForecastingPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
 
getCriteriaNames() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getCriterion(int) - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getCriterion(String) - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns an UnbalancedCrossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns an operator that performs crossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
Returns an operator that performs crossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
getCrowdingDistance() - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
getCrowdingDistance() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getCrowdingDistance() - Method in class com.rapidminer.operator.features.Individual
 
getCrowdingDistance() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getCumulativeVariance(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getCurrent() - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
getCurrentBest() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the last generation's best individual.
getCurrentBest() - Method in class com.rapidminer.operator.features.Population
Returns the last generation's best individual.
getCurrentBest() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the last generation's best performance.
getCurrentBestPerformance() - Method in class com.rapidminer.operator.features.Population
Returns the last generation's best performance.
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
 
getCurrentlyDisplayedComponent() - Method in class com.rapidminer.gui.processeditor.ResultDisplay
 
getCurrentOperator() - Method in class com.rapidminer.Process
Returns the operator that is currently being executed.
getCurrentPertubatedX() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getCurrentPertubatedY() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getCurrentSize() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getCurrentView() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
getData() - Method in interface com.rapidminer.example.table.SimpleArrayData
 
getDatabaseName(Attribute) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Deprecated. Use the open and close quotes for identifiers from the properties instead
getDataRow() - Method in class com.rapidminer.example.Example
Returns the data row which backs up the example in the example table.
getDataRow(int) - Method in class com.rapidminer.example.table.DatabaseExampleTable
Returns the data row with the desired row index.
getDataRow(int) - Method in interface com.rapidminer.example.table.ExampleTable
Returns the i-th data row.
getDataRow(int) - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
getDataRow(int) - Method in class com.rapidminer.example.table.LimitCachedDatabaseExampleTable
 
getDataRow(int) - Method in class com.rapidminer.example.table.MemoryExampleTable
Returns the data row with the given index.
getDataRow(int) - Method in class com.rapidminer.example.table.RandomExampleTable
 
getDataRowReader() - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
getDataRowReader() - Method in interface com.rapidminer.example.table.ExampleTable
Returns an Iterator for example data given as DataRow objects.
getDataRowReader() - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
getDataRowReader() - Method in class com.rapidminer.example.table.LimitCachedDatabaseExampleTable
 
getDataRowReader() - Method in class com.rapidminer.example.table.MemoryExampleTable
Returns a new data row reader.
getDataRowReader() - Method in class com.rapidminer.example.table.RandomExampleTable
 
getDataSources() - Method in class com.rapidminer.tools.att.AttributeDataSources
 
getDataTable() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
This method is used to create a DataTable from this example set.
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.data.ExampleSetPlotRenderer
This method is used to create a DataTable from this example set.
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.KernelModelPlotRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.KernelModelSupportVectorRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.weights.AttributeWeightsPlotRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.weights.AttributeWeightsTableRenderer
 
getDataTable() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getDataTable(String) - Method in class com.rapidminer.Process
Returns the data table associated with the given name.
getDataTableIndex() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getDataTables() - Method in class com.rapidminer.Process
Returns all data tables.
getDateFormat(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Subclasses might overwrite this method which by default simply returns NO_DATE.
getDateFormat(int, int) - Method in class com.rapidminer.gui.viewer.DataViewerTable
 
getDateValue(Attribute) - Method in class com.rapidminer.example.Example
Returns the date value for the given attribute.
getDbNameSeperator() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getDBSystemNames() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getDefault() - Method in interface com.rapidminer.example.Attribute
Returns the default value for this attribute.
getDefault() - Method in class com.rapidminer.example.AttributeDescription
 
getDefault() - Method in class com.rapidminer.example.table.AbstractAttribute
 
getDefault() - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
getDefault() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getDefaultColumnFunction() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getDefaultColumnFunction() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getDefaultColumnFunction() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns the index of the replenishment function which will be used for attributes listed in the parameter list "columns".
getDefaultEncoding() - Static method in class com.rapidminer.tools.Tools
This method tries to identify the encoding if a GUI is running and a process is defined.
getDefaultFunction() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getDefaultFunction() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getDefaultFunction() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns the index of the replenishment function which will be used for attributes not listed in the parameter list "columns".
getDefaultInt() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getDefaultModel() - Method in class com.rapidminer.gui.properties.PropertyTable
 
getDefaultPort() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getDefaults() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getDefaults() - Static method in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
Returns a new TextAreaDefaults object with the default values filled in.
getDefaultSource() - Method in class com.rapidminer.tools.att.AttributeDataSources
 
getDefaultSource() - Method in class com.rapidminer.tools.att.AttributeSet
Returns the default file.
getDefaultSyntaxStyles() - Static method in class com.rapidminer.gui.tools.syntax.SyntaxUtilities
Returns the default style table.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterType
Returns a value that can be used if the parameter is not set.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeList
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeParameterValue
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypePreview
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeString
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeValue
Returns null.
getDefinedMacroNames() - Method in class com.rapidminer.MacroHandler
 
getDegree() - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
getDegree() - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
 
getDeliveredOutputClasses() - Method in class com.rapidminer.operator.Operator
Returns the classes that are guaranteed to be returned by apply().
getDeprecationInfo() - Method in class com.rapidminer.operator.Operator
Returns null if this operator is not deprecated.
getDeprecationInfo() - Method in class com.rapidminer.operator.OperatorDescription
 
getDescription() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getDescription() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getDescription() - Method in class com.rapidminer.gui.templates.Template
 
getDescription() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
getDescription() - Method in class com.rapidminer.operator.learner.LearnerCapability
 
getDescription() - Method in class com.rapidminer.operator.performance.AbsoluteError
 
getDescription() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getDescription() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getDescription() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getDescription() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
getDescription() - Method in class com.rapidminer.operator.performance.LenientRelativeError
 
getDescription() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getDescription() - Method in class com.rapidminer.operator.performance.Margin
 
getDescription() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
Returns a description of the performance criterion.
getDescription() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns the description.
getDescription() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getDescription() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns a description of the performance criterion.
getDescription() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getDescription() - Method in class com.rapidminer.operator.performance.PredictionTrendAccuracy
 
getDescription() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getDescription() - Method in class com.rapidminer.operator.performance.RelativeError
 
getDescription() - Method in class com.rapidminer.operator.performance.RootMeanSquaredError
 
getDescription() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getDescription() - Method in class com.rapidminer.operator.performance.SimpleClassificationError
 
getDescription() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getDescription() - Method in class com.rapidminer.operator.performance.SquaredCorrelationCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.SquaredError
 
getDescription() - Method in class com.rapidminer.operator.performance.StrictRelativeError
 
getDescription() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns the description.
getDescription() - Method in class com.rapidminer.operator.Value
Returns a human readable description.
getDescription() - Method in interface com.rapidminer.operator.ValueInterface
Returns a human readable description.
getDescription() - Method in class com.rapidminer.parameter.ParameterType
Returns a short description.
getDesiredInputClasses() - Method in class com.rapidminer.operator.Operator
Returns the classes that are needed as input.
getDesktopBackgroundColor() - Method in class com.rapidminer.gui.look.Colors
 
getDesktopColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getDetA() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the determinant of A.
getDetailData(Object, String) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
getDetailData(Object, String) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
getDetailData(Object, String) - Method in class com.rapidminer.gui.ExampleVisualizer
 
getDetailData(Object, String) - Method in interface com.rapidminer.ObjectVisualizer
 
getDetailData(Object, String) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
getDetailData(Object, String) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
getDetails() - Method in interface com.rapidminer.NoBugError
Returns the error details/description.
getDetails() - Method in exception com.rapidminer.NoOpUserError
 
getDetails() - Method in exception com.rapidminer.operator.UserError
 
getDetL() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the determinant of L.
getDimensions() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Provides the (integer) number of dimensions of the Object.
getDimensions() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the number of dimensions of the SearchSpace.
getDimensions() - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Returns an int array holding the dimensions of the multidimensional array.
getDirectoryName() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getDisabledTextColor() - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
getDistance() - Method in class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
getDistance() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
getDistance() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Get the weight of this node.
getDistance() - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
Provides the distance of the container as an integer value.
getDistance(SearchObject, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
This method returns the distance between two objects according to a specification on which distance shall be computed (at the moment the method supports EUCLIDIAN distance (int kindOfDistance = 1) and COSINE distance (int kindOfDistance = 2) and the following similar distances: SQUARED (0) (the squared value of the metric/euclidian distance, INV_COSINE (3) the inversted cosine (actually the sine) distance which is simply 1-cos, and ANGLE_RADIANT (4) the angle between the objects related to zero coordinates in the actual n-dimensional euclidian coordinate system (ARC COSINE in radiant between [0 ; pi]).
getDistance(int, int) - Method in class com.rapidminer.tools.math.kernels.Kernel
Returns the distance between the examples with the given indices.
getDistance(double[], double[]) - Method in interface com.rapidminer.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(int[], int[]) - Method in interface com.rapidminer.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(int[], int[], int[]) - Method in interface com.rapidminer.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(double[], double[]) - Method in class com.rapidminer.tools.math.som.EuclideanDistance
 
getDistance(int[], int[]) - Method in class com.rapidminer.tools.math.som.EuclideanDistance
 
getDistance(int[], int[], int[]) - Method in class com.rapidminer.tools.math.som.EuclideanDistance
Integer distance calculation regards the wrap around of the net (hypertorus)
getDistance(double[], double[]) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
getDistanceEuclidian(SearchObject) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the euclidian (metric) distance between two SearchObjects by looking at the object's vektors and returning the length of the substracted vector between the two object's vectors.
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.DotKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.Kernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.SigmoidKernel
 
getDistanceMeasure() - Method in class com.rapidminer.operator.similarity.SimilarityMeasure
 
getDistribution(int, int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getDistribution(int, int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getDistribution(int, int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getDocument() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the document this text area is editing.
getDocumentLength() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the length of the document.
getDoubleArrayFromExample(Example) - Static method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
 
getDoubleValue() - Method in class com.rapidminer.operator.ValueDouble
Returns the double value which should be logged.
getDraw2DLines() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getDrawLegend() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getDriver() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
getDummyBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getE() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the error-matrix E with pivoting reversed.
getE_Diagonal() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the diagonal of error-matrix E with the pivoting still applied.
getEdgeLabelRenderer() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the renderer for edge labels.
getEdgeLabelRenderer() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getEdgeLabelRenderer() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
getEdgeName(E) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the text that should be displayed at the edge with the given id.
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getEdgeName() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getEdgeShape() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
Returns the shape of the edges.
getEdgeStrength(E) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the strength of the edge.
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns 1.
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getEdgeValue() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getEditorDividerLocation() - Method in class com.rapidminer.gui.MainFrame
 
getEigenvalue() - Method in interface com.rapidminer.operator.features.transformation.ComponentVector
 
getEigenvalue() - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
getEigenvalue(int) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getEigenvalue(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getEigenvalue() - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
getEigenvector() - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
getEigenvector(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getElectricScroll() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the number of lines from the top and button of the text area that are always visible.
getElementAt(int) - Method in class com.rapidminer.gui.dialog.ResultHistory
 
getElementAt(int) - Method in class com.rapidminer.gui.look.fc.BookmarkListModel
 
getElementAt(int) - Method in class com.rapidminer.operator.IOContainer
Returns the n-th IOObject in this container.
getEmptyBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getEmptyButtonBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getEmptyComboBoxBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getEncoding() - Method in class com.rapidminer.operator.Operator
Returns the encoding if defined by the root operator if this operator is part of a process or the standard encoding defined via the system property.
getEncoding(String) - Static method in class com.rapidminer.Process
 
getENorm() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the infinity norm of matrix E.
getEntropy(double[], double) - Method in class com.rapidminer.operator.learner.tree.InfoGainCriterion
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.AbstractEntropyWeighting
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.GiniWeighting
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.InfoGainRatioWeighting
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.InfoGainWeighting
 
getEOLMarkerColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the EOL marker color.
getEOLMarkersPainted() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns true if EOL markers are drawn, false otherwise.
getErrorList() - Method in class com.rapidminer.operator.Operator
Returns a List of Strings containing error messages.
getErrorMessage(int, Object[]) - Static method in exception com.rapidminer.operator.UserError
 
getErrorName() - Method in interface com.rapidminer.NoBugError
Returns the error name.
getErrorName() - Method in exception com.rapidminer.NoOpUserError
 
getErrorName() - Method in exception com.rapidminer.operator.UserError
 
getErrorRate() - Method in class com.rapidminer.operator.learner.meta.AdaBoostPerformanceMeasures
 
getErrorRate() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns the estimated performance.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
Returns the estimated performances of this SVM.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
getEstimatedPerformance() - Method in interface com.rapidminer.operator.learner.Learner
Most learners should throw an exception if they are not able to estimate the learning performance.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
The default implementation throws an exception.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.weka.GenericWekaEnsembleLearner
Returns the estimated performance.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.weka.GenericWekaMetaLearner
Returns the estimated performance.
getEvidence() - Method in class com.rapidminer.generator.AttributePeak
 
getExample(int) - Method in interface com.rapidminer.example.ExampleSet
Returns the i-th example.
getExample(int) - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.ConditionedExampleSet
Returns the i-th example fulfilling the condition.
getExample(int) - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.MappedExampleSet
Returns the i-th example in the mapping.
getExample(int) - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.RemappedExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SimpleExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SortedExampleSet
Returns the i-th example in the mapping.
getExample(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Searches i-th example in the currently selected partition.
getExampleCount() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getExampleCount() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getExampleCount() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getExampleCount() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
getExampleCount() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getExampleCount() - Method in class com.rapidminer.operator.performance.Margin
 
getExampleCount() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getExampleCount() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getExampleCount() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns the number of data points which was used to determine the criterion value.
getExampleCount() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getExampleCount() - Method in class com.rapidminer.operator.performance.PredictionTrendAccuracy
 
getExampleCount() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getExampleCount() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getExampleCount() - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getExampleCount() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
getExampleFromId(double) - Method in interface com.rapidminer.example.ExampleSet
Returns the example with the given id value.
getExampleFromId(double) - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getExampleFromId(double) - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getExampleFromId(double) - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getExampleIds() - Method in class com.rapidminer.operator.clustering.Cluster
Get all ids of the examples associated with this cluster.
getExampleIdsInSubtree() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
Get all objects (as representend by their IDs) in this leaf.
getExampleIdsInSubtree() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Get all objects (as representend by their IDs) in the subtree including the objects located directly at this node.
getExampleInClusterProbability(int, int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getExampleIndicesFromId(double) - Method in interface com.rapidminer.example.ExampleSet
Returns all examples which have the given id.
getExampleIndicesFromId(double) - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getExampleSet() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getExampleSet() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
Gets the model, i.e. an SVM example set.
getExampleTable() - Method in interface com.rapidminer.example.ExampleSet
Returns the underlying example table.
getExampleTable() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.MappedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.RemappedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SimpleExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SortedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SplittedExampleSet
 
getExampleTable() - Method in class com.rapidminer.generator.FeatureGenerator
Gets the example table the examples are from.
getExperiment() - Method in class com.rapidminer.gui.MainFrame
Deprecated. Use MainFrame.getProcess() instead
getExperiment() - Method in class com.rapidminer.operator.Operator
Deprecated. Please use Operator.getProcess() instead
getExperimentFile() - Method in class com.rapidminer.Process
Deprecated. Use Process.getProcessFile() instead
getExperimentState() - Method in class com.rapidminer.Process
Deprecated. Use Process.getProcessState() instead
getExtendedScrollPane() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getExtension() - Method in class com.rapidminer.example.AttributeWeights
 
getExtension() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getExtension() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
getExtension() - Method in class com.rapidminer.operator.AbstractModel
 
getExtension() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getExtension() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getExtension() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
getExtension() - Method in class com.rapidminer.operator.io.BibtexExampleSource
 
getExtension() - Method in class com.rapidminer.operator.io.DBaseExampleSource
 
getExtension() - Method in class com.rapidminer.operator.io.KDBExampleSource
 
getExtension() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getExtension() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getExtension() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
 
getExtension() - Method in class com.rapidminer.operator.learner.weka.WekaAssociator
 
getExtension() - Method in class com.rapidminer.operator.meta.ParameterSet
 
getExtension() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getExtension() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getExtension() - Method in interface com.rapidminer.operator.Saveable
Returns the default extension in file choosers.
getExtension() - Method in class com.rapidminer.operator.similarity.SimilarityMeasure
 
getExtension() - Method in class com.rapidminer.operator.SimpleResultObject
 
getExtension() - Method in class com.rapidminer.operator.text.TextObject
 
getExtension() - Method in class com.rapidminer.operator.visualization.DataStatistics
 
getExtension() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getExtension() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getExtension() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getExtension() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getExtension() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
getExtension() - Method in class com.rapidminer.parameter.ParameterTypeFile
 
getExtension() - Method in class com.rapidminer.tools.math.Averagable
 
getExtension() - Method in class com.rapidminer.tools.math.RunVector
 
getExtension() - Method in class com.rapidminer.tools.math.SignificanceTestResult
 
getFactor(int) - Method in class com.rapidminer.tools.math.WindowFunction
Returns the weighting factor for the current value n in a window of the given length.
getFactory() - Method in class com.rapidminer.example.table.AbstractDataRowReader
 
getFalsePositives() - Method in class com.rapidminer.tools.math.ROCPoint
Returns the number of false positives, not the rate.
getFarChild(double[]) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getFather() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
Returns the father of this node or null if node is root
getFieldNames(Object) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
getFieldNames(Object) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
getFieldNames(Object) - Method in class com.rapidminer.gui.ExampleVisualizer
 
getFieldNames(Object) - Method in interface com.rapidminer.ObjectVisualizer
 
getFieldNames(Object) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
getFieldNames(Object) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
getFile() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
getFile() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
getFile() - Method in class com.rapidminer.gui.look.fc.FileList
 
getFile() - Method in class com.rapidminer.gui.look.fc.Item
 
getFile() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getFile() - Method in class com.rapidminer.gui.templates.Template
 
getFile() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getFile(File, String) - Static method in class com.rapidminer.tools.Tools
Creates a file relative to the given parent if name is not an absolute file name.
getFileChooserColors() - Method in class com.rapidminer.gui.look.Colors
 
getFileDescription() - Method in class com.rapidminer.example.AttributeWeights
 
getFileDescription() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getFileDescription() - Method in class com.rapidminer.operator.AbstractModel
 
getFileDescription() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getFileDescription() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getFileDescription() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
getFileDescription() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getFileDescription() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getFileDescription() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
 
getFileDescription() - Method in class com.rapidminer.operator.learner.weka.WekaAssociator
 
getFileDescription() - Method in class com.rapidminer.operator.meta.ParameterSet
 
getFileDescription() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getFileDescription() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getFileDescription() - Method in interface com.rapidminer.operator.Saveable
Returns the file description used in file choosers.
getFileDescription() - Method in class com.rapidminer.operator.similarity.SimilarityMeasure
 
getFileDescription() - Method in class com.rapidminer.operator.SimpleResultObject
 
getFileDescription() - Method in class com.rapidminer.operator.text.TextObject
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.DataStatistics
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
getFileDescription() - Method in class com.rapidminer.tools.math.Averagable
 
getFileDescription() - Method in class com.rapidminer.tools.math.RunVector
 
getFileDescription() - Method in class com.rapidminer.tools.math.SignificanceTestResult
 
getFileName() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getFileName() - Method in class com.rapidminer.gui.look.fc.Item
 
getFilename() - Method in class com.rapidminer.gui.templates.Template
 
getFilePane() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
getFileSize() - Method in class com.rapidminer.gui.look.fc.Item
 
getFileSuffix() - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Returns the suffix of the files which should be read by the input operator.
getFileSuffix() - Method in class com.rapidminer.operator.io.DasyLabDataReader
 
getFileSuffix() - Method in class com.rapidminer.operator.io.SPSSExampleSource
 
getFileSuffix() - Method in class com.rapidminer.operator.io.StataExampleSource
 
getFileType() - Method in class com.rapidminer.gui.look.fc.Item
 
getFileView(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getFirst() - Method in class com.rapidminer.tools.container.Pair
 
getFirst() - Method in class com.rapidminer.tools.container.Tupel
 
getFirstBaseModelLearnerIndex() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
Returns the first inner operator which should be learned for base model learning.
getFirstBaseModelLearnerIndex() - Method in class com.rapidminer.operator.learner.meta.Stacking
 
getFirstBaseModelLearnerIndex() - Method in class com.rapidminer.operator.learner.meta.Vote
 
getFirstLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the line displayed at the text area's origin.
getFirstToken(StreamTokenizer) - Static method in class com.rapidminer.tools.Tools
Delivers the next token and skip empty lines.
getFirstUnusedAttribute(ExampleSet, Attribute[]) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Helper method of getAllRefinedRules.
getFirstVertex() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getFitness(double[], double[], Kernel) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationOptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in interface com.rapidminer.operator.learner.functions.kernel.evosvm.OptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionOptimizationFunction
 
getFitness() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getFitness() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.CrossEntropy
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.LogisticLoss
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.Margin
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns the accuracy or 1 - error.
getFitness() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getFitness() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns the fitness depending on the value.
getFitness() - Method in class com.rapidminer.operator.performance.PredictionAverage
Returns 0.
getFitness() - Method in class com.rapidminer.operator.performance.PredictionTrendAccuracy
 
getFitness() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getFitness() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getFitness() - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns the accuracy or 1 - error.
getFitness() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getFitnessValues() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getFixedDomainShiftUnits() - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the fixed shift step for the domain axis.
getFixedRangeShiftUnits() - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the fixed shift step for the range axis.
getFocusColor() - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
getFontMetrics(Font) - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns the font metrics for the styled font.
getFontMetrics() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the font metrics used by this component.
getFormat() - Method in class com.rapidminer.operator.io.BibtexExampleSource
 
getFormat() - Method in class com.rapidminer.operator.io.DBaseExampleSource
 
getFormat() - Method in class com.rapidminer.operator.io.KDBExampleSource
 
getFormula() - Method in interface com.rapidminer.operator.learner.FormulaProvider
 
getFormula() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getFormula() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getFormula() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getFourierTransform(ExampleSet, Attribute, Attribute) - Method in class com.rapidminer.tools.math.FastFourierTransform
Builds the fourier transform from the values of the first attribute onto the second.
getFourierTransform(Complex[], int, int) - Method in class com.rapidminer.tools.math.FastFourierTransform
Performs a fourier transformation in the specified direction.
getFrameIconList() - Static method in class com.rapidminer.gui.tools.SwingTools
Returns the list of all available program icon sizes.
getFrameIcons() - Method in class com.rapidminer.gui.tools.DefaultFrameIconProvider
 
getFrameIcons() - Method in interface com.rapidminer.gui.tools.FrameIconProvider
 
getFrequencies() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.Header
 
getFrequencies() - Method in class com.rapidminer.operator.learner.rules.Rule
 
getFrequency() - Method in class com.rapidminer.generator.AttributePeak
 
getFrequency() - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
getFrequency(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
this returns the frequency of the node in current recursion
getFrequency(int) - Method in interface com.rapidminer.operator.learner.associations.fpgrowth.FrequencyStack
Returns the frequency stored on height of stack.
getFrequency(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.ListFrequencyStack
 
getFrequency() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
getFrequency() - Method in interface com.rapidminer.operator.learner.associations.Item
This method returns the frequency of this item
getFrequencySum() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getFSV() - Method in class com.rapidminer.gui.look.fc.FileList
 
getFullName(JDBCProperties, boolean) - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getFunction() - Method in class com.rapidminer.generator.AbsoluteValueGenerator
 
getFunction() - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
getFunction() - Method in class com.rapidminer.generator.AverageGenerator
 
getFunction() - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
getFunction() - Method in class com.rapidminer.generator.ConstantGenerator
 
getFunction() - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
getFunction() - Method in class com.rapidminer.generator.FeatureGenerator
Sets the function name.
getFunction() - Method in class com.rapidminer.generator.FloorCeilGenerator
 
getFunction() - Method in class com.rapidminer.generator.MinMaxGenerator
 
getFunction() - Method in class com.rapidminer.generator.PowerGenerator
 
getFunction() - Method in class com.rapidminer.generator.ReciprocalValueGenerator
 
getFunction() - Method in class com.rapidminer.generator.SignumGenerator
 
getFunction() - Method in class com.rapidminer.generator.SquareRootGenerator
 
getFunction() - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
getFunctionForName(String) - Static method in class com.rapidminer.operator.generator.ExampleSetGenerator
 
getFunctionName() - Method in exception com.rapidminer.operator.generator.TargetFunction.FunctionException
 
getFunctionNames() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getFunctionNames() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getFunctionNames() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns an array of all replenishment functions.
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getGain() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getGamma() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
 
getGamma() - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
getGamma() - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
getGCD(long, long) - Static method in class com.rapidminer.tools.math.MathFunctions
Returns the greatest common divisor (GCD) of the given pair of values.
getGCD(Collection<Long>) - Static method in class com.rapidminer.tools.math.MathFunctions
Returns the greatest common divisor (GCD) of the given pair of values.
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
Returns Ontology.NOMINAL or one of its subtypes.
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToPolynominal
 
getGeneratingPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns a specialized generating mutation, e.g. a AttributeGenerator.
getGeneratingPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
Returns a specialized mutation, i.e. a AttributeGenerator
getGeneratingPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA
Since the mutation of YAGGA also creates new attributes this method returns null.
getGeneration() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the current number of the generation.
getGeneration() - Method in class com.rapidminer.operator.features.Population
Returns the current number of the generation.
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the current generation.
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the current generation.
getGeneration() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the current generation.
getGenerationsWithoutImproval() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the number of generations without improval.
getGenerationsWithoutImproval() - Method in class com.rapidminer.operator.features.Population
Returns the number of generations without improval.
getGenerationsWithoutImprovement() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getGenerationsWithoutImprovement() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getGenerators() - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns a list with all generator which should be used.
getGenerators() - Method in class com.rapidminer.operator.features.construction.AGA
 
getGenerators() - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
getGlobal() - Static method in class com.rapidminer.tools.LogService
Returns the global logging.
getGlobalBestValues() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getGlobalRandomGenerator() - Static method in class com.rapidminer.tools.RandomGenerator
Returns the global random number generator.
getGoBackAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getGraph() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getGraphCreator() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.AssociationRulesGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.TreeModelGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.visualization.TransitionGraphRenderer
 
getGreaterChild() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getGreatestPowerOf2LessThan(int) - Static method in class com.rapidminer.tools.math.FastFourierTransform
Calculates the greatest power of 2 which is smaller than the given number.
getGroup() - Method in class com.rapidminer.operator.OperatorDescription
 
getGroupingAttributeNames() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getGroups() - Static method in class com.rapidminer.tools.OperatorService
Returns the group hierarchy of all operators.
getGroupSelectionDivider() - Method in class com.rapidminer.gui.processeditor.MainProcessEditor
 
getGroupSelectionDividerLocation() - Method in class com.rapidminer.gui.MainFrame
 
getHeaderHeight() - Method in class com.rapidminer.gui.look.fc.FileTable
 
getHeaderRendererIcon(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getHeaderTable() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
 
getHeight() - Method in class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
getHelpBroker() - Static method in class com.rapidminer.tools.help.HelpService
 
getHighlightedTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getHorizontalAlignment() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getHorizontalLegBuffer() - Method in class com.rapidminer.gui.look.ui.TreeUI
 
getHorizontalOffset() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the horizontal offset of drawn lines.
getHTMLMessage() - Method in interface com.rapidminer.NoBugError
Returns a html message.
getHTMLMessage() - Method in exception com.rapidminer.NoOpUserError
 
getHTMLMessage() - Method in exception com.rapidminer.operator.UserError
 
getHypothesis() - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns the hypothesis stored in this model.
getHypothesis() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored hypothesis.
getHypothesis() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getIcon(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns a small icon for the line type with the given index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getIcon() - Method in class com.rapidminer.operator.OperatorDescription
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.CheckBoxIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.ListViewIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.RadioButtonIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.SliderThumb
 
getIconHeight() - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
getIconHeight() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineColorIcon
 
getIconHeight() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyleIcon
 
getIconPath() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getIconPath() - Method in class com.rapidminer.operator.OperatorDescription
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.CheckBoxIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.ListViewIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.RadioButtonIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.SliderThumb
 
getIconWidth() - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
getIconWidth() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineColorIcon
 
getIconWidth() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyleIcon
 
getId() - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowWrapper
 
getId() - Method in interface com.rapidminer.datatable.DataTableRow
Returns the Id of this table row.
getId() - Method in class com.rapidminer.datatable.Example2DataTableRowWrapper
 
getId() - Method in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
getId() - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowWrapper
 
getId() - Method in class com.rapidminer.datatable.SimpleDataTableRow
 
getId() - Method in class com.rapidminer.example.AbstractAttributes
 
getId() - Method in interface com.rapidminer.example.Attributes
Returns the id attribute or null if no label attribute is defined.
getId() - Method in class com.rapidminer.example.Example
 
getID() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getId() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getId() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getIdentifierQuoteClose() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getIdentifierQuoteOpen() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getIdForPos(int, int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the ID of the object under the mouse cursor if it has an id.
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getIgnoreCase() - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getImage(Object, GraphicsConfiguration, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.Cache
 
getImage() - Method in class com.rapidminer.gui.look.ToolbarHandlerBuffer
 
getImageSize() - Method in class com.rapidminer.gui.look.ToolbarHandlerBuffer
 
getImaginary() - Method in class com.rapidminer.tools.math.Complex
 
getInactiveControlTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getInactiveSystemTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.AbstractCriterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.AccuracyCriterion
 
getIncrementalBenefit() - Method in interface com.rapidminer.operator.learner.tree.Criterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.GainRatioCriterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.GiniIndexCriterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.InfoGainCriterion
 
getIndex(String) - Method in class com.rapidminer.example.table.BinominalMapping
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method BinominalMapping.mapIndex(int).
getIndex(String) - Method in interface com.rapidminer.example.table.NominalMapping
Returns the internal double representation (actually an integer index) for the given nominal value without creating a mapping if none exists.
getIndex(String) - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method PolynominalMapping.mapIndex(int).
getIndex() - Method in class com.rapidminer.gui.plotter.WeightIndex
 
getIndex() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
getIndex() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns the literals' index(1.dimension) in the allLiterals[][] array of the class ConjunctiveRule.
getIndex(String) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getIndex(int[]) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Computes the single dimension array index from the given multidimensional indices.
getIndex() - Method in class com.rapidminer.tools.math.Peak
 
getIndexOfChild(Object, Object) - Method in class com.rapidminer.gui.operatortree.OperatorTreeModel
Returns the index of the child operator with respect to the given parent.
getIndexOfChild(Object, Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getIndexOfCoordinates(int[]) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
getIndexOfOperator(Operator, boolean) - Method in class com.rapidminer.operator.OperatorChain
Returns the index of the given operator in the list of children.
getIndexOfSubGroup(GroupTree) - Method in class com.rapidminer.tools.GroupTree
Returns the index of the given subgroup or -1 if the sub group is not a child of this node.
getIndices(int) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Computs the multidimensional indices corresponding to a single dimension array index.
getIndividual() - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
getIndividualSize() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getInitialHeight() - Method in class com.rapidminer.gui.look.fc.FileTable
 
getInitialZoomFactor() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getInitialZoomFactor() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the initial zoom factor.
getInitialZoomFactor() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns 1.
getInitialZoomFactor() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getInnerNodes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.features.FeatureOperator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.features.selection.ForwardSelectionOperator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.features.weighting.PSOWeighting
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.learner.meta.SDRulesetInduction
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.learner.meta.TransformedRegression
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.learner.weka.GenericWekaEnsembleLearner
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.learner.weka.GenericWekaMetaLearner
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.AbstractSplitChain
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.BatchProcessing
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ClusterIterator
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ExampleSetIterator
All inner operators must be able to handle an example set.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ExceptionHandling
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.FeatureIterator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.FileIterator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.IteratingOperatorChain
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.IterativeWeightOptimization
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.LearningCurveOperator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.MultipleLabelIterator
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.OperatorEnabler
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.OperatorSelector
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ParameterIteration
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.PartialExampleSetLearner
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.RandomOptimizationChain
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.UnivariateLabelSeriesPrediction
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ValueIteration
All inner operators must be able to handle an example set.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.ValueSubgroupIteration
All inner operators must be able to handle an example set.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.WeightOptimization
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.meta.XVPrediction
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.OperatorChain
Must return a condition of the IO behaviour of all desired inner operators.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.preprocessing.series.filter.Trend
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.ProcessRootOperator
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.SimpleOperatorChain
Returns a simple chain condition.
getInnerOperatorCondition() - Method in class com.rapidminer.operator.text.TextSegmenter
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.validation.ValidationChain
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.validation.WrapperValidationChain