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
 
AboutAction - Class in com.rapidminer.gui.actions
 
AboutAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.AboutAction
 
AboutBox - Class in com.rapidminer.gui.tools.dialogs
This dialog displays some informations about the product.
AboutBox(Frame, String, String, String, String, String, boolean, Image) - Constructor for class com.rapidminer.gui.tools.dialogs.AboutBox
 
AboutBox(Frame, String, Image) - Constructor for class com.rapidminer.gui.tools.dialogs.AboutBox
 
AboutBox(Frame, Properties, Image) - Constructor for class com.rapidminer.gui.tools.dialogs.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
 
AbsoluteSamplingSequenceGenerator - Class in com.rapidminer.operator.preprocessing.sampling.sequences
This sampling sequence guarantees that the resulting sequence will contain either all elements or exactly as much as given as target.
AbsoluteSamplingSequenceGenerator(int, int, RandomGenerator) - Constructor for class com.rapidminer.operator.preprocessing.sampling.sequences.AbsoluteSamplingSequenceGenerator
 
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(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
Abstract2DChartPlotter(PlotterConfigurationModel, 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.
AbstractAttribute(AbstractAttribute) - Constructor for class com.rapidminer.example.table.AbstractAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
AbstractAttribute(String, int) - Constructor for class com.rapidminer.example.table.AbstractAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
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
 
AbstractChartPanel - Class in com.rapidminer.gui.plotter.charts
A Swing GUI component for displaying a JFreeChart object.
AbstractChartPanel(JFreeChart) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Constructs a panel that displays the specified chart.
AbstractChartPanel(JFreeChart, boolean) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Constructs a panel containing a chart.
AbstractChartPanel(JFreeChart, int, int) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel
 
AbstractChartPanel(JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Constructs a JFreeChart panel.
AbstractChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Constructs a JFreeChart panel.
AbstractChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Constructs a JFreeChart panel.
AbstractChartPanel.Selection - Class in com.rapidminer.gui.plotter.charts
 
AbstractChartPanel.Selection() - Constructor for class com.rapidminer.gui.plotter.charts.AbstractChartPanel.Selection
 
AbstractChartPanel.SelectionListener - Interface in com.rapidminer.gui.plotter.charts
 
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
 
AbstractConditionedParseRule - Class in com.rapidminer.io.process.rules
This is the super class of all ParseRules with depend on one or more conditions.
AbstractConditionedParseRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.AbstractConditionedParseRule
 
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.criterions
This criterion class can be used for the incremental calculation of benefits.
AbstractCriterion() - Constructor for class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
AbstractDataImportWizard - Class in com.rapidminer.operator.nio
All new data import wizards should inherit from this class.
AbstractDataImportWizard(AbstractDataResultSetReader, RepositoryLocation, String, Object...) - Constructor for class com.rapidminer.operator.nio.AbstractDataImportWizard
 
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
 
AbstractDataReader - Class in com.rapidminer.operator.io
Abstract super class of all example sources reading from files.
AbstractDataReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AbstractDataReader
 
AbstractDataReader.AttributeColumn - Class in com.rapidminer.operator.io
 
AbstractDataReader.AttributeColumn(String) - Constructor for class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
creates a new column and generated a attribute with the given name and nominal value type
AbstractDataReader.CacheResetParameterObserver - Class in com.rapidminer.operator.io
Observer that clears the reader settings if the source file is changed.
AbstractDataReader.CacheResetParameterObserver(String) - Constructor for class com.rapidminer.operator.io.AbstractDataReader.CacheResetParameterObserver
 
AbstractDataReader.DataSet - Class in com.rapidminer.operator.io
 
AbstractDataReader.DataSet() - Constructor for class com.rapidminer.operator.io.AbstractDataReader.DataSet
 
AbstractDataReader.TooLongRowLengthException - Exception in com.rapidminer.operator.io
 
AbstractDataReader.TooLongRowLengthException(int, int, int) - Constructor for exception com.rapidminer.operator.io.AbstractDataReader.TooLongRowLengthException
 
AbstractDataReader.TooShortRowLengthException - Exception in com.rapidminer.operator.io
 
AbstractDataReader.TooShortRowLengthException(int, int, int) - Constructor for exception com.rapidminer.operator.io.AbstractDataReader.TooShortRowLengthException
 
AbstractDataReader.UnexpectedValueTypeException - Exception in com.rapidminer.operator.io
 
AbstractDataReader.UnexpectedValueTypeException(String, int, int, int, Object) - Constructor for exception com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException
 
AbstractDataReader.UnexpectedValueTypeException(int, int, int, Object) - Constructor for exception com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException
Creates a proper error message;
AbstractDataResultSetReader - Class in com.rapidminer.operator.nio.model
This class uses DataResultSets to load data from file and then delivers the data as an example set.
AbstractDataResultSetReader(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
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() - Constructor for class com.rapidminer.datatable.AbstractDataTable
This is a constructor that will not set any name.
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
 
AbstractDateDataProcessing - Class in com.rapidminer.operator.preprocessing.filter
 
AbstractDateDataProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
AbstractDiscretizationOperator - Class in com.rapidminer.operator.preprocessing.discretization
 
AbstractDiscretizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.AbstractDiscretizationOperator
 
AbstractEigenvectorModel - Class in com.rapidminer.operator.features.transformation
Abstract class for all eigenvector based operators providing methods for the renderer.
AbstractEigenvectorModel(ExampleSet) - Constructor for class com.rapidminer.operator.features.transformation.AbstractEigenvectorModel
 
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.
AbstractExampleWeighting - Class in com.rapidminer.operator.preprocessing.weighting
Abstract superclass of operators adding a weight attribute.
AbstractExampleWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.weighting.AbstractExampleWeighting
 
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
 
AbstractFilteredDataProcessing - Class in com.rapidminer.operator.preprocessing.filter
This class is for preprocessing operators, which can be restricted to use only a subset of the attributes.
AbstractFilteredDataProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.AbstractFilteredDataProcessing
 
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
 
AbstractGenericParseRule - Class in com.rapidminer.io.process.rules
This is an abstract class for all ParseRules that will apply to more than one operator key.
AbstractGenericParseRule() - Constructor for class com.rapidminer.io.process.rules.AbstractGenericParseRule
 
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
 
AbstractIOObject.InputStreamProvider - Interface in com.rapidminer.operator
This interface is needed since we must reset the stream in case of an exception.
AbstractIteratingOperatorChain - Class in com.rapidminer.operator.meta
 
AbstractIteratingOperatorChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
AbstractKernelBasedLearner - Class in com.rapidminer.operator.learner.functions.kernel
This class is the common super class of all KernelModel producing learners.
AbstractKernelBasedLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.AbstractKernelBasedLearner
 
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
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
 
AbstractNormalizationMethod - Class in com.rapidminer.operator.preprocessing.normalization
This is an abstract class for all normalization methods.
AbstractNormalizationMethod() - Constructor for class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod
 
AbstractNormalizationModel - Class in com.rapidminer.operator.preprocessing.normalization
 
AbstractNormalizationModel(ExampleSet) - Constructor for class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationModel
 
AbstractObservable<A> - Class in com.rapidminer.tools
 
AbstractObservable() - Constructor for class com.rapidminer.tools.AbstractObservable
 
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
 
AbstractParseRule - Class in com.rapidminer.io.process.rules
This superclass of all parse rules retrieves the operatorType affected by this rule.
AbstractParseRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.AbstractParseRule
 
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(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
AbstractPieChartPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
AbstractPort - Class in com.rapidminer.operator.ports.impl
Implemented by keeping a weak reference to the data that can be cleared at any time by the garbage collector.
AbstractPort(Ports<? extends Port>, String, boolean) - Constructor for class com.rapidminer.operator.ports.impl.AbstractPort
 
AbstractPorts<T extends Port> - Class in com.rapidminer.operator.ports.impl
 
AbstractPorts(PortOwner) - Constructor for class com.rapidminer.operator.ports.impl.AbstractPorts
 
AbstractPrecondition - Class in com.rapidminer.operator.ports.metadata
 
AbstractPrecondition(InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.AbstractPrecondition
 
AbstractQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
AbstractQuickFix(int, boolean, String, Object...) - Constructor for class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
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<? extends IOObject>) - Constructor for class com.rapidminer.operator.io.AbstractReader
 
AbstractReader.ReaderDescription - Class in com.rapidminer.operator.io
Describes an operator that can read certain file types.
AbstractReader.ReaderDescription(String, Class<? extends AbstractReader>, String) - Constructor for class com.rapidminer.operator.io.AbstractReader.ReaderDescription
 
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
 
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 disjoint 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, String...) - 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
This is the default base class for all renderers having already a TableModel.
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.
AbstractValueProcessing - Class in com.rapidminer.operator.preprocessing
 
AbstractValueProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.AbstractValueProcessing
 
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
 
AbstractWizard - Class in com.rapidminer.gui.tools.dialogs.wizards
An abstract class for creating wizards.
AbstractWizard(Dialog, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
AbstractWizard(Frame, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
AbstractWizard(Dialog, String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
AbstractWizard(Frame, String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
AbstractWizard.WizardStepDirection - Enum in com.rapidminer.gui.tools.dialogs.wizards
This enumeration is used to indicated the single steps in or from which direction the are left or entered.
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(File, String) - Method in class com.rapidminer.tools.io.GlobFilenameFilter
 
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.
acceptsInput(Class<? extends IOObject>) - Method in class com.rapidminer.operator.Operator
Returns true if this operator contains at least one InputPort which accepts an input of the given class (loose checking).
acceptsURL(String) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
ACCESS_DENIED - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
AccessConnectionEntry - Class in com.rapidminer.tools.jdbc.connection
 
AccessConnectionEntry() - Constructor for class com.rapidminer.tools.jdbc.connection.AccessConnectionEntry
 
AccessConnectionEntry(File) - Constructor for class com.rapidminer.tools.jdbc.connection.AccessConnectionEntry
 
AccessDataReader - Class in com.rapidminer.operator.io
This class implements a Access database reader.
AccessDataReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AccessDataReader
 
AccessDataWriter - Class in com.rapidminer.operator.io
Writes an ExampleSet to an existing Access database using the JDBC-ODBC-Bridge.
AccessDataWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AccessDataWriter
 
AccessFlag - Enum in com.rapidminer.repository
 
AccessImportWizard - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.access
A wizard to import access database tables into the repository.
AccessImportWizard(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.access.AccessImportWizard
 
AccessImportWizard(String, File, RepositoryLocation, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.access.AccessImportWizard
 
AccessRightsAction - Class in com.rapidminer.repository.remote
 
AccessRightsAction(RemoteEntry) - Constructor for class com.rapidminer.repository.remote.AccessRightsAction
 
AccessRightsDialog - Class in com.rapidminer.repository.remote
 
AccessRightsDialog(RemoteEntry, List<AccessRights>, List<String>) - Constructor for class com.rapidminer.repository.remote.AccessRightsDialog
 
AccessType - Enum in com.rapidminer.repository
 
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.criterions
Calculates the accuracies for the given split if the children predict the majority classes.
AccuracyCriterion() - Constructor for class com.rapidminer.operator.learner.tree.criterions.AccuracyCriterion
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.AboutAction
 
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.AutoWireAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.BrowseAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.CheckForJDBCDriversAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ConnectPortToRepositoryAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.EditViewAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ExitAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ExportProcessAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ExportViewAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ImportProcessAction
 
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.MoveColumnAction
 
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.NewPerspectiveAction
 
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.PauseAction
 
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.RefreshHelpTextFromWikiAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ResultHistoryAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.RunAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.RunRemoteAction
 
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.ShowHelpTextInBrowserAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.StopAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.StoreInRepositoryAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.actions.ToggleAction
 
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.actions.WorkspaceAction
 
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.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.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.CollapseAllAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.CutCopyPasteAction
 
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.RenameOperatorAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.SaveBuildingBlockAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleShowDisabledItem
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.TransferActionListener
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles action events generated by the popup menu.
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.ResetAllProfilerAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.ResetProfilerAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.RestoreOriginalColumnOrderAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SaveCumulativeProfilerAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SaveLogFileAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SaveProfilerAction
 
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.ResourceActionAdapter
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.ResourceActionTransmitter
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.SplashScreen
 
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.repository.remote.AccessRightsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.repository.remote.NewRevisionAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.tools.help.HelpService
 
Actions - Class in com.rapidminer.gui.actions
A process editor that enables/disables actions depending on the selection of operators.
Actions(MainFrame) - Constructor for class com.rapidminer.gui.actions.Actions
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.actions.ShowHelpTextAction
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.actions.ToggleAction
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.actions.ToggleExpertModeAction
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.actions.ValidateAutomaticallyAction
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleActivationItem
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleAllBreakpointsItem
 
actionToggled(ActionEvent) - Method in class com.rapidminer.gui.operatortree.actions.ToggleBreakpointItem
 
activateColumn(boolean) - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Activates or deactivates this column.
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
 
actOnDoubleClick() - Method in class com.rapidminer.gui.templates.BuildingBlockDialog
 
actOnDoubleClick() - Method in class com.rapidminer.gui.templates.ManageBuildingBlocksDialog
 
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.FilteredDataTable
 
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(Action) - Method in class com.rapidminer.gui.docking.RapidDockingToolbar
 
add(DataTableRow) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
add(Action) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
add(JMenuItem) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
add(Action) - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
add(JMenuItem) - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
add(Component) - Method in class com.rapidminer.gui.tools.JDelayedCalculationPanel
 
add(Component) - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
add(String, byte) - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
Adds a key-value mapping.
add(Component) - Method in class com.rapidminer.gui.tools.ViewToolBar
 
add(Component, int) - Method in class com.rapidminer.gui.tools.ViewToolBar
 
add(Action) - Method in class com.rapidminer.gui.tools.ViewToolBar
 
add(Action, int) - Method in class com.rapidminer.gui.tools.ViewToolBar
 
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(T) - Method in class com.rapidminer.operator.IOObjectCollection
 
add(Item) - Method in class com.rapidminer.operator.learner.associations.gsp.Transaction
 
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(Integer) - Method in class com.rapidminer.operator.ports.metadata.MDInteger
 
add(MDInteger) - Method in class com.rapidminer.operator.ports.metadata.MDInteger
 
add(T) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
add(Double) - Method in class com.rapidminer.operator.ports.metadata.MDReal
 
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(double) - Method in class com.rapidminer.tools.math.container.Range
This method increases the range size, if the value is not lying in between
add(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Adds a single individual.
ADD_REPOSITORY_ACTION - Static variable in class com.rapidminer.repository.gui.RepositoryBrowser
 
ADD_TO_BOOKMARKS_ACTION - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
addAction(Action) - Method in class com.rapidminer.operator.ResultObjectAdapter
Deprecated. Action concept for GUI components removed from result objects
addActionListener(ActionListener) - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
addAlias(String, Class) - Method in class com.rapidminer.tools.XMLSerialization
 
addAll(Parameters) - Method in class com.rapidminer.parameter.Parameters
Adds all Parameters to the parameters map.
addAll(Collection<Individual>) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Adds all individuals from the given collection.
addAllAttributes(Collection<AttributeMetaData>) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
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
 
addAndSelectVersion(String) - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
addAnimationRenderer(Runnable) - Method in class com.rapidminer.gui.tools.SplashScreen
 
addAnnotations(T) - Method in class com.rapidminer.operator.io.AbstractReader
 
addAnnotations(ExampleSet) - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
addAnnotationToXML(Element, String, String) - Static method in class com.rapidminer.operator.Annotations
Updates the XML representation to contain this annotation.
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(AttributeMetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
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.
addAttributeColumn() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
addAttributeColumn(String) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
addAttributeMetaData(ExampleSetMetaData, String, String) - Method in class com.rapidminer.tools.math.function.ExpressionParser
 
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.celleditors.value.FileValueCellEditor
 
addCard(String, Component) - Method in class com.rapidminer.gui.tools.RadioCardPanel
This adds the given component to the card layout and adds a radio button for selecting this card
addCaretListener(CaretListener) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Adds a caret change listener to this text area.
addCellEditorListener(CellEditorListener) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
addCellEditorListener(CellEditorListener) - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.CharTextField
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.ExtendedJFileChooser
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.repository.gui.RepositoryLocationChooser
 
addChartMouseListener(ChartMouseListener) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Adds a listener to the list of objects listening for chart mouse events.
addCheckTreeSelectionListener(TreeSelectionListener) - Method in class com.rapidminer.gui.tools.ExtendedCheckTree
 
addChild(HierarchicalModel.Node) - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
addChild(HierarchicalMultiClassModel.Node) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
Adds a child node.
addChild(Tree, SplitCondition) - Method in class com.rapidminer.operator.learner.tree.Tree
 
addClusterAttribute(ExampleSet, ClusterModel) - Method in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
addColorSelectionListener(ColorSelectionListener) - Method in class com.rapidminer.gui.tools.components.ColorSelectionButton
 
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.
addColumnMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
addCommonSteps() - Method in class com.rapidminer.operator.nio.AbstractDataImportWizard
 
AddCompatibleOperatorQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
AddCompatibleOperatorQuickFix(InputPort, Class<? extends IOObject>) - Constructor for class com.rapidminer.operator.ports.quickfix.AddCompatibleOperatorQuickFix
 
addComponent(String, Component, String) - Method in class com.rapidminer.gui.tools.JRadioSelectionPanel
This method allows to add a component to this container.
addCondition(DataTableFilterCondition) - Method in class com.rapidminer.datatable.FilteredDataTable
 
addCondition(FilterableListModel.FilterCondition) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
addCondition(InnerOperatorCondition) - Method in class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
Deprecated.  
addConnectionEntry(FieldConnectionEntry) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
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 class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
addDataTable(DataTable) - Method in interface com.rapidminer.gui.processeditor.results.ResultDisplay
 
addDataTable(DataTable) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
addDataTable(DataTable) - Method in interface com.rapidminer.LoggingListener
 
addDataTable(DataTable) - Method in class com.rapidminer.Process
Adds the given data table.
addDataTableFilteredListener(FilteredDataTable.DataTableFilteredListener) - Method in class com.rapidminer.datatable.FilteredDataTable
 
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.
addDelimiter(String, Range) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel.Selection
 
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.
addElement(Object) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
addError(ProcessSetupError) - Method in class com.rapidminer.operator.Operator
 
addError(String) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.addError(ProcessSetupError)
addError(MetaDataError) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
addError(MetaDataError) - Method in interface com.rapidminer.operator.ports.Port
Report an error in the current process setup.
addExample(Process, String) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
addExtension(Plugin) - Method in class com.rapidminer.gui.tools.SplashScreen
 
addFilterListener(FilterListener) - Method in class com.rapidminer.gui.tools.FilterTextField
 
addFrequentSet(FrequentItemSet) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
Adds a frequent item set to this container.
addGenerateCondition(PassThroughOrGenerateRuleCondition) - Method in class com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRule
This allows to add additional conditions for generation
addGenerationRule(OutputPort, Class<? extends IOObject>) - Method in class com.rapidminer.operator.ports.metadata.MDTransformer
Convenience method to generate a GenerateNewMDRule.
addGroup(TestGroup) - Method in class com.rapidminer.tools.math.AnovaCalculator
 
addGroup(double, double, double) - Method in class com.rapidminer.tools.math.AnovaCalculator
 
addIconStoragePath(String) - Static method in class com.rapidminer.gui.tools.SwingTools
This method adds a path to the set of paths which are searched for icons if the SwingTools.createIcon(String) is called.
addInfo(ExampleSet, Attribute) - Method in class com.rapidminer.operator.visualization.DataStatistics
 
addInputLocation(String) - Method in class com.rapidminer.ProcessContext
 
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
 
addJDBCProperties(JDBCProperties) - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
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 line breaks 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(Pair<String, String>) - Method in class com.rapidminer.ProcessContext
 
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
 
addMessage(String) - Method in class com.rapidminer.io.process.XMLImporter
 
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.
addMultiPorts(Ports<M>, int) - Method in class com.rapidminer.operator.ports.MultiPortPairExtender
 
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.properties.celleditors.value.AttributeComboBox
 
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(Object, ObjectVisualizer) - Static method in class com.rapidminer.tools.ObjectVisualizerService
This method adds the given visualizer for the target object.
addObserver(Observer<A>, boolean) - Method in class com.rapidminer.tools.AbstractObservable
 
addObserver(Observer<A>, boolean) - Method in interface com.rapidminer.tools.Observable
Adds an observer that will be notified on the EDT if onEDT is true.
addObserverAsFirst(Observer<A>, boolean) - Method in class com.rapidminer.tools.AbstractObservable
 
addObserverAsFirst(Observer<A>, boolean) - Method in interface com.rapidminer.tools.Observable
Same as {@link #addObserver(Observer, boolean), but adds this observer as the first in the list.
addOperator(Operator) - Method in class com.rapidminer.operator.ExecutionUnit
Same as ExecutionUnit.addOperator(Operator, boolean).
addOperator(Operator, boolean) - Method in class com.rapidminer.operator.ExecutionUnit
Adds the operator to this execution unit.
addOperator(Operator, int) - Method in class com.rapidminer.operator.ExecutionUnit
Adds the operator to this execution unit.
addOperator(Operator) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
addOperator(Operator, int) - Method in class com.rapidminer.operator.OperatorChain
Adds the given operator at the given position.
addOperatorCreationHook(OperatorCreationHook) - Static method in class com.rapidminer.tools.OperatorService
 
addOperatorData(Process, String, ProfilerData) - Method in class com.rapidminer.gui.processeditor.profiler.data.ProfilerDataManager
Adds the specified operator data to the manager.
addOperatorDescription(OperatorDescription) - Method in class com.rapidminer.tools.GroupTree
Adds an operator to this group.
addOutputLocation(String) - Method in class com.rapidminer.ProcessContext
 
addOverlay(Overlay) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Add an overlay to the panel.
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.
addParameterType(ParameterType) - Method in class com.rapidminer.parameter.Parameters
 
addPassThroughCondition(PassThroughOrGenerateRuleCondition) - Method in class com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRule
this method allows to add additional conditions for passing through
addPassThroughRule(InputPort, OutputPort) - Method in class com.rapidminer.operator.ports.metadata.MDTransformer
Convenience method to generate a PassThroughRule.
addPerspective(String, boolean) - Method in class com.rapidminer.gui.ApplicationPerspectives
 
addPlotterCondition(PlotterCondition) - Method in class com.rapidminer.gui.plotter.conditions.CombinedPlotterCondition
 
addPoint(ROCPoint) - Method in class com.rapidminer.tools.math.ROCData
 
addPort(T) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
addPort(T) - Method in interface com.rapidminer.operator.ports.Ports
Add a port and notify the Observers.
addPrecondition(Precondition) - Method in class com.rapidminer.operator.ports.impl.InputPortImpl
 
addPrecondition(Precondition) - Method in interface com.rapidminer.operator.ports.InputPort
Adds a precondition to this input port.
addProcessListener(ProcessListener) - Method in class com.rapidminer.operator.ProcessRootOperator
Adds an process listener to the list of listeners.
addProcessSetupListener(ProcessSetupListener) - Method in class com.rapidminer.Process
 
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
addRepository(Repository) - Method in class com.rapidminer.repository.RepositoryManager
 
addRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.db.DBRepository
 
addRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.local.LocalRepository
 
addRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
addRepositoryListener(RepositoryListener) - Method in interface com.rapidminer.repository.Repository
 
addRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.resource.ResourceRepository
 
addRepositorySelectionListener(RepositorySelectionListener) - Method in class com.rapidminer.repository.gui.RepositoryTree
 
addResourceBundle(ResourceBundle) - Method in class com.rapidminer.tools.ExtensibleResourceBundle
This method extends this resource bundle with the properties set by the given bundle.
addResourceBundleAndOverwrite(ResourceBundle) - Method in class com.rapidminer.tools.ExtensibleResourceBundle
This method extends this resource bundle with the properties set by the given bundle.
addResourceSource(ResourceSource) - Static method in class com.rapidminer.tools.Tools
Adds a new resource source.
addRestrictingRange(int, Range) - Method in class com.rapidminer.datatable.RegionFilterCondition.Region
This method will return true if this region is restricted by adding the given range in the given dimension.
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
 
addResults(Process, List<IOObject>, String) - Method in class com.rapidminer.gui.processeditor.results.ResultOverview
 
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.EnumerationPropertyTable
 
addRow() - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
addRow() - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
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
 
addRule(MDTransformationRule) - Method in class com.rapidminer.operator.ports.metadata.MDTransformer
 
addRuleAtBeginning(MDTransformationRule) - Method in class com.rapidminer.operator.ports.metadata.MDTransformer
 
addRules(Collection<Rule>) - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
addsClusterAttribute() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
Indicates whether AbstractClusterer.doWork() will add a cluster attribute to the example set.
addsClusterAttribute() - Method in class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
 
addSelectionNavigationListener(SelectionNavigationListener) - Method in class com.rapidminer.gui.tools.FilterTextField
 
addSelectionPaths(TreePath[]) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
addSeparator(int) - Method in class com.rapidminer.gui.tools.ViewToolBar
 
addSequence(Sequence, double) - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
addSequence(Sequence, int, int, HashTreeNode, ArrayList<Sequence>) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeInnerNode
 
addSequence(Sequence, int, int, HashTreeNode, ArrayList<Sequence>) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeLeafNode
 
addSequence(Sequence, int, int, HashTreeNode, ArrayList<Sequence>) - Method in interface com.rapidminer.operator.learner.associations.gsp.HashTreeNode
 
addSettingsChangedListener(SettingsChangeListener) - Method in class com.rapidminer.gui.properties.SettingsDialog
 
addShutdownHook(Runnable) - Static method in class com.rapidminer.RapidMiner
 
addSibling(FPTreeNode) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.Header
 
addsIdAttribute() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
Indicates whether AbstractClusterer.doWork() will add an id attribute to the example set.
addsIdAttribute() - Method in class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
 
addStep(WizardStep) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
addStep(Component) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
 
addSubNode(HierarchicalClusterLeafNode) - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
addSubNode(HierarchicalClusterNode) - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
addSubprocess(int) - Method in class com.rapidminer.operator.meta.OperatorSelector
 
addSubprocess(int) - Method in class com.rapidminer.operator.OperatorChain
Creates a subprocess by making a callback to OperatorChain.createSubprocess(int).
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.
addTabI18N(String, Component, String...) - Method in class com.rapidminer.gui.tools.ResourceTabbedPane
 
addTableModelListener(TableModelListener) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
Table is immutable.
addTag(Element, String, String) - Static method in class com.rapidminer.io.process.XMLTools
This adds a single tag with the given content to the given parent element.
addTag(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
This will add an empty new tag to the given fatherElement with the given name.
addTerm(SplitCondition) - Method in class com.rapidminer.operator.learner.rules.Rule
This method adds a condition to the conjunction in the rule's head
addTimeOfTransaction(double) - Method in class com.rapidminer.operator.learner.associations.gsp.TransactionSet
 
addToActionMap(JComponent) - Static method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
addToActionMap(JComponent, int) - Method in class com.rapidminer.gui.tools.ResourceAction
Adds the action to the input and action map of the component.
addToBookmarks() - Method in class com.rapidminer.gui.look.fc.FileList
 
addToBookmarks(File) - Method in class com.rapidminer.gui.look.fc.FileList
 
addToFlowLayoutPanel(JPanel) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
addToFlowLayoutPanel(JPanel) - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
addToggleActionListener(ToggleAction.ToggleActionListener) - Method in class com.rapidminer.gui.actions.ToggleAction
 
addToHistory(T) - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
addToHistory(OutputPort) - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
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
 
addToOperatorPopupMenu(JPopupMenu, Action) - Method in class com.rapidminer.gui.actions.Actions
Creates a new popup menu for the selected operator.
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
 
addToToolBar(JToolBar) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
addToToolBar(VLToolBar) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
addToToolBar(ViewToolBar, int) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
addToToolBar(JToolBar) - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
addToToolBar(VLToolBar) - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
addToToolBar(ViewToolBar, int) - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
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.ProcessTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
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
Deprecated. Use Operator.addError(ProcessSetupError) *
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
 
AGGREGATION_METHOD - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
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.
ALL - Static variable in class com.rapidminer.gui.templates.BuildingBlock
 
ALL - Static variable in class com.rapidminer.gui.templates.Template
 
ALL_KEYS_ATTRIBUTE - Static variable in class com.rapidminer.operator.Annotations
Keys that can be assigned to Attributes.
ALL_KEYS_IOOBJECT - Static variable in class com.rapidminer.operator.Annotations
All keys that are supposed to be used with IOObjects.
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.
allCandidates - Variable in class com.rapidminer.operator.learner.associations.gsp.CountingInformations
 
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
 
ALTER_EXECUTION_ORDER - Variable in class com.rapidminer.gui.flow.FlowVisualizer
 
ALTERNATING - Static variable in class com.rapidminer.gui.viewer.DataTableViewerTable
 
ALWAYS - Static variable in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
 
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.
ANDREWS_CURVES - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
AndrewsCurves - Class in com.rapidminer.gui.plotter
This idea of coding and representing multivariate data by curves was suggested by Andrews (1972).
AndrewsCurves(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.AndrewsCurves
Init the AndrewsCurvesPlot.
AndrewsCurves(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.AndrewsCurves
Init the AndrewsCurvesPlot.
angle(double[], double[]) - Method in class com.rapidminer.tools.math.VectorMath
 
ANNOTATION_NAME - Static variable in class com.rapidminer.operator.Annotations
Pseudo-annotation to be used for attribute names.
ANNOTATION_NAME - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
Pseudo-annotation to be used for attribute names.
ANNOTATION_NAME - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Pseudo-annotation to be used for attribute names.
ANNOTATION_NAMES_FROM_DOCUMENT - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
Pseudo-annotation to be used for original attribute names which are read from the ANNOTATION_NAME line and later were changed by the user
AnnotationCellEditor - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
This is the cell editor for annotation cells.
AnnotationCellEditor() - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.AnnotationCellEditor
 
AnnotationCellEditor(Color) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.AnnotationCellEditor
 
AnnotationCellEditor - Class in com.rapidminer.operator.nio
This is the cell editor for annotation cells.
AnnotationCellEditor() - Constructor for class com.rapidminer.operator.nio.AnnotationCellEditor
 
AnnotationCellEditor(Color) - Constructor for class com.rapidminer.operator.nio.AnnotationCellEditor
 
AnnotationDeclarationWizardStep - Class in com.rapidminer.operator.nio
This Wizard Step might be used to select several rows as annotation rows having special meaning.
AnnotationDeclarationWizardStep(WizardState) - Constructor for class com.rapidminer.operator.nio.AnnotationDeclarationWizardStep
 
Annotations - Class in com.rapidminer.operator
Instances of this class can be used to annotate IOObjects, Attributes, etc.
Annotations() - Constructor for class com.rapidminer.operator.Annotations
 
Annotations(Annotations) - Constructor for class com.rapidminer.operator.Annotations
Clone constructor.
ANNOTATIONS_TAG_NAME - Static variable in class com.rapidminer.operator.Annotations
 
AnnotationsRenderer - Class in com.rapidminer.gui.renderer
 
AnnotationsRenderer() - Constructor for class com.rapidminer.gui.renderer.AnnotationsRenderer
 
AnnotationTableModel - Class in com.rapidminer.operator.nio
Wraps around another table model and adds another column at position 0 for editing annotations.
AnnotationTableModel(TableModel, Map<Integer, String>) - Constructor for class com.rapidminer.operator.nio.AnnotationTableModel
 
ANOVA_CALCULATOR_ACTION - 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() - 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() - Constructor for class com.rapidminer.gui.dialog.AnovaCalculatorDialog
 
AnovaCalculatorViewer - Class in com.rapidminer.gui.viewer
 
AnovaCalculatorViewer(String, double, int, double, double, double, double, int, double, double) - Constructor for class com.rapidminer.gui.viewer.AnovaCalculatorViewer
 
AnovaCalculatorViewerRenderer - Class in com.rapidminer.gui.renderer.performance
 
AnovaCalculatorViewerRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.AnovaCalculatorViewerRenderer
 
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
 
AnovaMatrixRenderer - Class in com.rapidminer.gui.renderer.visualization
 
AnovaMatrixRenderer() - Constructor for class com.rapidminer.gui.renderer.visualization.AnovaMatrixRenderer
 
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(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.
AppendingExampleSetWriter - Class in com.rapidminer.operator.io
Provides functionality to determine whether files should be overwritten or appended to.
AppendingExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AppendingExampleSetWriter
 
appendItem(Sequence, Item) - Static method in class com.rapidminer.operator.learner.associations.gsp.Sequence
This method returns a Sequence, with the specified item appended on the last transaction.
appendOperatorToHistory(Operator, OutputPort) - Method in class com.rapidminer.operator.AbstractIOObject
 
appendOperatorToHistory(Operator, OutputPort) - Method in interface com.rapidminer.operator.IOObject
This method is called if this IOObject is put out of the specified port after being created or processed by the given operator.
appendTransaction(Sequence, Transaction) - Static method in class com.rapidminer.operator.learner.associations.gsp.Sequence
This method returns a Sequence, with the specified transaction appended.
appendXML(Element, boolean, Document) - Method in class com.rapidminer.parameter.Parameters
Appends the elements describing these Parameters to the given element.
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
 
ApplicationFrame - Class in com.rapidminer.gui
This is a singelton for getting access to the main frame of an application.
ApplicationFrame(String) - Constructor for class com.rapidminer.gui.ApplicationFrame
 
ApplicationPerspectives - Class in com.rapidminer.gui
Collection of Perspectives that can be applied, saved, created.
ApplicationPerspectives(DockingContext) - Constructor for class com.rapidminer.gui.ApplicationPerspectives
 
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
 
appliesBefore - Variable in class com.rapidminer.io.process.rules.AbstractParseRule
 
appliesSince - Variable in class com.rapidminer.io.process.rules.AbstractParseRule
 
apply(DockingContext) - Method in class com.rapidminer.gui.Perspective
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.AbstractConditionedParseRule
 
apply(Operator, VersionNumber, XMLImporter) - Method in class com.rapidminer.io.process.rules.AbstractParseRule
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.AbstractParseRule
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.DeleteAfterAutoWireRule
 
apply(Operator, VersionNumber, XMLImporter) - Method in class com.rapidminer.io.process.rules.DeleteUnnecessaryOperatorChainRule
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.ExchangeSubprocessesRule
 
apply(Operator, VersionNumber, XMLImporter) - Method in class com.rapidminer.io.process.rules.OperatorEnablerRepairRule
 
apply(Operator, VersionNumber, XMLImporter) - Method in interface com.rapidminer.io.process.rules.ParseRule
Applies the rule and possibly returns a message describing what has been modified.
apply(Operator, VersionNumber, XMLImporter) - Method in class com.rapidminer.io.process.rules.PassthroughShortcutRule
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.RenamePlotterParametersRule
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.ReplaceIOContainerWriter
 
apply(Operator, VersionNumber, XMLImporter) - Method in class com.rapidminer.io.process.rules.ReplaceIOMultiplierRule
 
apply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.WireAllOperators
 
apply(ExampleSet) - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
Delegate for the apply method.
apply(ExampleSet) - Method in class com.rapidminer.operator.clustering.ClusterModel
 
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(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(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
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(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducerModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.FourierTransform
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.KernelPCAModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReductionModel
 
apply(ExampleSet) - Method in class com.rapidminer.operator.GroupedModel
Applies all models.
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.SeeminglyUnrelatedRegressionModel
 
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(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(Process, Map<String, String>) - Method in class com.rapidminer.operator.meta.ParameterValue
 
apply(ExampleSet) - Method in interface com.rapidminer.operator.Model
Applies the model on the given example set.
apply() - Method in class com.rapidminer.operator.Operator
Deprecated. use doWork()
apply(IOContainer) - Method in class com.rapidminer.operator.Operator
Deprecated. use Operator.execute()
apply(ExampleSetMetaData, InputPort) - Method in class com.rapidminer.operator.ports.metadata.ModelMetaData
This method simulates the application of a model.
apply() - Method in class com.rapidminer.operator.ports.quickfix.AddCompatibleOperatorQuickFix
 
apply() - Method in class com.rapidminer.operator.ports.quickfix.ConnectToQuickFix
 
apply() - Method in class com.rapidminer.operator.ports.quickfix.DictionaryQuickFix
 
apply() - Method in class com.rapidminer.operator.ports.quickfix.DisconnectQuickFix
 
apply() - Method in class com.rapidminer.operator.ports.quickfix.OperatorInsertionQuickFix
 
apply() - Method in class com.rapidminer.operator.ports.quickfix.ParameterSettingQuickFix
 
apply() - Method in interface com.rapidminer.operator.ports.quickfix.QuickFix
Applies the quick fix.
apply() - Method in class com.rapidminer.operator.ports.quickfix.RelativizeRepositoryLocationQuickfix
 
apply(ExampleSet) - Method in class com.rapidminer.operator.postprocessing.GeneratePredictionOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.postprocessing.GeneratePredictionRankingOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
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.AbstractFilteredDataProcessing
 
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.AttributeValueSplit
 
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.DeclareMissingValueOperator
 
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.FillDataGaps
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
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.NonDominatedSorting
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.PermutationOperator
 
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.TFIDFFilter
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.GuessValueTypes
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.IdTagging
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
 
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.EcodbOperator
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(ExampleSet) - 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.BootstrappingOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
apply(ExampleSet) - 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(ExampleSet) - Method in class com.rapidminer.operator.visualization.ExampleVisualizationOperator
 
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.
applyContextMacros() - Method in class com.rapidminer.Process
 
applyEffects(ExampleSetMetaData, InputPort) - Method in class com.rapidminer.operator.ports.metadata.ModelMetaData
This method must be implemented by subclasses in order to apply any changes on the meta data, that would occur on application of the real model.
applyEffects(ExampleSetMetaData, InputPort) - Method in class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
applyFilter(String) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
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.
applyInnerLearner(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
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.filter.ValueReplenishmentModel
 
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.NoiseModel
 
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationModel
 
applyOnData(ExampleSet, Attribute[], Attribute[]) - Method in class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationModel
This method must be implemented by the subclasses.
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingModel
Applies the model by changing the underlying data
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AbsoluteValueFilter
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AbstractFilteredDataProcessing
Subclasses have to implement this method in order to operate only on the selected attributes.
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
applyOnFiltered(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AbsoluteValueFilter
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AbstractFilteredDataProcessing
This method has to be implemented in order to specify the changes of the meta data caused by the application of this operator.
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
applyOnFilteredMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
applyParameterSetting(DataTable, String, String) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets the given parameter.
applyParameterSetting(DataTable, String, String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
applyProperties() - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
Applies the properties without saving them.
applyProperties(Properties) - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
 
applyProperties() - Method in class com.rapidminer.gui.properties.SettingsTabs
 
applyToAll() - Method in class com.rapidminer.gui.tools.dialogs.MultiConfirmDialog
 
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(ROCBias) - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve
 
AreaUnderCurve(AreaUnderCurve) - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve
 
AreaUnderCurve.Neutral - Class in com.rapidminer.operator.performance
 
AreaUnderCurve.Neutral() - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve.Neutral
 
AreaUnderCurve.Optimistic - Class in com.rapidminer.operator.performance
 
AreaUnderCurve.Optimistic() - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve.Optimistic
 
AreaUnderCurve.Pessimistic - Class in com.rapidminer.operator.performance
 
AreaUnderCurve.Pessimistic() - Constructor for class com.rapidminer.operator.performance.AreaUnderCurve.Pessimistic
 
AreaUnderCurveRenderer - Class in com.rapidminer.gui.renderer.performance
 
AreaUnderCurveRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.AreaUnderCurveRenderer
 
areSubprocessesExtendable() - Method in class com.rapidminer.operator.meta.OperatorSelector
 
areSubprocessesExtendable() - Method in class com.rapidminer.operator.OperatorChain
Indicates whether or not the GUI may offer an option to dynamically add to the number of subprocesses.
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
 
arguments - Variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Arguments which will replace the place holder in the I18n-Properties message.
argumentsSet() - Method in class com.rapidminer.generator.FeatureGenerator
returns true, if the arguments have already been set, and false otherwise.
ARRANGE_OPERATORS_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
arrangeTheFiles() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
arrangeTheFiles(int) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
ArrowButton - Class in com.rapidminer.gui.tools
 
ArrowButton(int) - Constructor for class com.rapidminer.gui.tools.ArrowButton
 
ArrowButton(Action) - Constructor for class com.rapidminer.gui.tools.ArrowButton
 
ArrowButton(Action, int) - Constructor for class com.rapidminer.gui.tools.ArrowButton
 
ASCENDING - Static variable in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ASK - Static variable in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
ASK - Static variable in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
 
asList() - Method in class com.rapidminer.operator.IOContainer
 
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
This method assigns the given doubleArray to the cluster with the given index.
assignExample(Object) - Method in class com.rapidminer.operator.clustering.Cluster
 
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
 
AssociationRulesApplier - Class in com.rapidminer.operator.associations
This operator first creates for every given association rule an attribute.
AssociationRulesApplier(OperatorDescription) - Constructor for class com.rapidminer.operator.associations.AssociationRulesApplier
 
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.itemsets
A renderer for the graph view of association rules.
AssociationRulesGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.itemsets.AssociationRulesGraphRenderer
 
AssociationRulesTableRenderer - Class in com.rapidminer.gui.renderer.itemsets
A renderer for the table view of association rules.
AssociationRulesTableRenderer() - Constructor for class com.rapidminer.gui.renderer.itemsets.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
 
assumePreconditionsSatisfied() - Method in class com.rapidminer.operator.Operator
Assumes that all preconditions are satisfied.
assumePreconditionsSatisfied() - Method in class com.rapidminer.operator.OperatorChain
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.CollectionPrecondition
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.DistanceMeasurePrecondition
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.ParameterConditionedPrecondition
 
assumeSatisfied() - Method in interface com.rapidminer.operator.ports.metadata.Precondition
Assume that the precondition is satisfied, i.e., artificially generate compatible meta data at the input port.
assumeSatisfied() - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
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
 
AtLeastNeighborhood - Class in com.rapidminer.operator.learner.local
This neighborhood adds all points, which are inside the specified distance.
AtLeastNeighborhood() - Constructor for class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
att - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
attachAction - Variable in class com.rapidminer.gui.docking.DetachedDockViewAsTab
 
attachSmartIcon - Variable in class com.rapidminer.gui.docking.DetachedDockViewAsTab
 
Attribute - Interface in com.rapidminer.example
Attributes should hold all information about a single attribute.
ATTRIBUTE - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
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_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
 
AttributeAddingExampleSetPassThroughRule - Class in com.rapidminer.operator.ports.metadata
 
AttributeAddingExampleSetPassThroughRule(InputPort, OutputPort, AttributeMetaData) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeAddingExampleSetPassThroughRule
 
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
 
AttributeComboBox - Class in com.rapidminer.gui.properties.celleditors.value
Autocompletion combo box that observes an input port so it can update itself whenever the meta data changes.
AttributeComboBox(ParameterTypeAttribute) - Constructor for class com.rapidminer.gui.properties.celleditors.value.AttributeComboBox
 
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, Charset) - Constructor for class com.rapidminer.tools.att.AttributeDataSources
 
AttributeDefaultModel - Class in com.rapidminer.operator.learner.lazy
This variant of the DefaultModel sets the prediction according to another attribute given during learn time.
AttributeDefaultModel(ExampleSet, String) - Constructor for class com.rapidminer.operator.learner.lazy.AttributeDefaultModel
 
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() - Constructor for class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction
 
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) - 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
 
AttributeFileValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
This is an extension of the FileValueCellEditor which also supports the opening of an AttributeEditor.
AttributeFileValueCellEditor(ParameterTypeAttributeFile) - Constructor for class com.rapidminer.gui.properties.celleditors.value.AttributeFileValueCellEditor
 
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
 
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.
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
 
AttributeMetaData - Class in com.rapidminer.operator.ports.metadata
Meta data about an attribute
AttributeMetaData(String, int) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
AttributeMetaData(AttributeRole, ExampleSet) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
This will generate the complete meta data with all values.
AttributeMetaData(AttributeRole, ExampleSet, boolean) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
This will generate the attribute meta data with the data's values shortened if the number of values exceeds the respective property and the boolean flag is set to true.
AttributeMetaData(String, int, String) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
AttributeMetaData(String, String, int, String...) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
AttributeMetaData(String, String, String...) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
AttributeMetaData(String, String, Range) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
AttributeMetaData(String, String, int, Range) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
AttributeMetaData(Attribute) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
attributeNamesDefinedByUser() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
AttributeParameterPrecondition - Class in com.rapidminer.operator.ports.metadata
This precondition can be used, if a single attribute must be contained in the example set.
AttributeParameterPrecondition(InputPort, Operator, String) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
This precondition will only check the name.
AttributeParameterPrecondition(InputPort, Operator, String, int) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
This precondition will not perform any role check.
AttributeParameterPrecondition(InputPort, Operator, String, String, int) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
 
AttributeParser - Class in com.rapidminer.example
Deprecated. Use ExpressionParser
AttributeParser() - Constructor for class com.rapidminer.example.AttributeParser
Deprecated. 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
 
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.
attributesAreKnown() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
attributesAreSubset() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Declares that the attributes in this example set are only a subset of ExampleSetMetaData.attributeMetaData.
attributesAreSuperset() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Declares that the attributes in this example set are a superset of ExampleSetMetaData.attributeMetaData.
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.
AttributeSelectionQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
AttributeSelectionQuickFix(ExampleSetMetaData, String, ParameterHandler, String) - Constructor for class com.rapidminer.operator.ports.quickfix.AttributeSelectionQuickFix
 
AttributeSelectionQuickFix(ExampleSetMetaData, String, ParameterHandler, String, int) - Constructor for class com.rapidminer.operator.ports.quickfix.AttributeSelectionQuickFix
 
AttributeSelectionWizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
 
AttributeSelectionWizardStep(String) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.AttributeSelectionWizardStep
 
attributeSelector - Variable in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
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
 
AttributeSetPrecondition - Class in com.rapidminer.operator.ports.metadata
This precondition might be used to ensure that a number of attributes is contained in the exampleSet at the given port.
AttributeSetPrecondition(InputPort, String...) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
AttributeSetPrecondition(InputPort, AttributeSetPrecondition.AttributeNameProvider, String...) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
AttributeSetPrecondition(InputPort, AttributeSetPrecondition.AttributeNameProvider, int, String...) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
AttributeSetPrecondition.AttributeNameProvider - Class in com.rapidminer.operator.ports.metadata
 
AttributeSetPrecondition.AttributeNameProvider() - Constructor for class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition.AttributeNameProvider
 
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.
AttributesPropertyDialog - Class in com.rapidminer.gui.properties
A dialog to select a subset of attributes.
AttributesPropertyDialog(ParameterTypeAttributes, Collection<String>) - Constructor for class com.rapidminer.gui.properties.AttributesPropertyDialog
 
AttributeSubsetPassThroughRule - Class in com.rapidminer.operator.ports.metadata
 
AttributeSubsetPassThroughRule(InputPort, OutputPort, Operator, boolean) - Constructor for class com.rapidminer.operator.ports.metadata.AttributeSubsetPassThroughRule
 
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
 
AttributeSubsetSelector - Class in com.rapidminer.operator.tools
An AttributeSubsetSelector provides conditions for filtering attributes from example sets.
AttributeSubsetSelector(ParameterHandler, InputPort) - Constructor for class com.rapidminer.operator.tools.AttributeSubsetSelector
 
AttributeSubsetSelector(ParameterHandler, InputPort, int...) - Constructor for class com.rapidminer.operator.tools.AttributeSubsetSelector
 
AttributesValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
The value cell editor for the ParameterTypeAttributes.
AttributesValueCellEditor(ParameterTypeAttributes) - Constructor for class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
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
 
AttributeValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Value cell editor for attribute type.
AttributeValueCellEditor(ParameterTypeAttribute) - Constructor for class com.rapidminer.gui.properties.celleditors.value.AttributeValueCellEditor
 
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 satisfying 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
 
attributeWeightsOutput - Variable in class com.rapidminer.operator.validation.WrapperValidationChain
 
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
 
atts - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
The known attribute values for each example.
AUTO_FIT_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
AUTO_WIRE - Variable in class com.rapidminer.gui.MainFrame
 
AUTO_WIRE_RECURSIVELY - Variable in class com.rapidminer.gui.MainFrame
 
AutoCompleteComboBoxAddition - Class in com.rapidminer.gui.tools.autocomplete
Addition which allows a JComboBox to auto fills itself if the entered string is prefix of any combo box item.
AutoCompleteComboBoxAddition(JComboBox) - Constructor for class com.rapidminer.gui.tools.autocomplete.AutoCompleteComboBoxAddition
Adds an auto completion feature to the given JComboBox.
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
 
autoWire(CompatibilityLevel, boolean, boolean) - Method in class com.rapidminer.operator.ExecutionUnit
Connects the ports automatically in a first-fit approach.
AutoWireAction - Class in com.rapidminer.gui.actions
Wires the current process.
AutoWireAction(MainFrame, String, CompatibilityLevel, boolean, boolean) - Constructor for class com.rapidminer.gui.actions.AutoWireAction
 
autoWireInBackground(List<Operator>, boolean) - Static method in class com.rapidminer.gui.flow.AutoWireThread
 
autoWireSingle(Operator, CompatibilityLevel, boolean, boolean) - Method in class com.rapidminer.operator.ExecutionUnit
Automatically wires inputs and outputs of a single operator in this execution unit.
AutoWireThread - Class in com.rapidminer.gui.flow
 
availableLocaleNames - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
availableLocaleNames - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
availableLocales - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
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
 
AverageVectorRenderer - Class in com.rapidminer.gui.renderer
 
AverageVectorRenderer() - Constructor for class com.rapidminer.gui.renderer.AverageVectorRenderer
 
AverageVectorViewer - Class in com.rapidminer.gui.viewer
 
AverageVectorViewer(AverageVector, IOContainer) - Constructor for class com.rapidminer.gui.viewer.AverageVectorViewer
 
AxisNameResolver - Interface in com.rapidminer.gui.plotter
An interface providing methods for the AbstractChartPanel to resolve it's currently shown dimensions.
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
 
backgroundImage - Static variable in class com.rapidminer.gui.tools.dialogs.AboutBox
 
backgroundImage - Static variable in class com.rapidminer.gui.tools.SplashScreen
 
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
 
BackwardAttributeEliminationOperator - Class in com.rapidminer.operator.features.selection
This operator starts with the full set of attributes and, in each round, it removes each remaining attribute of the given set of examples.
BackwardAttributeEliminationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
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
 
BAR_CHART - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
BAR_CHART_STACKED - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
BarChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the main bar chart plotter.
BarChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
BarChartPlotter(PlotterConfigurationModel, 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
 
Base64 - Class in com.rapidminer.io
(Though the RapidMiner license is automatically prepended to this file, the code is actually provided by Robert Harder who placed in the public domain.
Base64.InputStream - Class in com.rapidminer.io
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.rapidminer.io.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.rapidminer.io.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.rapidminer.io
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.rapidminer.io.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.rapidminer.io.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASE_VALUE - Static variable in interface com.rapidminer.example.Attributes
The name of the classification cost special attribute.
baseInputExtender - Variable in class com.rapidminer.operator.learner.meta.AbstractStacking
 
baseModelExtender - Variable in class com.rapidminer.operator.learner.meta.AbstractStacking
 
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
 
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 - Variable in class com.rapidminer.parameter.conditions.ParameterCondition
 
becomeMandatory() - Method in class 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.BlockTypeAttributeFilter
 
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.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
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SingleAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SubsetAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.TransparentAttributeFilter
 
beforeScanCheck(Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
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
 
BINARY - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
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.
BinaryClassificationPerformanceRenderer - Class in com.rapidminer.gui.renderer.performance
 
BinaryClassificationPerformanceRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.BinaryClassificationPerformanceRenderer
 
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
 
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
 
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
 
bisector(double[], double[]) - Method in class com.rapidminer.tools.math.VectorMath
Perpendicular bisector of two Points.
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
 
black - Static variable in class com.rapidminer.gui.look.Colors
 
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.
BlobEntry - Interface in com.rapidminer.repository
A byte blob with no specified contents.
BlobImportWizard - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
Wizard to import general binary files into the repository.
BlobImportWizard(Frame) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.BlobImportWizard
 
BLOCK_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
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(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.BlockChartPlotter
 
BlockChartPlotter(PlotterConfigurationModel) - 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
 
BlockTypeAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This condition filters out all attributes whose block type does not match the one given in the parameter block_type.
BlockTypeAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
BodySerializer - Interface in com.rapidminer.operator.tools
De/serializes the body of a stream, i.e. the part without the header (MAGIC_NUMBER plus type id).
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
 
BootstrappingOperator - Class in com.rapidminer.operator.preprocessing.sampling
This operator constructs a bootstrapped sample from the given example set.
BootstrappingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
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 - Static variable in class com.rapidminer.gui.tools.ViewToolBar
 
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
 
BOUND_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
BoundDiagram - Class in com.rapidminer.gui.plotter
A bound diagram used for displaying attribute weights.
BoundDiagram(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.BoundDiagram
 
BoundDiagram(PlotterConfigurationModel, 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_CHART - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
BOX_CHART_3D - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
BoxPlot2D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 2D box plots.
BoxPlot2D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
BoxPlot2D(PlotterConfigurationModel, 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(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
BoxPlot3D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
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
 
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.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
 
bringToFront(Collection<Operator>, Operator) - Method in class com.rapidminer.operator.ExecutionUnit
Re-arranges the execution order such that the specified operators immediately follow insertAfter.
BROWN_FONT_COLOR - Static variable in class com.rapidminer.gui.tools.SwingTools
A brown font color.
browse(String) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
BrowseAction - Class in com.rapidminer.gui.actions
Opens a browser.
BrowseAction(String, URI) - Constructor for class com.rapidminer.gui.actions.BrowseAction
 
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
 
BUBBLE_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
BubbleChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the bubble chart plotter.
BubbleChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
BubbleChartPlotter(PlotterConfigurationModel, 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
 
buildAccessStructure() - Method in class com.rapidminer.operator.learner.associations.gsp.DataSequence
 
buildAverage(Averagable) - Method in class com.rapidminer.tools.math.Averagable
This method builds the makro average of two averagables of the same type.
buildAverages(PortPairExtender) - Static method in class com.rapidminer.operator.validation.Tools
Iterates Tools.buildAverages(InputPort, OutputPort) over pairs generated by this extender.
buildAverages(InputPort, OutputPort) - Static method in class com.rapidminer.operator.validation.Tools
 
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
Deprecated. 
BuildingBlock(File, int) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
 
BuildingBlock(BufferedReader) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
Deprecated. 
BuildingBlock(BufferedReader, int) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
 
BuildingBlock(String, String, String, String) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
Deprecated. 
BuildingBlock(String, String, String, String, int) - Constructor for class com.rapidminer.gui.templates.BuildingBlock
 
BuildingBlockDialog - Class in com.rapidminer.gui.templates
This dialog can be used to add a new building block to the process setup.
BuildingBlockDialog(String) - Constructor for class com.rapidminer.gui.templates.BuildingBlockDialog
 
BuildingBlockDialog(String, int) - Constructor for class com.rapidminer.gui.templates.BuildingBlockDialog
 
buildingBlockList - Variable in class com.rapidminer.gui.templates.BuildingBlockDialog
 
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.cost.RankingCriterion
 
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.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.
ButtonDialog - Class in com.rapidminer.gui.tools.dialogs
Dialog that provides some helper methods to create buttons.
ButtonDialog(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
The key will be used for the properties gui.dialog.
ButtonDialog(String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
The key will be used for the properties gui.dialog.
ButtonDialog(String, Dialog.ModalityType, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
The key will be used for the properties gui.dialog.
ButtonDialog(Dialog, String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
Deprecated.  
ButtonDialog(Dialog, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
Deprecated.  
ButtonDialog(Frame, String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
Deprecated.  
ButtonDialog(Frame, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ButtonDialog
Deprecated.  
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.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.RelevanceTreeLearner
 
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 convenient method for calculating the distance between examples.
calculateDistance(Example, double[]) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This is a convenient 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 convenient method for calculating the similarity between examples.
calculateSimilarity(Example, double[]) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This is a convenient 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.ComponentWeights
 
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.ExampleSet2AttributeWeights
 
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
 
CamelCaseFilter - Class in com.rapidminer.gui.tools
Matches, e.g.
CamelCaseFilter(String) - Constructor for class com.rapidminer.gui.tools.CamelCaseFilter
 
canAccessFilesystem() - Method in enum com.rapidminer.RapidMiner.ExecutionMode
 
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.
canCalculateWeights() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns true if this learner is capable of computing attribute weights.
canCalculateWeights() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
cancel() - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog
 
cancel() - Method in class com.rapidminer.gui.properties.EnumerationPropertyDialog
 
cancel() - Method in class com.rapidminer.gui.properties.ListPropertyDialog
 
cancel() - Method in class com.rapidminer.gui.properties.TextPropertyDialog
 
cancel() - Method in class com.rapidminer.gui.templates.BuildingBlockDialog
 
cancel() - Method in class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog
 
cancel() - Method in class com.rapidminer.gui.templates.SaveAsTemplateDialog
 
cancel() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
cancel() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
cancel() - Method in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
cancel() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard
 
cancel() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
cancel() - Method in class com.rapidminer.gui.tools.ProgressThread
If the thread is currently active, calls ProgressThread.executionCancelled() to notify children.
cancel() - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
 
cancel() - Method in class com.rapidminer.operator.nio.AbstractDataImportWizard
 
cancel() - Method in class com.rapidminer.operator.nio.CSVImportWizard
 
cancel() - Method in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
 
CANCEL_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
cancelCellEditing() - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
cancelCellEditing() - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
cancelGuessing() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
Cancels DataResultSetTranslator.guessValueTypes(int[], DataResultSetTranslationConfiguration, DataResultSet, int, ProgressListener) after the next row.
cancelLoading() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
Cancels #read(DataResultSet, DataResultSetTranslationConfiguration, int, ProgressListener) after the next row.
cancelSorting() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
candidateCounter - Variable in class com.rapidminer.operator.learner.associations.gsp.CountingInformations
 
canEstimatePerformance() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns true if this learner is capable of estimating its performance.
canEstimatePerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
canEstimatePerformance() - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
canEvaluate(int) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Returns true iff this operator can evaluate labels of the given value type.
canEvaluate(int) - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
 
canEvaluate(int) - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
canEvaluate(int) - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
canEvaluate(int) - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
canEvaluate(int) - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
 
canEvaluate(int) - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
 
canGoBack(int) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
canGoBack(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
canGoBack() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
canGoBack() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
canGoBack() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.RepositoryLocationSelectionWizardStep
 
canGoBack() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
is called whenever a field is updated
canGoBack() - Method in class com.rapidminer.operator.nio.AnnotationDeclarationWizardStep
 
canGoBack() - Method in class com.rapidminer.operator.nio.CSVSyntaxConfigurationWizardStep
 
canGoBack() - Method in class com.rapidminer.operator.nio.MetaDataDeclarationWizardStep
 
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
 
canImport(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
canMakeReaderFor(URL) - Static method in class com.rapidminer.operator.io.AbstractReader
 
CannotConnectPortException - Exception in com.rapidminer.operator.ports.impl
 
CannotConnectPortException(OutputPort, InputPort, InputPort, OutputPort) - Constructor for exception com.rapidminer.operator.ports.impl.CannotConnectPortException
 
CannotConnectPortException(OutputPort, InputPort, InputPort) - Constructor for exception com.rapidminer.operator.ports.impl.CannotConnectPortException
 
CannotConnectPortException(OutputPort, InputPort, OutputPort) - Constructor for exception com.rapidminer.operator.ports.impl.CannotConnectPortException
 
canProceed(int) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
canProceed(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
canProceed() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
canProceed() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
canProceed() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.RepositoryLocationSelectionWizardStep
 
canProceed() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
is called whenever a field is updated
canProceed() - Method in class com.rapidminer.operator.nio.AnnotationDeclarationWizardStep
 
canProceed() - Method in class com.rapidminer.operator.nio.CSVSyntaxConfigurationWizardStep
 
canProceed() - Method in class com.rapidminer.operator.nio.MetaDataDeclarationWizardStep
 
CapabilityCheck - Class in com.rapidminer.operator.learner
Checks if the the given learner can work on the example set.
CapabilityCheck(CapabilityProvider, boolean) - Constructor for class com.rapidminer.operator.learner.CapabilityCheck
 
CapabilityPrecondition - Class in com.rapidminer.operator.ports.metadata
 
CapabilityPrecondition(CapabilityProvider, InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
 
CapabilityProvider - Interface in com.rapidminer.operator.learner
 
capabilityProvider - Variable in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
 
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
 
CategorySelectionQuickFix - Class in com.rapidminer.operator.ports.quickfix
This is a quickfix for setting an alternative option in a category selection parameter
CategorySelectionQuickFix(ParameterHandler, String, String[], String, String) - Constructor for class com.rapidminer.operator.ports.quickfix.CategorySelectionQuickFix
 
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
 
cellEditor - Variable in class com.rapidminer.gui.tools.table.EditableTableHeader
 
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(ExampleSet, int, Collection<String>, DistanceMeasure, boolean, boolean) - Constructor for class com.rapidminer.operator.clustering.CentroidClusterModel
 
CentroidClusterModel(ExampleSet, int, Attributes, boolean, boolean) - Constructor for class com.rapidminer.operator.clustering.CentroidClusterModel
 
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
 
CHANGE_5_0_11_NAME_SCHEMA - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
 
CHANGE_TO_PARENT_DIRECTORY - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
CHANGE_VIEW_ACTION - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
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
 
ChangeAttributeRoleQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
ChangeAttributeRoleQuickFix(InputPort, String, String, Object...) - Constructor for class com.rapidminer.operator.ports.quickfix.ChangeAttributeRoleQuickFix
 
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
 
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
Deprecated. Use MainFrame.getPerspectives() and ApplicationPerspectives.showPerspective(String)
ChangeParameterValueRule - Class in com.rapidminer.io.process.rules
This rule changes the specified parameter value into the new one.
ChangeParameterValueRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.ChangeParameterValueRule
 
changeSelection(int, int, boolean, boolean) - Method in class com.rapidminer.gui.look.fc.FileTable
 
changeToRegular() - Method in class com.rapidminer.example.AttributeRole
 
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.
CharAt - Class in com.rapidminer.tools.math.function.text
Returns the character at the desired position of the given string.
CharAt() - Constructor for class com.rapidminer.tools.math.function.text.CharAt
 
CHARSETS - Static variable in class com.rapidminer.tools.io.Encoding
 
chartChanged(ChartChangeEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Receives notification of changes to the chart, and redraws the chart.
CharTextField - Class in com.rapidminer.gui.tools
A text field which allows to input (only) a single character.
CharTextField() - Constructor for class com.rapidminer.gui.tools.CharTextField
 
CharTextField(char) - Constructor for class com.rapidminer.gui.tools.CharTextField
 
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.
chartProgress(ChartProgressEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Receives notification of a chart progress event.
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.ExpressionCondition
 
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.MacroDefinedCondition
 
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(MetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
 
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.CollectionPrecondition
 
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.DistanceMeasurePrecondition
 
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ParameterConditionedPrecondition
 
check(MetaData) - Method in interface com.rapidminer.operator.ports.metadata.Precondition
Checks whether the precondition is satisfied, registering a MetaDataError with the input port if not.
check(MetaData) - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
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() - Method in class com.rapidminer.tools.documentation.OperatorDocBundle
Checks for empty documentation and documentation that has no associated operator.
CHECK_BOX_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
CHECK_FOR_JDBC_DRIVERS_ACTION - 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
 
checkAll() - Method in class com.rapidminer.operator.Operator
Clears all errors, checks the operator and its children and propagates meta data, propgatates dirtyness and sorts execution order.
checkAllExcludingMetaData() - Method in class com.rapidminer.operator.Operator
As check all, but does not check the meta data for performance reasons.
checkAndCreateIds(ExampleSet) - Static method in class com.rapidminer.example.Tools
The example set has to have ids.
checkAndCreateIds(ExampleSetMetaData) - Static method in class com.rapidminer.tools.metadata.MetaDataTools
This method is the analogon to the checkAndCreateIds of the Tools class for meta data.
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.
checkCancelled() - Method in class com.rapidminer.gui.tools.ProgressThread
If cancelled, throws a RuntimeException to stop the thread.
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.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 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
checkFields(boolean) - Method in class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
CheckForJDBCDriversAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
CheckForJDBCDriversAction() - Constructor for class com.rapidminer.gui.actions.CheckForJDBCDriversAction
 
checkForStop() - Method in class com.rapidminer.operator.Operator
This method should be called within long running loops of an operator to check if the user has canceled the execution in the mean while.
checkForUpdates() - Static method in class com.rapid_i.deployment.update.client.UpdateManager
Checks whether the last update is at least 7 days ago, then checks whether there are any updates, and opens a dialog if desired by the user.
checkIds(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.AllInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
Deprecated.  
checkIO(OperatorChain, Class[]) - Method in class com.rapidminer.operator.condition.FirstInnerOperatorCondition
 
checkIO(OperatorChain, Class[]) - Method in interface com.rapidminer.operator.condition.InnerOperatorCondition
Deprecated. 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
Deprecated. As of version 5.0, this method is no longer necessary.
checkIO(Class<?>[]) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. As of RM, checkIO is replaced by the MDTransformer.
checkLabelPreconditions(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
 
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
Deprecated. As of RM, this is implicit in the subprocesses.
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
 
checkPreconditions() - Method in class com.rapidminer.operator.ports.impl.InputPortImpl
 
checkPreconditions() - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
checkPreconditions() - Method in interface com.rapidminer.operator.ports.InputPort
Checks all registered preconditions.
checkPreconditions() - Method in interface com.rapidminer.operator.ports.InputPorts
Checks all preconditions at the ports.
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.meta.ParameterCloner
 
checkProperties() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
checkProperties() - Method in class com.rapidminer.operator.meta.ParameterSetter
 
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.
checkProperties() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
This will override the checkProperties method of operator in order to add some checks for possible quickfixes.
checkSelectedSubsetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
checkSelectedSubsetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Can be overridden to check the selected attributes for compatibility.
childIterator() - Method in class com.rapidminer.operator.learner.tree.Tree
 
children - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
children - Variable in class com.rapidminer.operator.learner.associations.gsp.HashTreeInnerNode
 
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, String, File, boolean, String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
 
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.
chooseFile(Component, String, File, boolean, boolean, String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
 
chooseFile(Component, File, boolean, boolean, String[], String[]) - Static method in class com.rapidminer.gui.tools.SwingTools
Returns the user selected file.
chooseFile(Component, String, File, boolean, boolean, String[], String[]) - Static method in class com.rapidminer.gui.tools.SwingTools
 
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
 
CLASS_HANDLING_BALANCED - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
CLASS_HANDLING_MODES - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
CLASS_HANDLING_UNBALANCED - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
ClassColorMap - Class in com.rapidminer.tools
 
ClassColorMap() - Constructor for class com.rapidminer.tools.ClassColorMap
 
classForName(String) - Static method in class com.rapidminer.tools.Tools
TODO: Looks like this can be replaced by Plugin.getMajorClassLoader()
CLASSIFICATION_COST - Static variable in interface com.rapidminer.example.Attributes
The name of the classification cost special attribute.
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
 
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
Deprecated. Call c.getSimpleName() directly.
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.
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.flow.InterpolationMap
 
clear() - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
clear() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
clear() - Method in class com.rapidminer.MacroHandler
 
clear() - Method in class com.rapidminer.operator.Annotations
 
clear(int) - Method in class com.rapidminer.operator.ExecutionUnit
 
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(int) - Method in class com.rapidminer.operator.Operator
Clears output and input ports.
clear(int) - Method in class com.rapidminer.operator.OperatorChain
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.InputPortImpl
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.OutputPortImpl
 
clear() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
This method removes every attribute
clear(int) - Method in interface com.rapidminer.operator.ports.Port
Clears data, meta data and errors at this port.
clear(int) - Method in interface com.rapidminer.operator.ports.Ports
Clears the input, meta data, and error messages.
clear() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Removes all individuals.
CLEAR_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
CLEAR_ALL - Static variable in interface com.rapidminer.operator.ports.Port
 
CLEAR_ALL_ACTION - Static variable in class com.rapidminer.gui.look.TextActions
 
CLEAR_ALL_ERRORS - Static variable in interface com.rapidminer.operator.ports.Port
Clears all error types.
CLEAR_ALL_METADATA - Static variable in interface com.rapidminer.operator.ports.Port
Clears all meta data, real and inferred.
CLEAR_DATA - Static variable in interface com.rapidminer.operator.ports.Port
 
CLEAR_HISTORY_ACTION - Variable in class com.rapidminer.gui.processeditor.results.ResultOverview
 
CLEAR_MESSAGE_VIEWER_ACTION - Variable in class com.rapidminer.gui.tools.LoggingViewer
 
CLEAR_META_DATA_ERRORS - Static variable in interface com.rapidminer.operator.ports.Port
 
CLEAR_METADATA - Static variable in interface com.rapidminer.operator.ports.Port
 
CLEAR_REAL_METADATA - Static variable in interface com.rapidminer.operator.ports.Port
 
CLEAR_SIMPLE_ERRORS - Static variable in interface com.rapidminer.operator.ports.Port
 
ClearAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
ClearAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.ClearAction
 
clearAll() - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
clearAll() - Method in interface com.rapidminer.gui.processeditor.results.ResultDisplay
 
clearAll() - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
clearAllReaderSettings() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
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.
clearErrors() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
clearEveryThing() - Method in class com.rapidminer.gui.look.fc.FileList
 
clearFilter() - Method in class com.rapidminer.gui.tools.FilterTextField
 
clearGroups() - Method in class com.rapidminer.tools.math.AnovaCalculator
 
clearHistory() - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
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) - Constructor for class com.rapidminer.gui.tools.actions.ClearMessageAction
 
clearOperatorCache() - Static method in class com.rapidminer.gui.OperatorDocLoader
 
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.
clearPlotterSelectionListener() - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
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
 
clearProperties() - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
clearReaderSettings() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
clearRegular() - Method in class com.rapidminer.example.AbstractAttributes
 
clearRegular() - Method in interface com.rapidminer.example.Attributes
Removes all regular attributes.
clearRegular() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
This method removes all regular attributes from this exampleSet meta data
clearReportStreams() - Method in class com.rapidminer.Process
 
clearRules() - Method in class com.rapidminer.operator.ports.metadata.MDTransformer
 
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
 
clearSelectionListener() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
This one clears the complete list of registered selection listeners.
clearSelectionListener() - Method in interface com.rapidminer.gui.plotter.charts.SelectablePlotter
This one clears the complete list of registered selection listeners.
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).
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
 
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.gui.plotter.PlotterConfigurationModel
 
clone() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
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.operator.ports.metadata.AttributeMetaData
 
clone() - Method in class com.rapidminer.operator.ports.metadata.CollectionMetaData
 
clone() - Method in class com.rapidminer.operator.ports.metadata.DummyMetaData
 
clone() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
clone() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
clone() - Method in class com.rapidminer.operator.ports.metadata.ModelMetaData
 
clone() - Method in class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
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
cloneExecutionUnitFrom(ExecutionUnit, boolean) - Method in class com.rapidminer.operator.ExecutionUnit
Clones operators contained in original, adds them to this execution unit and wires them as they were originally.
cloneOperator(String, boolean) - Method in class com.rapidminer.operator.Operator
Performs a deep clone on the most parts of this operator.
cloneOperator(String, boolean) - Method in class com.rapidminer.operator.OperatorChain
Performs a deep clone of this operator chain.
close() - Method in class com.rapid_i.deployment.update.client.ExtensionDialog
 
close() - Method in class com.rapid_i.deployment.update.client.ProgressReportingOutputStream
 
close() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
close() - Method in class com.rapidminer.gui.dialog.Tutorial
 
close() - Method in class com.rapidminer.gui.MainFrame
 
close() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
close() - Method in class com.rapidminer.gui.tools.dialogs.ManageDatabaseDriversDialog
 
close() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.LineReader
 
close() - Method in class com.rapidminer.io.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Closes the data source.
close() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
close() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
close() - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Closes the data source.
close() - Method in interface com.rapidminer.operator.nio.model.DataResultSetFactory
Closes all resources associated with this factory.
close() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
This method will stop any ongoing read action and close the underlying DataResultSet.
close() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
close() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
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.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 - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
CloseAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
CloseAction(AttributeEditorDialog) - Constructor for class com.rapidminer.gui.attributeeditor.actions.CloseAction
 
CLOSED_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
closeWorkbook() - Method in class com.rapidminer.operator.io.ExcelExampleSource
closes the the excel workbook
closeWorkbook() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
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.
ClusterFunction - Class in com.rapidminer.operator.generator
Abstract superclass of all clustering functions of the ExampleSetGenerator
ClusterFunction() - Constructor for class com.rapidminer.operator.generator.ClusterFunction
 
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 on copies of its own input.
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(ExampleSet, int, boolean, boolean) - 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
 
ClusterModelInterface - Interface in com.rapidminer.operator.clustering
This interface is needed only as a tag for cluster models and hierarchical cluster models for operators working on both classes.
ClusterModelObjectViewer - Class in com.rapidminer.gui.graphs
The graph object viewer for cluster nodes in a cluster model.
ClusterModelObjectViewer(Object) - 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 clusters 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
 
COFKnn - Class in com.rapidminer.operator.preprocessing.outlier
The COFKnn class creates the k nearest Objects for an cof object
COFKnn(COFObject, double) - Constructor for class com.rapidminer.operator.preprocessing.outlier.COFKnn
 
COFObject - Class in com.rapidminer.operator.preprocessing.outlier
The COF class creates COF Objects which handle the representation of objects from the test data set in the core of the class outlier operators.
COFObject() - Constructor for class com.rapidminer.operator.preprocessing.outlier.COFObject
 
COFObject(double[], double, double, int) - Constructor for class com.rapidminer.operator.preprocessing.outlier.COFObject
 
COLLAPSE_ALL_ACTION - 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
 
collect() - Method in class com.rapidminer.operator.ports.CollectingPortPairExtender
For all input ports that have data, this data is added to the collection currently assigned to the output port.
collectErrors(List<ProcessSetupError>) - Method in class com.rapidminer.operator.Operator
 
collectErrors(List<ProcessSetupError>) - Method in class com.rapidminer.operator.OperatorChain
 
CollectingPortPairExtender - Class in com.rapidminer.operator.ports
This port pair extender offers the ability to collect data at its input ports over several iterations and deliver it to its output ports as a collection.
CollectingPortPairExtender(String, InputPorts, OutputPorts) - Constructor for class com.rapidminer.operator.ports.CollectingPortPairExtender
 
CollectionIterationOperator - Class in com.rapidminer.operator.collections
Iterates over a collection and executes the subprocess on each element.
CollectionIterationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.collections.CollectionIterationOperator
 
CollectionMetaData - Class in com.rapidminer.operator.ports.metadata
MetaData for a IOObjectCollection.
CollectionMetaData() - Constructor for class com.rapidminer.operator.ports.metadata.CollectionMetaData
Keep for clone!
CollectionMetaData(MetaData) - Constructor for class com.rapidminer.operator.ports.metadata.CollectionMetaData
 
CollectionOperator - Class in com.rapidminer.operator.collections
Takes several objects as an input at converts them into a collection.
CollectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.collections.CollectionOperator
 
CollectionPrecondition - Class in com.rapidminer.operator.ports.metadata
This precondition checks whether the delivered object is of a given type or a collection of the given type (or a collection of such collections etc.).
CollectionPrecondition(Precondition) - Constructor for class com.rapidminer.operator.ports.metadata.CollectionPrecondition
 
CollectionRenderer - Class in com.rapidminer.gui.renderer
A renderer for container models.
CollectionRenderer() - Constructor for class com.rapidminer.gui.renderer.CollectionRenderer
 
CollectionTreeCellRenderer - Class in com.rapidminer.gui.viewer.collection
 
CollectionTreeCellRenderer(IOObject) - Constructor for class com.rapidminer.gui.viewer.collection.CollectionTreeCellRenderer
 
CollectionTreeModel - Class in com.rapidminer.gui.viewer.collection
Tree model backed by an IOObjectCollection.
CollectionTreeModel(IOObject) - Constructor for class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
CollectionViewer - Class in com.rapidminer.gui.viewer.collection
Can be used to display the models of a ContainerModel.
CollectionViewer(GroupedModel, IOContainer) - Constructor for class com.rapidminer.gui.viewer.collection.CollectionViewer
 
CollectionViewer(MetaModel, IOContainer) - Constructor for class com.rapidminer.gui.viewer.collection.CollectionViewer
 
CollectionViewer(IOObjectCollection<IOObject>, IOContainer) - Constructor for class com.rapidminer.gui.viewer.collection.CollectionViewer
 
collectQuickFixes() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
collectQuickFixes() - Method in interface com.rapidminer.operator.ports.Port
Returns a sorted list of all quick fixes applicable for this port.
color2String(Color) - Static method in class com.rapidminer.parameter.ParameterTypeColor
 
COLOR_HISTOGRAM_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
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
 
ColoredJTextPane - Class in com.rapidminer.gui.tools
This is a JTextPane that will assign each word a color specified by the getColor method.
ColoredJTextPane() - Constructor for class com.rapidminer.gui.tools.ColoredJTextPane
 
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
 
ColorIcon - Class in com.rapidminer.gui.tools.components
This is an icon, that shows just a single color.
ColorIcon(Color) - Constructor for class com.rapidminer.gui.tools.components.ColorIcon
 
ColorIcon(Color, int, int) - Constructor for class com.rapidminer.gui.tools.components.ColorIcon
 
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(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
ColorQuartileMatrixPlotter(PlotterConfigurationModel, 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(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
ColorQuartilePlotter(PlotterConfigurationModel, 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
 
colorSelected(Color) - Method in interface com.rapidminer.gui.tools.components.ColorSelectionListener
 
ColorSelectionButton - Class in com.rapidminer.gui.tools.components
This button presents a possibility to select a color.
ColorSelectionButton(String, Color, Object...) - Constructor for class com.rapidminer.gui.tools.components.ColorSelectionButton
This method will create a new Color Selection Button which will open a dialog if pressed to select a new color.
ColorSelectionListener - Interface in com.rapidminer.gui.tools.components
 
ColorValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Cell editor consisting of a colored button which opens a color chooser as action.
ColorValueCellEditor(ParameterTypeColor) - Constructor for class com.rapidminer.gui.properties.celleditors.value.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
 
COLUMN_TOOL_TIPS - 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(DatabaseHandler, String, String, int, 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.
ColumnMetaData - Class in com.rapidminer.operator.nio.model
The meta data either guessed by RapidMiner or specified by the user for a column of an excel file, csv file, etc.
ColumnMetaData() - Constructor for class com.rapidminer.operator.nio.model.ColumnMetaData
 
ColumnMetaData(String, String, int, String, boolean) - Constructor for class com.rapidminer.operator.nio.model.ColumnMetaData
 
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.rapid_i.deployment.update.client - package com.rapid_i.deployment.update.client
 
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.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.dnd - package com.rapidminer.gui.dnd
 
com.rapidminer.gui.docking - package com.rapidminer.gui.docking
 
com.rapidminer.gui.flow - package com.rapidminer.gui.flow
 
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.settings - package com.rapidminer.gui.plotter.settings
 
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.profiler - package com.rapidminer.gui.processeditor.profiler
 
com.rapidminer.gui.processeditor.profiler.data - package com.rapidminer.gui.processeditor.profiler.data
 
com.rapidminer.gui.processeditor.results - package com.rapidminer.gui.processeditor.results
 
com.rapidminer.gui.properties - package com.rapidminer.gui.properties
This package consists of all classes for property (parameter) editing, i.e.
com.rapidminer.gui.properties.celleditors.key - package com.rapidminer.gui.properties.celleditors.key
 
com.rapidminer.gui.properties.celleditors.value - package com.rapidminer.gui.properties.celleditors.value
 
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.associations - package com.rapidminer.gui.renderer.associations
 
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.itemsets - package com.rapidminer.gui.renderer.itemsets
 
com.rapidminer.gui.renderer.math - package com.rapidminer.gui.renderer.math
 
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.autocomplete - package com.rapidminer.gui.tools.autocomplete
 
com.rapidminer.gui.tools.components - package com.rapidminer.gui.tools.components
 
com.rapidminer.gui.tools.dialogs - package com.rapidminer.gui.tools.dialogs
 
com.rapidminer.gui.tools.dialogs.wizards - package com.rapidminer.gui.tools.dialogs.wizards
 
com.rapidminer.gui.tools.dialogs.wizards.dataimport - package com.rapidminer.gui.tools.dialogs.wizards.dataimport
 
com.rapidminer.gui.tools.dialogs.wizards.dataimport.access - package com.rapidminer.gui.tools.dialogs.wizards.dataimport.access
 
com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv - package com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
 
com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel - package com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
 
com.rapidminer.gui.tools.syntax - package com.rapidminer.gui.tools.syntax
This package contains a text editor supporting syntax highlighting.
com.rapidminer.gui.tools.table - package com.rapidminer.gui.tools.table
 
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.viewer.collection - package com.rapidminer.gui.viewer.collection
 
com.rapidminer.gui.wizards - package com.rapidminer.gui.wizards
This package contain wizard classes for configurating operators.
com.rapidminer.io - package com.rapidminer.io
 
com.rapidminer.io.process - package com.rapidminer.io.process
 
com.rapidminer.io.process.conditions - package com.rapidminer.io.process.conditions
 
com.rapidminer.io.process.rules - package com.rapidminer.io.process.rules
 
com.rapidminer.operator - package com.rapidminer.operator
Provides operators for machine learning and data pre-processing.
com.rapidminer.operator.annotation - package com.rapidminer.operator.annotation
 
com.rapidminer.operator.associations - package com.rapidminer.operator.associations
 
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.collections - package com.rapidminer.operator.collections
 
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.execution - package com.rapidminer.operator.execution
 
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.associations.gsp - package com.rapidminer.operator.learner.associations.gsp
 
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.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.local - package com.rapidminer.operator.learner.local
 
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.tree.criterions - package com.rapidminer.operator.learner.tree.criterions
 
com.rapidminer.operator.macros - package com.rapidminer.operator.macros
 
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.nio - package com.rapidminer.operator.nio
 
com.rapidminer.operator.nio.model - package com.rapidminer.operator.nio.model
 
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.ports - package com.rapidminer.operator.ports
 
com.rapidminer.operator.ports.impl - package com.rapidminer.operator.ports.impl
 
com.rapidminer.operator.ports.metadata - package com.rapidminer.operator.ports.metadata
 
com.rapidminer.operator.ports.quickfix - package com.rapidminer.operator.ports.quickfix
 
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.sampling.sequences - package com.rapidminer.operator.preprocessing.sampling.sequences
 
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.tools - package com.rapidminer.operator.tools
 
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.repository - package com.rapidminer.repository
 
com.rapidminer.repository.db - package com.rapidminer.repository.db
 
com.rapidminer.repository.gui - package com.rapidminer.repository.gui
 
com.rapidminer.repository.gui.process - package com.rapidminer.repository.gui.process
 
com.rapidminer.repository.local - package com.rapidminer.repository.local
 
com.rapidminer.repository.remote - package com.rapidminer.repository.remote
 
com.rapidminer.repository.resource - package com.rapidminer.repository.resource
 
com.rapidminer.test - package com.rapidminer.test
Provides test classes.
com.rapidminer.tools - package com.rapidminer.tools
Provides helper classes information extraction.
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.documentation - package com.rapidminer.tools.documentation
 
com.rapidminer.tools.help - package com.rapidminer.tools.help
The online help service for RapidMiner.
com.rapidminer.tools.io - package com.rapidminer.tools.io
 
com.rapidminer.tools.jdbc - package com.rapidminer.tools.jdbc
Provides tools for database access via JDBC connections.
com.rapidminer.tools.jdbc.connection - package com.rapidminer.tools.jdbc.connection
 
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.date - package com.rapidminer.tools.math.function.date
 
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.text - package com.rapidminer.tools.math.function.text
 
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
 
com.rapidminer.tools.math.som - package com.rapidminer.tools.math.som
Provides class for SOM (Self Organizing Map, Kohonen Net) calculation.
com.rapidminer.tools.metadata - package com.rapidminer.tools.metadata
 
com.rapidminer.tools.patterns - package com.rapidminer.tools.patterns
 
com.rapidminer.tools.plugin - package com.rapidminer.tools.plugin
Provides tools for RapidMiner plugins.
com.rapidminer.tools.usagestats - package com.rapidminer.tools.usagestats
 
com.rapidminer.tools.xml - package com.rapidminer.tools.xml
 
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
Deprecated.  
CombinedInnerOperatorCondition() - Constructor for class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
Deprecated.  
CombinedParameterType - Class in com.rapidminer.parameter
This is an abstract class for all ParameterTypes that are a combination of several other ParameterTypes.
CombinedParameterType(String, String, ParameterType...) - Constructor for class com.rapidminer.parameter.CombinedParameterType
 
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.viewer.MetaDataViewerTableModel
 
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.
COMMENT_EDITOR_DOCK_KEY - Static variable in class com.rapidminer.gui.processeditor.CommentEditor
 
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.
COMPARATOR - Static variable in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
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