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
 
a - Variable in class com.rapidminer.operator.preprocessing.normalization.DenormalizationOperator.LinearTransformation
 
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
 
AbstractAggregationFunction.AggregationFunctionType - Enum in com.rapidminer.tools.math.function.aggregation
 
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
 
AbstractConfigurable - Class in com.rapidminer.tools.config
Abstract standard implementation of the Configurable class.
AbstractConfigurable() - Constructor for class com.rapidminer.tools.config.AbstractConfigurable
 
AbstractConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
AbstractConfigurationPanel(PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
AbstractConfigurationPanel.DatasetTransformationType - Enum in com.rapidminer.gui.new_plotter.gui
 
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
 
AbstractDimensionConfig - Class in com.rapidminer.gui.new_plotter.configuration
 
AbstractDimensionConfig(DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
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
 
AbstractFileIterator - Class in com.rapidminer.operator.meta
This operator is the base class for operators which loop over a file structure.
AbstractFileIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.AbstractFileIterator
 
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
 
AbstractGroupingCardPanel - Class in com.rapidminer.gui.new_plotter.gui.groupingpanel
Abstract panel for displaying settings of ValueGroupings.
AbstractGroupingCardPanel(PlotInstance, DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.gui.groupingpanel.AbstractGroupingCardPanel
 
AbstractInputPort - Class in com.rapidminer.operator.ports.impl
An abstract implementation for InputPorts.
AbstractInputPort(Ports<? extends Port>, String, boolean) - Constructor for class com.rapidminer.operator.ports.impl.AbstractInputPort
 
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
 
AbstractOperatorLibrary - Class in com.rapidminer.operator.libraries
This is an abstract superclass for all OperatorLibrarys.
AbstractOperatorLibrary(String, Element) - Constructor for class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
AbstractOperatorLibrary(String, String, String, VersionNumber) - Constructor for class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
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
 
AbstractOutputPort - Class in com.rapidminer.operator.ports.impl
An abstract output port implementation.
AbstractOutputPort(Ports<? extends Port>, String, boolean) - Constructor for class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
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
 
AbstractPatchedTransferHandler - Class in com.rapidminer.gui.new_plotter.gui.dnd
Abstract class for PlotConfiguration DnD TransferHandlers.
AbstractPatchedTransferHandler() - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler
 
AbstractPatchedTransferHandler.hidePopupAction - Class in com.rapidminer.gui.new_plotter.gui.dnd
 
AbstractPatchedTransferHandler.hidePopupAction() - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler.hidePopupAction
 
AbstractPatchedTransferHandler.showPopupAction - Class in com.rapidminer.gui.new_plotter.gui.dnd
 
AbstractPatchedTransferHandler.showPopupAction() - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler.showPopupAction
 
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
 
AbstractRepositoryAction<T extends Entry> - Class in com.rapidminer.repository.gui.actions
Abstract superclass of actions that are executed on subclasses of Entry.
AbstractRepositoryAction(RepositoryTree, Class<T>, boolean, String) - Constructor for class com.rapidminer.repository.gui.actions.AbstractRepositoryAction
 
AbstractRepositoryEntryRelocationOperator - Class in com.rapidminer.operator.repository
 
AbstractRepositoryEntryRelocationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
AbstractRepositoryIterator - Class in com.rapidminer.operator.meta
This operator is the base class for operators which loop over a file structure.
AbstractRepositoryIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
AbstractRepositoryManagerOperator - Class in com.rapidminer.operator.repository
Abstract Operator for Repository Management.
AbstractRepositoryManagerOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.repository.AbstractRepositoryManagerOperator
 
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
 
AbstractStreamWriter - Class in com.rapidminer.operator.io
Abstract super type of stream writing operators.
AbstractStreamWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.AbstractStreamWriter
 
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
 
AbstractTreeSelectionDependentPanel - Class in com.rapidminer.gui.new_plotter.gui
 
AbstractTreeSelectionDependentPanel(JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.AbstractTreeSelectionDependentPanel
 
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.
AbstractValueGrouping - Class in com.rapidminer.gui.new_plotter.configuration
Base class for most implementations of ValueGrouping.
AbstractValueGrouping(DataTableColumn, boolean, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
AbstractValueProcessing - Class in com.rapidminer.operator.preprocessing
 
AbstractValueProcessing(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.AbstractValueProcessing
 
AbstractValueRange - Class in com.rapidminer.gui.new_plotter.utility
Value range that is a abstract superclass for most value ranges.
AbstractValueRange() - Constructor for class com.rapidminer.gui.new_plotter.utility.AbstractValueRange
 
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.new_plotter.engine.jfreechart.actions.AddParallelLineAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ClearParallelLinesAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.CopyChartAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageParallelLinesAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageZoomAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler.hidePopupAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler.showPopupAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction
 
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.RestoreOriginalColumnOrderAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SaveLogFileAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SelectColumnAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.gui.tools.actions.SelectionDependentAction
 
actionPerformed(ActionEvent, Object) - Method in class com.rapidminer.gui.tools.actions.SelectionDependentAction
Subclasses need to implement this method in order to be able to perform the action on the given object.
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.gui.actions.AbstractRepositoryAction
 
actionPerformed(T) - Method in class com.rapidminer.repository.gui.actions.AbstractRepositoryAction
 
actionPerformed(Repository) - Method in class com.rapidminer.repository.gui.actions.ConfigureRepositoryAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.repository.gui.actions.CopyEntryRepositoryAction
 
actionPerformed(Entry) - Method in class com.rapidminer.repository.gui.actions.CopyEntryRepositoryAction
 
actionPerformed(Entry) - Method in class com.rapidminer.repository.gui.actions.CopyLocationAction
 
actionPerformed(Folder) - Method in class com.rapidminer.repository.gui.actions.CreateFolderAction
 
actionPerformed(Entry) - Method in class com.rapidminer.repository.gui.actions.DeleteAction
 
actionPerformed(DataEntry) - Method in class com.rapidminer.repository.gui.actions.OpenEntryAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.repository.gui.actions.PasteEntryRepositoryAction
 
actionPerformed(Entry) - Method in class com.rapidminer.repository.gui.actions.PasteEntryRepositoryAction
 
actionPerformed(Folder) - Method in class com.rapidminer.repository.gui.actions.RefreshAction
 
actionPerformed(Entry) - Method in class com.rapidminer.repository.gui.actions.RenameAction
 
actionPerformed(Entry) - Method in class com.rapidminer.repository.gui.actions.StoreProcessAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.repository.remote.AccessRightsAction
 
actionPerformed(ActionEvent) - Method in class com.rapidminer.repository.remote.NewRevisionAction
 
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.
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.AreaAndBarChartConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.AxisConfigurationContainer
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.ChartTitleConfigurationContainer
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.DimensionConfigPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.GlobalConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.GroupingConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.AbstractGroupingCardPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EqualDataFractionCardPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EquidistantFixedBinCountCardPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.LegendConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.LineChartConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.RangeAxisConfigPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.SeriesFormatConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.ValueSourceConfigurationPanel
 
adaptGUI() - Method in class com.rapidminer.gui.new_plotter.gui.WindowingConfigurationContainer
 
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.DataTableView
 
add(DataTableRow) - Method in class com.rapidminer.datatable.SimpleDataTable
 
add(DataTableRow) - Method in class com.rapidminer.datatable.SortedDataTableView
 
add(DataTableRow) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
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.PlainArrowDropDownButton
 
add(JMenuItem) - Method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
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
 
addAggregationWindowingListener(AggregationWindowingListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
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.
addArrowToFlowLayoutPanel(JPanel) - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
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 a clone of the attribute a 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.
addAxisParallelLineConfigurationListener(AxisParallelLineConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
addAxisParallelLinesConfigurationListener(AxisParallelLinesConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
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
 
addChange(ConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationQuickFix
 
addChangeListener(ChangeListener) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
addChangeListener(SeriesFormatListener) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
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
 
addColor(ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Adds a color to the color scheme.
addColor(int, ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Adds a color to the color scheme at specified index.
addColorScheme(ColorScheme) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Adds a ColorScheme to the existing ones.
addColorScheme(ColorScheme) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Appends the given ColorScheme to the list of available ColorSchemes.
addColorScheme(ColorScheme, int) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Adds the given ColorScheme to the list of available ColorSchemes at the specified index.
addColorSchemeAndSetActive(ColorScheme) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Adds a ColorScheme to the existing ones.
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
Adds a new condition. null arguments will be ignored.
addCondition(FilterableListModel.FilterCondition) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
addCondition(InnerOperatorCondition) - Method in class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
Deprecated.  
addConditions(Iterable<? extends DataTableFilterCondition>) - Method in class com.rapidminer.datatable.FilteredDataTable
Adds a batch of conditions.
addConnectionEntry(FieldConnectionEntry) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
addConnectionListener(ConnectionListener) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
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, boolean) - Method in class com.rapidminer.datatable.AbstractDataTable
 
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.
addDataTableListener(DataTableListener, boolean) - 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
 
addDependency(Plugin) - Method in class com.rapidminer.tools.plugin.PluginClassLoader
This adds another parent plugin to the list of dependencies.
addDimensionConfigListener(DimensionConfigListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
addDimensionConfigListener(DimensionConfigListener) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
addDragStartListener(DragListener) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler
 
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
 
addEntries(Configurable) - Method in class com.rapidminer.tools.config.gui.ConfigurationDialog
 
addError(PlotConfigurationError) - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
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
 
addFileDependencyCondition(ParameterType, ParameterHandler, PortProvider) - Static method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Adds a new (file-)InputPortNotConnectedCondition for a given parameter.
addFileDependencyCondition(ParameterType, ParameterHandler, PortProvider) - Static method in class com.rapidminer.operator.nio.file.FileOutputPortHandler
Adds a new (file-)OutputPortNotConnectedCondition for a given parameter.
addFilterListener(FilterListener) - Method in class com.rapidminer.gui.tools.FilterTextField
 
addFocusListener(FocusListener) - Method in class com.rapidminer.gui.tools.AutoCompletionComboBox
 
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
 
addGroupCell(GroupCellKeyAndData) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
addGroupDoc(String, GroupDocumentation) - Method in class com.rapidminer.tools.documentation.OperatorDocBundle
 
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.
addLine(double, boolean, LineFormat.LineStyle, float) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
addLine(AxisParallelLineConfiguration) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
Adds the given AxisParallelLineConfiguration line.
addLinebreaks(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Adds line breaks after SwingTools.TOOL_TIP_LINE_LENGTH letters.
addLineFormatListener(LineFormatListener) - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
addLinkAndBrushListener(LinkAndBrushListener) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
Adds the given LinkAndBrushListener to this LinkAndBrushMaster.
addLinkAndBrushSelectionListener(LinkAndBrushSelectionListener) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
Add a LinkAndBrushSelectionListener.
addListener(ValueGroupingListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
addListener(LegendConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
addListener(ValueGroupingListener) - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
addListener(RenderFormatDelegateChangeListener) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
addListener(PopupComponentListener) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel
 
addListener(MasterOfDesasterListener) - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
AddListener - Interface in com.rapidminer.operator
These listeners will be notified after a new operator was added to a chain.
addListener(XPathMatchesListModel.XPathMatchesResultListener) - Method in class com.rapidminer.operator.nio.xml.XPathMatchesListModel
 
addLoggingListener(LoggingListener) - Method in class com.rapidminer.Process
Adds the given logging listener.
addMacro(String, String) - Method in class com.rapidminer.MacroHandler
Adds a macro to this MacroHandler.
addMacro(Pair<String, String>) - Method in class com.rapidminer.ProcessContext
Adds a macro to the list or sets an existing one.
addMacro(MacroHandler, String, String) - Method in class com.rapidminer.tools.math.function.ExpressionParser
This method allows to derive a value from the given function and store it as a macro in the macroHandler under the given name.
addMappedDataTableListener(ValueMappingDataTableView.MappedDataTableListener) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
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
 
addMetaDataChangeListener(MetaDataChangeListener) - Method in interface com.rapidminer.parameter.MetaDataProvider
 
addMetaDataChangeListener(MetaDataChangeListener) - Method in class com.rapidminer.parameter.StaticMetaDataProvider
 
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
This method adds an OperatorCreationHook that will be informed whenever an Operator instance is created.
addOperatorDescription(OperatorDescription) - Method in class com.rapidminer.tools.GroupTree
Adds an operator to this group.
addOperatorDoc(String, OperatorDocumentation) - Method in class com.rapidminer.tools.documentation.OperatorDocBundle
 
addOperatorLibrary(OperatorLibrary, String) - Method in class com.rapidminer.ProcessContext
 
addOperatorServiceListener(OperatorService.OperatorServiceListener) - Static method in class com.rapidminer.tools.OperatorService
This method can be used to add an listener to the OperatorService that is informed whenever the set of available operators changes.
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.
addParallelLine(JFreeChartPlotEngine, Point) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.AddParallelLineAction
Opens the add parallel line configuration dialog and then adds the line the user specified.
AddParallelLineAction - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.actions
This action allows the user to add parallel lines (horizontal/vertical) to the current chart.
AddParallelLineAction(JFreeChartPlotEngine) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.AddParallelLineAction
Creates a new ResourceAction which opens the add parallel line configuration dialog when triggered.
AddParallelLineDialog - Class in com.rapidminer.gui.new_plotter.gui.dialog
This dialog allows the user to configure the addition of a crosshair line in the new charts.
AddParallelLineDialog() - Constructor for class com.rapidminer.gui.new_plotter.gui.dialog.AddParallelLineDialog
Creates a new AddParallelLineDialog.
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
 
addPlotConfigChangeEvent(PlotConfiguration, PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
This function can only be called if type of change event is META_CHANGE
addPlotConfigurationListener(PlotConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
addPlotConfigurationListener(PlotConfigurationListener, boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
This functions registers a PlotConfigurationListener as prioritized.
addPlotConfigurationProcessingListener(PlotConfigurationProcessingListener) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
addPlotEngineListener(JFreeChartPlotEngineListener) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
addPlotInstanceChangeListener(PlotInstanceChangedListener) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
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.AbstractInputPort
 
addPrecondition(Precondition) - Method in interface com.rapidminer.operator.ports.InputPort
Adds a precondition to this input port.
addProcessEditor(ProcessEditor) - Method in class com.rapidminer.gui.MainFrame
 
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
 
addQuickFix(PlotConfigurationQuickFix) - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
addRangeAxisConfig(int, RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
addRangeAxisConfig(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Adds a PlotRangeAxis to this PlotConfiguration.
addRangeAxisConfigListener(RangeAxisConfigListener) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
addRangeCrosshair(Crosshair) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
Adds a crosshair for the range axis with index 0.
addRangeCrosshair(int, Crosshair) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
 
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
Registers a repository.
addRepositoryAction(Class<? extends AbstractRepositoryAction>, RepositoryActionCondition, boolean, boolean) - Static method in class com.rapidminer.repository.gui.RepositoryTree
Appends the given AbstractRepositoryAction extending class to the popup menu actions.
addRepositoryAction(Class<? extends AbstractRepositoryAction>, RepositoryActionCondition, Class<? extends Action>, boolean, boolean) - Static method in class com.rapidminer.repository.gui.RepositoryTree
Adds the given AbstractRepositoryAction extending class to the popup menu actions at the given index.
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
 
addSeparatorAfter(JList, Object, int) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorSchemeComboBoxRenderer
 
addSeparatorAfter(JList, Object, int) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ComboSeparatorsRenderer
 
addSeperatorToPanel(JPanel) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
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
Deprecated. 
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).
addSubRange(ValueRange) - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
 
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
addTextChangeListener(ExtendedJTextField.TextChangeListener) - Method in class com.rapidminer.gui.tools.ExtendedJTextField.ExtendedJTextFieldModel
 
addThreeComponentRow(JPanel, JLabel, JComponent, JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
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.PlainArrowDropDownButton
 
addToToolBar(VLToolBar) - Method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
addToToolBar(ViewToolBar, int) - Method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
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.operator.nio.xml.XMLTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
addTwoComponentRow(JPanel, JComponent, JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
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.
addValueRangeListener(ValueRangeListener) - Method in class com.rapidminer.gui.new_plotter.utility.AbstractValueRange
 
addValueRangeListener(ValueRangeListener) - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
 
addValueSource(int, ValueSource, SeriesFormat) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Adds a PlotValueConfig to the list of ValueSources on this axis.
addValueSource(ValueSource, SeriesFormat) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Adds a PlotValueConfig to the list of ValueSources on this axis.
addValueSourceListener(ValueSourceListener) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
addVector(AverageVector) - Method in class com.rapidminer.tools.math.RunVector
Adds a new average vector.
addVersion(VersionNumber) - Method in class com.rapidminer.operator.libraries.LibraryOperatorDescription
This adds the given version to the existing numbers of versions.
addViewChangeListener(DataControlListener) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
addWarning(PlotConfigurationError) - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
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
 
AGGREATION_FUNCTIONS - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
 
AggregatedValueRange - Class in com.rapidminer.gui.new_plotter.utility
A value range which holds a list of other value ranges.
AggregatedValueRange() - Constructor for class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
 
AGGREGATION_FUNCTIONS_META_DATA_PROVIDER - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
 
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 - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an abstract class for all AggregationFunctions, that can be selected to aggregate values of a certain group.
AggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
 
AggregationFunction - Interface in com.rapidminer.tools.math.function.aggregation
An aggregation function which calculates the value for a given value array.
AggregationFunctionMetaDataProvider - Interface in com.rapidminer.operator.preprocessing.transformation.aggregation
This is the interface for all classes, that implement the delivery of meta data for certain AggregationFunctions.
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.aggregation
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.aggregation.AggregationOperator
 
AggregationOperator - Class in com.rapidminer.operator.preprocessing.transformation
Deprecated. 
AggregationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
AggregationOperator.AggregationTreeNode - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
 
AggregationOperator.AggregationTreeNode() - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
AggregationOperator.LeafAggregationTreeNode - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
 
AggregationOperator.LeafAggregationTreeNode(List<AggregationFunction>) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.LeafAggregationTreeNode
Creates a new AggregationOperator.LeafAggregationTreeNode for all the given AggregationFunctions.
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
 
AggregationWindowing - Class in com.rapidminer.gui.new_plotter.configuration
This class can be used to create cumulative plots.
AggregationWindowing(int, int, boolean) - Constructor for class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
aggregationWindowingChanged(AggregationWindowing) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
aggregationWindowingChanged(AggregationWindowing) - Method in interface com.rapidminer.gui.new_plotter.listener.AggregationWindowingListener
 
AggregationWindowingListener - Interface in com.rapidminer.gui.new_plotter.listener
 
Aggregator - Interface in com.rapidminer.operator.preprocessing.transformation.aggregation
 
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.
ALL_ZEROES_AND_NO_WARNING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
ALL_ZEROES_AND_WARNING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
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.
allSize() - Method in class com.rapidminer.example.SimpleAttributes
 
AllTests - Class in com.rapidminer.test
The main test class.
AllTests() - Constructor for class com.rapidminer.test.AllTests
 
almostEqual(float, float, float) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
almostEqual(double, double, double) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
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(ConfigurationChangeResponse) - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
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
Deprecated.  
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.features.transformation.SVDModel
 
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.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.aggregation.AggregationOperator
 
apply(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
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
 
applyAdaptiveVisualRounding(List<ValueRange>, boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
applyAdaptiveVisualRounding(List<ValueRange>, boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
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
 
applyMethod(LinearRegression, boolean, double, ExampleSet, boolean[], int, int, double[], double, double[], double, double[], double) - Method in class com.rapidminer.operator.learner.functions.linear.GreedyLinearRegressionMethod
 
applyMethod(LinearRegression, boolean, double, ExampleSet, boolean[], int, int, double[], double, double[], double, double[], double) - Method in class com.rapidminer.operator.learner.functions.linear.IterativeTTestLinearRegressionMethod
 
applyMethod(LinearRegression, boolean, double, ExampleSet, boolean[], int, int, double[], double, double[], double, double[], double) - Method in interface com.rapidminer.operator.learner.functions.linear.LinearRegressionMethod
This method performs the actual regression.
applyMethod(LinearRegression, boolean, double, ExampleSet, boolean[], int, int, double[], double, double[], double, double[], double) - Method in class com.rapidminer.operator.learner.functions.linear.M5PLinearRegressionMethod
 
applyMethod(LinearRegression, boolean, double, ExampleSet, boolean[], int, int, double[], double, double[], double, double[], double) - Method in class com.rapidminer.operator.learner.functions.linear.PlainLinearRegressionMethod
 
applyMethod(LinearRegression, boolean, double, ExampleSet, boolean[], int, int, double[], double, double[], double, double[], double) - Method in class com.rapidminer.operator.learner.functions.linear.TTestLinearRegressionMethod
 
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
applyOnData(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesModel
 
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
 
applyOnGrouping(List<ValueRange>) - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
Creates a new grouping model (i.e. a list of ValueRanges) with this aggregation windowing applied.
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
Deprecated. 
applyProperties() - Method in class com.rapidminer.gui.properties.SettingsTabs
 
applySorting() - Method in class com.rapidminer.gui.new_plotter.data.DomainConfigManagerData
 
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
 
AreaAndBarChartConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
AreaAndBarChartConfigurationPanel(boolean, JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.AreaAndBarChartConfigurationPanel
 
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
 
ARTIFICAL_INDEX_COLUMN - Static variable in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
the name of the artificial index column which will be added for series data tables
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
 
assertArrayEquals(String, Object[], Object[]) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests all objects in the array.
assertArrayEquals(String, byte[], byte[]) - Static method in class com.rapidminer.test_utils.RapidAssert
 
assertArrayEquals(Object[], Object[]) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests all objects in the array.
assertConnected() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
assertEquals(String, Object, Object) - Method in interface com.rapidminer.test_utils.Asserter
 
assertEquals(String, AttributeRole, AttributeRole, boolean) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if the special names of the attribute roles are equal and the associated attributes themselves.
assertEquals(String, Attribute, Attribute, boolean) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests two attributes by using the name, type, block, type, default value and the nominal mapping
assertEquals(String, NominalMapping, NominalMapping, boolean) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests two nominal mappings for its size and values.
assertEquals(String, List<IOObject>, List<IOObject>) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if both list of ioobjects are equal.
assertEquals(List<IOObject>, List<IOObject>) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if both list of ioobjects are equal.
assertEquals(IOObject, IOObject) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if the two IOObjects are equal.
assertEquals(String, IOObject, IOObject) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if the two IOObjects are equal and appends the given message.
assertEquals(String, Example, Example) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests the two examples by testing the value of the examples for every given attribute.
assertEquals(String, Attributes, Attributes, boolean) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if all attributes are equal.
assertEquals(String, ParameterValue, ParameterValue) - Static method in class com.rapidminer.test_utils.RapidAssert
 
assertEqualsIgnoreOrder(String, NominalMapping, NominalMapping) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests two nominal mappings for its size and values.
assertEqualsNaN(String, double, double) - Method in class com.rapidminer.test.RapidMinerTestCase
 
assertEqualsNaN(String, double, double) - Static method in class com.rapidminer.test_utils.RapidAssert
Extends the Junit assertEquals method by additionally checking the doubles for NaN.
assertEqualsWithRelativeErrorOrBothNaN(String, double, double) - Static method in class com.rapidminer.test_utils.RapidAssert
Attention: Does not work with values near 0!!
Asserter - Interface in com.rapidminer.test_utils
 
ASSERTER_REGISTRY - Static variable in class com.rapidminer.test_utils.RapidAssert
 
AsserterRegistry - Class in com.rapidminer.test_utils
 
AsserterRegistry() - Constructor for class com.rapidminer.test_utils.AsserterRegistry
 
assertLinewiseEquals(String, String, String) - Static method in class com.rapidminer.test_utils.RapidAssert
Compares a string linewise, i.e. ignores different linebreak characters.
assertSize(List<IOObject>, List<IOObject>) - Static method in class com.rapidminer.test_utils.RapidAssert
Tests if both lists of IOObjects have the same size.
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
 
assignVariableValuesFromExample(JEP, Example, Map<String, Attribute>) - Static method in class com.rapidminer.tools.math.function.ExpressionParser
Make the variable values from the example available to the parser.
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
 
AttributeDropTextField - Class in com.rapidminer.gui.new_plotter.gui
 
AttributeDropTextField(JTree, DataTableColumnListTransferHandler, ValueSource.SeriesUsageType) - Constructor for class com.rapidminer.gui.new_plotter.gui.AttributeDropTextField
 
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.
AttributeSelectionDialog - Class in com.rapidminer.gui.new_plotter.gui
A dialog to select a subset of attributes.
AttributeSelectionDialog(List<DataTableColumn>) - Constructor for class com.rapidminer.gui.new_plotter.gui.AttributeSelectionDialog
 
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.
AutoCompletionComboBox - Class in com.rapidminer.gui.tools
This combo box adds auto completion support to the ExtendedJComboBox.
AutoCompletionComboBox(boolean, ComboBoxModel) - Constructor for class com.rapidminer.gui.tools.AutoCompletionComboBox
 
AutoCompletionComboBox(boolean, int, int, boolean, ComboBoxModel) - Constructor for class com.rapidminer.gui.tools.AutoCompletionComboBox
 
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
 
AxisConfigurationContainer - Class in com.rapidminer.gui.new_plotter.gui
 
AxisConfigurationContainer(PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.AxisConfigurationContainer
 
AxisNameResolver - Interface in com.rapidminer.gui.plotter
An interface providing methods for the AbstractChartPanel to resolve it's currently shown dimensions.
AxisParallelLineConfiguration - Class in com.rapidminer.gui.new_plotter.configuration
A class which configures a line which is parallel to one of the plot axes.
AxisParallelLineConfiguration(double, boolean) - Constructor for class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
Creates a new AxisParallelLineConfiguration.
axisParallelLineConfigurationChanged(AxisParallelLineConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
axisParallelLineConfigurationChanged(AxisParallelLineConfigurationChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.AxisParallelLineConfigurationListener
 
AxisParallelLineConfigurationChangeEvent - Class in com.rapidminer.gui.new_plotter.event
 
AxisParallelLineConfigurationChangeEvent(AxisParallelLineConfiguration, LineFormatChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
AxisParallelLineConfigurationChangeEvent(AxisParallelLineConfiguration, boolean) - Constructor for class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
AxisParallelLineConfigurationChangeEvent(AxisParallelLineConfiguration, double) - Constructor for class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
AxisParallelLineConfigurationListener - Interface in com.rapidminer.gui.new_plotter.listener
 
axisParallelLineConfigurationsChanged(AxisParallelLinesConfigurationChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfigurationListener
 
axisParallelLineConfigurationsChanged(AxisParallelLinesConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
axisParallelLineConfigurationsChanged(AxisParallelLinesConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
AxisParallelLinesConfiguration - Class in com.rapidminer.gui.new_plotter.configuration
A class which defines lines which shall be drawn on an axis.
AxisParallelLinesConfiguration() - Constructor for class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
AxisParallelLinesConfigurationChangeEvent - Class in com.rapidminer.gui.new_plotter.configuration.event
 
AxisParallelLinesConfigurationChangeEvent(AxisParallelLinesConfiguration, AxisParallelLinesConfigurationChangeEvent.AxisParallelLineConfigurationsChangeType, AxisParallelLineConfiguration) - Constructor for class com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent
 
AxisParallelLinesConfigurationChangeEvent(AxisParallelLinesConfiguration, AxisParallelLineConfigurationChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent
 
AxisParallelLinesConfigurationChangeEvent.AxisParallelLineConfigurationsChangeType - Enum in com.rapidminer.gui.new_plotter.configuration.event
 
AxisParallelLinesConfigurationListener - Interface in com.rapidminer.gui.new_plotter.configuration
 
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
 
b - Variable in class com.rapidminer.operator.preprocessing.normalization.DenormalizationOperator.LinearTransformation
 
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
 
BidirectionalMappingProvider - Interface in com.rapidminer.datatable
 
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
 
binCountSpinner - Variable in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EqualDataFractionCardPanel
 
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
 
BitwiseAnd - Class in com.rapidminer.tools.math.function.expressions
Calculates the logical OR of two arguments which must be of integer type.
BitwiseAnd() - Constructor for class com.rapidminer.tools.math.function.expressions.BitwiseAnd
 
BitwiseNot - Class in com.rapidminer.tools.math.function.expressions
Calculates the logical OR of two arguments which must be of integer type.
BitwiseNot() - Constructor for class com.rapidminer.tools.math.function.expressions.BitwiseNot
 
BitwiseOr - Class in com.rapidminer.tools.math.function.expressions
Calculates the logical OR of two arguments which must be of integer type.
BitwiseOr() - Constructor for class com.rapidminer.tools.math.function.expressions.BitwiseOr
 
BitwiseXor - Class in com.rapidminer.tools.math.function.expressions
Calculates the logical OR of two arguments which must be of integer type.
BitwiseXor() - Constructor for class com.rapidminer.tools.math.function.expressions.BitwiseXor
 
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.
BLOB - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
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(Element) - Constructor for class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
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
Deprecated. 
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
 
BufferedFileObject - Class in com.rapidminer.operator.nio.file
Simple implementation of a FileObject backed by a Buffer.
BufferedFileObject(byte[]) - Constructor for class com.rapidminer.operator.nio.file.BufferedFileObject
 
BugReport - Class in com.rapidminer.tools
A bug report can be send by the user.
BugReport() - Constructor for class com.rapidminer.tools.BugReport
 
BUGZILLA_URL - Static variable in class com.rapidminer.tools.XmlRpcHandler
 
BugZillaAssistant - 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.
BugZillaAssistant(ProgressThread, Throwable, XmlRpcClient) - Constructor for class com.rapidminer.gui.dialog.BugZillaAssistant
 
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
 
buildFinalClassLoader() - Method in class com.rapidminer.tools.plugin.Plugin
This method will build the final class loader for this plugin that contains all class loaders of all plugins this plugin depends on.
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.
calculateDomainAxesZoom(double, double, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot
 
calculateDomainAxesZoom(double, double, boolean) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushPlot
 
calculateDomainAxesZoom(double, double, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot
 
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
 
calculateIndividualFormatForEachItem(DimensionConfig, DimensionConfig) - Static method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
Returns true iff the attribute XYZ to which the dimension refers (e.g. color for Color dimension, shape for Shape dimension) is to be calculated individually for each item using the XYZProvider of dimensionConfig.
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
 
calculateRangeAxesZoom(double, double, PlotRenderingInfo, Point2D, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot
 
calculateRangeAxesZoom(double, double, PlotRenderingInfo, Point2D, boolean) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushPlot
 
calculateRangeAxesZoom(double, double, PlotRenderingInfo, Point2D, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot
 
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
 
calculateZoomRange(double, double, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
calculateZoomRange(double, double, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
calculateZoomRange(double, double, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
calculateZoomRange(double, double, boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
calculateZoomRange(double, double, boolean) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.LinkAndBrushAxis
 
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
Deprecated.  
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
This is the constructor.
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
 
canGoBack() - Method in class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
 
canGoBack() - Method in class com.rapidminer.operator.nio.xml.XMLExampleExpressionWizardStep
 
canGoBack() - Method in class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
 
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
 
canImport(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
canImport(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
canImport(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
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
 
canProceed() - Method in class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
 
canProceed() - Method in class com.rapidminer.operator.nio.xml.XMLExampleExpressionWizardStep
 
canProceed() - Method in class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
 
canRefreshChild(String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
canRefreshChild(String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
canRefreshChild(String) - Method in class com.rapidminer.repository.db.DBRepository
 
canRefreshChild(String) - Method in interface com.rapidminer.repository.Folder
Returns true iff a child with the given name exists and a Folder.refresh() would find this entry (or it is already loaded).
canRefreshChild(String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
canRefreshChild(String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
canRefreshChild(String) - Method in class com.rapidminer.repository.resource.ResourceFolder
 
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
This is a precondition for InputPorts that ensures that the capabilities given by an operator are matched by the delivered ExampleSet.
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
 
CategoricalColorProvider - Class in com.rapidminer.gui.new_plotter.utility
 
CategoricalColorProvider(Map<Double, Color>, int) - Constructor for class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
CategoricalColorProvider(PlotInstance, List<Double>, int) - Constructor for class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
CategoricalSizeProvider - Class in com.rapidminer.gui.new_plotter.utility
 
CategoricalSizeProvider(List<Double>, double, double) - Constructor for class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
CategoricalSizeProvider(Map<Double, Double>) - Constructor for class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
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, Set<Integer>) - 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_5_1_013_NODE_OUTPUT - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
After this version the whole element including xml tags is inserted into the exmample set, if an XPath for an attribute matches a whole element instead of the text() tag.
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
 
changeCardForView() - Method in class com.rapidminer.gui.look.fc.FileList
 
changeDocumentation(String) - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
A method that handles the renewance of the documentation text.
changeIndex(int, RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
changeIndex(int, ValueSource) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
changeIndex(List<T>, T, int) - Static method in class com.rapidminer.gui.new_plotter.utility.ListUtility
This function shifts the element to a new index in the list.
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.expressions.text
Returns the character at the desired position of the given string.
CharAt() - Constructor for class com.rapidminer.tools.math.function.expressions.text.CharAt
 
CHARSETS - Static variable in class com.rapidminer.tools.io.Encoding
 
ChartAxisFactory - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
A class which creates a JFreeChart range axis for a given RangeAxisConfig or a domain axis for a DimensionConfig.
chartChanged(JFreeChartPlotEngine, JFreeChart) - Method in interface com.rapidminer.gui.new_plotter.listener.JFreeChartPlotEngineListener
 
chartChanged(ChartChangeEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Receives notification of changes to the chart, and redraws the chart.
ChartConfigurationException - Exception in com.rapidminer.gui.new_plotter
An exception which is thrown if an error occurs during the configuration of a plot.
ChartConfigurationException(ConfigurationChangeResponse) - Constructor for exception com.rapidminer.gui.new_plotter.ChartConfigurationException
 
ChartConfigurationException(PlotConfigurationError) - Constructor for exception com.rapidminer.gui.new_plotter.ChartConfigurationException
 
ChartConfigurationException(String, Object...) - Constructor for exception com.rapidminer.gui.new_plotter.ChartConfigurationException
 
ChartConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
ChartConfigurationPanel(boolean, PlotInstance, DataTable) - Constructor for class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
ChartConfigurationPanel(boolean, PlotInstance, DataTable, PlotConfiguration) - Constructor for class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
ChartCreationException - Exception in com.rapidminer.gui.new_plotter
An exception for errors which occur in the plotting framework.
ChartCreationException(ConfigurationChangeResponse) - Constructor for exception com.rapidminer.gui.new_plotter.ChartCreationException
 
ChartCreationException(PlotConfigurationError) - Constructor for exception com.rapidminer.gui.new_plotter.ChartCreationException
 
ChartCreationException(String, Object...) - Constructor for exception com.rapidminer.gui.new_plotter.ChartCreationException
 
ChartDatasetFactory - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
Helper class for converting data delivered by ValueSources into datasets usable by JFreeChart.
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.
ChartPlottimeException - Exception in com.rapidminer.gui.new_plotter
An exception which is thrown if an error occurs during plotting.
ChartPlottimeException(ConfigurationChangeResponse) - Constructor for exception com.rapidminer.gui.new_plotter.ChartPlottimeException
 
ChartPlottimeException(PlotConfigurationError) - Constructor for exception com.rapidminer.gui.new_plotter.ChartPlottimeException
 
ChartPlottimeException(String, Object...) - Constructor for exception com.rapidminer.gui.new_plotter.ChartPlottimeException
 
chartProgress(ChartProgressEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Receives notification of a chart progress event.
ChartRendererFactory - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
Helper class for created JFreeChart renderers for a given ValueSource.
ChartTitleConfigurationContainer - Class in com.rapidminer.gui.new_plotter.gui
 
ChartTitleConfigurationContainer(PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.ChartTitleConfigurationContainer
 
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
 
checkAccess(String, String, RepositoryAccessor) - Method in class com.rapidminer.tools.config.ConfigurationManager
Checks access to the Configurable with the given type and name.
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
 
checkFields() - Method in class com.rapidminer.tools.config.gui.ConfigurationPanel
Returns true if the required fields are filled, false otherwise
checkFields() - Method in class com.rapidminer.tools.config.gui.DefaultConfigurationPanel
 
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.AbstractInputPort
 
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.filter.MissingValueReplenishment
 
checkSelectedSubsetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Can be overridden to check the selected attributes for compatibility.
checkUnsavedChanges() - Method in class com.rapidminer.tools.config.gui.ConfigurationDialog
Checks if the user changed any values or have an unsaved Item opened and asks him to save those changes before closing the dialog.
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, String, File, boolean, boolean, String, String, boolean) - 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
 
chooseFile(Component, String, File, boolean, boolean, String[], String[], boolean) - 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(ClassificationCostCriterion) - Constructor for class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
Clone constructor
ClassificationCostCriterion(double[][], Attribute, Attribute) - Constructor for class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
This constructor is for counting with the order respective to the internal nominal mapping.
ClassificationCostCriterion(double[][], Map<String, Integer>, Attribute, Attribute) - Constructor for class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
Constructor to explicitly define the order of class names.
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.new_plotter.data.GroupCellSeriesData
 
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.AbstractInputPort
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
clear(int) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
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.new_plotter.MasterOfDesaster
 
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
 
clearAllInnerSinks() - Method in class com.rapidminer.operator.OperatorChain
Clears all sinks of all inner processes
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
 
clearCache() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
clearCache() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
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.
clearDomainAxisZooming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
clearErrorList() - Method in class com.rapidminer.operator.Operator
Clears the list of errors.
clearErrors() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
clearErrors() - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
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
 
clearParallelLines(JFreeChartPlotEngine) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ClearParallelLinesAction
Removes all parallel lines from the current chart.
ClearParallelLinesAction - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.actions
This action allows the user to remove all parallel lines (horizontal/vertical) from the current chart.
ClearParallelLinesAction(JFreeChartPlotEngine) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ClearParallelLinesAction
Creates a new ClearParallelLinesAction.
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
 
clearRangeAxisZooming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
clearRangeCrosshairs() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
Clears all range crosshairs on all axes.
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).
clearValueSources() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Unsubscripes all listeners from value sources and clears value source list afterwards.
clearWarnings() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
clearWarnings() - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
clearZooming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
ClientConfigurationManager - Class in com.rapidminer.tools.config
Stores configurations in files (one file per Configurator.
ClientConfigurationManager() - Constructor for class com.rapidminer.tools.config.ClientConfigurationManager
 
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.datatable.DataTableNaturalSortProvider
 
clone() - Method in interface com.rapidminer.datatable.DataTableSortProvider
 
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.new_plotter.configuration.AbstractValueGrouping
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
clone(PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
clone() - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
clone() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
clone() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
clone() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.AbstractValueRange
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
clone() - Method in interface com.rapidminer.gui.new_plotter.utility.ColorProvider
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
clone() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
clone() - Method in interface com.rapidminer.gui.new_plotter.utility.SizeProvider
 
clone() - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
 
clone() - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
 
clone() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
clone() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
clone() - Method in class com.rapidminer.gui.security.UserCredential
 
clone() - Method in class com.rapidminer.gui.security.Wallet
Deep clone.
clone() - Method in class com.rapidminer.gui.tools.actions.SelectionDependentAction
Creates a clone of this action.
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
This returns a deep clone of this GroupTree.
clone() - Method in class com.rapidminer.tools.GroupTreeNode
 
clone() - Method in class com.rapidminer.tools.GroupTreeRoot
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
 
cloneAndMultiplyArray(float[], float) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
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.Excel2007ResultSet
 
close() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
close() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
close() - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
close() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
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.FixedConsoleHandler
 
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
 
coefficients - Variable in class com.rapidminer.operator.learner.functions.linear.LinearRegressionMethod.LinearRegressionResult
 
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
 
ColoredBlockContainer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.legend
A BlockContainer with a colored background.
ColoredBlockContainer(Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer
 
ColoredBlockContainer(Paint, Arrangement) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer
 
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
 
ColorListCellRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
 
ColorListCellRenderer() - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorListCellRenderer
 
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 - Interface in com.rapidminer.gui.new_plotter.utility
 
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
 
ColorRGBComboBoxCellRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
 
ColorRGBComboBoxCellRenderer() - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorRGBComboBoxCellRenderer
 
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
 
ColorScheme - Class in com.rapidminer.gui.new_plotter.templates.style
Contains a color scheme.
ColorScheme(String, List<ColorScheme.ColorRGB>) - Constructor for class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Creates a new ColorScheme.
ColorScheme(String, List<ColorScheme.ColorRGB>, ColorScheme.ColorRGB, ColorScheme.ColorRGB) - Constructor for class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
ColorScheme.ColorRGB - Class in com.rapidminer.gui.new_plotter.templates.style
Describes a color in RGB scheme and contains an alpha value for the color.
ColorScheme.ColorRGB(int, int, int) - Constructor for class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Creates a new ColorScheme.ColorRGB object with the specified r g b components and an alpha value of 255.
ColorScheme.ColorRGB(int, int, int, int) - Constructor for class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Creates a new ColorScheme.ColorRGB object with the specified r g b and alpha components.
colorSchemeChanged() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
colorSchemeChanged() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
colorSchemeChanged() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
ColorSchemeComboBoxRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
 
ColorSchemeComboBoxRenderer() - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorSchemeComboBoxRenderer
 
ColorSchemeDialog - Class in com.rapidminer.gui.new_plotter.gui
 
ColorSchemeDialog(Component, String, PlotConfiguration, Object...) - Constructor for class com.rapidminer.gui.new_plotter.gui.ColorSchemeDialog
 
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(int, String, String, SasColumnType, int) - Method in class com.rapidminer.operator.nio.SASExampleReader
 
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, TableName, String, int, String, String) - Constructor for class com.rapidminer.tools.jdbc.ColumnIdentifier
 
columnMapping - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
Maps the axes to the data table columns.
columnMarginChanged(ChangeEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Necessary to properly stopping the editing when a column is resized.
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.new_plotter - package com.rapidminer.gui.new_plotter
 
com.rapidminer.gui.new_plotter.configuration - package com.rapidminer.gui.new_plotter.configuration
 
com.rapidminer.gui.new_plotter.configuration.event - package com.rapidminer.gui.new_plotter.configuration.event
 
com.rapidminer.gui.new_plotter.data - package com.rapidminer.gui.new_plotter.data
 
com.rapidminer.gui.new_plotter.engine - package com.rapidminer.gui.new_plotter.engine
 
com.rapidminer.gui.new_plotter.engine.jfreechart - package com.rapidminer.gui.new_plotter.engine.jfreechart
 
com.rapidminer.gui.new_plotter.engine.jfreechart.actions - package com.rapidminer.gui.new_plotter.engine.jfreechart.actions
 
com.rapidminer.gui.new_plotter.engine.jfreechart.dataset - package com.rapidminer.gui.new_plotter.engine.jfreechart.dataset
 
com.rapidminer.gui.new_plotter.engine.jfreechart.legend - package com.rapidminer.gui.new_plotter.engine.jfreechart.legend
 
com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush - package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush
 
com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis - package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis
 
com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener - package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener
 
com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots - package com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots
 
com.rapidminer.gui.new_plotter.engine.jfreechart.renderer - package com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
com.rapidminer.gui.new_plotter.event - package com.rapidminer.gui.new_plotter.event
 
com.rapidminer.gui.new_plotter.gui - package com.rapidminer.gui.new_plotter.gui
 
com.rapidminer.gui.new_plotter.gui.cellrenderer - package com.rapidminer.gui.new_plotter.gui.cellrenderer
 
com.rapidminer.gui.new_plotter.gui.dialog - package com.rapidminer.gui.new_plotter.gui.dialog
 
com.rapidminer.gui.new_plotter.gui.dnd - package com.rapidminer.gui.new_plotter.gui.dnd
 
com.rapidminer.gui.new_plotter.gui.groupingpanel - package com.rapidminer.gui.new_plotter.gui.groupingpanel
 
com.rapidminer.gui.new_plotter.gui.popup - package com.rapidminer.gui.new_plotter.gui.popup
 
com.rapidminer.gui.new_plotter.gui.treenodes - package com.rapidminer.gui.new_plotter.gui.treenodes
 
com.rapidminer.gui.new_plotter.integration - package com.rapidminer.gui.new_plotter.integration
 
com.rapidminer.gui.new_plotter.listener - package com.rapidminer.gui.new_plotter.listener
 
com.rapidminer.gui.new_plotter.listener.events - package com.rapidminer.gui.new_plotter.listener.events
 
com.rapidminer.gui.new_plotter.templates - package com.rapidminer.gui.new_plotter.templates
 
com.rapidminer.gui.new_plotter.templates.actions - package com.rapidminer.gui.new_plotter.templates.actions
 
com.rapidminer.gui.new_plotter.templates.gui - package com.rapidminer.gui.new_plotter.templates.gui
 
com.rapidminer.gui.new_plotter.templates.style - package com.rapidminer.gui.new_plotter.templates.style
 
com.rapidminer.gui.new_plotter.utility - package com.rapidminer.gui.new_plotter.utility
 
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.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.security - package com.rapidminer.gui.security
 
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.linear - package com.rapidminer.operator.learner.functions.linear
 
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.libraries - package com.rapidminer.operator.libraries
 
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.file - package com.rapidminer.operator.nio.file
 
com.rapidminer.operator.nio.model - package com.rapidminer.operator.nio.model
 
com.rapidminer.operator.nio.xml - package com.rapidminer.operator.nio.xml
 
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.transformation.aggregation - package com.rapidminer.operator.preprocessing.transformation.aggregation
 
com.rapidminer.operator.preprocessing.weighting - package com.rapidminer.operator.preprocessing.weighting
This package methods for the weighting of examples.
com.rapidminer.operator.repository - package com.rapidminer.operator.repository
 
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.actions - package com.rapidminer.repository.gui.actions
 
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.test_utils - package com.rapidminer.test_utils
 
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.config - package com.rapidminer.tools.config
 
com.rapidminer.tools.config.gui - package com.rapidminer.tools.config.gui
 
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.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.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.expressions.date - package com.rapidminer.tools.math.function.expressions.date
 
com.rapidminer.tools.math.function.expressions.number - package com.rapidminer.tools.math.function.expressions.number
 
com.rapidminer.tools.math.function.expressions.text - package com.rapidminer.tools.math.function.expressions.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.parameter - package com.rapidminer.tools.parameter
 
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
 
CombinedParameterType(Element) - 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
 
ComboSeparatorsRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
 
ComboSeparatorsRenderer(ListCellRenderer) - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.ComboSeparatorsRenderer
 
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.
comparable(IOObject) - Static method in class com.rapidminer.test_utils.RapidAssert
Returns true if the ioobjects class is supported for comparison in the test extension and false otherwise.
comparable(IOObject, IOObject) - Static method in class com.rapidminer.test_utils.RapidAssert
Returns true if both ioobject classes are comparable to each other and false otherwise.
COMPARATOR - Static variable in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
compare(Pair<U, T>, Pair<U, T>) - Method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils.PairComparator
 
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
 
Compare - Class in com.rapidminer.tools.math.function.expressions.text
Compares the two given texts lexicographically and returns a number smaller than 0 if the first text is smaller, a number larger than 0 if the first text is larger, or 0 otherwise.
Compare() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Compare
 
compare(WeightedConfidenceAndLabel, WeightedConfidenceAndLabel) - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel.WCALComparator
 
compare(OperatorDescription, OperatorDescription) - Method in class com.rapidminer.tools.usagestats.OperatorStatisticsComparator
 
compareTo(AttributeWeight) - Method in class com.rapidminer.example.AttributeWeight
Compares the weight of this object with the weight of another AttributeWeight object.
compareTo(Object) - Method in class com.rapidminer.example.AttributeWeights
Since this average vector cannot be compared this method always returns 0.
compareTo(AttributePeak) - Method in class com.rapidminer.generator.AttributePeak
 
compareTo(SortableEdge) - Method in class com.rapidminer.gui.graphs.SortableEdge
 
compareTo(Bookmark) - Method in class com.rapidminer.gui.look.fc.Bookmark
 
compareTo(Object) - Method in class com.rapidminer.gui.look.fc.Item
 
compareTo(NameValue) - Method in class com.rapidminer.gui.plotter.NameValue
 
compareTo(WeightIndex) - Method in class com.rapidminer.gui.plotter.WeightIndex
 
compareTo(BuildingBlock) - Method in class com.rapidminer.gui.templates.BuildingBlock
 
compareTo(OperatorParameterPair) - Method in class com.rapidminer.gui.templates.OperatorParameterPair
 
compareTo(VersionNumber) - Method in class com.rapidminer.gui.tools.VersionNumber
 
compareTo(ComponentVector) - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
compareTo(ComponentVector) - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
compareTo(AssociationRule) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
compareTo(Item) - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
compareTo(FrequentItemSet) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
This method compares FrequentItemSets.
compareTo(Item) - Method in class com.rapidminer.operator.learner.associations.gsp.Item
 
compareTo(Sequence) - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
 
compareTo(Object) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
compareTo(Object) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
compareTo(Benefit) - Method in class com.rapidminer.operator.learner.tree.Benefit
 
compareTo(Edge) - Method in class com.rapidminer.operator.learner.tree.Edge
 
compareTo(OperatorDescription) - Method in class com.rapidminer.operator.OperatorDescription
 
compareTo(PerformanceCriterion) - Method in class com.rapidminer.operator.performance.PerformanceCriterion
The semantics of this method follow the specification in the interface java.lang.Comparable in the following way: Two objects of this class are equal if their getFitness() values are equal.
compareTo(Object) - Method in class com.rapidminer.operator.performance.PerformanceVector
Returns a negative value iff o is better than this performance vector
compareTo(MDNumber<T>) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
compareTo(QuickFix) - Method in class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
compareTo(COFKnn) - Method in class com.rapidminer.operator.preprocessing.outlier.COFKnn
 
compareTo(COFObject) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
compareTo(UnknownParameterInformation) - Method in class com.rapidminer.operator.UnknownParameterInformation
 
compareTo(Object) - Method in class com.rapidminer.parameter.ParameterType
ParameterTypes are compared by key.
compareTo(Tupel<T1, T2>) - Method in class com.rapidminer.tools.container.Tupel
 
compareTo(GroupTree) - Method in class com.rapidminer.tools.GroupTree
 
compareTo(GroupTree) - Method in class com.rapidminer.tools.GroupTreeNode
 
compareTo(Object) - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
compareTo(DriverInfo) - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
compareTo(Object) - Method in class com.rapidminer.tools.math.Complex
 
compareTo(EmpiricalNormalDistribution) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
compareTo(Peak) - Method in class com.rapidminer.tools.math.Peak
 
compareTo(Object) - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
compareTo(WeightedObject<E>) - Method in class com.rapidminer.tools.WeightedObject
 
COMPARISONS - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
CompatibilityLevel - Enum in com.rapidminer.operator.ports.metadata
Defines compatibility levels for auto wiring processes.
CompatibilityLevelSpinnerModel - Class in com.rapidminer.gui.properties
Displays the OperatorVersions as returned by Operator.getIncompatibleVersionChanges().
CompatibilityLevelSpinnerModel() - Constructor for class com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
 
compatible(Attribute, Attribute) - Static method in class com.rapidminer.example.Tools
Returns true if value and block types of the first attribute are subtypes of value and block type of the second.
compile(String, ExampleSet, int, boolean) - Static method in class com.rapidminer.example.ExampleFormatter
Factory method that compiles a format string and creates an instance of ExampleFormatter.
compileGlob(String) - Static method in class com.rapidminer.tools.GlobCompiler
 
complete() - Method in interface com.rapidminer.tools.ProgressListener
Notifies the listener that the task is complete.
COMPLETE_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
CompleteFeatureGenerationOperator - Class in com.rapidminer.operator.features.construction
This operator applies a set of functions on all features of the input example set.
CompleteFeatureGenerationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
 
completeItemsList - Variable in class com.rapidminer.gui.look.fc.FileList
 
CompleteLinkageMethod - Class in com.rapidminer.operator.clustering.clusterer
This class provides the complete linkage method for the AgglomerativeClustering.
CompleteLinkageMethod(DistanceMatrix, int[]) - Constructor for class com.rapidminer.operator.clustering.clusterer.CompleteLinkageMethod
 
Complex - Class in com.rapidminer.tools.math
A class for complex numbers which consists of a real and an imaginary part.
Complex(double, double) - Constructor for class com.rapidminer.tools.math.Complex
 
ComplicatedFunction - Class in com.rapidminer.operator.generator
The label is att1*att1*att2 - att1*att2 + max(att1,att2) - exp(att3).
ComplicatedFunction() - Constructor for class com.rapidminer.operator.generator.ComplicatedFunction
 
ComplicatedFunction2 - Class in com.rapidminer.operator.generator
The label is att1*att1*att1 + att2*att2 + att1*att2 + att1/att2 - 1.0d/(att3*att3).
ComplicatedFunction2() - Constructor for class com.rapidminer.operator.generator.ComplicatedFunction2
 
componentHidden(ComponentEvent) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
componentMouseDragged(Point) - Method in class com.rapidminer.gui.look.fc.Item
 
componentMousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
componentMouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
componentMoved(ComponentEvent) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
ComponentPrinter - Class in com.rapidminer.gui.tools
A Printable that can print an arbitrary component.
ComponentPrinter(Component) - Constructor for class com.rapidminer.gui.tools.ComponentPrinter
The given component should be printed.
componentResized(ComponentEvent) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
componentShown(ComponentEvent) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
ComponentVector - Interface in com.rapidminer.operator.features.transformation
This class holds information about one eigenvector and eigenvalue.
ComponentWeights - Class in com.rapidminer.operator.features.weighting
For models creating components like PCA, GHA and FastICA you can create the AttributeWeights from a component.
ComponentWeights(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ComponentWeights
 
ComponentWeightsCreatable - Interface in com.rapidminer.operator.features.transformation
This is an interface for models holding several components for feature transformation.
computeCOF(ArrayList<COFObject>, int, DistanceMeasure) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
computeCurrentPerformeance() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
Computes the performance for the current parameter values.
computeDKN(int, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This function computes the D^k_n Outliers according to Ramaswamy, Rastogi and Shim which computes the top-n D^k-Outliers, the outliers (= objects) with the maximum distance to the k-th nearest neighbors.
computeLOF(int, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Some deeper magic to compute all the LOFs for the objects in the searchroom up to MinPtsUB = kMax!
computeLogLikelyhood(int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
computeParameters(ExampleSet, Attribute) - Static method in class com.rapidminer.operator.postprocessing.PlattScaling
Implementation of Platt' scaling algorithm as found in [Platt, 1999].
computePriors(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
computeValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationModel
Subclasses might implement this methods in order to return a value if the implementation differs from the getValue() method for view creation.
Concat - Class in com.rapidminer.tools.math.function.expressions.text
This command realizes String concatenation.
Concat() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Concat
 
Condition - Interface in com.rapidminer.example.set
Objects implementing this interface are used by ConditionedExampleSets, a special sub class of ExampleSet that skips all examples that do not fulfill this condition.
CONDITION_ALL - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_ALL - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_ATTRIBUTE_VALUE_FILTER - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_BLOCK_TYPE - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_CLASSES - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
CONDITION_CORRECT_PREDICTIONS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_INPUT_EXISTS - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
CONDITION_MISSING_ATTRIBUTES - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_MISSING_LABELS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_NAMES - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
CONDITION_NAMES - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_NO_MISSING_ATTRIBUTES - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_NO_MISSING_LABELS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
CONDITION_NO_MISSING_VALUES - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_NUMERIC_VALUE_FILTER - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_REGULAR_EXPRESSION - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_SINGLE - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_SUBSET - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_VALUE_TYPE - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
CONDITION_WRONG_PREDICTIONS - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
 
ConditionalAction - Class in com.rapidminer.gui
An action that must be enabled/disabled depending on certain conditions.
ConditionalAction(String) - Constructor for class com.rapidminer.gui.ConditionalAction
 
ConditionalAction(String, Icon) - Constructor for class com.rapidminer.gui.ConditionalAction
 
ConditionCreationException - Exception in com.rapidminer.example.set
Exception class whose instances are thrown during the creation of conditions.
ConditionCreationException(String) - Constructor for exception com.rapidminer.example.set.ConditionCreationException
 
ConditionCreationException(String, Throwable) - Constructor for exception com.rapidminer.example.set.ConditionCreationException
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.AbstractConditionedParseRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.ChangeParameterValueRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.ExcelCellAddressParseRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.ReplaceOperatorRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.ReplaceParameterRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.SetParameterRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.SetRoleByNameRule
 
conditionedApply(Operator, String, XMLImporter) - Method in class com.rapidminer.io.process.rules.SwitchListEntriesRule
 
ConditionedExampleSet - Class in com.rapidminer.example.set
Hides Examples that do not fulfill a given Condition.
ConditionedExampleSet(ExampleSet, Condition) - Constructor for class com.rapidminer.example.set.ConditionedExampleSet
Creates a new example which used only examples fulfilling the given condition.
ConditionedExampleSet(ExampleSet, Condition, boolean) - Constructor for class com.rapidminer.example.set.ConditionedExampleSet
Creates a new example which used only examples fulfilling the given condition.
ConditionedExampleSet(ConditionedExampleSet) - Constructor for class com.rapidminer.example.set.ConditionedExampleSet
Clone constructor.
ConditionedFeatureGeneration - Class in com.rapidminer.operator.features.construction
Generates a new attribute and sets the attribute's values according to the fulfilling of the specified conditions.
ConditionedFeatureGeneration(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
ConditionExampleReader - Class in com.rapidminer.example.set
Deprecated. ConditionExampleReaders are now replaced by fixed mappings
ConditionExampleReader(Iterator<Example>, Condition, boolean) - Constructor for class com.rapidminer.example.set.ConditionExampleReader
Deprecated. Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition.
conditionFullfilled() - Method in interface com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRuleCondition
This method checks if the condition is full filled.
conditionOk(Example) - Method in class com.rapidminer.example.set.AcceptAllCondition
Returns true.
conditionOk(Example) - Method in class com.rapidminer.example.set.AttributeValueFilter
Returns true if all conditions are fulfilled for the given example.
conditionOk(Example) - Method in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
Returns true if the condition is fulfilled for the given example.
conditionOk(Example) - Method in interface com.rapidminer.example.set.Condition
Should return true if the given example does fulfill this condition.
conditionOk(Example) - Method in class com.rapidminer.example.set.CorrectPredictionCondition
Returns true if the example is correctly predicted.
conditionOk(Example) - Method in class com.rapidminer.example.set.MissingAttributesCondition
Returns true if the example does not contain missing values.
conditionOk(Example) - Method in class com.rapidminer.example.set.MissingLabelsCondition
Returns true if the label was not defined.
conditionOk(Example) - Method in class com.rapidminer.example.set.NoMissingAttributesCondition
Returns true if the example does not contain missing values.
conditionOk(Example) - Method in class com.rapidminer.example.set.NoMissingAttributeValueCondition
Returns true if the example does not contain missing values within regarded attributes.
conditionOk(Example) - Method in class com.rapidminer.example.set.NoMissingLabelsCondition
Returns true if the label was defined.
conditionOk(Example) - Method in class com.rapidminer.example.set.WrongPredictionCondition
Returns true if the example wrongly classified.
conditionOk(Example) - Method in class com.rapidminer.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
conditionParameter - Variable in class com.rapidminer.parameter.conditions.ParameterCondition
 
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the normal approximation of the confidence intervall.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the normal approximation of the confidence intervall for a specific hypothesis.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculate confidence intervall without a specific rule
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculate confidence intervall for a specific rule.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall without a specific rule for instance averaging functions.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall for a specific rule for instance averaging functions.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculate confidence intervall without a specific rule.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculate confidence intervall for a specific rule.
conf(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculate confidence intervall without a specific rule.
conf(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculate confidence intervall for a specific rule.
CONFIDENCE - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
CONFIDENCE_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the confidence special attributes.
confidenceIntervall(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the the unspecific confidence intervall.
confidenceIntervall(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the the confidence intervall for a specific hypothesis.
confidenceIntervall(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculates the the confidence intervall for a specific hypothesis.
confidenceIntervall(double, double) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Calculates the the unspecific confidence intervall.
confidenceIntervall(double, double, Hypothesis, double) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Calculates the the confidence intervall for a specific hypothesis.
confidences - Variable in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
The confidence values for all predictions.
CONFIG_FILE_NAME - Static variable in class com.rapidminer.tools.parameter.WindowsBatParameterWriter
 
CONFIG_FILE_NAME - Static variable in class com.rapidminer.tools.parameter.WindowsExeParameterWriter
 
Configurable - Interface in com.rapidminer.tools.config
Interface, describing objects which can be listed and configured through a ConfigurationDialog.
ConfigurableValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Provides a selection field for Configurables.
ConfigurableValueCellEditor(ParameterTypeConfigurable) - Constructor for class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
ConfigurationChangeEvent - Interface in com.rapidminer.gui.new_plotter.listener.events
 
ConfigurationChangeEvent.ConfigurationChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
ConfigurationChangeResponse - Class in com.rapidminer.gui.new_plotter
 
ConfigurationChangeResponse() - Constructor for class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
ConfigurationDialog<T extends Configurable> - Class in com.rapidminer.tools.config.gui
A dialog, providing access to Configurables of a specified typeID.
ConfigurationDialog(Configurator<T>) - Constructor for class com.rapidminer.tools.config.gui.ConfigurationDialog
 
ConfigurationException - Exception in com.rapidminer.tools.config
Exception type for all errors occurring while dealing with Configurables.
ConfigurationException(String) - Constructor for exception com.rapidminer.tools.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.rapidminer.tools.config.ConfigurationException
 
ConfigurationListener - Interface in com.rapidminer.gui.wizards
Classes implementing this interface should be able to listen to parameter changes indicated by a given XML string.
ConfigurationManager - Class in com.rapidminer.tools.config
Singleton to access configurable items and to provide means to configure them by the user.
ConfigurationManager() - Constructor for class com.rapidminer.tools.config.ConfigurationManager
Private singleton constructor.
ConfigurationPanel<T extends Configurable> - Class in com.rapidminer.tools.config.gui
Abstract class for providing a JComponent which can be used by the ConfigurationDialog in order to modify the parameters of a Configurable
ConfigurationPanel() - Constructor for class com.rapidminer.tools.config.gui.ConfigurationPanel
 
ConfigurationWizardCreator - Interface in com.rapidminer.gui.wizards
This interface must be implemented by all classes which are able to create a Wizard dialog for a given ConfigurationListener.
ConfigurationWizardValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Cell editor consisting of a simple button which opens a configuration wizard for the corresponding operator.
ConfigurationWizardValueCellEditor(ParameterTypeConfiguration) - Constructor for class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
 
Configurator<T extends Configurable> - Class in com.rapidminer.tools.config
Can be used to configure Configurables.
Configurator() - Constructor for class com.rapidminer.tools.config.Configurator
 
configure(Repository) - Method in class com.rapidminer.repository.gui.LocalRepositoryPanel
 
configure(Repository) - Method in class com.rapidminer.repository.gui.RemoteRepositoryPanel
 
configure(Repository) - Method in interface com.rapidminer.repository.gui.RepositoryConfigurationPanel
Configures given repository with the values entered into the dialog.
configure(Map<String, String>) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
configure(Map<String, String>) - Method in interface com.rapidminer.tools.config.Configurable
Sets the given parameters.
configure(CSVResultSetConfiguration) - Method in class com.rapidminer.tools.LineParser
 
ConfigureParameterOptimizationDialog - Class in com.rapidminer.gui.properties
A Dialog which lets the user select and configure parameter values and ranges for optimization purposes.
ConfigureParameterOptimizationDialog(ParameterType, ConfigurationListener) - Constructor for class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog
 
ConfigureParameterOptimizationDialogCreator - Class in com.rapidminer.gui.properties
The creator for the parameter specification dialog.
ConfigureParameterOptimizationDialogCreator() - Constructor for class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
ConfigureRepositoryAction - Class in com.rapidminer.repository.gui.actions
This action configures the selected repository.
ConfigureRepositoryAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.ConfigureRepositoryAction
 
configureScrollBarColors() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
configureUIElementsFrom(Repository) - Method in class com.rapidminer.repository.gui.LocalRepositoryPanel
 
configureUIElementsFrom(Repository) - Method in class com.rapidminer.repository.gui.RemoteRepositoryPanel
 
configureUIElementsFrom(Repository) - Method in interface com.rapidminer.repository.gui.RepositoryConfigurationPanel
Configures the UI elements to show the properties defined by the given repository.
confirm(PackageDescriptor, String) - Static method in class com.rapid_i.deployment.update.client.ConfirmLicenseDialog
Returns true iff the user chooses to confirm the license.
confirmAction(String, String) - Static method in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
ConfirmDialog - Class in com.rapidminer.gui.tools.dialogs
 
ConfirmDialog(String, int, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
ConfirmLicenseDialog - Class in com.rapid_i.deployment.update.client
 
ConfirmLicenseDialog(PackageDescriptor, String) - Constructor for class com.rapid_i.deployment.update.client.ConfirmLicenseDialog
 
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the confidence intervall for small numbers of examples.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculate confidence intervall without a specific rule for small m.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculate confidence intervall without a specific rule for instance averaging functions and small m.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculate confidence intervall without a specific rule for small m.
confSmallM(double, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculate confidence intervall without a specific rule for small m.
ConfusionMatrixViewer - Class in com.rapidminer.gui.viewer
This viewer class can be used to display performance criteria based on a multi class confusion matrix.
ConfusionMatrixViewer(String, String[], double[][]) - Constructor for class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
ConfusionMatrixViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) a confusion matrix by means of a JTable.
ConfusionMatrixViewerTable(String[], double[][]) - Constructor for class com.rapidminer.gui.viewer.ConfusionMatrixViewerTable
 
ConfusionMatrixViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the ConfusionMatrixViewerTable.
ConfusionMatrixViewerTableModel(String[], double[][]) - Constructor for class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel
 
CONJUNCTION_ALL - Static variable in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
CONJUNCTION_ANY - Static variable in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
CONJUNCTION_NAMES - Static variable in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
ConjunctiveRuleModel - Class in com.rapidminer.operator.learner.rules
Each object of this class represents a conjunctive rule with boolean target and nominal attributes.
ConjunctiveRuleModel(ExampleSet, int) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel(ExampleSet, int, int, int) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
ConjunctiveRuleModel(ConjunctiveRuleModel, int) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to clone a rule, but to change the head (prediction)
ConjunctiveRuleModel(ConjunctiveRuleModel, Attribute, double) - Constructor for class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Constructor to create an empty rule that makes a default prediction
connect(Node, Node) - Static method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
connect(OutputPort) - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
connect(String, Properties) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
connectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
Overwrites the super method and also adds weight handling.
connectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
CONNECTION_MODE_JNDI - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
CONNECTION_MODE_PREDEFINED - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
CONNECTION_MODE_URL - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
CONNECTION_MODES - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
ConnectionEntry - Class in com.rapidminer.tools.jdbc.connection
A database connection, offered by the DatabaseConnectionService.
ConnectionEntry() - Constructor for class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
ConnectionEntry(String, JDBCProperties) - Constructor for class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
connectionEstablished(RemoteRepository) - Method in interface com.rapidminer.repository.remote.ConnectionListener
Called after connection was established.
ConnectionListener - Interface in com.rapidminer.repository.remote
Listens to the connections of a RapidAnalytics repository.
connectionLost(RemoteRepository) - Method in interface com.rapidminer.repository.remote.ConnectionListener
Called after disconnection.
ConnectionProvider - Interface in com.rapidminer.tools.jdbc.connection
 
connectOutput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
ConnectPortToRepositoryAction - Class in com.rapidminer.gui.actions
Connects a port to a user selected repository location via the ProcessContext
ConnectPortToRepositoryAction(Port) - Constructor for class com.rapidminer.gui.actions.ConnectPortToRepositoryAction
 
connectTo(InputPort) - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
connectTo(InputPort) - Method in interface com.rapidminer.operator.ports.OutputPort
Connects to an input port.
ConnectToQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
ConnectToQuickFix(InputPort, OutputPort) - Constructor for class com.rapidminer.operator.ports.quickfix.ConnectToQuickFix
 
ConsoleInputHandler - Class in com.rapidminer
Reads input from console, e.g. a password in case of database reading.
ConsoleInputHandler() - Constructor for class com.rapidminer.ConsoleInputHandler
 
ConsolePrintOperator - Class in com.rapidminer.operator.tools
This operator will log a parameter value to the console
ConsolePrintOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.tools.ConsolePrintOperator
 
CONSTANT - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
Constant - Class in com.rapidminer.tools.math.function.expressions
Calculates a constant.
Constant() - Constructor for class com.rapidminer.tools.math.function.expressions.Constant
 
ConstantGeneration - Class in com.rapidminer.operator.features.construction
This PopulationOperator generates new random constant attribute in an individual's example table.
ConstantGeneration(double, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.ConstantGeneration
Creates a new constant generator.
ConstantGenerator - Class in com.rapidminer.generator
Generates a constant attribute.
ConstantGenerator() - Constructor for class com.rapidminer.generator.ConstantGenerator
 
ConstantGenerator(double) - Constructor for class com.rapidminer.generator.ConstantGenerator
 
Construction2Names - Class in com.rapidminer.operator.preprocessing.filter
This operator replaces the names of the regular attributes by the corresponding construction descriptions if the attribute was constructed at all.
Construction2Names(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Construction2Names
 
CONSTRUCTION_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
ConstructiveRegression - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Constructive RVM for regression problems (see bla).
ConstructiveRegression(RegressionProblem, Parameter, boolean, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Constructor
constructRuleFromElement(String, Element) - Static method in class com.rapidminer.io.process.XMLImporter
 
contains(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
contains(Attribute) - Method in interface com.rapidminer.example.Attributes
Returns true if this attribute set contains the given attribute.
contains(int, int) - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
contains(int, int) - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
contains(Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
contains(Object) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
contains(double, double) - Method in class com.rapidminer.operator.generator.Dot
 
contains(Class<? extends IOObject>) - Method in class com.rapidminer.operator.IOContainer
Returns true if this IOContainer containts an IOObject of the desired class.
contains(String) - Method in class com.rapidminer.parameter.value.ParameterValueList
 
contains(double) - Method in class com.rapidminer.tools.container.ValueSet
Returns whether the set contains the given value.
contains(double) - Method in class com.rapidminer.tools.math.container.Range
 
contains(Range) - Method in class com.rapidminer.tools.math.container.Range
 
Contains - Class in com.rapidminer.tools.math.function.expressions.text
Returns true if and only if the given text contains the specified search string.
Contains() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Contains
 
containsAttribute(List<Attribute>, Attribute) - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
Returns true if the list already contains an attribute with the given name.
containsAttributeName(String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
containsAttributesWithValueType(int, boolean) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
containsClass(Class<?>, Class<?>[]) - Static method in class com.rapidminer.operator.DefaultIODescription
Returns true if oc contains a class which is a superclass of c.
containsEntry(String) - Method in class com.rapid_i.deployment.update.client.InMemoryZipFile
 
containsEntry(String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
containsEntry(String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
containsEntry(String) - Method in class com.rapidminer.repository.db.DBRepository
 
containsEntry(String) - Method in interface com.rapidminer.repository.Folder
 
containsEntry(String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
containsEntry(String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
containsEntry(String) - Method in class com.rapidminer.repository.resource.ResourceFolder
 
containsExampleId(Object) - Method in class com.rapidminer.operator.clustering.Cluster
 
containsKey(Object) - Method in class com.rapidminer.example.Example
 
containsKey(Object) - Method in class com.rapidminer.operator.Annotations
 
containsKey(String) - Method in class com.rapidminer.tools.ExtensibleResourceBundle
 
containsMissingValues() - Method in class com.rapidminer.datatable.AbstractDataTable
 
containsMissingValues() - Method in interface com.rapidminer.datatable.DataTable
Returns true if this data table contains missing values.
containsMissingValues() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
containsPort(T) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
containsPort(T) - Method in interface com.rapidminer.operator.ports.Ports
Returns true if this port is contained within this Ports object.
containsRow(DataTableRow) - Method in class com.rapidminer.datatable.RegionFilterCondition.Region
 
containsSequence(DataSequence, Sequence, CountingInformations) - Static method in class com.rapidminer.operator.learner.associations.gsp.DataSequence
 
containsSpecialAttribute(String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
containsValue(Object) - Method in class com.rapidminer.example.Example
 
containsValue(Object) - Method in class com.rapidminer.operator.Annotations
 
containsValueType(ExampleSet, int) - Static method in class com.rapidminer.example.Tools
 
ContingencyMatrix - Class in com.rapidminer.operator.learner.meta
This class computes the contingency matrix of classifiers, supports weighted example sets and contains some convenience methods to query for some evaluation metrics that can directly be computed from this matrix.
ContingencyMatrix(double[][]) - Constructor for class com.rapidminer.operator.learner.meta.ContingencyMatrix
The contigency matrix in the format [true label][predicted label]
ContingencyTableTools - Class in com.rapidminer.tools.math
This class provides some helper tool for calculations around contingency tables like chi-squared tests etc.
ContingencyTableTools() - Constructor for class com.rapidminer.tools.math.ContingencyTableTools
 
ContinuousColorProvider - Class in com.rapidminer.gui.new_plotter.utility
Maps real values to a color.
ContinuousColorProvider(double, double, Color, Color, int, boolean) - Constructor for class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
ContinuousColorProvider(PlotInstance, double, double, int, boolean) - Constructor for class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
Default constructor sets the minimum and maximum color to the specified in the preferences.
ContinuousDistribution - Class in com.rapidminer.tools.math.distribution
The distribution for a continous variable.
ContinuousDistribution() - Constructor for class com.rapidminer.tools.math.distribution.ContinuousDistribution
 
ContinuousSizeProvider - Class in com.rapidminer.gui.new_plotter.utility
 
ContinuousSizeProvider(double, double, double, double, boolean) - Constructor for class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
contradicts(Literal) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
convergence() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Checks if the optimization converged
convergence() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Checks if the optimization converged
convergence_epsilon - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
convergence_epsilon - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
convert(String, String, Operator) - Static method in class com.rapidminer.gui.OperatorDocToHtmlConverter
The convert()-method tries to convert the given xml-File into an Html-File using the given xslt-stylesheet.
convert(T) - Method in interface com.rapidminer.operator.IOObjectConverter
 
convert(ConnectionEntry, TableName) - Method in interface com.rapidminer.repository.db.DBConnectionToIOObjectConverter
Retrieves the actual data and returns it.
convert(ConnectionEntry, TableName) - Method in class com.rapidminer.repository.db.StandardDBConnectionToIOObjectConverter
 
convertColorToColorRGB(Color) - Static method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Converts a Color input to a ColorScheme.ColorRGB object.
convertColorWithAlphaToColorRGB(Color) - Static method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Converts a Color input to a ColorScheme.ColorRGB object including the alpha value.
convertFrequency(double, int, int) - Static method in class com.rapidminer.tools.math.FastFourierTransform
Normalizes the frequency to the correct value.
convertFromRapidMinerOntology(int) - Static method in enum com.rapidminer.gui.new_plotter.configuration.DataTableColumn.ValueType
 
convertListToDoubleArray(List) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Take a list holding "Double"-objects and return an "double[]"
convertMetaData(ConnectionEntry, TableName, List<ColumnIdentifier>) - Method in interface com.rapidminer.repository.db.DBConnectionToIOObjectConverter
Returns meta data describing the entry.
convertMetaData(ConnectionEntry, TableName, List<ColumnIdentifier>) - Method in class com.rapidminer.repository.db.StandardDBConnectionToIOObjectConverter
 
convertToColor(ColorScheme.ColorRGB) - Static method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Converts a ColorScheme.ColorRGB input to a Color object.
convertToColorWithAlpha(ColorScheme.ColorRGB) - Static method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Converts a ColorScheme.ColorRGB input to a Color object including the alpha value.
convertToColumnTypes(List<AttributeRole>) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Extracts column types such that they have minimal memory consumption.
convertToCorrectFormat(long) - Method in class com.rapidminer.gui.look.fc.Item
 
convertToRapidMinerOntology(DataTableColumn.ValueType) - Static method in enum com.rapidminer.gui.new_plotter.configuration.DataTableColumn.ValueType
 
CONVICTION - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
CoordinatesHandler - Interface in com.rapidminer.gui.plotter
This class handles coordinate informations.
CoordinateTransformation - Interface in com.rapidminer.gui.plotter
This interface provides methods for transforming coordinates of the components (user) space to the screen position.
copy() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
copy() - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Places the selected text into the clipboard.
copy() - Method in class com.rapidminer.operator.AbstractIOObject
Returns not a copy but the very same object.
copy() - Method in class com.rapidminer.operator.IOContainer
Copies the contents of this IOContainer by invoking the method copy of all IOObjects.
copy() - Method in interface com.rapidminer.operator.IOObject
Should return a copy of this IOObject.
copy() - Method in class com.rapidminer.operator.IOObjectCollection
Copies the children.
copy() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
copy() - Method in class com.rapidminer.operator.ports.metadata.MDInteger
 
copy() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
copy() - Method in class com.rapidminer.operator.ports.metadata.MDReal
 
copy(RepositoryLocation, Folder, ProgressListener) - Method in class com.rapidminer.repository.RepositoryManager
Copies an entry to a given destination folder.
copy(RepositoryLocation, Folder, String, ProgressListener) - Method in class com.rapidminer.repository.RepositoryManager
Copies an entry to a given destination folder with the name newName.
copy(File, File) - Static method in class com.rapidminer.tools.Tools
 
COPY_ACTION - Static variable in class com.rapidminer.gui.operatortree.actions.CutCopyPasteAction
 
COPY_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
copyChart(JFreeChartPlotEngine) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.CopyChartAction
Copies the current chart to the system clipboard.
CopyChartAction - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.actions
This action allows the user to copy the current chart to the system clipboard.
CopyChartAction(JFreeChartPlotEngine) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.CopyChartAction
Creates a new CopyChartAction.
CopyEntryRepositoryAction - Class in com.rapidminer.repository.gui.actions
This action is the standard copy action.
CopyEntryRepositoryAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.CopyEntryRepositoryAction
 
copyFrom(Parameters) - Method in class com.rapidminer.parameter.Parameters
 
CopyLocationAction - Class in com.rapidminer.repository.gui.actions
This action copies from the selected location.
CopyLocationAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.CopyLocationAction
 
copyMainUserConfigFile(VersionNumber, VersionNumber) - Static method in class com.rapidminer.tools.ParameterService
This method will copy the operating system specific config file from the RapidMiner user directory from the last version to the next.
copyPredictedLabel(ExampleSet, ExampleSet) - Static method in class com.rapidminer.operator.learner.PredictionModel
Copies the predicted label from the source example set to the destination example set.
copySettingsFromPlotterStyleProvider(PlotterStyleProvider) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
copySettingsFromPlotterStyleProvider(PlotterStyleProvider) - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Uses all settings from the given PlotterStyleProvider to overwrite his own settings.
copyStreamSynchronously(InputStream, OutputStream, boolean) - Static method in class com.rapidminer.tools.Tools
Copies the contents read from the input stream to the output stream in the current thread.
copyValues(TableColumn) - Method in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
copyValuesFromOtherRow(DataTableRow) - Method in class com.rapidminer.datatable.SimpleDataTableRow
 
CorpusBasedFeatureWeighting - Class in com.rapidminer.operator.features.weighting
This operator uses a corpus of examples to characterize a single class by setting feature weights.
CorpusBasedFeatureWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.CorpusBasedFeatureWeighting
 
CorrectPredictionCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to accept all examples which are correctly predicted.
CorrectPredictionCondition() - Constructor for class com.rapidminer.example.set.CorrectPredictionCondition
Creates a new condition.
CorrectPredictionCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.CorrectPredictionCondition
Throws an exception since this condition does not support parameter string.
correlation(ExampleSet, Attribute, Attribute, boolean) - Static method in class com.rapidminer.tools.math.MathFunctions
This method calculates the correlation between two (numerical) attributes of an example set.
correlation(double[], double[]) - Static method in class com.rapidminer.tools.math.MathFunctions
 
CorrelationCriterion - Class in com.rapidminer.operator.performance
Computes the empirical corelation coefficient 'r' between label and prediction.
CorrelationCriterion() - Constructor for class com.rapidminer.operator.performance.CorrelationCriterion
 
CorrelationCriterion(CorrelationCriterion) - Constructor for class com.rapidminer.operator.performance.CorrelationCriterion
 
CorrelationMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the correlation matrix between all attributes of the input example set.
CorrelationMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
CorrelationMatrixRow2DataTableRowIterator - Class in com.rapidminer.datatable
This iterator iterates over all examples of an example set and creates CorrelationMatrixRow2DataTableRowWrapper objects.
CorrelationMatrixRow2DataTableRowIterator(NumericalMatrix) - Constructor for class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowIterator
Creates a new DataTable iterator backed up by examples.
CorrelationMatrixRow2DataTableRowWrapper - Class in com.rapidminer.datatable
This class allows to use the rows of a NumericalMatrix as basis for DataTableRow.
CorrelationMatrixRow2DataTableRowWrapper(NumericalMatrix, int) - Constructor for class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowWrapper
Creates a new wrapper.
CorrelationSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
Similarity based on the correlation coefficient.
CorrelationSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity
 
CorrelationWeighting - Class in com.rapidminer.operator.features.weighting
This class provides a weighting scheme based upon correlation.
CorrelationWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.CorrelationWeighting
 
CosineSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
Cosine similarity that supports feature weights.
CosineSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity
 
COSINUS - Static variable in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
CostBasedThresholdLearner - Class in com.rapidminer.operator.learner.meta
This operator uses a set of class weights and also allows a weight for the fact that an example is not classified at all (marked as unknown).
CostBasedThresholdLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
 
CostEvaluator - Class in com.rapidminer.operator.performance.cost
This operator provides the ability to evaluate classification costs.
CostEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.cost.CostEvaluator
 
count(double, double) - Method in class com.rapidminer.example.MinMaxStatistics
 
count(double, double) - Method in class com.rapidminer.example.NominalStatistics
 
count(double, double) - Method in class com.rapidminer.example.NumericalStatistics
 
COUNT - Static variable in interface com.rapidminer.example.Statistics
 
count(double, double) - Method in interface com.rapidminer.example.Statistics
 
count(double, double) - Method in class com.rapidminer.example.UnknownStatistics
 
count(double, double) - Method in class com.rapidminer.example.WeightedNumericalStatistics
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.LeafAggregationTreeNode
This will count the given examples for all registered Aggregators.
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.LeafAggregationTreeNode
This will count the given examples for all registered Aggregators with the given weight.
count(Example) - Method in interface com.rapidminer.operator.preprocessing.transformation.aggregation.Aggregator
This will count the given example to the group this Aggregator belongs to.
count(Example, double) - Method in interface com.rapidminer.operator.preprocessing.transformation.aggregation.Aggregator
This does the same as Aggregator.count(Example), but will take the weight of the current example into account.
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregator
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregator
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregator
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregator
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregator
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregator
 
count(Example) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
 
count(Example, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
This method will count the given numerical value.
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
Same as NumericalAggregator.count(double), but taking the weight into account.
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregator
 
count(double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregator
 
count(double, double) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregator
 
COUNT - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
count(OperatorStatisticsValue) - Method in class com.rapidminer.tools.usagestats.OperatorUsageStatistics
 
count(Process, OperatorStatisticsValue) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Adds 1 to the statistics value for all operators contained in the current process in all scopes.
count(Process, OperatorStatisticsValue, UsageStatistics.StatisticsScope...) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Adds 1 to the statistics value for all operators contained in the current process the given scopes.
count(Operator, OperatorStatisticsValue) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Adds 1 to the statistics value for the given operator in all scopes.
count(Operator, OperatorStatisticsValue, UsageStatistics.StatisticsScope...) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Adds 1 to the statistics value for the given operator in the given scopes.
count_examples() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Counts the training examples.
count_pos_examples() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Counts the positive training examples
CountAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Count Aggregation function.
CountAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
CountAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
CountAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the CountAggregationFunction It counts all non-NaN values.
CountAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregator
 
countColumns() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
countCoveredCandidates(DataSequence, double, CountingInformations) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeInnerNode
 
countCoveredCandidates(DataSequence, double, CountingInformations) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeLeafNode
 
countCoveredCandidates(DataSequence, double, CountingInformations) - Method in interface com.rapidminer.operator.learner.associations.gsp.HashTreeNode
 
countCoveredCandidates(DataSequence, double, CountingInformations) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeRootNode
This method implements the root node behavior of counting. t is ignored, depth assumed to be zero anyway.
countData() - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
countData() - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
COUNTER - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
countExample(double, double) - Method in class com.rapidminer.operator.performance.AbsoluteError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.AreaUnderCurve
Does nothing.
countExample(Example) - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
countExample(Example) - Method in class com.rapidminer.operator.performance.CorrelationCriterion
Updates all sums needed to compute the correlation coefficient.
countExample(Example) - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
countExample(Example) - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
countExample(Example) - Method in class com.rapidminer.operator.performance.CrossEntropy
Does nothing.
countExample(double, double) - Method in class com.rapidminer.operator.performance.LenientRelativeError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.LogisticLoss
Does nothing.
countExample(Example) - Method in class com.rapidminer.operator.performance.Margin
Does nothing.
countExample(Example) - Method in class com.rapidminer.operator.performance.MDLCriterion
 
countExample(Example) - Method in class com.rapidminer.operator.performance.MeasuredPerformance
Counts a single example, e.g. by summing up errors.
countExample(Example) - Method in class com.rapidminer.operator.performance.MinMaxCriterion
Counts a single example by invoking the delegates method.
countExample(Example) - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Increases the prediction value in the matrix.
countExample(Example) - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
Calculates the error for the current example.
countExample(Example) - Method in class com.rapidminer.operator.performance.PredictionAverage
 
countExample(Example) - Method in class com.rapidminer.operator.performance.RankCorrelation
Does nothing.
countExample(double, double) - Method in class com.rapidminer.operator.performance.RelativeError
 
countExample(double, double) - Method in class com.rapidminer.operator.performance.RootMeanSquaredError
Calculates the error for the current example.
countExample(Example) - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
Calculates the error for the current example.
countExample(double, double) - Method in class com.rapidminer.operator.performance.SimpleClassificationError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.SimpleCriterion
Invokes countExample(double, double) and counts the deviation.
countExample(double, double) - Method in class com.rapidminer.operator.performance.SimpleCriterion
Subclasses must count the example and return the value to sum up.
countExample(Example) - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Does nothing.
countExample(double, double) - Method in class com.rapidminer.operator.performance.SquaredError
Calculates the error for the current example.
countExample(double, double) - Method in class com.rapidminer.operator.performance.StrictRelativeError
 
countExample(Example) - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Increases the prediction value in the matrix.
countExampleWithWeight(double, double) - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
CountFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the number of values.
CountFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.CountFunction
 
CountFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.CountFunction
 
CountIgnoringMissingsAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Count Aggregation function.
CountIgnoringMissingsAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
CountIgnoringMissingsAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
CountIgnoringMissingsAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the CountAggregationFunction It counts all non-NaN values.
CountIgnoringMissingsAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregator
 
CountIncludingMissingsAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Count Aggregation function.
CountIncludingMissingsAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
CountIncludingMissingsAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
CountIncludingMissingsAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the CountIncludingMissingsAggregationFunction It counts all examples, if not ignoreMissing is true.
CountIncludingMissingsAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregator
 
CountingInformations - Class in com.rapidminer.operator.learner.associations.gsp
Simple data holding class to avoid shifting to much information over stack
CountingInformations(boolean[], ArrayList<Sequence>, double, double, double) - Constructor for class com.rapidminer.operator.learner.associations.gsp.CountingInformations
 
countOperators() - Method in class com.rapidminer.tools.GroupTree
 
CovarianceMatrix - Class in com.rapidminer.tools.math.matrix
This helper class can be used to calculate a covariance matrix from given matrices or example sets.
CovarianceMatrix() - Constructor for class com.rapidminer.tools.math.matrix.CovarianceMatrix
 
CovarianceMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the covariances between all attributes of the input example set and returns a covariance matrix object which can be visualized.
CovarianceMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.CovarianceMatrixOperator
 
Coverage - Class in com.rapidminer.operator.learner.igss.utility
The instance-averaging utility function Coverage.
Coverage(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.Coverage
Constructs a new Coverage with the given default probability.
Coverage - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the coverage.
Coverage(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
COVERAGE - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
coveredWeight - Variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Stores the total weight of all examples covered by this hypothesis.
coversExample(Example) - Method in class com.rapidminer.operator.learner.rules.Rule
 
cPos - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
create(int) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a new DataRow with the given initial capacity.
create(String[], Attribute[]) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a data row from an array of Strings.
create(Object[], Attribute[]) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a data row from an Object array.
create(Double[], Attribute[]) - Method in class com.rapidminer.example.table.DataRowFactory
Creates a data row from an Object array.
create(String, String) - Method in class com.rapidminer.tools.config.ConfigurationManager
 
create(String, Map<String, String>) - Method in class com.rapidminer.tools.config.Configurator
Creates a new Configurable based on parameters.
CREATE_FOLDER_ACTION - Variable in class com.rapidminer.repository.gui.RepositoryTree
 
createAboutBox(Frame) - Method in class com.rapidminer.tools.plugin.Plugin
Creates the about box for this plugin.
createActions() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createAggregationFunction(String, Attribute, boolean, boolean) - Static method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This will create the AggregationFunction with the given name for the given source Attribute.
createAggregationFunction(String, boolean) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregationFunction(String) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregationFunction(int, boolean) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregationFunction(int) - Static method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This will return the Aggregator object that computes the value of this particular AggregationFunction for a specific group.
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
createAggregator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregationFunction
 
createAllHypothesis - Variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Create h->Y+/Y- or h->Y+ only.
createAndStoreKey() - Static method in class com.rapidminer.tools.cipher.KeyGeneratorTool
 
createAnnotatedDefaultMultiValueCategoryDataset(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
Same as #createDefaultMultiValueCategoryDataset(ValueSource, PlotConfiguration), but instead of storing only the values it stores pairs in the lists, where the first value is the data value, and the second value holds the index of the value in the series in valueSource.
createAreaRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
createArguments(Random) - Method in class com.rapidminer.operator.generator.Cluster
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.GaussianFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.GaussianMixtureFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.GridFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.RegressionFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.RingClusteringFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.SpiralClusteringFunction
 
createArguments(int, RandomGenerator) - Method in interface com.rapidminer.operator.generator.TargetFunction
Creates and returns a number of arguments.
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
createArguments(int, RandomGenerator) - Method in class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
 
createArrowButton() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createAttribute(String, int) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(int) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple single attribute depending on the given value type.
createAttribute(int, int, String) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple attribute depending on the given value type.
createAttribute(String, int, int) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a simple attribute depending on the given value type.
createAttribute(Attribute) - Static method in class com.rapidminer.example.table.AttributeFactory
Simple clone factory method for attributes.
createAttribute(Attribute, String) - Static method in class com.rapidminer.example.table.AttributeFactory
Simple clone factory method for attributes.
createAttributeDataSources(File, boolean, LoggingHandler) - Static method in class com.rapidminer.tools.att.AttributeDataSource
Returns a list of AttributeDataSources read from the file.
createAttributes(ResultSet) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Creates a list of attributes reflecting the result set's column meta data.
createBarRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createBlobEntry(String) - Static method in class com.rapidminer.gui.tools.RepositoryGuiTools
This method will return an Entry if the given location is a valid repository location.
createBlobEntry(String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
createBlobEntry(String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
createBlobEntry(String) - Method in class com.rapidminer.repository.db.DBRepository
 
createBlobEntry(String) - Method in interface com.rapidminer.repository.Folder
 
createBlobEntry(String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
createBlobEntry(String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
createBlobEntry(String) - Method in class com.rapidminer.repository.resource.ResourceFolder
 
createBootstrappingMapping(ExampleSet, int, Random) - Static method in class com.rapidminer.example.set.MappedExampleSet
Creates a new mapping for the given example set by sampling with replacement.
createBorder() - Static method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
createBoundArray(double, int) - Static method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
createBugReport(File, Throwable, String, Process, String, File[]) - Static method in class com.rapidminer.tools.BugReport
 
createBugZillaReport(XmlRpcClient, Throwable, String, String, String, String, String, String, String, Process, String, File[], boolean, boolean) - Static method in class com.rapidminer.tools.BugReport
Creates the BugZilla bugreport.
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
createButtonListener(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
createButtons() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
createCapabilitiesPanel(Operator) - Static method in class com.rapidminer.gui.dialog.OperatorInfoScreen
 
createCategoryDomainAxis(PlotConfiguration) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartAxisFactory
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.PieChart2DPlotter
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.PieChart3DPlotter
 
createChart(PieDataset, boolean) - Method in class com.rapidminer.gui.plotter.charts.RingChartPlotter
 
createChartPrintJob() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Creates a print job for the chart.
createChildNode(Item) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
this method creates a new childnode of this node, representing the node item
createCleanClone() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Returns a clone where the zero weighted attributes are not delivered.
createCleanClone(ExampleSet, double[]) - Static method in class com.rapidminer.operator.features.FeatureOperator
 
createClusteredXYBarRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
createColoredRectangleIcon(Color) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
createColoredRectangleIcon(Color) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorRGBComboBoxCellRenderer
 
createCompleteBugDescription(String, Throwable, boolean, boolean) - Static method in class com.rapidminer.tools.BugReport
Creates the complete description of the bug including user description, exception stack trace, system properties and RM and plugin versions.
createCompleteCopy(ExampleTable) - Static method in class com.rapidminer.example.table.MemoryExampleTable
 
createComponents() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.AbstractGroupingCardPanel
 
createComponents() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.DistinctValueGroupingCardPanel
 
createComponents() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EqualDataFractionCardPanel
 
createComponents() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EquidistantFixedBinCountCardPanel
 
createCondition(String, ExampleSet, String) - Static method in class com.rapidminer.example.set.ConditionedExampleSet
Checks if the given name is the short name of a known condition and creates it.
createCondition(String, ParameterHandler) - Static method in class com.rapidminer.operator.tools.AttributeSubsetSelector
Checks if the given name is the short name of a known condition and creates it.
createConfidenceAttributeMetaData(ExampleSetMetaData) - Static method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
This method creates the attribute meta data for the confidence attributes in the given exampleSetMetaData.
createConfigurationPanel() - Method in class com.rapidminer.tools.config.Configurator
Creates a new panel which is used to configure a Configurable.
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard.CSVDataReaderWizardCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard.ExcelExampleSourceConfigurationWizardCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in interface com.rapidminer.gui.wizards.ConfigurationWizardCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.operator.nio.CSVExampleSourceConfigurationWizardCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.operator.nio.ExcelExampleSourceConfigurationWizardCreator
 
createConfigurationWizard(ParameterType, ConfigurationListener) - Method in class com.rapidminer.operator.nio.xml.XMLExampleSourceConfigurationWizardCreator
 
createCriterion(double) - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
createCriterion(double) - Method in class com.rapidminer.operator.learner.tree.CHAIDLearner
 
createCriterion(ParameterHandler, double) - Static method in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
This method returns the criterion specified by the respective parameters.
createDatabaseExampleTable(DatabaseHandler, String) - Static method in class com.rapidminer.example.table.DatabaseExampleTable
 
createDataTable() - Method in class com.rapidminer.example.AttributeWeights
 
createDataTable(IOContainer) - Method in class com.rapidminer.example.set.AbstractExampleSet
This method is used to create a DataTable from this example set.
createDataTable(IOContainer) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
createDataTable(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
createDataTable(Population) - Static method in class com.rapidminer.operator.features.PopulationPlotter
 
createDataTable() - Method in class com.rapidminer.operator.visualization.ProcessLogOperator
 
createDataTable(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
createDateDomainAxis(PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartAxisFactory
 
createDecreaseButton(int) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createDefaultCategoryDataset(ValueSource, PlotInstance, boolean, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
createDefaultDivider() - Method in class com.rapidminer.gui.look.ui.SplitPaneUI
 
createDefaultHeaderEditor() - Method in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
createDefaultIntervalXYDataset(ValueSource, PlotInstance, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
Creates a dataset which supports custom intervals on both axes.
createDefaultJDBCProperties() - Static method in class com.rapidminer.tools.jdbc.JDBCProperties
 
createDefaultMultiValueCategoryDataset(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
Creates a new DefaultMultiValueCategoryDataset.
createDefaultStatisticalCategoryDataset(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
createDefaultTableHeader() - Method in class com.rapidminer.gui.properties.PropertyTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.DataTableViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.DataViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableHeader() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTable
This method ensures that the correct tool tip for the current column is delivered.
createDefaultTableXYDataset(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
createDefaultXYDataset(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
createDefaultXYDataset(ValueSource, int, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
createDelayProvider(ParameterHandler) - Static method in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
createDePivotizedExampleSet(ExampleSet, List<String>) - Static method in class com.rapidminer.gui.new_plotter.utility.DataTransformation
Creates a de-pivotized meta data ExampleSet from a given ExampleSet.
createDePivotizedExampleSet(ExampleSet, List<String>, Collection<String>) - Static method in class com.rapidminer.gui.new_plotter.utility.DataTransformation
Creates a de-pivotized meta data ExampleSet from a given ExampleSet.
createDeprecationInfoPanel(Operator) - Static method in class com.rapidminer.gui.dialog.OperatorInfoScreen
 
createDeviationRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createDialog(Component) - Method in class com.rapidminer.gui.tools.ExtendedJFileChooser
 
createDirectoryComboBoxModel(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createDirectoryComboBoxRenderer(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createDiscretizationFixes(InputPort, String) - Static method in class com.rapidminer.operator.preprocessing.discretization.AbstractDiscretizationOperator
 
createDockableContainer(Dockable, DockableContainerFactory.ParentType) - Method in class com.rapidminer.gui.docking.RapidDockableContainerFactory
 
createDockingListener() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createDocument() - Static method in class com.rapidminer.io.process.XMLTools
Creates a new, empty document.
createDropDownToggleButton(JPopupMenu) - Method in class com.rapidminer.gui.actions.ToggleAction
 
createEditor() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createError(ProcessSetupError.Severity, String, Object...) - Method in class com.rapidminer.operator.ports.metadata.AbstractPrecondition
 
createError(ProcessSetupError.Severity, List<? extends QuickFix>, String, Object...) - Method in class com.rapidminer.operator.ports.metadata.AbstractPrecondition
 
createExampleSet(double[][]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(double[][], int) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(double[][], double[]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(Object[][]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a mixed-type example set from the given data matrix.
createExampleSet(Object[][], int) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(Object[][], Object[]) - Static method in class com.rapidminer.example.ExampleSetFactory
Create a numerical example set from the given data matrix.
createExampleSet(Attribute) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Attribute, Attribute, Attribute) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Iterator<AttributeRole>) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(AttributeSet) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes of the ExampleTable and with the special roles defined by the given attribute set.
createExampleSet() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Map<Attribute, String>) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Attribute) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(Iterator<AttributeRole>) - Method in interface com.rapidminer.example.table.ExampleTable
 
createExampleSet(Attribute, Attribute, Attribute) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet(AttributeSet) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes of the ExampleTable and with the special roles defined by the given attribute set.
createExampleSet(Map<Attribute, String>) - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet() - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new example set with all attributes switched on.
createExampleSet() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVFileReader
 
createExampleSet(ExampleSet, Attribute[], FeatureGenerator) - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
createExampleSet() - Method in class com.rapidminer.operator.generator.ChurnReductionExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.ExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.MassiveDataGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.MultipleLabelGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.NominalExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.SalesExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.TeamProfitExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.TransfersExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.UpSellingExampleSetGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
createExampleSet() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
createExampleSet() - Method in class com.rapidminer.operator.io.AbstractExampleSource
Creates (or reads) the ExampleSet that will be returned by Operator.apply().
createExampleSet() - Method in class com.rapidminer.operator.io.BytewiseExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.C45ExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
createExampleSet() - Method in class com.rapidminer.operator.io.ExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.ResultSetExampleSource
 
createExampleSet(ExampleTable, Operator) - Static method in class com.rapidminer.operator.io.ResultSetExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
createExampleSet(File, boolean, double, int, String, char[], int, boolean, boolean, boolean, char, Charset, String, int, String, int, String, int) - Static method in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
createExampleSet() - Method in class com.rapidminer.operator.io.SparseFormatExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.URLExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.io.XrffExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.nio.ExcelFormatExampleSource
 
createExampleSet() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
createExampleSet() - Method in class com.rapidminer.operator.nio.SASExampleSource
 
createExampleSetFromDataTable(DataTable) - Static method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
createExampleTable(ResultSet, List<Attribute>, int, Logger) - Static method in class com.rapidminer.operator.io.DatabaseDataReader
 
createExcelTableModel(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Creates an excel table model (either ExcelSheetTableModel or Excel2007SheetTableModel, depending on file).
createExperimentTree(int) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.createProcessTree(int) instead
createExperimentTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.createProcessTree(int,String,String,Operator,String) instead
createFileChooser(String, File, boolean, FileFilter[]) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates file chooser with a reasonable start directory.
createFileChooserButton() - Method in class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
createFilterComboBoxModel() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createFilterComboBoxRenderer() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createFixedColumnTable(TableModel) - Static method in class com.rapidminer.gui.tools.ExtendedFixedColumnJTable
 
createFloatingDockableContainer(Window) - Method in class com.rapidminer.gui.docking.RapidDockableContainerFactory
 
createFolder(String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
createFolder(String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
createFolder(String) - Method in class com.rapidminer.repository.db.DBRepository
 
createFolder(String) - Method in interface com.rapidminer.repository.Folder
 
createFolder(String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
createFolder(String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
createFolder(String) - Method in class com.rapidminer.repository.resource.ResourceFolder
 
CreateFolderAction - Class in com.rapidminer.repository.gui.actions
This action creates a new folder.
CreateFolderAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.CreateFolderAction
 
createFoldersRecursively() - Method in class com.rapidminer.repository.RepositoryLocation
Creates this folder and its parents.
createFromXML(Element, Process, List<UnknownParameterInformation>) - Static method in class com.rapidminer.operator.Operator
 
createFromXML(Element, Process, List<UnknownParameterInformation>, ProgressListener) - Static method in class com.rapidminer.operator.Operator
This will create an operator by interpreting the given XML element as being generated from the current RapidMiner version.
createFromXML(Element, Process, List<UnknownParameterInformation>, ProgressListener, VersionNumber) - Static method in class com.rapidminer.operator.Operator
This will create an operator from a XML element describing this operator.
createGeneratorForFunction(String) - Static method in class com.rapidminer.generator.FeatureGenerator
Creates a new FeatureGenerator for a given function name.
createGraph() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
createGraph() - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
createGraph() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Creates the graph.
createGraph() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
createGraph() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
createGraph() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
createGridLayout(int, int) - Static method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
createGroupingModel(DataTable, double, double) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
Returns an up-to-date grouping model without cumulation applied.
createGroupingModel(DataTable, double, double) - Method in class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
createGroupingModel(DataTable, double, double) - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
createGroupingModel(DataTable, double, double) - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
createIcon(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Tries to load the icon for the given resource.
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuBackgroundPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuItemFadingPainter
 
createImage(Component, int, int, GraphicsConfiguration) - Method in class com.rapidminer.gui.look.painters.MenuSeparatorPainter
 
createImage(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Tries to load the image for the given resource.
createIncreaseButton(int) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Sets up a population of given size and creates ExampleSets with randomly selected attributes (the probability to be switched on is controlled by pInitialize).
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Create an initial population.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA
Creates a initial population.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.FeatureOperator
Create an initial population.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
May es have n features.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
Sets up a population of given size and creates ExampleSets with randomly selected attributes (the probability to be switched on is controlled by pInitialize).
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
Returns an example set containing only the feature with the biggest weight.
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.BackwardWeighting
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
createInitialPopulation(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.ForwardWeighting
 
createInitialPopulation(int, int) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Creates the initial population.
createIOContainer(boolean) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
createIOContainer(boolean) - Method in interface com.rapidminer.operator.ports.Ports
This is a backport method to generate IOContainers containing all output objects of the given ports.
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.db.DBRepository
 
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in interface com.rapidminer.repository.Folder
 
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.local.SimpleFolder
 
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
createIOObjectEntry(String, IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.resource.ResourceFolder
 
createKernel(int) - Static method in class com.rapidminer.operator.clustering.clusterer.SVClustering
Creates a new kernel of the given type.
createKernel(int) - Static method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Creates a new kernel of the given type.
createKernel() - Method in class com.rapidminer.operator.learner.functions.kernel.GPLearner
Create the appropriate kernel function depending on the RapidMiner - ui settings.
createKernel(ParameterHandler) - Static method in class com.rapidminer.tools.math.kernels.Kernel
 
createKernel(ParameterHandler) - Static method in class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
createKernels(double[][], int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
Create the appropriate kernel functions depending on the ui settings.
createLayout() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
createLayoutManager() - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
createLearnerError(String, List<? extends QuickFix>) - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
 
createLeftOneTouchButton() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
createLeftOneTouchButton1() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
createLegendItemBlock(LegendItem) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.SmartLegendTitle
 
createLiftChartPlot(List<double[]>) - Method in class com.rapidminer.tools.math.LiftDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createLiftDataList(ExampleSet) - Method in class com.rapidminer.tools.math.LiftDataGenerator
Creates a list of ROC data poings from the given example set.
createLiftRatioMatrix() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
 
createLineAndShapeRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.preprocessing.sampling.Bootstrapping
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.preprocessing.sampling.WeightedBootstrapping
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
createMapping(ExampleSet, int, Random) - Method in class com.rapidminer.operator.validation.WeightedBootstrappingValidation
 
createMarkedExperimentTree(int, String, Operator) - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.createMarkedProcessTree(int,String,Operator) instead
createMarkedProcessTree(int, String, Operator) - Method in class com.rapidminer.operator.Operator
Returns this operator's name and class.
createMatlabString(double[][]) - Static method in class com.rapidminer.tools.math.StringToMatrixConverter
creates a Matlab string from a given double matrix
createMatrices() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
createMatrices() - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
createMatrixDataTable() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
createMeasure(ParameterHandler) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
Creates an uninitialized distance measure.
createMeasure(ParameterHandler, ExampleSet, IOContainer) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
Deprecated. ioContainer is not used. Use a DistanceMeasureHelper to obtain distance measures.
createMenuItem() - Method in class com.rapidminer.gui.actions.ToggleAction
 
createMouseInputListener() - Method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
createMouseListener() - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
createMultipleActivationItem() - Method in class com.rapidminer.gui.operatortree.actions.ToggleActivationItem
 
createName() - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a new unsused attribute name.
createName(String) - Static method in class com.rapidminer.example.table.AttributeFactory
Creates a new unsused attribute name with a given prefix.
createNeighborhood(ParameterHandler) - Static method in class com.rapidminer.operator.learner.local.Neighborhoods
 
createNew() - Static method in class com.rapidminer.repository.gui.NewRepositoryDialog
 
createNewTreeModel(PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree
 
createNextButton() - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
createNonRolloverBorder() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createNonRolloverToggleBorder() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createNorthPane(JInternalFrame) - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
createNumericalDomainAxis(PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartAxisFactory
 
createOperator() - Method in class com.rapidminer.operator.ports.quickfix.ChangeAttributeRoleQuickFix
 
createOperator() - Method in class com.rapidminer.operator.ports.quickfix.OperatorInsertionQuickFix
 
createOperator(String) - Static method in class com.rapidminer.tools.OperatorService
Use this method to create an operator from the given class name (from operator description file operators.xml, not from the Java class name).
createOperator(OperatorDescription) - Static method in class com.rapidminer.tools.OperatorService
Use this method to create an operator of a given description object.
createOperator(Class<T>) - Static method in class com.rapidminer.tools.OperatorService
Use this method to create an operator from an operator class.
createOperatorInstance() - Method in class com.rapidminer.operator.OperatorDescription
Creates a new operator based on the description.
createOperatorInstanceByDescription(OperatorDescription) - Method in class com.rapidminer.operator.OperatorDescription
This method creates the actual instance of the Operator defined by the given OperatorDescription.
createOptimizer(RandomGenerator) - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
This method creates a apropriate optimizer
createPairwiseDataTable() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
This creates a pairwise data table where each combination is only included once.
createPairwiseDataTable(boolean) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
This creates a pairwise data table.
createPanel(JFreeChart) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
createPartition(double[], int) - Method in interface com.rapidminer.example.set.PartitionBuilder
Creates a partition from the given ratios.
createPartition(double[], int) - Method in class com.rapidminer.example.set.ShuffledPartitionBuilder
Returns a shuffled partition for an example set.
createPartition(double[], int) - Method in class com.rapidminer.example.set.SimplePartitionBuilder
Returns a simple non-shuffled partition for an example set.
createPartition(double[], int) - Method in class com.rapidminer.example.set.StratifiedPartitionBuilder
Returns a stratified partition for the given example set.
createPassThroughPort(String) - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
createPassThroughPort(String) - Method in class com.rapidminer.operator.ports.impl.OutputPortsImpl
 
createPassThroughPort(String) - Method in interface com.rapidminer.operator.ports.Ports
Creates (and adds) a new port whose Port.simulatesStack() returns false.
createPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
Must be implemented by subclasses in order to support 2D or 3D plots.
createPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter2D
 
createPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter3D
 
createPopup() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createPopupMenu(int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
createPopupMenu() - Method in class com.rapidminer.gui.look.fc.Item
 
createPopupMenu() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
createPort(String) - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
createPort(String, boolean) - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
createPort(String, Class<? extends IOObject>) - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
createPort(String, MetaData) - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
createPort(String) - Method in class com.rapidminer.operator.ports.impl.OutputPortsImpl
 
createPort(String, boolean) - Method in class com.rapidminer.operator.ports.impl.OutputPortsImpl
 
createPort() - Method in class com.rapidminer.operator.ports.InputPortExtender
 
createPort(String, Class<? extends IOObject>) - Method in interface com.rapidminer.operator.ports.InputPorts
Creates an input port with a simple precondition requiring input of type clazz.
createPort(String, MetaData) - Method in interface com.rapidminer.operator.ports.InputPorts
Creates an input port with a simple precondition requiring input with given meta data.
createPort(String) - Method in interface com.rapidminer.operator.ports.Ports
Creates a new port and adds it to these Ports.
createPort(String, boolean) - Method in interface com.rapidminer.operator.ports.Ports
Creates a new port and adds it to these Ports if add is true..
createPort() - Method in class com.rapidminer.operator.ports.SinglePortExtender
 
createPortsDescriptionPanel(String, String, Ports<? extends Port>, Ports<? extends Port>) - Static method in class com.rapidminer.gui.dialog.OperatorInfoScreen
 
createPredictedLabel(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
Creates a predicted label with the given name.
createPredictedLabel(ExampleSet, Attribute) - Static method in class com.rapidminer.operator.learner.PredictionModel
Creates a predicted label for the given example set based on the label attribute defined for this prediction model.
createPredictionAttributes(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.PredictionModel
This method creates prediction attributes like the predicted label and confidences if needed.
createPredictionMetaData(AttributeMetaData) - Static method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
This method returns a AttributeMetaData object for the prediction attribute created on applying a model on an exampleset with the given label.
createPreparedStatement(String, boolean) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Create a prepared statement where result sets will have the properties TYPE_SCROLL_SENSITIVE and CONCUR_UPDATABLE.
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
createPreprocessingModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesOperator
 
createPreview(PreviewListener) - Method in interface com.rapidminer.gui.wizards.PreviewCreator
 
createPreviousButton() - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
createProcess() - Static method in class com.rapidminer.test.ProcessCreator
 
createProcessEntry(String, String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
createProcessEntry(String, String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
createProcessEntry(String, String) - Method in class com.rapidminer.repository.db.DBRepository
 
createProcessEntry(String, String) - Method in interface com.rapidminer.repository.Folder
 
createProcessEntry(String, String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
createProcessEntry(String, String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
createProcessEntry(String, String) - Method in class com.rapidminer.repository.resource.ResourceFolder
 
createProcessTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.ExecutionUnit
 
createProcessTree(int) - Method in class com.rapidminer.operator.Operator
Returns this operator's name and class.
createProcessTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.Operator
Returns this operator's name and class.
createProcessTree(int, String, String, Operator, String) - Method in class com.rapidminer.operator.OperatorChain
Returns this OperatorChain's name and class and the process trees of the inner operators.
createProgressMonitor(Component, int, boolean, int, boolean) - Static method in class com.rapidminer.gui.tools.ProgressUtils
Create a new (modal) progress monitor dialog.
createProgressMonitor(Component, String, int, boolean, int, boolean) - Static method in class com.rapidminer.gui.tools.ProgressUtils
Create a new (modal) progress monitor dialog.
createProperties(InputStream, String) - Static method in class com.rapidminer.gui.tools.dialogs.AboutBox
 
createPropertyChangeListener(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createPropertyKeyCellEditor(PropertyTable, ParameterType, Operator, PropertyTableParameterChangeListener) - Static method in class com.rapidminer.gui.properties.PropertyTable
 
createPropertyValueCellEditor(ParameterType, Operator) - Static method in class com.rapidminer.gui.properties.PropertyTable
 
createRangeAxis(RangeAxisConfig, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartAxisFactory
 
createReader(URL) - Static method in class com.rapidminer.operator.io.AbstractReader
 
createReader(File) - Method in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
createRegion() - Static method in class com.rapidminer.datatable.RegionFilterCondition
This returns a region object, which stores all ranged in all dimensions.
createRegularAttributeArray() - Method in class com.rapidminer.example.AbstractAttributes
 
createRegularAttributeArray() - Method in interface com.rapidminer.example.Attributes
This method creates an attribute array from all regular attributes.
createRegularAttributeArray(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
createRenderer(IOObject, String) - Static method in class com.rapidminer.gui.renderer.RendererService
Creates a new renderer for the given object.
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.new_plotter.integration.ExpertDataTableRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.AnnotationsRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.AverageVectorRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidPlotRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelDendogrammRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelFolderRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.CollectionRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.DefaultTextRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.DelegationModelRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelVariancePlotRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.ImprovedNeuralNetModelRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.MetaModelRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.NeuralNetGraphRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.SimpleNeuralNetGraphRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.models.SVDModelCumulativePlotRenderer
 
createReportable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.NonGraphicalRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.NonGraphicalRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.AnovaCalculatorViewerRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.AreaUnderCurveRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.BinaryClassificationPerformanceRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.MultiClassificationPerformanceRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.PerformanceVectorRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.ROCComparisonRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.TTestSignificanceTestRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.performance.WeightedMultiClassPerformanceRenderer
 
createReportable(Object, IOContainer, int, int) - Method in interface com.rapidminer.gui.renderer.Renderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityHistogramRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityKDistanceRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.visualization.AnovaMatrixRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.visualization.LiftChartRenderer
 
createReportable(Object, IOContainer, int, int) - Method in class com.rapidminer.gui.renderer.visualization.SOMModelVisualizationRenderer
 
createRepositoriesFor(RepositoryAccessor) - Method in interface com.rapidminer.repository.RepositoryFactory
 
createRepositoryIfNoneIsDefined() - Method in class com.rapidminer.repository.RepositoryManager
 
createResidualTable() - Method in class com.rapidminer.operator.visualization.dependencies.RainflowMatrix
 
createRightOneTouchButton() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
createRMPrimaryKeyIndex(DatabaseHandler, String) - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
Subclasses might want to override this method if they do not support auto_increment.
createROCData(ExampleSet, boolean, ROCBias) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Creates a list of ROC data points from the given example set.
createROCPlotDialog(ROCData, boolean, boolean) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createROCPlotDialog(ROCData) - Method in class com.rapidminer.tools.math.ROCDataGenerator
Creates a dialog containing a plotter for a given list of ROC data points.
createRolloverBorder() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createScatterRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createScrollButton(int) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
createSecretKey() - Static method in class com.rapidminer.tools.cipher.KeyGeneratorTool
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.EllipsoidPointStyle
 
createShape(double, double) - Method in interface com.rapidminer.gui.plotter.PlotterAdapter.PointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.RectanglePointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.StarPointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.TriangularPointStyle
 
createShape(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.TurnedTriangularPointStyle
 
createShapeMapping(List<Double>) - Static method in class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
createSpecialAttribute(ExampleSet, String, int) - Static method in class com.rapidminer.example.Tools
Creates and adds the new attributes to the given example set
createSplittedExampleSet(ExampleSet) - Method in class com.rapidminer.operator.meta.AbsoluteSplitChain
 
createSplittedExampleSet(ExampleSet) - Method in class com.rapidminer.operator.meta.AbstractSplitChain
Creates the splitted example set for this operator.
createSplittedExampleSet(ExampleSet) - Method in class com.rapidminer.operator.meta.RatioSplitChain
 
createStackedAreaRenderer(ValueSource, PlotInstance, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createStackedBarRenderer(ValueSource, PlotInstance, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createStackedXYAreaRenderer2(ValueSource, PlotInstance, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createStackedXYBarRenderer(ValueSource, PlotInstance, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createStatement(boolean) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Create a statement where result sets will have the properties TYPE_SCROLL_SENSITIVE and CONCUR_UPDATABLE.
createStatisticalBarRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createStatisticalLineAndShapeRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createStyleSheet() - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
This method creates and returns a stylesheet that makes the documentation look as it's supposed to look.
createSubprocess(int) - Method in class com.rapidminer.operator.meta.OperatorSelector
 
createSubprocess(int) - Method in class com.rapidminer.operator.OperatorChain
 
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Creates a new SVM according to the given label.
createSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
Creates a new SVM for prediction.
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
createSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMModel
 
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
createSVM(Attribute, Kernel, SVMExamples, ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
createSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRModel
 
createSVMModel(ExampleSet, SVMExamples, Kernel, int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Creates a new SVM model from the given data.
createSVMModel(ExampleSet, SVMExamples, Kernel, int) - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
createSVMModel(ExampleSet, SVMExamples, Kernel, int) - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
createTable(ExampleSet, String, int, boolean, int) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Delegate method: Creates a new table in this connection and fills it with the provided data.
createTable(ExampleSet, String, int, boolean, int, boolean, String) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
createTable(ExampleSet, TableName, int, boolean, int, boolean, String, int) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
createTable(ExampleSet, TableName, int, boolean, int, boolean, String, int, Operator) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Creates a new table in this connection and fills it with the provided data.
createTemplateManagementPanel() - Method in class com.rapidminer.gui.templates.TemplatesDialog
 
createTextPanel(String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates a panel with title and text.
createThumbPressedListener() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createThumbPressedListener() - Method in class com.rapidminer.gui.look.ui.SliderUI
 
createTitledBorder(String) - Static method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
createToBinominalFix(String) - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
Creates a quickfix to convert to nominal.
createToggleButton() - Method in class com.rapidminer.gui.actions.ToggleAction
 
createToNumericalFix(String) - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
Creates a quickfix to convert to numerical.
createTransferable(JComponent) - Method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
createTransferable(JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
createTransferable(JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
createTransferable(JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
createTransitionGraph(ExampleSet) - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
createType(Element) - Static method in class com.rapidminer.parameter.ParameterType
This creates the ParameterType defined by the given element for the given operator.
createUI(JComponent) - Static method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.CheckBoxMenuItemUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.CheckBoxUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.EditorPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.LabelUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ListUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.MenuBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.MenuItemUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.MenuUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.PasswordFieldUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.PopupMenuSeparatorUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.PopupMenuUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ProgressBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.RadioButtonMenuItemUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.SliderUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.SpinnerUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.SplitPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TableUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TextAreaUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TextFieldUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TextPaneUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.ToolBarUI
 
createUI(JComponent) - Static method in class com.rapidminer.gui.look.ui.TreeUI
 
createURL(JDBCProperties, String, String, String) - Static method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
createUserPerspective(String, boolean) - Method in class com.rapidminer.gui.ApplicationPerspectives
Creates a user-defined perspectives, and possibly switches to this new perspective immediately.
createValueButton(String, String) - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
createView(ExcelWorkbookPane.ExcelWorkbookSelection) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
createView(ExcelWorkbookPane.ExcelWorkbookSelection) - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
createViewPopupMenu() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
createVisualizationComponent(IOObject, IOContainer, String) - Static method in class com.rapidminer.gui.processeditor.results.ResultDisplayTools
 
createWeightAttribute(ExampleSet) - Static method in class com.rapidminer.example.Tools
This method adds a new Weight Attribute initialized with 1.0d for each example to the example table as well as to the given ExampleSet.
createWeightAttributeMetaData(ExampleSetMetaData) - Static method in class com.rapidminer.example.Tools
 
createWeightedBootstrappingMapping(ExampleSet, int, Random) - Static method in class com.rapidminer.example.set.MappedExampleSet
 
createWeightsTable() - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
createWeightsTable() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
createWindowFunction(String, int, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createWindowFunction(String, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createWindowFunction(int, int, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createWindowFunction(int, int) - Static method in class com.rapidminer.tools.math.function.window.WindowFunction
 
createXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
createXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Creates an Element which contains all PlotterStyleProvider settings.
createXML(Document) - Method in class com.rapidminer.repository.db.DBRepository
 
createXML(Document) - Method in class com.rapidminer.repository.local.LocalRepository
 
createXML(Document) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
createXML(Document) - Method in interface com.rapidminer.repository.Repository
Returns a piece of XML to store the repository in a configuration file.
createXML(Document) - Method in class com.rapidminer.repository.resource.ResourceRepository
 
createXYAreaRenderer2(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createXYDifferenceRenderers(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createXYErrorRenderer(ValueSource, PlotInstance, XYDataset) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createXYLineAndShapeRenderer(ValueSource, PlotInstance) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartRendererFactory
 
createXYSeriesCollection(ValueSource, PlotInstance, double, boolean, boolean) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
CredentialsTableModel - Class in com.rapidminer.gui.security
An own table model wrapped around a Wallet used by the PasswordManager to edit user credentials.
CredentialsTableModel(Wallet) - Constructor for class com.rapidminer.gui.security.CredentialsTableModel
 
crisp - Variable in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
crisp only crisp ...
CRITERIA - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
CRITERIA_CLASSES - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERIA_CLASSES - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERIA_LIST - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
CRITERIA_LIST_SHORT - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
CRITERIA_NAMES - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERIA_NAMES - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
Criterion - Interface in com.rapidminer.operator.learner.rules
Calculates the benefit for the given example set.
Criterion - Interface in com.rapidminer.operator.learner.tree.criterions
The criterion for a splitted example set.
CRITERION_ACCURACY - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERION_ACCURACY - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_GAIN_RATIO - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_GINI_INDEX - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_INFO_GAIN - Static variable in class com.rapidminer.operator.learner.rules.RuleLearner
 
CRITERION_INFO_GAIN - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
CRITERION_TYPES - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
CronEditorDialog - Class in com.rapidminer.gui.dialog
Dialog to create a cron expression via GUI.
CronEditorDialog() - Constructor for class com.rapidminer.gui.dialog.CronEditorDialog
Creates a new cron editor dialog.
CrossDistancesOperator - Class in com.rapidminer.operator.similarity
This operator creates an exampleSet containing the distances between each example of the request exampleSet and the k nearest of the reference exampleSet.
CrossDistancesOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.similarity.CrossDistancesOperator
 
CrossEntropy - Class in com.rapidminer.operator.performance
Calculates the cross-entropy for the predictions of a classifier.
CrossEntropy() - Constructor for class com.rapidminer.operator.performance.CrossEntropy
Clone constructor.
CrossEntropy(CrossEntropy) - Constructor for class com.rapidminer.operator.performance.CrossEntropy
 
CROSSHAIR_COLOR_B_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_COLOR_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_COLOR_G_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_COLOR_R_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_DOMAIN_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_DOMAIN_TOP_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_RANGE_AXIS_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_RANGE_AXIS_LABEL_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_RANGE_AXIS_TOP_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_STYLE_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_VALUE_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
CROSSHAIR_WIDTH_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
crossover(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationCrossover
Randomly selects parents from the population and performs crossover.
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
crossover(AttributeWeightedExampleSet, AttributeWeightedExampleSet) - Method in class com.rapidminer.operator.features.construction.UnbalancedCrossover
Applies the crossover.
crossover(double[], double[]) - Method in class com.rapidminer.operator.features.selection.SelectionCrossover
 
Crossover - Class in com.rapidminer.tools.math.optimization.ec.es
Crossover operator for the values of an evolution strategies optimization.
Crossover(double, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.Crossover
 
crossover(Individual, Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Crossover
 
CROSSOVER_ONE_POINT - Static variable in class com.rapidminer.operator.features.aggregation.AggregationCrossover
Indicates a one-point crossover type.
CROSSOVER_TYPES - Static variable in class com.rapidminer.operator.features.aggregation.AggregationCrossover
The names for the crossover types.
CROSSOVER_TYPES - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
CROSSOVER_TYPES - Static variable in class com.rapidminer.operator.features.selection.SelectionCrossover
 
CROSSOVER_UNIFORM - Static variable in class com.rapidminer.operator.features.aggregation.AggregationCrossover
Indicates a uniform crossover type.
CSVDataReader - Class in com.rapidminer.operator.io
A reader for CSV files.
CSVDataReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.CSVDataReader
 
CSVExampleSetWriter - Class in com.rapidminer.operator.io
This operator can be used to write data into CSV files (Comma Separated Values).
CSVExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.CSVExampleSetWriter
 
CSVExampleSource - Class in com.rapidminer.operator.io
Deprecated. 
CSVExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.CSVExampleSource
Deprecated.  
CSVExampleSource - Class in com.rapidminer.operator.nio
This operator can be used to load data from Microsoft Excel spreadsheets.
CSVExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.CSVExampleSource
 
CSVExampleSourceConfigurationWizardCreator - Class in com.rapidminer.operator.nio
Creates an ExcelImportWizard.
CSVExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.operator.nio.CSVExampleSourceConfigurationWizardCreator
 
CSVFileReader - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
A helper class for reading CSV files
CSVFileReader(File, boolean, LineParser, NumberFormat) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVFileReader
 
CSVFileSelectionWizardStep - Class in com.rapidminer.operator.nio
This step allows to select an file.
CSVFileSelectionWizardStep(AbstractWizard, CSVResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.CSVFileSelectionWizardStep
There must be a configuration given, but might be empty.
CSVImportWizard - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
A wizard to import CSV files into the repository.
CSVImportWizard(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard
 
CSVImportWizard(String, ConfigurationListener, File, boolean, RepositoryLocation, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard
 
CSVImportWizard - Class in com.rapidminer.operator.nio
This is the Wizard for Excel Import.
CSVImportWizard() - Constructor for class com.rapidminer.operator.nio.CSVImportWizard
 
CSVImportWizard(File, RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.CSVImportWizard
Using this constructor you can skip the file selection step if already known.
CSVImportWizard(CSVExampleSource, ConfigurationListener, RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.CSVImportWizard
 
CSVImportWizard.CSVDataReaderWizardCreator - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
Creates a CSVImportWizard.
CSVImportWizard.CSVDataReaderWizardCreator() - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard.CSVDataReaderWizardCreator
 
CSVParseException - Exception in com.rapidminer.tools
 
CSVParseException(String) - Constructor for exception com.rapidminer.tools.CSVParseException
 
CSVResultSet - Class in com.rapidminer.operator.nio.model
 
CSVResultSet(CSVResultSetConfiguration, Operator) - Constructor for class com.rapidminer.operator.nio.model.CSVResultSet
 
CSVResultSetConfiguration - Class in com.rapidminer.operator.nio.model
A class holding information about syntactical configuration for parsing CSV files
CSVResultSetConfiguration() - Constructor for class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
This will create a completely empty result set configuration
CSVResultSetConfiguration(CSVExampleSource) - Constructor for class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
This constructor reads all settings from the parameters of the given operator.
CSVSyntaxConfigurationWizardStep - Class in com.rapidminer.operator.nio
 
CSVSyntaxConfigurationWizardStep(CSVImportWizard, CSVResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.CSVSyntaxConfigurationWizardStep
 
CTokenMarker - Class in com.rapidminer.gui.tools.syntax
C token marker.
CTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.CTokenMarker
 
CTokenMarker(boolean, KeywordMap) - Constructor for class com.rapidminer.gui.tools.syntax.CTokenMarker
 
CURRENT_VERSION - Static variable in class com.rapidminer.io.process.XMLImporter
 
CURRENT_VERSION - Static variable in class com.rapidminer.operator.tools.ExampleSetToStream
Current version of the stream protocol.
currentDataTable - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the current DataTable
currentError - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
currentFile - Variable in class com.rapidminer.gui.look.fc.FileList
 
currentFile - Variable in class com.rapidminer.gui.OperatorDocumentationBrowser
 
currentIndex - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
currentIteration - Variable in class com.rapidminer.operator.learner.meta.AdaBoost
 
currentIteration - Variable in class com.rapidminer.operator.learner.meta.Bagging
 
currentIteration - Variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Field for visualizing performance.
currentValue - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
CustomDateAxis - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis
 
CustomDateAxis() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
CustomDateAxis(String) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
CustomDateAxis(String, TimeZone, Locale) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
CUSTOMER_ROLE - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
CustomLegendGraphic - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.legend
A LegendGraphic which correctly translates gradients, such that they begin at the correct position instead of the left screen edge.
CustomLegendGraphic(Shape, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendGraphic
 
CustomLegendItem - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.legend
A LegendItem which additionally contains a custom shape.
CustomLegendItem(AttributedString, String, String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(AttributedString, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(AttributedString, String, String, String, Shape, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(AttributedString, String, String, String, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(String, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(String, String, String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(String, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(String, String, String, String, Shape, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(String, String, String, String, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLegendItem(String) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
CustomLogarithmicAxis - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis
Wrapper class for LogarithmicAxis that overrides the resizing behaviour.
CustomLogarithmicAxis(String) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
CustomNumberAxis - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis
Wrapper class for NumberAxis that overrides the resizing behaviour.
CustomNumberAxis() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
CustomNumberAxis(String) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
CustomSymbolAxis - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis
Wrapper class for SymbolAxis that overrides the resizing behaviour.
CustomSymbolAxis(String, String[]) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
cut() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Deletes the selected text from the text area and places it into the clipboard.
CUT_ACTION - Static variable in class com.rapidminer.gui.operatortree.actions.CutCopyPasteAction
 
CUT_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
CUT_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
CUT_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
CUT_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a cut selection scheme.
CutCopyPasteAction - Class in com.rapidminer.gui.operatortree.actions
 
CutSelection - Class in com.rapidminer.operator.features.selection
Creates a new population by a deterministical selection of the best individuals.
CutSelection(int) - Constructor for class com.rapidminer.operator.features.selection.CutSelection
 
CutSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Creates a new population by a deterministical selection of the best individuals.
CutSelection(int) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.CutSelection
 

D

DARK_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DARK_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DARKEST_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DARKEST_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
DasyLabDataReader - Class in com.rapidminer.operator.io
This operator allows to import data from DasyLab files (.DDF) into RapidMiner.
DasyLabDataReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DasyLabDataReader
 
Data2Log - Class in com.rapidminer.operator.visualization
This operator can be used to log a specific value of a given example set into the provided log value "data_value" which can then be logged by the operator ProcessLogOperator.
Data2Log(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.Data2Log
 
Data2Performance - Class in com.rapidminer.operator.performance
This operator can be used to derive a specific value of a given example set and provide it as a performance value which can be used for optimization purposes.
Data2Performance(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.Data2Performance
 
DATA_SET_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
DatabaseAdvancedConnectionDialog - Class in com.rapidminer.gui.tools.dialogs
In this dialog, the user can edit the advanvced properties of the given JDBC driver.
DatabaseAdvancedConnectionDialog(String, DriverPropertyInfo[], Properties, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.DatabaseAdvancedConnectionDialog
Creates a new advanced connection properties dialog.
DatabaseConnectionDialog - Class in com.rapidminer.gui.tools.dialogs
In this dialog, the user can manage all Database connections, including creation, editing and deletion of connections.
DatabaseConnectionDialog(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
DatabaseConnectionService - Class in com.rapidminer.tools.jdbc.connection
The central service for registering DatabaseConnections.
DatabaseConnectionService() - Constructor for class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
DatabaseConnectionValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
 
DatabaseConnectionValueCellEditor(ParameterTypeDatabaseConnection) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
DatabaseDataReader - Class in com.rapidminer.operator.io
Reads an ExampleSet from an SQL Connection table.
DatabaseDataReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DatabaseDataReader
 
DatabaseDataRow - Class in com.rapidminer.example.table
Reads datarows from a data base.
DatabaseDataRow(ResultSet) - Constructor for class com.rapidminer.example.table.DatabaseDataRow
Creates a data row from the given result set.
DatabaseDataRowReader - Class in com.rapidminer.example.table
Unlike a FileDataRowReader that reads examples from a file, objects of this class read examples from a ResultSet, a data structure that is returned from a database query.
DatabaseDataRowReader(ResultSet) - Constructor for class com.rapidminer.example.table.DatabaseDataRowReader
Creates a datarow reader from a ResultSet.
DatabaseExampleSetUpdater - Class in com.rapidminer.operator.io
This operator updates an ExampleSet in an SQL database.
DatabaseExampleSetUpdater(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DatabaseExampleSetUpdater
 
DatabaseExampleSetWriter - Class in com.rapidminer.operator.io
This operator writes an ExampleSet into an SQL database.
DatabaseExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
DatabaseExampleTable - Class in com.rapidminer.example.table
This class is another data supplier for example sets.
DatabaseExampleVisualization - Class in com.rapidminer.gui
Queries the database table for the row with the requested ID and creates a generic example visualizer.
DatabaseExampleVisualization(String, String, String, int, String, String, LoggingHandler) - Constructor for class com.rapidminer.gui.DatabaseExampleVisualization
 
DatabaseExampleVisualizationOperator - Class in com.rapidminer.operator.visualization
Queries the database table for the row with the requested ID and creates a generic example visualizer.
DatabaseExampleVisualizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
DatabaseHandler - Class in com.rapidminer.tools.jdbc
This class hides the database.
DatabaseImportWizard - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
A wizard to import a database table into the repository.
DatabaseImportWizard(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DatabaseImportWizard
 
DatabaseService - Class in com.rapidminer.tools.jdbc
This service class dynamically registers (additional) JDBC drivers.
DatabaseService() - Constructor for class com.rapidminer.tools.jdbc.DatabaseService
 
DatabaseTableValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Displays a combo box with table names.
DatabaseTableValueCellEditor(ParameterTypeDatabaseSchema) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
DatabaseTableValueCellEditor(ParameterTypeDatabaseTable) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
DataControl - Class in com.rapidminer.gui.attributeeditor
Can be used to control the data ranges displayed by other components.
DataControl(int, int, String, String) - Constructor for class com.rapidminer.gui.attributeeditor.DataControl
Creates a new data control object including the fraction digits field.
DataControl(int, int, String, String, boolean) - Constructor for class com.rapidminer.gui.attributeeditor.DataControl
Creates a new data control object.
DataControlListener - Interface in com.rapidminer.gui.attributeeditor
Can be used to listen for changes of the view area induced by a data control object.
DataEditor - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
 
DataEditor() - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor
 
DataEditor(boolean) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor
 
DataEditor(boolean, boolean) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor
 
DataEntry - Interface in com.rapidminer.repository
Anything that is not a folder.
DataEvaluator - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
 
DataEvaluator(NumberFormat) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
DataImportDialog - Class in com.rapidminer.gui.tools.dialogs
 
DataImportDialog(Dialog, String, Object[]) - Constructor for class com.rapidminer.gui.tools.dialogs.DataImportDialog
 
DataImportWizard - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
 
DataImportWizard(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataImportWizard
 
DataMacroDefinitionOperator - Class in com.rapidminer.operator
(Re-)Define macros for the current process.
DataMacroDefinitionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.DataMacroDefinitionOperator
 
DataResultSet - Interface in com.rapidminer.operator.nio.model
This interface represents a ResultSet like view on a data source.
DataResultSet.ValueType - Enum in com.rapidminer.operator.nio.model
 
DataResultSetFactory - Interface in com.rapidminer.operator.nio.model
This is the interface for the factories of DataResultSets.
DataResultSetTranslationConfiguration - Class in com.rapidminer.operator.nio.model
This class holds information how a DataResultSet is translated into an ExampleSet.
DataResultSetTranslationConfiguration(AbstractDataResultSetReader) - Constructor for class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
This constructor can be used to generate an empty configuration just depending on the given resultSet
DataResultSetTranslator - Class in com.rapidminer.operator.nio.model
This class encapsulates the translation step from a DataResultSetTranslator to an ExampleSet which is controlled by the DataResultSetTranslationConfiguration.
DataResultSetTranslator(Operator) - Constructor for class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
DataRow - Class in com.rapidminer.example.table
This interface defines methods for all entries of ExampleTable implementations.
DataRow() - Constructor for class com.rapidminer.example.table.DataRow
 
DataRowFactory - Class in com.rapidminer.example.table
Factory class for DataRow objects.
DataRowFactory(int) - Constructor for class com.rapidminer.example.table.DataRowFactory
Deprecated. Please do not use this constructor any longer. Use the constructor DataRowFactory.DataRowFactory(int, char) instead.
DataRowFactory(int, char) - Constructor for class com.rapidminer.example.table.DataRowFactory
 
DataRowReader - Interface in com.rapidminer.example.table
Reads a sequence of DataRows, e.g. from memory, a file or a database.
DataSequence - Class in com.rapidminer.operator.learner.associations.gsp
Additionally to the Sequence methods, this one stores information for fast access on items within time constraints.
DataSequence(int) - Constructor for class com.rapidminer.operator.learner.associations.gsp.DataSequence
 
DataStatistics - Class in com.rapidminer.operator.visualization
This class encapsulates some very simple statistics about the given attributes.
DataStatistics() - Constructor for class com.rapidminer.operator.visualization.DataStatistics
 
DataStatisticsOperator - Class in com.rapidminer.operator.visualization
This operators calculates some very simple statistics about the given example set.
DataStatisticsOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.DataStatisticsOperator
Creates a new data statistics operator.
DataStructureUtils - Class in com.rapidminer.gui.new_plotter.utility
Static only class with some useful helper functions to modify different kinds of data structures.
DataStructureUtils() - Constructor for class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
DataStructureUtils.PairComparator<U,T extends java.lang.Comparable<T>> - Class in com.rapidminer.gui.new_plotter.utility
A comparator which compares Pairs based on the second part of the pair.
DataStructureUtils.PairComparator(boolean) - Constructor for class com.rapidminer.gui.new_plotter.utility.DataStructureUtils.PairComparator
 
DataTable - Interface in com.rapidminer.datatable
A data table that contains Object arrays that record process results, data, etc.
dataTable - Variable in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
The currently used data table object.
dataTable - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
dataTable - Variable in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
dataTable - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The currently used data table.
dataTable - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
DATATABLE_COLUMN_COLLECTION_FLAVOR - Static variable in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollection
 
DataTableColumn - Class in com.rapidminer.gui.new_plotter.configuration
This class describes a column of a DataTable characterized by a name, a column index and a DataTableColumn.ValueType.
DataTableColumn(String, DataTableColumn.ValueType) - Constructor for class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
DataTableColumn(DataTable, int) - Constructor for class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
DataTableColumn.ValueType - Enum in com.rapidminer.gui.new_plotter.configuration
 
DataTableColumnCollection - Class in com.rapidminer.gui.new_plotter.gui.dnd
 
DataTableColumnCollection(List<DataTableColumn>) - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollection
 
DataTableColumnCollectionTransferable - Class in com.rapidminer.gui.new_plotter.gui.dnd
A container to transfer multiple DataTableColumns via DragAndDrop.
DataTableColumnCollectionTransferable(DataTableColumnCollection) - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollectionTransferable
 
DataTableColumnDropTextFieldTransferHandler - Class in com.rapidminer.gui.new_plotter.gui.dnd
TransferHandler for TextFields that allow dropping DataTableColumns on them.
DataTableColumnDropTextFieldTransferHandler(JTree, ValueSource.SeriesUsageType, AttributeDropTextField) - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
DataTableColumnEditTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) a DataTable by means of a JTable while presenting additional columns to enter arbitrary values.
DataTableColumnEditTable(DataTable, List<String>, List<Pair<TableCellRenderer, TableCellEditor>>, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableColumnEditTable
 
DataTableColumnEditTableModel - Class in com.rapidminer.gui.viewer
The model for the DataTableViewerTable.
DataTableColumnEditTableModel(DataTable, List<String>) - Constructor for class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
DataTableColumnIndex - Class in com.rapidminer.gui.new_plotter.data
This class stores the column index of a DataTableColumn.
DataTableColumnIndex(DataTableColumn, DataTable) - Constructor for class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
DataTableColumnListCellRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
A cell renderer for datatable column lists.
DataTableColumnListCellRenderer() - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.DataTableColumnListCellRenderer
 
DataTableColumnListTransferHandler - Class in com.rapidminer.gui.new_plotter.gui.dnd
TransferHandler for exporting DataTableColumns from Lists.
DataTableColumnListTransferHandler() - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
DataTableExampleSetAdapter - Class in com.rapidminer.datatable
This class can be used to use an example set as data table.
DataTableExampleSetAdapter(ExampleSet, AttributeWeights) - Constructor for class com.rapidminer.datatable.DataTableExampleSetAdapter
 
DataTableExampleSetAdapter(ExampleSet, AttributeWeights, boolean) - Constructor for class com.rapidminer.datatable.DataTableExampleSetAdapter
 
DataTableExampleSetAdapter(DataTableExampleSetAdapter) - Constructor for class com.rapidminer.datatable.DataTableExampleSetAdapter
 
dataTableExists(String) - Method in class com.rapidminer.Process
Returns true if a data table object with the given name exists.
DataTableFilterCondition - Interface in com.rapidminer.datatable
This is the interface of conditions for FilteredDataTables.
DataTableKernelModelAdapter - Class in com.rapidminer.datatable
This class can be used to use a kernel model as data table.
DataTableKernelModelAdapter(KernelModel) - Constructor for class com.rapidminer.datatable.DataTableKernelModelAdapter
 
DataTableKernelModelAdapter(DataTableKernelModelAdapter) - Constructor for class com.rapidminer.datatable.DataTableKernelModelAdapter
 
DataTableListener - Interface in com.rapidminer.datatable
Listens to updates of a DataTable object.
DataTableMappingProvider - Interface in com.rapidminer.datatable
Provides a value mapping for DataTables.
DataTableNaturalSortProvider - Class in com.rapidminer.datatable
A sort provider which sorts the rows based on the values of one column.
DataTableNaturalSortProvider(int, boolean) - Constructor for class com.rapidminer.datatable.DataTableNaturalSortProvider
 
DataTablePairwiseMatrixExtractionAdapter - Class in com.rapidminer.datatable
This class can be used to use all pairs (entries) of a numerical matrix as data table.
DataTablePairwiseMatrixExtractionAdapter(NumericalMatrix, String[], String[], String[], boolean) - Constructor for class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
DataTablePairwiseMatrixExtractionAdapter(NumericalMatrix, String[], String[], String[]) - Constructor for class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
Creates all pairs of one triangle of the given symetrical matrix.
DataTableRow - Interface in com.rapidminer.datatable
A data list that contains Object arrays that record process results or other data.
dataTableSet() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
dataTableSet() - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
dataTableSet() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
dataTableSet() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
dataTableSet() - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
dataTableSet() - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
dataTableSet() - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
DataTableSortProvider - Interface in com.rapidminer.datatable
 
DataTableSymmetricalMatrixAdapter - Class in com.rapidminer.datatable
This class can be used to use a symmetrical matrix as data table.
DataTableSymmetricalMatrixAdapter(NumericalMatrix, String, String[]) - Constructor for class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
dataTableUpdated(DataTable) - Method in interface com.rapidminer.datatable.DataTableListener
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.DataTableView
Resets the selected indices and then contains all rows.
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.FilteredDataTable
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.GnuPlotDataTableHandler
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.NominalSortingDataTableMapping
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.SortedDataTableView
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Invokes Component.repaint().
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTable
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
dataTableUpdated(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableViewerTable
 
DataTableView - Class in com.rapidminer.datatable
This class is a view on a DataTable which hides all examples not listed in an index list.
DataTableView(DataTable) - Constructor for class com.rapidminer.datatable.DataTableView
 
DataTableViewer - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataTableViewer(DataTable) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, boolean, int) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, LinkedHashMap<String, Class<? extends Plotter>>) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewer(DataTable, LinkedHashMap<String, Class<? extends Plotter>>, boolean, int, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewer
 
DataTableViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) a DataTable by means of a JTable.
DataTableViewerTable(boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewerTable
 
DataTableViewerTable(DataTable, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.viewer.DataTableViewerTable
 
DataTableViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the DataTableViewerTable.
DataTableViewerTableModel(DataTable) - Constructor for class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
DataTransformation - Class in com.rapidminer.gui.new_plotter.utility
This is a utility class which can transform ExampleSets for various needs.
DataTransformation() - Constructor for class com.rapidminer.gui.new_plotter.utility.DataTransformation
 
DataTypeSyntaxInformation - Class in com.rapidminer.tools.jdbc
Type information as reported by database meta data DatabaseMetaData.getTypeInfo().
DataTypeSyntaxInformation(ResultSet) - Constructor for class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
dataUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
 
dataUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Handles the template specific handling when the data changes.
dataUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
 
dataUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
 
dataUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
 
DataValueCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the specified datum (attribute value of a specific example) fulfills the specified condition.
DataValueCondition() - Constructor for class com.rapidminer.operator.meta.branch.DataValueCondition
Constructor used by reflection.
DataViewer - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataViewer(ExampleSet, boolean) - Constructor for class com.rapidminer.gui.viewer.DataViewer
 
DataViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the data by means of a JTable.
DataViewerTable() - Constructor for class com.rapidminer.gui.viewer.DataViewerTable
 
DataViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the MetaDataViewerTable.
DataViewerTableModel(ExampleSet) - Constructor for class com.rapidminer.gui.viewer.DataViewerTableModel
 
DATE - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
DATE - Static variable in class com.rapidminer.tools.Ontology
 
Date2Nominal - Class in com.rapidminer.operator.preprocessing.filter
This operator transforms the specified date attribute and writes a new nominal attribute in a user specified format.
Date2Nominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
Date2Numerical - Class in com.rapidminer.operator.preprocessing.filter
This operator changes a date attribute into a numerical one.
Date2Numerical(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
Date2String - Class in com.rapidminer.tools.math.function.expressions.date
Changes a Calendar object to a String.
Date2String() - Constructor for class com.rapidminer.tools.math.function.expressions.date.Date2String
 
Date2StringCustom - Class in com.rapidminer.tools.math.function.expressions.date
Changes a Calendar object to a String using a custom pattern and a given locale.
Date2StringCustom() - Constructor for class com.rapidminer.tools.math.function.expressions.date.Date2StringCustom
 
Date2StringWithLocale - Class in com.rapidminer.tools.math.function.expressions.date
Changes a Calendar object to a String using a given locale.
Date2StringWithLocale() - Constructor for class com.rapidminer.tools.math.function.expressions.date.Date2StringWithLocale
 
DATE_FORMAT - Static variable in class com.rapidminer.gui.tools.ExtendedJTable
 
DATE_FORMAT_FULL - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_FORMAT_LONG - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_FORMAT_MEDIUM - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_FORMAT_SHORT - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_SHOW_DATE_AND_TIME - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_SHOW_DATE_ONLY - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_SHOW_TIME_ONLY - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_TIME - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
DATE_TIME - Static variable in class com.rapidminer.tools.Ontology
 
DATE_TIME_FORMAT - Static variable in class com.rapidminer.gui.tools.ExtendedJTable
 
DATE_UNIT_DAY - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_HOUR - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_MILLISECOND - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_MINUTE - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_MONTH - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_SECOND - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_WEEK - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DATE_UNIT_YEAR - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
DateAdd - Class in com.rapidminer.tools.math.function.expressions.date
Allows to add a custom amount of time to a given Calendar.
DateAdd() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateAdd
 
DateAdjust - Class in com.rapidminer.operator.preprocessing.filter
This operator allows to adjust a date attribute by adding a constant value in arbitrary units as days, hours or seconds to the attributes value.
DateAdjust(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
DateAfter - Class in com.rapidminer.tools.math.function.expressions.date
Determines if the first Calendar is strictly later than the second Calendar.
DateAfter() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateAfter
 
DateAttribute - Class in com.rapidminer.example.table
This class holds all information on a single date attribute.
DateAttribute(String) - Constructor for class com.rapidminer.example.table.DateAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
DateAttribute(String, int) - Constructor for class com.rapidminer.example.table.DateAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
DateAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class implements the condition if an attribute is numeric.
DateAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.DateAttributeFilter
 
DateBefore - Class in com.rapidminer.tools.math.function.expressions.date
Determines if the first Calendar is strictly earlier than the second Calendar.
DateBefore() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateBefore
 
DateCreate - Class in com.rapidminer.tools.math.function.expressions.date
Adds the current date as a Calendar.
DateCreate() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateCreate
 
DateDiff - Class in com.rapidminer.tools.math.function.expressions.date
Determines the elapsed time between the first Date and the second Date.
DateDiff() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateDiff
 
DateFormatValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Value cell editor for date formats.
DateFormatValueCellEditor(ParameterTypeDateFormat) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
DateGet - Class in com.rapidminer.tools.math.function.expressions.date
Gets a specified portion of a given Calendar, e.g. the month.
DateGet() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateGet
 
DateParse - Class in com.rapidminer.tools.math.function.expressions.date
Parses a Calendar object from either a long value or a string using the default locale.
DateParse() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateParse
 
DateParseCustom - Class in com.rapidminer.tools.math.function.expressions.date
Parses a Calendar object from a custom string.
DateParseCustom() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateParseCustom
 
DateParser - Class in com.rapidminer.tools
A parser class for dates to be utilized inside date handling operators.
DateParser(String) - Constructor for class com.rapidminer.tools.DateParser
 
DateParseWithLocale - Class in com.rapidminer.tools.math.function.expressions.date
Parses a Calendar object from either a long value or a string using the given locale.
DateParseWithLocale() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateParseWithLocale
 
DateSet - Class in com.rapidminer.tools.math.function.expressions.date
Allows to set a custom value for a portion of a given Calendar, e.g. set the month to 4 or the day to 23.
DateSet() - Constructor for class com.rapidminer.tools.math.function.expressions.date.DateSet
 
DAY - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
DAY_MS - Static variable in class com.rapidminer.tools.TimeFormat
 
DAY_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
DAY_RELATIVE_TO_MONTH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
DAY_RELATIVE_TO_WEEK - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
DAY_RELATIVE_TO_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
DBaseExampleSource - Class in com.rapidminer.operator.io
This operator can read dbase files.
DBaseExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.DBaseExampleSource
 
DBConnectionConverterFolder - Class in com.rapidminer.repository.db
Represents all tables in a single ConnectionEntry converted to IOObjects using a particular DBConnectionToIOObjectConverter.
DBConnectionConverterFolder(DBRepository, DBConnectionFolder, ConnectionEntry, DBConnectionToIOObjectConverter, Map<TableName, List<ColumnIdentifier>>) - Constructor for class com.rapidminer.repository.db.DBConnectionConverterFolder
 
DBConnectionEntry - Class in com.rapidminer.repository.db
Entry representing an Database Connection.
DBConnectionEntry(DBConnectionConverterFolder, DBConnectionToIOObjectConverter, TableName, List<ColumnIdentifier>) - Constructor for class com.rapidminer.repository.db.DBConnectionEntry
 
DBConnectionFolder - Class in com.rapidminer.repository.db
Represents all tables in a single ConnectionEntry.
DBConnectionFolder(DBRepository, FieldConnectionEntry) - Constructor for class com.rapidminer.repository.db.DBConnectionFolder
 
DBConnectionToIOObjectConverter - Interface in com.rapidminer.repository.db
Converts a reference to a table in a database to an IOObject, e.g. an example set.
DBOutlierOperator - Class in com.rapidminer.operator.preprocessing.outlier
This operator is a DB outlier detection algorithm which calculates the DB(p,D)-outliers for an ExampleSet passed to the operator.
DBOutlierOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
 
DBRepository - Class in com.rapidminer.repository.db
A repository to make database tables in defined connections accessible directly as IOObjects.
DBRepository() - Constructor for class com.rapidminer.repository.db.DBRepository
 
DBScan - Class in com.rapidminer.operator.clustering.clusterer
This operator provides the DBScan cluster algorithm.
DBScan(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.DBScan
 
debug(String) - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
debug(Object) - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
debug(Double) - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
debug(Integer) - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
debugEvent(int, PlotConfigurationChangeEvent) - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
DebugMode - Enum in com.rapidminer.operator
Indicates whether we are collecting real meta data when executing the process.
DecisionRememberingConfirmDialog - Class in com.rapidminer.gui.tools.dialogs
A dialog that asks the user a question which can be answered with yes or no and remembers its decision.
DecisionStumpLearner - Class in com.rapidminer.operator.learner.tree
This operator learns decision stumps, i.e. a small decision tree with only one single split.
DecisionStumpLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
DecisionTreeLeafCreator - Class in com.rapidminer.operator.learner.tree
This class can be used to transform an inner tree node into a leaf.
DecisionTreeLeafCreator() - Constructor for class com.rapidminer.operator.learner.tree.DecisionTreeLeafCreator
 
DecisionTreeLearner - Class in com.rapidminer.operator.learner.tree
This operator learns decision trees from both nominal and numerical data.
DecisionTreeLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
DeclareMissingValueOperator - Class in com.rapidminer.operator.preprocessing.filter
Allows the declaration of a missing value (nominal or numeric) on a selected subset.
DeclareMissingValueOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
 
DECODE - Static variable in class com.rapidminer.io.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class com.rapidminer.io.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class com.rapidminer.io.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.rapidminer.io.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.rapidminer.io.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class com.rapidminer.io.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class com.rapidminer.io.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class com.rapidminer.io.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.rapidminer.io.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class com.rapidminer.io.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DECREASE_PROCESS_LAYOUT_HEIGHT_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
DECREASE_PROCESS_LAYOUT_WIDTH_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
DECREASING - Static variable in class com.rapidminer.example.AttributeWeights
Indicates that the weights should be sorted in descending order.
DECREASING - Static variable in class com.rapidminer.example.set.SortedExampleSet
 
DECREASING - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
decrypt(String) - Static method in class com.rapidminer.tools.cipher.CipherTools
 
decrypt(String, Key) - Static method in class com.rapidminer.tools.cipher.CipherTools
 
DEFAULT_AXES_FONT - Static variable in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
DEFAULT_AXIS_LABEL - Static variable in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
DEFAULT_BANDWIDTH - Static variable in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
DEFAULT_BATCH_SIZE - Static variable in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
DEFAULT_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
DEFAULT_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
DEFAULT_COMMENT_CHARACTER_STRING - Static variable in class com.rapidminer.tools.LineParser
 
DEFAULT_DATE_FORMAT - Static variable in class com.rapidminer.tools.DateParser
 
DEFAULT_DATE_FORMAT_STRING - Static variable in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
DEFAULT_DATE_TIME_FORMAT - Static variable in class com.rapidminer.tools.DateParser
 
DEFAULT_DECIMAL_CHARACTER - Static variable in class com.rapidminer.tools.StrictDecimalFormat
 
DEFAULT_GROUPING_CHARACTER - Static variable in class com.rapidminer.tools.StrictDecimalFormat
 
DEFAULT_IGNORE_MISSINGS - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.ExampleIterator
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.FeatureIterator
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.ValueIteration
 
DEFAULT_ITERATION_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
DEFAULT_LABEL_FORMAT_STRING - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator
The default format string.
DEFAULT_LEGEND_BACKGROUND_COLOR - Static variable in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
DEFAULT_LEGEND_FONT - Static variable in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
DEFAULT_LEGEND_FONT_COLOR - Static variable in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
DEFAULT_LEGEND_FRAME_COLOR - Static variable in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
DEFAULT_LEVEL_INDEX - Static variable in class com.rapidminer.gui.tools.LoggingViewer
 
DEFAULT_MAX_DISPLAYED_VALUES - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
DEFAULT_MAX_NUMBER_OF_DATA_POINTS - Static variable in class com.rapidminer.gui.plotter.PlotterPanel
 
DEFAULT_MAX_NUMBER_OF_ROWS_FOR_STATISTICS - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
DEFAULT_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.example.table.NumericalAttribute
Indicates the default number of fraction digits which is defined by the system property rapidminer.gui.fractiondigits.numbers.
DEFAULT_OUTLINE_COLOR - Static variable in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
DEFAULT_QUOTE_CHARACTER - Static variable in class com.rapidminer.tools.LineParser
 
DEFAULT_QUOTE_ESCAPE_CHARACTER - Static variable in class com.rapidminer.tools.LineParser
 
DEFAULT_SCALE - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
DEFAULT_SERIES_OUTLINE_PAINT - Static variable in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
DEFAULT_SIZE - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
DEFAULT_SPLIT_EXPRESSION - Static variable in class com.rapidminer.tools.LineParser
 
DEFAULT_STEPS - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
DEFAULT_TITLE_COLOR - Static variable in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
DEFAULT_USE_USER_DEFINED_DATE_FORMAT - Static variable in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
DEFAULT_USER_DEFINED_LOWER_BOUND - Static variable in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
DEFAULT_USER_DEFINED_UPPER_BOUND - Static variable in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
DefaultAggregationFunctionMetaDataProvider - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class offers an implementation of AggregationFunctionMetaDataProvider interface and can be parameterized to work for several AggregationFunctions on instanciation.
DefaultAggregationFunctionMetaDataProvider(String, String, String, String, int[]) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.DefaultAggregationFunctionMetaDataProvider
 
DefaultAggregationFunctionMetaDataProvider(String, String, String, String, int[], int) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.DefaultAggregationFunctionMetaDataProvider
 
DefaultComponentRenderable - Class in com.rapidminer.gui.renderer
The default component renderer.
DefaultComponentRenderable(Component) - Constructor for class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
DefaultComponentRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should simply use a Java component.
DefaultComponentRenderer(String, Component) - Constructor for class com.rapidminer.gui.renderer.DefaultComponentRenderer
 
DefaultConfigurationPanel - Class in com.rapidminer.tools.config.gui
The default implementation of the ConfigurationPanel.
DefaultConfigurationPanel(List<ParameterType>) - Constructor for class com.rapidminer.tools.config.gui.DefaultConfigurationPanel
 
DefaultDimensionConfig - Class in com.rapidminer.gui.new_plotter.configuration
A source for numerical values.
DefaultDimensionConfig(PlotConfiguration, DataTableColumn, DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
DefaultFrameIconProvider - Class in com.rapidminer.gui.tools
The default frame icon provider.
DefaultFrameIconProvider(String) - Constructor for class com.rapidminer.gui.tools.DefaultFrameIconProvider
 
DefaultInputHandler - Class in com.rapidminer.gui.tools.syntax
The default input handler.
DefaultInputHandler() - Constructor for class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Creates a new input handler with no key bindings defined.
DefaultIODescription - Class in com.rapidminer.operator
This class is a description of the (expected) input and (guaranteed) output classes of operators.
DefaultIODescription(Class[], Class[], int) - Constructor for class com.rapidminer.operator.DefaultIODescription
Constructs a new IODescription where all input and output classes are expected exactly once.
DefaultIODescription(Class[], Class[]) - Constructor for class com.rapidminer.operator.DefaultIODescription
Assumes PASS_UNUSED_INPUT_TO_OUTPUT.
defaultLaunchWithArguments(String[], LaunchListener.RemoteControlHandler) - Static method in class com.rapidminer.tools.LaunchListener
Sends the arguments to the other client, if up.
DefaultLearner - Class in com.rapidminer.operator.learner.lazy
This learner creates a model, that will simply predict a default value for all examples, i.e. the average or median of the true labels (or the mode in case of classification) or a fixed specified value.
DefaultLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.lazy.DefaultLearner
 
defaultLocale - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
defaultLocale - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
DefaultMailSessionFactory - Class in com.rapidminer.tools
Makes a session based on RapidMiner properties.
DefaultMailSessionFactory() - Constructor for class com.rapidminer.tools.DefaultMailSessionFactory
 
DefaultModel - Class in com.rapidminer.operator.learner.lazy
The default model sets the prediction of all examples to the mode value in case of nominal labels and to the average value in case of numerical labels.
DefaultModel(ExampleSet, double) - Constructor for class com.rapidminer.operator.learner.lazy.DefaultModel
Can be used to create a default model for regression tasks.
DefaultModel(ExampleSet, double, double[]) - Constructor for class com.rapidminer.operator.learner.lazy.DefaultModel
Can be used to create a default model for classification tasks (confidence values should not be null in this case).
DefaultObjectViewer - Class in com.rapidminer.gui.graphs
The graph object viewer for nodes in a similarity graph.
DefaultObjectViewer(Object) - Constructor for class com.rapidminer.gui.graphs.DefaultObjectViewer
 
DefaultPlotterStyleProvider - Class in com.rapidminer.gui.new_plotter.templates.style
The default PlotterStyleProvider.
DefaultPlotterStyleProvider() - Constructor for class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Creates a new DefaultPlotterStyleProvider.
DefaultPlotterStyleProviderGUI - Class in com.rapidminer.gui.new_plotter.templates.style
This class provides a GUI for the DefaultPlotterStyleProvider.
DefaultPlotterStyleProviderGUI(DefaultPlotterStyleProvider) - Constructor for class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProviderGUI
Creates a new JPanel to edit the DefaultPlotterStyleProvider settings.
DefaultPreview - Class in com.rapidminer.operator.nio.model
Data container and table model for previews.
DefaultPreview(DataResultSet, ProgressListener) - Constructor for class com.rapidminer.operator.nio.model.DefaultPreview
 
DefaultPropertyKeyRenderer - Class in com.rapidminer.gui.properties.celleditors.key
Renders the key in a PropertyTable either bold or plain depending on whether or not the parameter is optional.
DefaultPropertyKeyRenderer(ParameterType) - Constructor for class com.rapidminer.gui.properties.celleditors.key.DefaultPropertyKeyRenderer
 
DefaultPropertyTable - Class in com.rapidminer.gui.properties
This abstract class implements some methods which should be sufficient in almost all cases of the RapidMiner GUI.
DefaultPropertyTable() - Constructor for class com.rapidminer.gui.properties.DefaultPropertyTable
 
DefaultPropertyValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Editor for parameter values string, int, double, category, and boolean.
DefaultPropertyValueCellEditor(ParameterTypeCategory) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeStringCategory) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeBoolean) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeInt) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeDouble) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypePassword) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterTypeChar) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultPropertyValueCellEditor(ParameterType) - Constructor for class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
DefaultReadable - Class in com.rapidminer.gui.renderer
A simple default readable just build from a given text.
DefaultReadable(String) - Constructor for class com.rapidminer.gui.renderer.DefaultReadable
 
DefaultReadable(String, boolean) - Constructor for class com.rapidminer.gui.renderer.DefaultReadable
 
DefaultTextRenderer - Class in com.rapidminer.gui.renderer
This is the abstract renderer superclass for all renderers which should be a simple text based on the toString method of a given renderable.
DefaultTextRenderer() - Constructor for class com.rapidminer.gui.renderer.DefaultTextRenderer
 
defaultThumbBorder - Static variable in class com.rapidminer.gui.look.fc.Item
 
definesUpperLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
Returns the result of definesUpperLowerBound() on the first subrange, or false if the list is empty.
definesUpperLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
definesUpperLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
definesUpperLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
definesUpperLowerBound() - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
Implementations of ValueRange which define an upper and a lower bound should return true in this function.
definesUpperLowerBounds() - Method in class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
definesUpperLowerBounds() - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
definesUpperLowerBounds() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
definesUpperLowerBounds() - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
Returns true iff this ValueGrouping guarantees that each ValueRange in each possible resulting grouping model defines upper and lower bounds.
degree - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
Polynomial order
delay() - Method in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
DELAY_FIXED - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
DELAY_MODES - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
DELAY_NONE - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
DELAY_RANDOM - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
DelayOperator - Class in com.rapidminer.operator.tools
Delays the process execution (in non-parallel processing).
DelayOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.tools.DelayOperator
 
DelayOperator.DelayProvider - Class in com.rapidminer.operator.tools
 
delegate - Variable in class com.rapidminer.example.DelegateAttributes
Deprecated.  
DelegateAttributes - Class in com.rapidminer.example
Deprecated. Please extend AbstractAttributes instead since using this class might lead to stack overflow errors in cases where a large amount of iterations is performed
DelegateAttributes(Attributes) - Constructor for class com.rapidminer.example.DelegateAttributes
Deprecated.  
DelegatingObserver<T1,T2> - Class in com.rapidminer.tools
An observer that fires another observable on any update.
DelegatingObserver(AbstractObservable<T2>, T2) - Constructor for class com.rapidminer.tools.DelegatingObserver
 
DelegationKeyCellEditor - Class in com.rapidminer.gui.properties.celleditors.key
This is the key renderer for the ParameterTypeList to enable special parameter types as attributes.
DelegationKeyCellEditor(ParameterTypeList) - Constructor for class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
DelegationKeyCellEditor(ParameterTypeEnumeration) - Constructor for class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
DelegationModel - Interface in com.rapidminer.operator.learner.meta
 
DelegationModelRenderer - Class in com.rapidminer.gui.renderer.models
 
DelegationModelRenderer() - Constructor for class com.rapidminer.gui.renderer.models.DelegationModelRenderer
 
delete() - Method in class com.rapidminer.gui.actions.Actions
The currently selected operator will be deleted.
delete() - Method in class com.rapidminer.gui.Perspective
 
delete() - Method in class com.rapidminer.gui.templates.BuildingBlockDialog
 
delete() - Method in class com.rapidminer.gui.templates.Template
 
DELETE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
delete() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
delete() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
delete() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
delete() - Method in class com.rapidminer.repository.db.DBRepository
 
delete() - Method in interface com.rapidminer.repository.Entry
Deletes the entry and its contents from the repository.
delete() - Method in class com.rapidminer.repository.local.LocalRepository
 
delete() - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
delete() - Method in class com.rapidminer.repository.local.SimpleEntry
 
delete() - Method in class com.rapidminer.repository.local.SimpleFolder
 
delete() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
delete() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
delete() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
delete() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
delete() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
delete(File) - Static method in class com.rapidminer.tools.Tools
Deletes the file.
DELETE_ACTION - Variable in class com.rapidminer.gui.templates.TemplatesDialog
 
DELETE_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
DELETE_ACTION - Variable in class com.rapidminer.repository.gui.RepositoryTree
 
DELETE_ALL - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_ALL_BUT - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_ALL_BUT_NUMBER - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_ONE - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
DELETE_OPERATOR_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
DELETE_TEXT_ACTION - Static variable in class com.rapidminer.gui.look.TextActions
 
DELETE_UNUSED_INPUT - Static variable in class com.rapidminer.operator.DefaultIODescription
 
DELETE_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
DeleteAction - Class in com.rapidminer.repository.gui.actions
This action deletes the selected entry.
DeleteAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.DeleteAction
 
DeleteAfterAutoWireRule - Class in com.rapidminer.io.process.rules
 
DeleteAfterAutoWireRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.DeleteAfterAutoWireRule
 
deleteAnnotationFromXML(Element, String) - Static method in class com.rapidminer.operator.Annotations
Updates the XML representation removing this annotation.
deleteAttributeMetaDataParamters() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
deleteBasis(int) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Delete a basis function from the model.
deleteBookmark(Bookmark) - Method in class com.rapidminer.gui.look.fc.BookmarkIO
 
deleteBookmark(Bookmark) - Method in class com.rapidminer.gui.look.fc.FileList
 
deleteConnectionEntry(ConnectionEntry) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
deleteDataTable(String) - Method in class com.rapidminer.Process
Deletes a single data table.
deleteEmpty(double[][]) - Static method in class com.rapidminer.tools.math.ContingencyTableTools
This method deletes all zero rows and columns.
deleteLines(int, int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Informs the token marker that line have been deleted from the document.
DeleteOperatorAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
DeleteOperatorAction(Actions) - Constructor for class com.rapidminer.gui.operatortree.actions.DeleteOperatorAction
 
deleteTagContents(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
This method removes all child elements with the given name of the given element.
DeleteUnnecessaryOperatorChainRule - Class in com.rapidminer.io.process.rules
This parse rule replaces any unnecessary operator chain rule.
DeleteUnnecessaryOperatorChainRule() - Constructor for class com.rapidminer.io.process.rules.DeleteUnnecessaryOperatorChainRule
 
deliver(ParameterSet) - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
deliver(IOObject) - Method in class com.rapidminer.operator.ports.impl.OutputPortImpl
 
deliver(IOObject) - Method in interface com.rapidminer.operator.ports.OutputPort
Delivers an object to the connected InputPort or ignores it if the output port is not connected.
deliver(List<? extends IOObject>) - Method in class com.rapidminer.operator.ports.OutputPortExtender
 
deliver(List<? extends IOObject>) - Method in class com.rapidminer.operator.ports.PortPairExtender
This method is a convenient method for delivering several IOObjects.
deliverInput(List<IOObject>) - Method in class com.rapidminer.operator.ProcessRootOperator
 
deliverInputMD(List<MetaData>) - Method in class com.rapidminer.operator.ProcessRootOperator
 
deliverMD(MetaData) - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
deliverMD(MetaData) - Method in interface com.rapidminer.operator.ports.OutputPort
Does the same as #deliver(Object) except that only meta data is delivered.
deliverMetaData(List<MetaData>) - Method in class com.rapidminer.operator.ports.OutputPortExtender
 
deliverToAll(IOObject, boolean) - Method in class com.rapidminer.operator.ports.OutputPortExtender
 
DELTA - Static variable in class com.rapidminer.test_utils.RapidAssert
 
DendogramHierarchicalClusterModel - Class in com.rapidminer.operator.clustering
This class only indicates that this model is providing information for plotting a dendogram.
DendogramHierarchicalClusterModel(ClusterModel) - Constructor for class com.rapidminer.operator.clustering.DendogramHierarchicalClusterModel
 
DendogramHierarchicalClusterModel(HierarchicalClusterNode) - Constructor for class com.rapidminer.operator.clustering.DendogramHierarchicalClusterModel
 
DendrogramPlotter - Class in com.rapidminer.gui.viewer
Plots a dendrogram of a given cluster model.
DendrogramPlotter(HierarchicalClusterModel) - Constructor for class com.rapidminer.gui.viewer.DendrogramPlotter
 
DenormalizationModel - Class in com.rapidminer.operator.preprocessing.normalization
This Model can invert each possible linear transformation given by a normalization model.
DenormalizationModel(ExampleSet, Map<String, DenormalizationOperator.LinearTransformation>, AbstractNormalizationModel) - Constructor for class com.rapidminer.operator.preprocessing.normalization.DenormalizationModel
 
DenormalizationOperator - Class in com.rapidminer.operator.preprocessing.normalization
This operator will transform a given Normalization Model into a model that will effectively revert the normalization.
DenormalizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.normalization.DenormalizationOperator
 
DenormalizationOperator.LinearTransformation - Class in com.rapidminer.operator.preprocessing.normalization
This saves the coefficients of a linear transformation a*x + b of attributes.
DenormalizationOperator.LinearTransformation(double, double) - Constructor for class com.rapidminer.operator.preprocessing.normalization.DenormalizationOperator.LinearTransformation
 
DENSITY_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
DensityPlotter - Class in com.rapidminer.gui.plotter
The density plotter does not only plot the single plot points but also tries to calculate a color for all pixels in between.
DensityPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.DensityPlotter
 
DensityPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.DensityPlotter
 
Deobfuscator - Class in com.rapidminer.operator.preprocessing
This operator takes an ExampleSet as input and maps all nominal values to randomly created strings.
Deobfuscator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.Deobfuscator
 
Dependency - Class in com.rapidminer.tools.plugin
A plugin dependency defines the name and version of a desired plugin.
Dependency(String, String) - Constructor for class com.rapidminer.tools.plugin.Dependency
Create a new plugin dependency.
dependencyMet() - Method in class com.rapidminer.parameter.conditions.ParameterCondition
This returns true if the condition is met and if the ancestor type isn't hidden.
DEPRECATION_INFO - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
deriveVariablesFromExampleSet(JEP, ExampleSet) - Static method in class com.rapidminer.tools.math.function.ExpressionParser
Make the exampleSet's attributes available to the parser as variables.
descend - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
descend - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
DESCENDING - Static variable in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
The descriptions of the criteria.
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.RankCorrelation
 
DESCRIPTIONS - Static variable in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
The descriptions of the criteria.
deselectAll() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Sets the weights of all attributes to 0.0.
deselectSubset(int) - Method in class com.rapidminer.example.set.Partition
Marks the given subset as deselected.
deserialize(InputStream) - Method in interface com.rapidminer.operator.tools.BodySerializer
 
deserialize(InputStream) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
Deserializes an object serialized by IOObjectSerializer.serialize(OutputStream, Object, SerializationType).
deserialize(InputStream) - Method in class com.rapidminer.operator.tools.StreamedExampleSetBodySerializer
 
deserializeFromBuffer(byte[]) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
Deserializes the object from a byte buffer created by IOObjectSerializer.serializeToBuffer(Object).
deserializeHeader(InputStream) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
 
DesktopIconUI - Class in com.rapidminer.gui.look.ui
The UI for desktop icons.
DesktopIconUI() - Constructor for class com.rapidminer.gui.look.ui.DesktopIconUI
 
DESTINATION - Static variable in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
DESTINATION_TYPE_FILE - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
DESTINATION_TYPE_REPOSITORY - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
DESTINATION_TYPES - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
DetachedDockViewAsTab - Class in com.rapidminer.gui.docking
Detached dock view, that also shows a tab in the floating dialog.
DetachedDockViewAsTab(Dockable) - Constructor for class com.rapidminer.gui.docking.DetachedDockViewAsTab
 
DeterminateProgressBarPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the determinated progress bars.
determineMax(double, Kernel, ExampleSet, int, int) - Static method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
DEVIATION_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
DeviationChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the deviation chart plotter.
DeviationChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
DeviationChartPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
DiceNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the Dice similarity for nominal attributes.
DiceNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.DiceNominalSimilarity
 
DiceNumericalSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
A variant of the Dice coefficient defined for numeric attributes.
DiceNumericalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity
 
Dictionary - Class in com.rapidminer.operator.preprocessing.filter
Replaces strings by interpreting the second example set as a dictionary.
Dictionary(ExampleSet, Set<Attribute>, List<String[]>, boolean, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.filter.Dictionary
 
DictionaryQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
DictionaryQuickFix(String, Collection<String>, String, String) - Constructor for class com.rapidminer.operator.ports.quickfix.DictionaryQuickFix
 
DictionaryQuickFix(String, Collection<String>, String) - Constructor for class com.rapidminer.operator.ports.quickfix.DictionaryQuickFix
 
DIFFERENCE - Static variable in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
dim - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
dimension of the examples
dim - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Dimension of the basis vector (= dimension of input vectors)
DimensionalityReducer - Class in com.rapidminer.operator.features.transformation
Deprecated. 
DimensionalityReducer(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.DimensionalityReducer
Deprecated.  
DimensionalityReducerModel - Class in com.rapidminer.operator.features.transformation
Deprecated. 
DimensionalityReducerModel(ExampleSet, double[][], int) - Constructor for class com.rapidminer.operator.features.transformation.DimensionalityReducerModel
Deprecated.  
dimensionalityReduction(ExampleSet, int) - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducer
Deprecated. Perform the actual dimensionality reduction.
dimensionalityReduction(ExampleSet, int) - Method in class com.rapidminer.operator.features.transformation.JamaDimensionalityReduction
Deprecated.  
DimensionConfig - Interface in com.rapidminer.gui.new_plotter.configuration
Defines where a dimension gets its values from.
DimensionConfig.PlotDimension - Enum in com.rapidminer.gui.new_plotter.configuration
 
dimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
dimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
dimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
dimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
dimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.data.DomainConfigManagerData
 
dimensionConfigChanged(DimensionConfigChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.DimensionConfigListener
 
DimensionConfigChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, DimensionConfigChangeEvent.DimensionConfigChangeType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
Allowed DimensionConfigChangeEvent.DimensionConfigChangeTypes are ABOUT_TO_CHANGE_GROUPING or RESET or COLOR_SCHEME
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, ValueGroupingChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, ValueRangeChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, DataTableColumn) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, Boolean, DimensionConfigChangeEvent.DimensionConfigChangeType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, String) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, ColorProvider) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, SizeProvider) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, ShapeProvider) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DimensionConfig.PlotDimension, DomainConfigManager.Sorting) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DomainConfigManager, DimensionConfig.PlotDimension, AxisParallelLinesConfigurationChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent(DimensionConfig, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
DimensionConfigChangeEvent.DimensionConfigChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
DimensionConfigData - Class in com.rapidminer.gui.new_plotter.data
 
DimensionConfigData(PlotInstance, DefaultDimensionConfig) - Constructor for class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
DimensionConfigListener - Interface in com.rapidminer.gui.new_plotter.listener
 
DimensionConfigPanel - Class in com.rapidminer.gui.new_plotter.gui
 
DimensionConfigPanel(DimensionConfig.PlotDimension, JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.DimensionConfigPanel
 
DimensionConfigTreeNode - Class in com.rapidminer.gui.new_plotter.gui.treenodes
 
DimensionConfigTreeNode(DimensionConfig.PlotDimension, Object) - Constructor for class com.rapidminer.gui.new_plotter.gui.treenodes.DimensionConfigTreeNode
 
dimensions - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
DirectedGeneratingMutation - Class in com.rapidminer.operator.features.construction
The mutation operator for directed GGAs.
DirectedGeneratingMutation(Attribute[], double, List, int, int, String[], RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.DirectedGeneratingMutation
 
DirectedGGA - Class in com.rapidminer.operator.features.construction
DirectedGGA is an acronym for a Generating Genetic Algorithm which uses probability directed search heuristics to select attributes for generation or removing.
DirectedGGA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.DirectedGGA
 
DIRECTION_DECREASE - Static variable in class com.rapidminer.gui.graphs.SortableEdge
 
DIRECTION_INCREASE - Static variable in class com.rapidminer.gui.graphs.SortableEdge
 
DIRECTIONS - Static variable in class com.rapidminer.operator.performance.MDLCriterion
The possible optimization directions.
DirectMailingExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
DirectMailingExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
 
disable() - Method in class com.rapidminer.operator.OperatorDescription
 
disableAllComponents() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
disabledTextColor - Variable in class com.rapidminer.gui.look.ui.RadioButtonUI
 
DISALLOWED - Static variable in class com.rapidminer.gui.ConditionalAction
 
disconnect(Node, Node) - Static method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
disconnect() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
disconnect() - Method in interface com.rapidminer.operator.ports.OutputPort
Disconnects the OutputPort from its InputPort.
disconnect() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Closes the connection to the database.
disconnectAll() - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
disconnectAll() - Method in class com.rapidminer.operator.ports.impl.OutputPortsImpl
 
disconnectAll() - Method in interface com.rapidminer.operator.ports.Ports
Disconnects all ports.
disconnectAllBut(List<Operator>) - Method in class com.rapidminer.operator.ports.impl.InputPortsImpl
 
disconnectAllBut(List<Operator>) - Method in class com.rapidminer.operator.ports.impl.OutputPortsImpl
 
disconnectAllBut(List<Operator>) - Method in interface com.rapidminer.operator.ports.Ports
Disconnects all ports with exception to those connections to operators in the given list.
disconnectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
Overrides super method and also adds weights handling.
disconnectInput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
disconnectOutput(Node, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
disconnectPorts() - Method in class com.rapidminer.operator.Operator
This method will disconnect all ports from as well the input ports as well as the outputports.
DisconnectQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
DisconnectQuickFix(OutputPort, InputPort) - Constructor for class com.rapidminer.operator.ports.quickfix.DisconnectQuickFix
 
DISCOVERY_MODE_ABOVE_MINIMUM_UTILITY - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
DISCOVERY_MODE_K_BEST_RULES - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
DISCOVERY_MODES - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
DiscreteDistribution - Class in com.rapidminer.tools.math.distribution
The distribution for a discrete variable.
DiscreteDistribution(String, double[], String[]) - Constructor for class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
DiscretizationModel - Class in com.rapidminer.operator.preprocessing.discretization
The generic discretization model.
DiscretizationModel(ExampleSet) - Constructor for class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
DiscretizationModel(ExampleSet, boolean) - Constructor for class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
DiscriminantModel - Class in com.rapidminer.operator.learner.bayes
This is the model for discriminant analysis based learning schemes.
DiscriminantModel(ExampleSet, String[], Matrix[], Matrix[], double[], double) - Constructor for class com.rapidminer.operator.learner.bayes.DiscriminantModel
 
displayedOperator - Static variable in class com.rapidminer.gui.OperatorDocumentationBrowser
 
displayPopupMenu(int, int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
The idea is to modify the zooming options depending on the type of chart being displayed by the panel.
dispose() - Method in class com.rapidminer.gui.tools.SplashScreen
 
DistanceFunction - Interface in com.rapidminer.tools.math.som
This interface defines the methods of an distance measure class.
DistanceMatrix - Class in com.rapidminer.operator.clustering.clusterer
This class implements an symmetrical matrix for distances, thus saving half the memory by saving only the upper right triangle
DistanceMatrix(int) - Constructor for class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
DistanceMeasure - Class in com.rapidminer.tools.math.similarity
This interfaces defines the methods for all similarity measures.
DistanceMeasure() - Constructor for class com.rapidminer.tools.math.similarity.DistanceMeasure
 
DistanceMeasureHelper - Class in com.rapidminer.tools.math.similarity
This helper class installs and uninstalls additional ports at operators that operate on distance measures.
DistanceMeasureHelper(Operator) - Constructor for class com.rapidminer.tools.math.similarity.DistanceMeasureHelper
 
DistanceMeasurePrecondition - Class in com.rapidminer.operator.ports.metadata
This precondition must be added to the exampleset input port, if a distance measure might be chosen by the user.
DistanceMeasurePrecondition(InputPort, ParameterHandler) - Constructor for class com.rapidminer.operator.ports.metadata.DistanceMeasurePrecondition
 
DistanceMeasures - Class in com.rapidminer.tools.math.similarity
This is a convenient class for using the distanceMeasures.
DistanceMeasures() - Constructor for class com.rapidminer.tools.math.similarity.DistanceMeasures
 
DistanceNeighborhood - Class in com.rapidminer.operator.learner.local
 
DistanceNeighborhood() - Constructor for class com.rapidminer.operator.learner.local.DistanceNeighborhood
 
DistinctValueGrouping - Class in com.rapidminer.gui.new_plotter.configuration
Creates one group for each distinct value in the data.
DistinctValueGrouping(DataTableColumn, boolean, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
DistinctValueGrouping(DistinctValueGrouping) - Constructor for class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
Copy ctor.
DistinctValueGroupingCardPanel - Class in com.rapidminer.gui.new_plotter.gui.groupingpanel
A configuration panel for DistinctValueGroupings.
DistinctValueGroupingCardPanel(PlotInstance, DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.gui.groupingpanel.DistinctValueGroupingCardPanel
 
Distribution - Interface in com.rapidminer.tools.math.distribution
The basic interface for all distributions of variables.
DISTRIBUTION_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
DistributionModel - Class in com.rapidminer.operator.learner.bayes
DistributionModel is a model for learners which estimate distributions of attribute values from example sets like NaiveBayes.
DistributionModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.bayes.DistributionModel
 
DistributionModelPlotRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the plot view of a distribution model.
DistributionModelPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
DistributionModelSampleDataTest - Class in com.rapidminer.test
Test for the data of a DistributionModel.
DistributionModelSampleDataTest(String, double[]) - Constructor for class com.rapidminer.test.DistributionModelSampleDataTest
 
DistributionModelTableRenderer - Class in com.rapidminer.gui.renderer.models
A Renderer for a DistributionModel.
DistributionModelTableRenderer() - Constructor for class com.rapidminer.gui.renderer.models.DistributionModelTableRenderer
 
DistributionPlotter - Class in com.rapidminer.gui.plotter.charts
This plotter can be used in order to plot a distribution model like the one which can be delivered by NaiveBayes.
DistributionPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
DistributionPlotter(PlotterConfigurationModel, DistributionModel) - Constructor for class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
DistributionPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
DIVERGENCES_TYPE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
DIVIDER_COEFFICIENTS_0 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVIDER_COEFFICIENTS_1 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVIDER_COEFFICIENTS_3 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVISOR_COEFFICIENTS_0 - Static variable in class com.rapidminer.tools.math.MathFunctions
coefficients for polynomials used in normalInverse() to estimate normal distribution;
DIVISOR_COEFFICIENTS_1 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DIVISOR_COEFFICIENTS_3 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
DKNOutlierOperator - Class in com.rapidminer.operator.preprocessing.outlier
This operator performs a D^k_n Outlier Search according to the outlier detection approach recommended by Ramaswamy, Rastogi and Shim in "Efficient Algorithms for Mining Outliers from Large Data Sets".
DKNOutlierOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
 
DO_BREAK_LINES - Static variable in class com.rapidminer.io.Base64
Do break lines when encoding.
doAfterAutoWire(Runnable) - Method in class com.rapidminer.io.process.XMLImporter
 
doAfterEnteringAction() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
doAfterEnteringAction() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
doAfterTreeConstruction(Runnable) - Method in class com.rapidminer.io.process.XMLImporter
 
DOCK_GROUP_RESULTS - Static variable in class com.rapidminer.gui.MainFrame
 
DOCK_GROUP_ROOT - Static variable in class com.rapidminer.gui.MainFrame
 
DockableMenu - Class in com.rapidminer.gui
 
DockableMenu(DockingContext) - Constructor for class com.rapidminer.gui.DockableMenu
 
DockableResultDisplay - Class in com.rapidminer.gui.processeditor.results
ResultDisplay that adds each result to an individual Dockable.
DockableResultDisplay() - Constructor for class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
DOCKKEY_PREFIX - Static variable in class com.rapidminer.gui.processeditor.ProcessLogTab
 
DOCKKEY_PREFIX - Static variable in class com.rapidminer.gui.processeditor.results.ResultTab
 
doCopy() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Copies the current chart to the system clipboard.
document - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
document - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
DOCUMENT_END - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
DOCUMENT_HOME - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
DOCUMENTATION_ROOT - Static variable in class com.rapidminer.gui.OperatorDocumentationBrowser
Location of the documentation file relative to the users directory.
DocumentationGenerator - Class in com.rapidminer.doc
This is the main class of documentation generation for RapidMiner operators.
DocumentationGenerator(OperatorDocGenerator) - Constructor for class com.rapidminer.doc.DocumentationGenerator
 
documentChanged(DocumentEvent) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
documentHandler - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
doDefaults() - Method in class com.rapidminer.gui.look.fc.FileList
 
doEditChartProperties() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Displays a dialog that allows the user to edit the properties for the current chart.
doesAggregationFunctionSupportValueType(AggregationFunction, DataTableColumn.ValueType) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
doesSupportFlavor(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
doesSupportFlavor(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
doFilterChanged() - Method in class com.rapidminer.gui.look.fc.FileList
 
doLayout() - Method in class com.rapidminer.gui.processeditor.results.ResultOverview
 
doLayout() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
domainAxisLinesListener - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the domain axis crosshair change listener
DomainConfigManager - Class in com.rapidminer.gui.new_plotter.configuration
A class which manages the domain groupings of all ValueSources in a PlotConfiguration.
DomainConfigManager(PlotConfiguration, DataTableColumn) - Constructor for class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
DomainConfigManager.GroupingState - Enum in com.rapidminer.gui.new_plotter.configuration
 
DomainConfigManager.Sorting - Enum in com.rapidminer.gui.new_plotter.configuration
 
DomainConfigManagerData - Class in com.rapidminer.gui.new_plotter.data
 
DomainConfigManagerData(PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.data.DomainConfigManagerData
 
domainDimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
DONT_CARE - Static variable in class com.rapidminer.gui.ConditionalAction
 
DONT_GUNZIP - Static variable in class com.rapidminer.io.Base64
Specify that gzipped data should not be automatically gunzipped.
doSaveAs() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Opens a file chooser and gives the user an opportunity to save the chart in PNG format.
Dot - Class in com.rapidminer.operator.generator
Helper class containing all information about a dot.
dot(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
DotKernel - Class in com.rapidminer.tools.math.kernels
Returns the simple inner product of both examples.
DotKernel() - Constructor for class com.rapidminer.tools.math.kernels.DotKernel
 
DoubleArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a double array.
DoubleArrayDataRow(double[]) - Constructor for class com.rapidminer.example.table.DoubleArrayDataRow
Creates a new data row backed by an primitive array.
DoubleSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
DoubleSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.DoubleSparseArrayDataRow
Creates an empty sparse array data row with size 0.
DoubleSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.DoubleSparseArrayDataRow
Creates a sparse array data row of the given size.
down() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
down() - Method in interface com.rapidminer.gui.tools.SelectionNavigationListener
 
doWork() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
 
doWork() - Method in class com.rapidminer.operator.associations.AssociationRulesApplier
 
doWork() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
 
doWork() - Method in class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
doWork() - Method in class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
doWork() - Method in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
doWork() - Method in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
doWork() - Method in class com.rapidminer.operator.clustering.ClusterToPrediction
 
doWork() - Method in class com.rapidminer.operator.clustering.ExtractClusterPrototypes
 
doWork() - Method in class com.rapidminer.operator.clustering.FlattenClusterModel
 
doWork() - Method in class com.rapidminer.operator.collections.CollectionIterationOperator
 
doWork() - Method in class com.rapidminer.operator.collections.CollectionOperator
 
doWork() - Method in class com.rapidminer.operator.collections.SelectionOperator
 
doWork() - Method in class com.rapidminer.operator.collections.UnfoldOperator
 
doWork() - Method in class com.rapidminer.operator.CommandLineOperator
 
doWork() - Method in class com.rapidminer.operator.DataMacroDefinitionOperator
 
doWork() - Method in class com.rapidminer.operator.DummyOperator
 
doWork() - Method in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
doWork() - Method in class com.rapidminer.operator.features.AttributeWeightsApplier
 
doWork() - Method in class com.rapidminer.operator.features.construction.AGA
 
doWork() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Applies the feature operator: collects the pre- and postevaluation operators create an initial population evaluate the initial population loop as long as solution is not good enough apply all pre evaluation operators evaluate the population update the population's best individual apply all post evaluation operators return all generation's best individual
doWork() - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
doWork() - Method in class com.rapidminer.operator.features.FeatureOperator
Applies the feature operator: collects the pre- and postevaluation operators create an initial population evaluate the initial population loop as long as solution is not good enough apply all pre evaluation operators evaluate the population update the population's best individual apply all post evaluation operators return all generation's best individual
doWork() - Method in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
doWork() - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
doWork() - Method in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
doWork() - Method in class com.rapidminer.operator.features.selection.ForwardSelectionOperator
Deprecated.  
doWork() - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducer
Deprecated.  
doWork() - Method in class com.rapidminer.operator.features.transformation.FastICA
 
doWork() - Method in class com.rapidminer.operator.features.transformation.GHA
 
doWork() - Method in class com.rapidminer.operator.features.transformation.KernelPCA
 
doWork(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.PCA
Helper method for anonymous operators.
doWork() - Method in class com.rapidminer.operator.features.transformation.PCA
 
doWork() - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
 
doWork(ExampleSet) - Method in class com.rapidminer.operator.features.transformation.SVDReduction
Helper method for anonymous operators.
doWork() - Method in class com.rapidminer.operator.features.transformation.SVDReduction
 
doWork(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
Helper method for anonymous instances of this class.
doWork() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
doWork() - Method in class com.rapidminer.operator.features.weighting.AttributeWeights2ExampleSet
 
doWork(Model, ExampleSet) - Method in class com.rapidminer.operator.features.weighting.ComponentWeights
Helper method for anonymous instantiations of this class.
doWork() - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
doWork() - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
doWork() - Method in class com.rapidminer.operator.features.weighting.ForestBasedWeighting
 
doWork() - Method in class com.rapidminer.operator.features.weighting.InteractiveAttributeWeighting
 
doWork() - Method in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
doWork() - Method in class com.rapidminer.operator.features.weighting.PSOWeighting
 
doWork() - Method in class com.rapidminer.operator.FileEchoOperator
 
doWork() - Method in class com.rapidminer.operator.io.AbstractReader
 
doWork() - Method in class com.rapidminer.operator.io.AbstractWriter
 
doWork() - Method in class com.rapidminer.operator.io.AttributeConstructionsLoader
Loads the attribute set from a file and constructs desired features.
doWork() - Method in class com.rapidminer.operator.io.GNUPlotOperator
 
doWork() - Method in class com.rapidminer.operator.io.IOContainerReader
 
doWork() - Method in class com.rapidminer.operator.io.IOContainerWriter
 
doWork() - Method in class com.rapidminer.operator.io.IOObjectWriter
Writes the attribute set to a file.
doWork() - Method in class com.rapidminer.operator.io.ResultWriter
Use the ResultService to write the results of all input ResultObjects into the result file.
doWork() - Method in class com.rapidminer.operator.IOConsumeOperator
 
doWork() - Method in class com.rapidminer.operator.IOMerger
 
doWork() - Method in class com.rapidminer.operator.IOMultiplier
 
doWork() - Method in class com.rapidminer.operator.IOMultiplyOperator
 
doWork() - Method in class com.rapidminer.operator.IORetrievalOperator
 
doWork() - Method in class com.rapidminer.operator.IOSelectOperator
 
doWork() - Method in class com.rapidminer.operator.IOStorageOperator
 
doWork(ExampleSet) - Method in class com.rapidminer.operator.learner.AbstractLearner
Helper method in case this operator is constructed anonymously.
doWork() - Method in class com.rapidminer.operator.learner.AbstractLearner
Trains a model using an ExampleSet from the input.
doWork() - Method in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
doWork() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
doWork() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSetAttributeCreator
 
doWork() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSetsToData
 
doWork() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSetUnificator
 
doWork() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
doWork() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
Trains a model using an ExampleSet from the input.
doWork() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
 
doWork() - Method in class com.rapidminer.operator.learner.meta.BayBoostStream
Overwrite to also return the performance (run-) vector
doWork() - Method in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
doWork() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
doWork() - Method in class com.rapidminer.operator.MacroConstructionOperator
 
doWork() - Method in class com.rapidminer.operator.MacroDefinitionOperator
 
doWork() - Method in class com.rapidminer.operator.macros.UnsetMacroOperator
 
doWork() - Method in class com.rapidminer.operator.MemoryCleanUp
 
doWork() - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
doWork() - Method in class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
doWork() - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
doWork() - Method in class com.rapidminer.operator.meta.AbstractSplitChain
 
doWork() - Method in class com.rapidminer.operator.meta.AverageBuilder
 
doWork() - Method in class com.rapidminer.operator.meta.BatchProcessing
 
doWork() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
doWork() - Method in class com.rapidminer.operator.meta.ClusterIterator
 
doWork() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
doWork() - Method in class com.rapidminer.operator.meta.ExampleIterator
Gets the input data and macro name and iterates over the example set while updating the current iteration in the given macro.
doWork() - Method in class com.rapidminer.operator.meta.ExampleSetIterator
 
doWork() - Method in class com.rapidminer.operator.meta.ExceptionHandling
 
doWork() - Method in class com.rapidminer.operator.meta.FeatureIterator
 
doWork() - Method in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
doWork() - Method in class com.rapidminer.operator.meta.FileIterator
 
doWork() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
doWork() - Method in class com.rapidminer.operator.meta.IteratingOperatorChain
 
doWork() - Method in class com.rapidminer.operator.meta.LearningCurveOperator
 
doWork() - Method in class com.rapidminer.operator.meta.MultipleLabelIterator
 
doWork() - Method in class com.rapidminer.operator.meta.OperatorEnabler
 
doWork() - Method in class com.rapidminer.operator.meta.OperatorSelector
 
doWork() - Method in class com.rapidminer.operator.meta.ParameterCloner
 
doWork() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
doWork() - Method in class com.rapidminer.operator.meta.ParameterSetter
 
doWork() - Method in class com.rapidminer.operator.meta.PartialExampleSetLearner
 
doWork() - Method in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
doWork() - Method in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
 
doWork() - Method in class com.rapidminer.operator.meta.RandomOptimizationChain
 
doWork() - Method in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
doWork() - Method in class com.rapidminer.operator.meta.RepositoryIterator
 
doWork() - Method in class com.rapidminer.operator.meta.ValueIteration
 
doWork() - Method in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
doWork() - Method in class com.rapidminer.operator.meta.XVPrediction
 
doWork() - Method in class com.rapidminer.operator.meta.ZippedFileIterator
 
doWork() - Method in class com.rapidminer.operator.ModelApplier
Applies the operator and labels the ExampleSet.
doWork() - Method in class com.rapidminer.operator.ModelGrouper
 
doWork() - Method in class com.rapidminer.operator.ModelUngrouper
 
doWork() - Method in class com.rapidminer.operator.ModelUpdater
Applies the operator and labels the ExampleSet.
doWork() - Method in class com.rapidminer.operator.nio.file.LoadFileOperator
 
doWork() - Method in class com.rapidminer.operator.nio.file.WriteFileOperator
 
doWork() - Method in class com.rapidminer.operator.Operator
Performs the actual work of the operator and must be implemented by subclasses.
doWork() - Method in class com.rapidminer.operator.OperatorChain
 
doWork() - Method in class com.rapidminer.operator.performance.AbstractExampleSetEvaluator
 
doWork(ExampleSet) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Helper method if this operator is constructed anonymously.
doWork() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
 
doWork() - Method in class com.rapidminer.operator.performance.cost.CostEvaluator
 
doWork() - Method in class com.rapidminer.operator.performance.cost.RankingEvaluator
 
doWork() - Method in class com.rapidminer.operator.performance.MinMaxWrapper
 
doWork() - Method in class com.rapidminer.operator.performance.SupportVectorCounter
 
doWork() - Method in class com.rapidminer.operator.performance.WeightedPerformanceCreator
 
doWork() - Method in class com.rapidminer.operator.postprocessing.PlattScaling
 
doWork() - Method in class com.rapidminer.operator.postprocessing.RecallChooser
 
doWork() - Method in class com.rapidminer.operator.postprocessing.ThresholdApplier
 
doWork() - Method in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
doWork() - Method in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
 
doWork() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
 
doWork() - Method in class com.rapidminer.operator.preprocessing.GroupByOperator
 
doWork() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
doWork() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
doWork() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
doWork() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetUnion
 
doWork() - Method in class com.rapidminer.operator.preprocessing.normalization.DenormalizationOperator
 
doWork(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Helper wrapper for {@link #exampleSetInput that can be called by other operators to apply this operator when it is created anonymously.
doWork() - Method in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
doWork() - Method in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
doWork() - Method in class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
doWork(ExampleSet, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
doWork() - Method in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
doWork() - Method in class com.rapidminer.operator.repository.AbstractRepositoryManagerOperator
 
doWork() - Method in class com.rapidminer.operator.repository.RepositoryEntryCopyOperator
 
doWork() - Method in class com.rapidminer.operator.repository.RepositoryEntryDeleteOperator
 
doWork() - Method in class com.rapidminer.operator.repository.RepositoryEntryMoveOperator
 
doWork() - Method in class com.rapidminer.operator.repository.RepositoryEntryRenameOperator
 
doWork() - Method in class com.rapidminer.operator.ScriptingOperator
 
doWork() - Method in class com.rapidminer.operator.similarity.CrossDistancesOperator
 
doWork() - Method in class com.rapidminer.operator.similarity.ExampleSet2Similarity
 
doWork() - Method in class com.rapidminer.operator.similarity.ExampleSet2SimilarityExampleSet
 
doWork() - Method in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
doWork() - Method in class com.rapidminer.operator.SimpleOperatorChain
 
doWork() - Method in class com.rapidminer.operator.SingleMacroDefinitionOperator
 
doWork() - Method in class com.rapidminer.operator.SQLExecution
 
doWork() - Method in class com.rapidminer.operator.tools.ConsolePrintOperator
 
doWork() - Method in class com.rapidminer.operator.tools.DelayOperator
 
doWork() - Method in class com.rapidminer.operator.tools.SendMailOperator
 
doWork() - Method in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
doWork() - Method in class com.rapidminer.operator.validation.clustering.ClusterDensityEvaluator
 
doWork() - Method in class com.rapidminer.operator.validation.clustering.ClusterNumberEvaluator
 
doWork() - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionEvaluator
 
doWork() - Method in class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
doWork() - Method in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
doWork() - Method in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
Writes the attribute set to a file.
doWork() - Method in class com.rapidminer.operator.validation.ValidationChain
 
doWork() - Method in class com.rapidminer.operator.validation.WrapperXValidation
 
doWork() - Method in class com.rapidminer.operator.visualization.ClearProcessLog
 
doWork() - Method in class com.rapidminer.operator.visualization.Data2Log
 
doWork() - Method in class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.DataStatisticsOperator
Creates and delivers the simple statistics object.
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.AbstractPairwiseMatrixOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrixOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.CovarianceMatrixOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.RainflowMatrixOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionMatrixOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.FormulaExtractor
 
doWork() - Method in class com.rapidminer.operator.visualization.LiftChartGenerator
 
doWork() - Method in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
doWork() - Method in class com.rapidminer.operator.visualization.Macro2Log
 
doWork() - Method in class com.rapidminer.operator.visualization.ProcessLog2ExampleSet
 
doWork() - Method in class com.rapidminer.operator.visualization.ProcessLogOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
 
doWork() - Method in class com.rapidminer.operator.visualization.ROCChartGenerator
 
doWork() - Method in class com.rapidminer.operator.visualization.SOMModelVisualization
 
doWorkForSingleIterationStep(String, String, String, FileObject) - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
doWorkForSingleIterationStep(String, String, String, IOObject) - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
doWorkModel(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
dragEnded() - Method in class com.rapidminer.gui.new_plotter.gui.AttributeDropTextField
 
dragEnded() - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer
 
dragEnded() - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
dragEnded() - Method in interface com.rapidminer.gui.new_plotter.listener.DragListener
 
DragListener - Interface in com.rapidminer.gui.new_plotter.listener
 
DragSelectionThread - Class in com.rapidminer.gui.look.fc
A thread for dragging.
DragSelectionThread(ItemPanel, FileList) - Constructor for class com.rapidminer.gui.look.fc.DragSelectionThread
 
dragStarted(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.AttributeDropTextField
 
dragStarted(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer
 
dragStarted(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
dragStarted(Transferable) - Method in interface com.rapidminer.gui.new_plotter.listener.DragListener
 
draw(Graphics2D, Rectangle2D) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer
 
draw(Graphics2D, Rectangle2D, Object) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer
Disclaimer: this is a "works for me" implementation, and probably only works as long as the items are arranged horizontally in exactly one line, since it brutally enforces the items to be aligned vertically centered.
draw(Graphics2D, Rectangle2D) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendGraphic
 
drawArrow(Graphics) - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
drawButton(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawButtonBorder(Component, Graphics, String) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawCheckBoxIcon(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawComboBox(Component, Graphics, boolean) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawComboBoxBorder(Component, Graphics, boolean, boolean) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawGenericNominalLegend(Graphics, String[], PlotterAdapter.PointStyle[], Color[], int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
drawGradient(Graphics, int, int, int, int, Color, Color) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawGrid(Graphics2D, double, double, double, double) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
drawGridBandsHorizontal(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis
Draws the grid bands for the axis when it is at the top or bottom of the plot.
drawGridBandsVertical(Graphics2D, Rectangle2D, Rectangle2D, boolean, List) - Method in class com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis
Draws the grid bands for the axis when it is at the top or bottom of the plot.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer
This function is taken directly from JFreeChart with adjustments to draw differently colored items.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedShapeItemRenderer
Draws the block representing the specified item.
drawLegend - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
drawLegend(Graphics, DataTable, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawLegend(Graphics, DataTable, int, int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawMain(Graphics2D) - Method in class com.rapidminer.gui.tools.SplashScreen
 
drawMenuBackground(Component, Graphics, int, int, int, int) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawMenuBarBackground(Component, Graphics, int, int, int, int) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawMenuItemBackground(Graphics, JMenuItem) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawMenuItemFading(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawMenuSeparator(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawNumericalLegend(Graphics, int, String, String, String, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawPoint(Graphics2D, double, double, Color, Color) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This helper method can be used to draw a point in the given graphics object.
drawPoint(Graphics2D, PlotterAdapter.PointStyle, double, double, Color, Color) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This helper method can be used to draw a point in the given graphics object.
drawPoint(Graphics2D, PlotterPoint, ColorProvider, int, int, double) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
Draw a data point.
drawPoints(Graphics2D, double, double, double, double) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
drawPoints(Graphics2D) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
drawPoints(Graphics2D, double, double, double, double) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
drawProgressBar(Component, Graphics, boolean, boolean, int, int, int, int) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawRadioButton(Component, Graphics) - Static method in class com.rapidminer.gui.look.painters.CashedPainter
 
drawRoundRectBorder(Graphics, int, int, String, boolean) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawSimpleDateLegend(Graphics, int, int, DataTable, int, double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
drawSimpleNumericalLegend(Graphics, int, int, String, String, String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This method can be used to draw a legend on the given graphics context.
drawToolbarButton(Graphics, JComponent) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
drawToolTip(Graphics2D, ToolTip) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
drawToolTip(Graphics2D) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
drawWeightRectangle(Graphics2D, DataTable, int, double, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
DrillerOscillationFunction - Class in com.rapidminer.operator.generator
Generator for an artificial audio data set (based on real-world data from drilling processes).
DrillerOscillationFunction() - Constructor for class com.rapidminer.operator.generator.DrillerOscillationFunction
 
DriverAdapter - Class in com.rapidminer.tools.jdbc
This adaptor is needed for dynamical loading of JDBC drivers.
DriverAdapter(Driver) - Constructor for class com.rapidminer.tools.jdbc.DriverAdapter
 
DriverInfo - Class in com.rapidminer.tools.jdbc
Some basic information about a JDBC driver.
DriverInfo(Driver, JDBCProperties) - Constructor for class com.rapidminer.tools.jdbc.DriverInfo
 
DropDownButton - Class in com.rapidminer.gui.tools.components
 
DropDownButton(Action) - Constructor for class com.rapidminer.gui.tools.components.DropDownButton
 
DropDownButton.DropDownArrowButton - Class in com.rapidminer.gui.tools.components
 
DropDownButton.DropDownArrowButton() - Constructor for class com.rapidminer.gui.tools.components.DropDownButton.DropDownArrowButton
 
dropEnds() - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
dropEnds() - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
dropNow(List<Operator>, Point) - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
dropNow(List<Operator>, Point) - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
Drops the operator at the given location.
dropTable(TableName) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Drops the table with the given name
dropTable(String) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Deprecated. 
DTWDistance - Class in com.rapidminer.tools.math.similarity.numerical
A distance measure based on "Dynamic Time Warping".
DTWDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
DUMMY_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
DUMMY_CODING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
DUMMY_IO_CONTAINER - Static variable in class com.rapidminer.operator.IOContainer
 
DummyBorder - Class in com.rapidminer.gui.look.borders
The UIResource for dummy (empty) borders.
DummyBorder() - Constructor for class com.rapidminer.gui.look.borders.DummyBorder
 
DummyMetaData - Class in com.rapidminer.operator.ports.metadata
 
DummyMetaData() - Constructor for class com.rapidminer.operator.ports.metadata.DummyMetaData
 
DummyMetaData(String) - Constructor for class com.rapidminer.operator.ports.metadata.DummyMetaData
 
DummyObjectVisualizer - Class in com.rapidminer.gui
A dummy visualizer, capable of visualizing anything, but actually doing nothing.
DummyObjectVisualizer() - Constructor for class com.rapidminer.gui.DummyObjectVisualizer
 
DummyOperator - Class in com.rapidminer.operator
This operator cannot be executed.
DummyOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.DummyOperator
 
DummyPortPairExtender - Class in com.rapidminer.operator.ports
This extender is just for operators which don't have any real input.
DummyPortPairExtender(String, InputPorts, OutputPorts) - Constructor for class com.rapidminer.operator.ports.DummyPortPairExtender
 
duplicate() - Method in class com.rapidminer.example.set.AcceptAllCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.AttributeValueFilter
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in interface com.rapidminer.example.set.Condition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.CorrectPredictionCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.MissingAttributesCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.MissingLabelsCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.NoMissingAttributesCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.NoMissingAttributeValueCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.NoMissingLabelsCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.example.set.WrongPredictionCondition
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy
duplicate() - Method in class com.rapidminer.operator.learner.meta.BayBoostStream.BatchFilterCondition
 
DUPLICATE_ENTRY - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
DUPLICATE_GROUPNAME - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
DUPLICATE_USERNAME - Static variable in interface com.rapidminer.repository.RepositoryConstants
 

E

EcodbOperator - Class in com.rapidminer.operator.preprocessing.outlier
This operator performs a Class Outlier Factor (COF) search.
EcodbOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.EcodbOperator
 
EDFORMULA - Static variable in class com.rapidminer.gui.tools.syntax.TeXTokenMarker
 
Edge - Class in com.rapidminer.operator.learner.tree
The class edge holds the information about a split condition to a tree (child).
Edge(Tree, SplitCondition) - Constructor for class com.rapidminer.operator.learner.tree.Edge
 
EDGE_FONT - Static variable in class com.rapidminer.gui.graphs.GraphViewer
 
EDGE_SHAPE_BENT_LINE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_CUBIC_CURVE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_LINE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_QUAD_CURVE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDGE_SHAPE_WEDGE - Static variable in interface com.rapidminer.gui.graphs.GraphCreator
 
EDIT_IN_PROGRESS - Static variable in class com.rapidminer.gui.ConditionalAction
 
EDIT_MODE - Static variable in class com.rapidminer.gui.MainFrame
 
editable - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
editable - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
EditableHeaderJTable - Class in com.rapidminer.gui.tools.table
Deprecated. This class was never used anywhere
EditableHeaderJTable() - Constructor for class com.rapidminer.gui.tools.table.EditableHeaderJTable
Deprecated.  
EditableTableHeader - Class in com.rapidminer.gui.tools.table
This is an component of the EditableHeaderJTable.
EditableTableHeader(TableColumnModel) - Constructor for class com.rapidminer.gui.tools.table.EditableTableHeader
 
EditableTableHeaderColumn - Class in com.rapidminer.gui.tools.table
This is an component of the EditableHeaderJTable.
EditableTableHeaderColumn() - Constructor for class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
EditBlockingProgressThread - Class in com.rapidminer.gui.tools
Thread that disables GUI components that interfere with process editing while running.
EditBlockingProgressThread(String) - Constructor for class com.rapidminer.gui.tools.EditBlockingProgressThread
 
editCellAt(int, int, EventObject) - Method in class com.rapidminer.gui.properties.PropertyTable
Programmatically starts editing the cell at row and column, if those indices are in the valid range, and the cell at those indices is editable.
editCellAt(int, EventObject) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
editingCanceled(ChangeEvent) - Method in class com.rapidminer.gui.properties.ListPropertyTable
This is needed in order to allow auto completition: Otherwise the editor will be immediately removed after setting the first selected value and loosing its focus.
editingCanceled(ChangeEvent) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
editingColumn - Variable in class com.rapidminer.gui.tools.table.EditableTableHeader
 
editingStopped(ChangeEvent) - Method in class com.rapidminer.gui.properties.ListPropertyTable
This is needed in order to allow auto completition: Otherwise the editor will be immediately removed after setting the first selected value and loosing its focus.
editingStopped(ChangeEvent) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
editor - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
editorBorderInsets - Variable in class com.rapidminer.gui.look.borders.TableHeaderBorder
 
EditorCellRenderer - Class in com.rapidminer.gui
A TableCellRenderer that renders the cell by using a TableCellEditor, i.e.
EditorCellRenderer(TableCellEditor) - Constructor for class com.rapidminer.gui.EditorCellRenderer
 
editorComp - Variable in class com.rapidminer.gui.tools.table.EditableTableHeader
 
EditorPaneUI - Class in com.rapidminer.gui.look.ui
The UI for editor panes.
EditorPaneUI() - Constructor for class com.rapidminer.gui.look.ui.EditorPaneUI
 
EditorPaneUI.EditorPanePopupListener - Class in com.rapidminer.gui.look.ui
 
EditorPaneUI.EditorPanePopupListener() - Constructor for class com.rapidminer.gui.look.ui.EditorPaneUI.EditorPanePopupListener
 
EditParallelLineDialog - Class in com.rapidminer.gui.new_plotter.gui.dialog
This dialog allows the user to edit a AxisParallelLineConfiguration line (crosshair line).
EditParallelLineDialog() - Constructor for class com.rapidminer.gui.new_plotter.gui.dialog.EditParallelLineDialog
Creates a new EditParallelLineDialog.
editPrintSettings() - Static method in class com.rapidminer.gui.tools.PrintingTools
 
EditViewAction - Class in com.rapidminer.gui.actions
 
EditViewAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.EditViewAction
 
EFFECT_CODING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
Eigenvector - Class in com.rapidminer.operator.features.transformation
This class holds information about one eigenvector and eigenvalue.
Eigenvector(double[], double) - Constructor for class com.rapidminer.operator.features.transformation.Eigenvector
 
EigenvectorModelEigenvalueRenderer - Class in com.rapidminer.gui.renderer.models
This is an renderer for AbstractEigenvectorModels.
EigenvectorModelEigenvalueRenderer() - Constructor for class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer
 
EigenvectorModelEigenvalueRenderer.EigenvalueTableModel - Class in com.rapidminer.gui.renderer.models
 
EigenvectorModelEigenvalueRenderer.EigenvalueTableModel(List<? extends ComponentVector>, double[], double) - Constructor for class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer.EigenvalueTableModel
 
EigenvectorModelEigenvectorRenderer - Class in com.rapidminer.gui.renderer.models
 
EigenvectorModelEigenvectorRenderer() - Constructor for class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer
 
EigenvectorModelEigenvectorRenderer.EigenvectorTableModel - Class in com.rapidminer.gui.renderer.models
 
EigenvectorModelEigenvectorRenderer.EigenvectorTableModel(List<? extends ComponentVector>, String[], int) - Constructor for class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer.EigenvectorTableModel
 
EigenvectorModelVariancePlotRenderer - Class in com.rapidminer.gui.renderer.models
 
EigenvectorModelVariancePlotRenderer() - Constructor for class com.rapidminer.gui.renderer.models.EigenvectorModelVariancePlotRenderer
 
electricScroll - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
electricScroll - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
ELEMENT_CONDITION - Static variable in class com.rapidminer.parameter.conditions.OrParameterCondition
 
ELEMENT_CONDITIONS - Static variable in class com.rapidminer.parameter.conditions.OrParameterCondition
 
ELEMENT_PARAMETER_TYPE - Static variable in class com.rapidminer.parameter.ParameterType
 
ELEMENT_PROCESS - Static variable in class com.rapidminer.io.process.XMLExporter
 
ELEMENT_TO_DELETE - Static variable in class com.rapidminer.operator.repository.RepositoryEntryDeleteOperator
 
ELEMENT_TO_RENAME - Static variable in class com.rapidminer.operator.repository.RepositoryEntryRenameOperator
 
elements - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
Cache rows
ElitistSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Performs a very elitist selection by just adding the best individual for k times.
ElitistSelection(int) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.ElitistSelection
 
ELLIPSOID_POINT_STYLE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
EMClusterer - Class in com.rapidminer.operator.clustering.clusterer.soft
This operator represents an implementation of the EM-algorithm.
EMClusterer(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
EmpiricalDistribution - Interface in com.rapidminer.tools.math.distribution
The interface for all empirically calculated distributions.
EmpiricalNormalDistribution - Class in com.rapidminer.tools.math.distribution
This class represents a gaussian normal distribution.
EmpiricalNormalDistribution() - Constructor for class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
empty() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns true is the population contains no individuals.
empty() - Method in class com.rapidminer.operator.features.Population
Returns true is the population contains no individuals.
empty() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
EMPTY_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
EMPTY_BUTTON_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
EMPTY_COMBO_BOX_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
EmptyBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty borders.
EmptyBorder() - Constructor for class com.rapidminer.gui.look.borders.EmptyBorder
 
EmptyButtonBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty button borders.
EmptyButtonBorder() - Constructor for class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
EmptyComboBoxBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty combo box borders.
EmptyComboBoxBorder() - Constructor for class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
emptyDebugLine() - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
emptyImageBorder - Static variable in class com.rapidminer.gui.look.fc.Item
 
emptyTable(TableName) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Deletes all entries of the table with the given name.
emptyTable(String) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Deprecated. 
EmptyTermination - Class in com.rapidminer.operator.learner.tree
Splitting should be terminated if the example set is empty.
EmptyTermination() - Constructor for class com.rapidminer.operator.learner.tree.EmptyTermination
 
enable() - Method in class com.rapidminer.repository.gui.actions.AbstractRepositoryAction
 
enable() - Method in class com.rapidminer.repository.gui.actions.StoreProcessAction
 
enableActions() - Method in class com.rapidminer.gui.actions.Actions
Enables and disables all actions according to the current state (process running, operator selected...
enableActions() - Method in class com.rapidminer.repository.gui.RepositoryTree
 
enableAllComponents() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
EnabledOperatorView - Class in com.rapidminer.operator
An unmodifyable view of a collection of Operators that hides disabled operators.
EnabledOperatorView(Collection<Operator>) - Constructor for class com.rapidminer.operator.EnabledOperatorView
 
enableLegacyMode() - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
enableOnEditInProgress(boolean) - Method in class com.rapidminer.gui.tools.ResourceMenu
Enables or Disables the menu, if an edit is in progress.
enablePlotColumn(int) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
enablePlotColumn(String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
enableScrollingToTopOnChange(boolean) - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
If the scrolling is enabled, the scroll bar of the combo box pop up list will be scrolled to top when the model's data changed.
enableSliderToolTips(JSlider) - Static method in class com.rapidminer.gui.tools.ExtendedJSliderToolTips
 
ENCODE - Static variable in class com.rapidminer.io.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class com.rapidminer.io.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class com.rapidminer.io.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class com.rapidminer.io.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.rapidminer.io.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.rapidminer.io.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.rapidminer.io.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class com.rapidminer.io.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.rapidminer.io.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class com.rapidminer.io.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.rapidminer.io.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.rapidminer.io.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.rapidminer.io.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class com.rapidminer.io.Base64
Convenience method for encoding data to a file.
Encoding - Class in com.rapidminer.tools.io
Collection of static helper methods to add and evaluate parameters to specify an encoding.
Encoding() - Constructor for class com.rapidminer.tools.io.Encoding
 
ENCODING_TYPES - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
encrypt(String) - Static method in class com.rapidminer.tools.cipher.CipherTools
 
encrypt(String, Key) - Static method in class com.rapidminer.tools.cipher.CipherTools
 
END - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
END - Static variable in class com.rapidminer.gui.tools.syntax.Token
The token type, that along with a length of 0 marks the end of the token list.
endCompoundEdit() - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Ends a compound edit that can be undone in one operation.
endGroup(String, PrintWriter) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
endGroup(String, PrintWriter) - Method in interface com.rapidminer.doc.OperatorDocGenerator
Generates the footer for the group with the given name.
endGroup(String, PrintWriter) - Method in class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
Does nothing.
endInitializing() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
endProcessing() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
endProcessing() - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
endProcessing() - Method in interface com.rapidminer.gui.new_plotter.listener.PlotConfigurationProcessingListener
 
EndsWith - Class in com.rapidminer.tools.math.function.expressions.text
Returns true if and only if the given text ends with the specified search string.
EndsWith() - Constructor for class com.rapidminer.tools.math.function.expressions.text.EndsWith
 
enlargeSelectionOnCenter(double, double, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Zooms out on an anchor point (specified in screen coordinate space).
enlargeSelectionOnDomain(double, double, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Increases the length of the domain axis, centered about the given coordinate on the screen.
enlargeSelectionOnRange(double, double, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Increases the length the range axis, centered about the given coordinate on the screen.
ensureCapacity(int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Ensures that the lineInfo array can contain the specified index.
ensureFileIsVisible(JFileChooser, File) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
ensureMinimumNumberOfPorts(int) - Method in class com.rapidminer.operator.ports.MultiPortPairExtender
 
ensureMinimumNumberOfPorts(int) - Method in interface com.rapidminer.operator.ports.PortExtender
Asks the port extender to generate at least this number of ports.
ensureMinimumNumberOfPorts(int) - Method in class com.rapidminer.operator.ports.PortPairExtender
 
ensureMinimumNumberOfPorts(int) - Method in class com.rapidminer.operator.ports.SinglePortExtender
 
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.ByteArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.DatabaseDataRow
Does nothing.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.DataRow
Ensures that neither get(i) nor put(i,v) throw a runtime exception for all 0 <= i <= numberOfColumns.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.DoubleArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.FloatArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.IntArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.LongArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.NonWritableDataRow
 
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.ShortArrayDataRow
Creates a new array of the given size if necessary and copies the data into the new array.
ensureNumberOfColumns(int) - Method in class com.rapidminer.example.table.SparseMapDataRow
Does nothing.
ensureRapidMinerHomeSet() - Static method in class com.rapidminer.tools.ParameterService
Tries to find the rapidminer.home directory if the property is not set and sets it.
Entry - Interface in com.rapidminer.repository
An entry in a repository.
entryAdded(Entry, Folder) - Method in interface com.rapidminer.repository.RepositoryListener
 
entryChanged(Entry) - Method in interface com.rapidminer.repository.RepositoryListener
 
entryNames() - Method in class com.rapid_i.deployment.update.client.InMemoryZipFile
 
entryRemoved(Entry, Folder, int) - Method in interface com.rapidminer.repository.RepositoryListener
 
entrySet() - Method in class com.rapidminer.example.Example
 
entrySet() - Method in class com.rapidminer.operator.Annotations
 
entrySet() - Method in class com.rapidminer.tools.ParentResolvingMap
 
EnumComboBoxCellRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
This class renders ComboBox items that contain enumeration values as a JLabel with label, tooltip and icon set by a resource identifier.
EnumComboBoxCellRenderer(String) - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.EnumComboBoxCellRenderer
Creates a Enumeration ComboBox cell renderer.
EnumerationPropertyDialog - Class in com.rapidminer.gui.properties
A Dialog displaying an EnumerationPropertyTable.
EnumerationPropertyDialog(ParameterTypeEnumeration, List<String>, Operator) - Constructor for class com.rapidminer.gui.properties.EnumerationPropertyDialog
 
EnumerationPropertyTable - Class in com.rapidminer.gui.properties
For ParameterTypeList the parameter values are parameter lists themselves.
EnumerationPropertyTable(ParameterTypeEnumeration, List<String>, Operator) - Constructor for class com.rapidminer.gui.properties.EnumerationPropertyTable
 
EnumerationValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
A cell editor with a button that opens a ListPropertyDialog.
EnumerationValueCellEditor(ParameterTypeEnumeration) - Constructor for class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
ENVIRONMENT_RAPIDMINER_CONFIG_DIR - Static variable in class com.rapidminer.tools.ParameterService
 
eolMarkerColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
eolMarkerColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
eolMarkers - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
eolMarkers - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
EpanechnikovKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the Epanechnikov kernel of both examples.
EpanechnikovKernel() - Constructor for class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
EpanechnikovSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the Epanechnikov smoothing kernel.
EpanechnikovSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.EpanechnikovSmoothingKernel
 
epsilon_neg - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
epsilon_pos - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
epsilon_tol - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
EQUAL_SIGN_NAMING_SCHEME - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
EqualColumnWidthsAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
EqualColumnWidthsAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.EqualColumnWidthsAction
 
EqualDataFractionCardPanel - Class in com.rapidminer.gui.new_plotter.gui.groupingpanel
A configuration Panel for EqualDataFractionGroupings.
EqualDataFractionCardPanel(PlotInstance, DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.gui.groupingpanel.EqualDataFractionCardPanel
 
EqualDataFractionGrouping - Class in com.rapidminer.gui.new_plotter.configuration
This grouping creates a fixed number of bins.
EqualDataFractionGrouping(DataTableColumn, int, boolean, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
Creates a new EqualDataFractionGrouping.
EqualDataFractionGrouping(EqualDataFractionGrouping) - Constructor for class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
Copy constructor
equalHeader(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Checks if the attribute sets are equal.
EqualLabelWeighting - Class in com.rapidminer.operator.preprocessing.weighting
This operator distributes example weights so that all example weights of labels sum up equally.
EqualLabelWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
EqualOperatorVersionCondition - Class in com.rapidminer.parameter.conditions
This ParameterCondition implementation checks whether the currently selected OperatorVersion matches a predefined one.
EqualOperatorVersionCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.EqualOperatorVersionCondition
 
EqualOperatorVersionCondition(Operator, VersionNumber) - Constructor for class com.rapidminer.parameter.conditions.EqualOperatorVersionCondition
 
equals(Object) - Method in class com.rapidminer.datatable.RegionFilterCondition.Region
 
equals(Object) - Method in interface com.rapidminer.example.Attribute
Returns true if the given object is an attribute with the same name and table index.
equals(Object) - Method in class com.rapidminer.example.AttributeDescription
Returns true if the given attribute has the same name and the same table index.
equals(Object) - Method in interface com.rapidminer.example.Attributes
Returns true if the given object is equal to this attribute set.
equals(Object) - Method in class com.rapidminer.example.AttributeWeight
Returns true if both objects have the same name and the same weight.
equals(Object) - Method in class com.rapidminer.example.AttributeWeights
Returns true if both objects have the same weight map.
equals(Object) - Method in interface com.rapidminer.example.ExampleSet
True if all attributes are equal.
equals(Object) - Method in class com.rapidminer.example.set.AbstractExampleSet
Returns true, if all attributes including labels and other special attributes are equal.
equals(Object) - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
EQUALS - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
equals(Object) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.MappedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.Partition
 
equals(Object) - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.SortedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.set.SplittedExampleSet
 
equals(Object) - Method in class com.rapidminer.example.SimpleAttributes
 
equals(Object) - Method in class com.rapidminer.example.table.AbstractAttribute
Returns true if the given attribute has the same name and the same table index.
equals(NominalMapping) - Method in class com.rapidminer.example.table.BinominalMapping
 
equals(NominalMapping) - Method in interface com.rapidminer.example.table.NominalMapping
This should return true if all the mappings contain the same values regardless of their internal order.
equals(NominalMapping) - Method in class com.rapidminer.example.table.PolynominalMapping
 
equals(Object) - Method in class com.rapidminer.FileProcessLocation
 
equals(Object) - Method in class com.rapidminer.generator.AttributePeak
 
equals(Object) - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
equals(Object) - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
equals(Object) - Method in class com.rapidminer.generator.FeatureGenerator
A FeatureGenerator equals another FeatureGenerator if its class is equal and its arguments are equal and its function names are equal.
equals(Object) - Method in class com.rapidminer.generator.FloorCeilGenerator
 
equals(Object) - Method in class com.rapidminer.generator.MinMaxGenerator
 
equals(Object) - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
equals(Object) - Method in class com.rapidminer.gui.graphs.SortableEdge
 
equals(Object) - Method in class com.rapidminer.gui.look.fc.Bookmark
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
equals(Object) - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.utility.AbstractValueRange
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
equals(Object) - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter.SeriesAndItem
 
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter.SeriesAndItem
 
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.RapidBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class com.rapidminer.gui.plotter.NameValue
 
equals(Object) - Method in class com.rapidminer.gui.plotter.WeightIndex
 
equals(Object) - Method in class com.rapidminer.gui.templates.BuildingBlock
 
equals(Object) - Method in class com.rapidminer.gui.templates.OperatorParameterPair
 
equals(Object) - Method in class com.rapidminer.gui.tools.VersionNumber
 
equals(Object) - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
equals(Object) - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
equals(Object) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
equals(Object) - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
equals(Object) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
this method returns true if the frequent Items set are equal in size and items.
equals(int, Sequence, int) - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
This method implements an enhanced equals method where the specified elements of the sequences are treated as if not existent.
equals(Object) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
equals(Object) - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns true if the hypothesis contained in the model are equal.
equals(Object) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns true if both attributes and both values are equal.
equals(Object) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns true if the two rules have the same premise and make the same perdiction.
equals(Object) - Method in class com.rapidminer.operator.learner.igss.Result
Returns true if the same hypothesis is stored by both results.
equals(Object) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
equals(Object) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Two rules are equal, if they are both permutations of the same set of literals and predict the same label.
equals(Object) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
equals(Object) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
equals(Object) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
equals(Object) - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
equals(Object) - Method in class com.rapidminer.operator.OperatorDescription
 
equals(T) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
equals(Object) - Method in class com.rapidminer.operator.ports.ProcessingStep
 
equals(Object) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin.DoubleArrayWrapper
 
equals(Object) - Method in class com.rapidminer.parameter.Parameters
Returns true if the given parameters are not null and are the same like this parameters.
equals(Object) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
equals(Object) - Method in class com.rapidminer.repository.RepositoryLocation
 
equals(Object) - Method in class com.rapidminer.RepositoryProcessLocation
 
equals(Object) - Method in class com.rapidminer.tools.container.Pair
 
equals(Object) - Method in class com.rapidminer.tools.container.Tupel
 
equals(Object) - Method in class com.rapidminer.tools.GroupTree
 
equals(Object) - Method in class com.rapidminer.tools.GroupTreeNode
 
equals(Object) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
equals(Object) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
equals(Object) - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
equals(Object) - Method in class com.rapidminer.tools.jdbc.TableName
 
equals(Object) - Method in class com.rapidminer.tools.math.AverageVector
 
equals(Object) - Method in class com.rapidminer.tools.math.Complex
 
equals(Object) - Method in class com.rapidminer.tools.math.container.Range
 
Equals - Class in com.rapidminer.tools.math.function.expressions.text
Compares the two given texts.
Equals() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Equals
 
equals(Object) - Method in class com.rapidminer.tools.math.Peak
 
equals(Object) - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
equals(Object, Object) - Static method in class com.rapidminer.tools.Tools
In contrast to o1.equals(o2), this method also works with p1==null.
equals(Object) - Method in class com.rapidminer.tools.WeightedObject
 
EqualStringCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a string parameter (also string category) has a certain value.
EqualStringCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.EqualStringCondition
 
EqualStringCondition(ParameterHandler, String, boolean, String...) - Constructor for class com.rapidminer.parameter.conditions.EqualStringCondition
 
EqualTypeCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a type parameter (category) has a certain value.
EqualTypeCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.EqualTypeCondition
 
EqualTypeCondition(ParameterHandler, String, String[], boolean, int...) - Constructor for class com.rapidminer.parameter.conditions.EqualTypeCondition
 
equalValue(Attribute, Attribute) - Method in class com.rapidminer.example.Example
Returns true if both nominal values are the same (if both attributes are nominal) or if both real values are the same (if both attributes are real values) or false otherwise.
EquidistantFixedBinCountBinning - Class in com.rapidminer.gui.new_plotter.configuration
Defines a binning with a fixed number of equal width bins between a min and max value.
EquidistantFixedBinCountBinning(int, double, double, DataTableColumn, boolean, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
EquidistantFixedBinCountBinning(EquidistantFixedBinCountBinning) - Constructor for class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
Copy ctor.
EquidistantFixedBinCountCardPanel - Class in com.rapidminer.gui.new_plotter.gui.groupingpanel
A configuration Panel for EquidistantFixedBinCountBinnings.
EquidistantFixedBinCountCardPanel(PlotInstance, DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.gui.groupingpanel.EquidistantFixedBinCountCardPanel
 
EquivalentAttributeRemoval - Class in com.rapidminer.operator.features.construction
If the example set contain two equivalent attributes, the longer representation is removed.
EquivalentAttributeRemoval(int, double, boolean, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.EquivalentAttributeRemoval
Creates a new equivalent attribute removal population operator.
ERB - Static variable in class com.rapidminer.tools.math.SpectrumFilter
 
error(SAXParseException) - Method in class com.rapidminer.io.process.XMLErrorHandler
 
error - Variable in class com.rapidminer.operator.learner.functions.linear.LinearRegressionMethod.LinearRegressionResult
 
ERROR - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
Indicates classification error.
ERROR - Static variable in class com.rapidminer.tools.LogService
Use this log verbosity for logging of errors.
ERROR_TABLE_DOCK_KEY - Static variable in class com.rapidminer.gui.flow.ErrorTable
 
errorChanged(NeuralNetEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
ErrorDialog - Class in com.rapidminer.gui.tools.dialogs
 
ErrorDialog(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ErrorDialog
 
errorIndicatorLabel - Variable in class com.rapidminer.gui.new_plotter.templates.gui.PlotterTemplatePanel
this label indicates a chart config error
errorPreviewButtonsPanel - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
ErrorTable - Class in com.rapidminer.gui.flow
 
ErrorTable(MainFrame) - Constructor for class com.rapidminer.gui.flow.ErrorTable
 
ErrorTableModel - Class in com.rapidminer.operator.nio
A table model to display ParsingErrors.
ErrorTableModel() - Constructor for class com.rapidminer.operator.nio.ErrorTableModel
 
escape(String) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
Replace any special characters by an escaped version.
escape(String) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
escape(String) - Static method in class com.rapidminer.tools.Tools
Esacapes quotes, newlines, and backslashes.
escape(String, char, char[]) - Static method in class com.rapidminer.tools.Tools
Prefixes every occurrence
escapeForInternalRepresentation(String) - Static method in class com.rapidminer.parameter.ParameterTypeTupel
 
EscapeHTML - Class in com.rapidminer.tools.math.function.expressions.text
Escapes the given string with HTML entities and pushes it on the result stack.
EscapeHTML() - Constructor for class com.rapidminer.tools.math.function.expressions.text.EscapeHTML
 
escapeHTML(String) - Static method in class com.rapidminer.tools.Tools
This method will encode the given string by replacing all forbidden characters by the appropriate HTML entity.
escapeQuoteCharsInQuotes(String, Pattern, char, char, boolean) - Static method in class com.rapidminer.tools.Tools
Replace quote chars in-quote characters by escapeChar+quotingChar Example: seperatorPatern = ',' , quotingChar = '"' , escapeCahr = '\\' line = '"Charles says: "Some people never go crazy, What truly horrible lives they must live"", 1968, "US"' return = '"Charles says: \"Some people never go crazy, What truly horrible lives they must live\"", "1968", "US"'
escapeXML(String) - Static method in class com.rapidminer.tools.Tools
Replaces angle brackets by html entities.
ESOptimization - Class in com.rapidminer.tools.math.optimization.ec.es
Evolutionary Strategy approach for all real-valued optimization tasks.
ESOptimization(double, double, int, int, int, int, int, int, double, boolean, int, double, boolean, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Creates a new evolutionary SVM optimization.
ESOptimization(double[], double[], int, int, int, int, int, int, double, boolean, int, double, double, boolean, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Creates a new evolutionary SVM optimization.
ESParameterOptimization - Class in com.rapidminer.operator.meta
Evolutionary Strategy approach for an evolutionary parameter optimization.
ESParameterOptimization(EvolutionaryParameterOptimizationOperator, int, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.operator.meta.ESParameterOptimization
Creates a new evolutionary SVM optimization.
EstimatedPerformance - Class in com.rapidminer.operator.performance
This class is used to store estimated performance values before or even without the performance test is actually done using a test set.
EstimatedPerformance() - Constructor for class com.rapidminer.operator.performance.EstimatedPerformance
Clone constructor.
EstimatedPerformance(EstimatedPerformance) - Constructor for class com.rapidminer.operator.performance.EstimatedPerformance
 
EstimatedPerformance(String, double, int, boolean) - Constructor for class com.rapidminer.operator.performance.EstimatedPerformance
Constructs a new extimated performance criterion.
estimateMemory(ExampleSetMetaData) - Method in class com.rapidminer.operator.annotation.ExampleSetResourceConsumptionEstimator
 
estimateMemory(ExampleSetMetaData) - Method in class com.rapidminer.operator.annotation.PolynomialExampleSetResourceConsumptionEstimator
 
estimateMemoryConsumption() - Method in class com.rapidminer.operator.annotation.ExampleSetResourceConsumptionEstimator
 
estimateMemoryConsumption() - Method in interface com.rapidminer.operator.annotation.ResourceConsumptionEstimator
Returns the estimated number of bytes required when executing this operator.
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.BatchXValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.BootstrappingValidation
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.ValidationChain
This is the main method of the validation chain and must be implemented to estimate a performance of inner operators on the given example set.
estimatePerformance(ExampleSet) - Method in class com.rapidminer.operator.validation.XValidation
 
estimateRuntime(ExampleSetMetaData) - Method in class com.rapidminer.operator.annotation.ExampleSetResourceConsumptionEstimator
 
estimateRuntime() - Method in class com.rapidminer.operator.annotation.ExampleSetResourceConsumptionEstimator
 
estimateRuntime(ExampleSetMetaData) - Method in class com.rapidminer.operator.annotation.PolynomialExampleSetResourceConsumptionEstimator
 
estimateRuntime() - Method in interface com.rapidminer.operator.annotation.ResourceConsumptionEstimator
Returns the estimated number of CPU-cycles.
ESTIMATION_MODE_FULL - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
ESTIMATION_MODE_GREEDY - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
ESTIMATION_MODES - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
EuclideanDistance - Class in com.rapidminer.tools.math.similarity.numerical
The euclidean distance.
EuclideanDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance
 
EuclideanDistance - Class in com.rapidminer.tools.math.som
This class provides a distance measure, equivalent to the euclidian distance measure.
EuclideanDistance() - Constructor for class com.rapidminer.tools.math.som.EuclideanDistance
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
Evaluate kernel
eval(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Evaluate KernelBasisFunction
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelCauchy
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelEpanechnikov
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric
 
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
evaluate kernel
eval(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelSigmoid
 
evaluate(int, int) - Method in class com.rapidminer.operator.annotation.PolynomialFunction
 
evaluate(List, ExampleSet) - Method in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
Creates example sets from all individuals and invoke the inner operators in order to estimate the performance.
evaluate(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Evaluates all individuals in the population by applying the inner operators.
evaluate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Evaluates the given individual.
evaluate(Population) - Method in interface com.rapidminer.operator.features.PopulationEvaluator
This method evaluates the individuals of a population and assigns them their performance vectors
evaluate(Population) - Method in class com.rapidminer.operator.features.SimplePopulationEvaluator
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.performance.AbstractExampleSetEvaluator
Implements the evaluation.
evaluate(ExampleSet, PerformanceVector) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Evaluates the given test set.
evaluate(AbstractPerformanceEvaluator, ExampleSet, PerformanceVector, List<PerformanceCriterion>, boolean, boolean) - Static method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Static version of AbstractPerformanceEvaluator.evaluate(ExampleSet,PerformanceVector).
evaluate(ExampleSet) - Method in class com.rapidminer.operator.performance.AttributeCounter
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.performance.Data2Performance
 
evaluate(int[], int) - Method in interface com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionMeasure
 
evaluate(int[], int) - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.GiniCoefficient
 
evaluate(int[], int) - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.SumOfSquares
 
evaluate(ExampleSet) - Method in class com.rapidminer.operator.validation.ValidationChain
Applies the applier and evaluator (= second subprocess).
evaluate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Evaluates the individuals of the given population.
evaluate(Individual, Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
evaluateAll(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
evaluateCondition(List<Entry>) - Method in interface com.rapidminer.repository.RepositoryActionCondition
If the condition is met, returns true, otherwise returns false.
evaluateCondition(List<Entry>) - Method in class com.rapidminer.repository.RepositoryActionConditionImplConfigRepository
 
evaluateCondition(List<Entry>) - Method in class com.rapidminer.repository.RepositoryActionConditionImplExampleSetsOnly
 
evaluateCondition(List<Entry>) - Method in class com.rapidminer.repository.RepositoryActionConditionImplStandard
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationEvoOptimization
 
evaluateIndividual(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVMOptimization
Evaluates the individuals of the given population.
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionEvoOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.operator.meta.ESParameterOptimization
 
evaluateIndividual(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Subclasses must implement this method to calculate the fitness of the given individual.
evaluateIndividual(double[]) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Subclasses must implement this method to calculate the fitness of the given individual.
evaluateParameterSet(ParameterSet) - Method in class com.rapidminer.operator.meta.ParameterIteration
 
eventDispatched(AWTEvent) - Method in class com.rapidminer.gui.flow.PanningManager
 
EvolutionaryFeatureAggregation - Class in com.rapidminer.operator.features.aggregation
Performs an evolutionary feature aggregation.
EvolutionaryFeatureAggregation(OperatorDescription) - Constructor for class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
Creates a new evolutionary feature aggregation algorithm.
EvolutionaryParameterOptimizationOperator - Class in com.rapidminer.operator.meta
This operator finds the optimal values for a set of parameters using an evolutionary strategies approach which is often more appropriate than a grid search or a greedy search like the quadratic programming approach and leads to better results.
EvolutionaryParameterOptimizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
EvolutionaryWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting of features with an evolutionary strategies approach.
EvolutionaryWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
EvoOptimization - Interface in com.rapidminer.operator.learner.functions.kernel.evosvm
The interface for the EvoSVM optimization algorithms.
EvoSVM - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
This is a SVM implementation using an evolutionary algorithm (ES) to solve the dual optimization problem of a SVM.
EvoSVM(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
Creates a new SVM which uses an Evolutionary Strategy approach for optimization.
EvoSVMModel - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
The model for the evolutionary SVM.
EvoSVMModel(ExampleSet, List<SupportVector>, Kernel, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
Creates a classification model.
Example - Class in com.rapidminer.example
An example consists of a DataRow and some convenience methods to access the data.
Example(DataRow, ExampleSet) - Constructor for class com.rapidminer.example.Example
Creates a new Example that uses the data stored in a DataRow.
Example2AttributePivoting - Class in com.rapidminer.operator.preprocessing.transformation
Transforms an example set by grouping multiple examples of single groups into single examples.
Example2AttributePivoting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
Example2DataTableRowIterator - Class in com.rapidminer.datatable
This iterator iterates over all examples of an example set and creates Example2DataTableRowWrapper objects.
Example2DataTableRowIterator(Iterator<Example>, List<Attribute>, Attribute) - Constructor for class com.rapidminer.datatable.Example2DataTableRowIterator
Creates a new DataTable iterator backed up by examples.
Example2DataTableRowWrapper - Class in com.rapidminer.datatable
This class allows to use Examples as basis for DataTableRow.
Example2DataTableRowWrapper(Example, List<Attribute>, Attribute) - Constructor for class com.rapidminer.datatable.Example2DataTableRowWrapper
Creates a new wrapper.
ExampleDistributionEvaluator - Class in com.rapidminer.operator.validation.clustering.exampledistribution
Evaluates flat cluster models on how well the examples are distributed over the clusters.
ExampleDistributionEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionEvaluator
 
ExampleDistributionMeasure - Interface in com.rapidminer.operator.validation.clustering.exampledistribution
Evaluates how well items are distributed over a set of classes.
ExampleFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator takes an ExampleSet as input and returns a new ExampleSet including only the Examples that fulfill a condition.
ExampleFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
ExampleFormatter - Class in com.rapidminer.example
Formats an example as specified by the format string.
ExampleFormatter(ExampleFormatter.FormatCommand[]) - Constructor for class com.rapidminer.example.ExampleFormatter
Constructs a new ExampleFormatter that executes the given array of formatting commands.
ExampleFormatter.FormatCommand - Interface in com.rapidminer.example
Represents one piece of formatting.
ExampleFormatter.SimpleCommand - Class in com.rapidminer.example
Implements some simple format commands like 'a' for all attributes or 'l' for the label.
ExampleFormatter.TextCommand - Class in com.rapidminer.example
Returns simply the given text.
ExampleFormatter.ValueCommand - Class in com.rapidminer.example
Returns the value of an argument which must be an attribute's name.
ExampleFormatter.ValueCommand(char, String[], ExampleSet, int, boolean) - Constructor for class com.rapidminer.example.ExampleFormatter.ValueCommand
 
ExampleGenerator - Class in com.rapidminer.test
A helper class for testing purposes which is able to create sample example tests for tests.
ExampleGenerator() - Constructor for class com.rapidminer.test.ExampleGenerator
 
ExampleIterator - Class in com.rapidminer.operator.meta
This operator takes an input data set and applies its inner operators as often as the number of examples of the input data is.
ExampleIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ExampleIterator
 
ExamplePlotterPoint - Class in com.rapidminer.gui.plotter
Helper class for the plotter point positions and colors.
ExamplePlotterPoint(int, int, int) - Constructor for class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
ExampleProcess - Class in com.rapidminer.tools.documentation
An example process with a description.
ExampleProcess(Element) - Constructor for class com.rapidminer.tools.documentation.ExampleProcess
 
ExampleRangeFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator keeps only the examples of a given range (including the borders).
ExampleRangeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
ExampleReader - Interface in com.rapidminer.example
An ExampleReader iterates over a sequence of examples.
examples - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
examples - Variable in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
examples_total - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
examples_total - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
number of examples after shrinking
examples_total - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
ExampleSet - Interface in com.rapidminer.example
Interface definition for all example sets.
ExampleSet2AttributeWeights - Class in com.rapidminer.operator.features.weighting
This operator creates a new attribute weights IOObject from a given example set.
ExampleSet2AttributeWeights(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ExampleSet2AttributeWeights
 
ExampleSet2ClusterModel - Class in com.rapidminer.operator.clustering.clusterer
This operator creates a flat cluster model using a nominal attribute and dividing the exampleset by this attribute over the clusters.
ExampleSet2ClusterModel(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
ExampleSet2Similarity - Class in com.rapidminer.operator.similarity
This class represents an operator that creates a similarity measure based on an ExampleSet.
ExampleSet2Similarity(OperatorDescription) - Constructor for class com.rapidminer.operator.similarity.ExampleSet2Similarity
 
ExampleSet2SimilarityExampleSet - Class in com.rapidminer.operator.similarity
This operator creates a new data set from the given one based on the specified similarity.
ExampleSet2SimilarityExampleSet(OperatorDescription) - Constructor for class com.rapidminer.operator.similarity.ExampleSet2SimilarityExampleSet
 
ExampleSetBasedFeatureOperator - Class in com.rapidminer.operator.features.construction
This class is the superclass of all feature selection and generation operators.
ExampleSetBasedFeatureOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
ExampleSetBasedIndividual - Class in com.rapidminer.operator.features.construction
Individuals contain all necessary informations about example sets for population based search heuristics, including the performance.
ExampleSetBasedIndividual(AttributeWeightedExampleSet) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
Creates a new individual.
ExampleSetBasedIndividualOperator - Class in com.rapidminer.operator.features.construction
A PopulationOperator that modifies a population by modifying all individuals independently.
ExampleSetBasedIndividualOperator() - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
 
ExampleSetBasedPopulation - Class in com.rapidminer.operator.features.construction
A set of individuals.
ExampleSetBasedPopulation() - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Construct an empty generation.
ExampleSetBasedPopulationOperator - Interface in com.rapidminer.operator.features.construction
An operator that modifies populations.
ExampleSetBasedSelectionCrossover - Class in com.rapidminer.operator.features.construction
Crossover operator for the used bitlists of example sets.
ExampleSetBasedSelectionCrossover(int, double, Random, int, int, int) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
ExampleSetBasedSelectionMutation - Class in com.rapidminer.operator.features.construction
Inverts the used bit for every feature of every example set with a given fixed probability.
ExampleSetBasedSelectionMutation(double, Random, int, int, int) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionMutation
 
ExampleSetBasedTournamentSelection - Class in com.rapidminer.operator.features.construction
Performs tournaments with k participants.
ExampleSetBasedTournamentSelection(int, double, int, boolean, boolean, Random) - Constructor for class com.rapidminer.operator.features.construction.ExampleSetBasedTournamentSelection
 
ExampleSetCartesian - Class in com.rapidminer.operator.preprocessing.join
Build the cartesian product of two example sets.
ExampleSetCartesian(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetCartesian
 
ExampleSetContainsSeriesPrecondition - Class in com.rapidminer.operator.ports.metadata
This precondition checks if a series is contained in the example set
ExampleSetContainsSeriesPrecondition(InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetContainsSeriesPrecondition
 
ExampleSetDataRenderer - Class in com.rapidminer.gui.renderer.data
A renderer for the data view of example sets.
ExampleSetDataRenderer() - Constructor for class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
 
ExampleSetDataSampleTest - Class in com.rapidminer.test
Tests for the Data of an ExampleSet
ExampleSetDataSampleTest(String, String, double[]) - Constructor for class com.rapidminer.test.ExampleSetDataSampleTest
 
ExampleSetDataSampleTest(String, String, String[]) - Constructor for class com.rapidminer.test.ExampleSetDataSampleTest
 
ExampleSetDataSampleTest(String, int) - Constructor for class com.rapidminer.test.ExampleSetDataSampleTest
This constructor is used for checking whether an ExampleSet contains a specified amount of Examples
ExampleSetFactory - Class in com.rapidminer.example
This class can be used to easily create @link ExampleSet}s and the underlying ExampleTable with simple method calls.
ExampleSetFactory() - Constructor for class com.rapidminer.example.ExampleSetFactory
 
ExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
ExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.ExampleSetGenerator
 
exampleSetInput - Variable in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
exampleSetInput - Variable in class com.rapidminer.operator.learner.meta.AbstractStacking
 
exampleSetInput - Variable in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
exampleSetInput - Variable in class com.rapidminer.operator.validation.WrapperValidationChain
 
ExampleSetIntersect - Class in com.rapidminer.operator.preprocessing.join
This operator performs a set intersection on two example sets, i.e., the resulting example set contains all the examples of the first example set whose IDs appear also in the second example set.
ExampleSetIntersect(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
ExampleSetIterator - Class in com.rapidminer.operator.meta
For each example set the ExampleSetIterator finds in its input, the inner operators are applied as if it was an OperatorChain.
ExampleSetIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ExampleSetIterator
 
ExampleSetJoin - Class in com.rapidminer.operator.preprocessing.join
Build the join of two example sets using the id attributes of the sets, i.e. both example sets must have an id attribute where the same id indicate the same examples.
ExampleSetJoin(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
ExampleSetJoin.DoubleArrayWrapper - Class in com.rapidminer.operator.preprocessing.join
 
ExampleSetJoin.DoubleArrayWrapper(double[]) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetJoin.DoubleArrayWrapper
 
ExampleSetMerge - Class in com.rapidminer.operator.preprocessing.join
This operator merges two or more given example sets by adding all examples in one example table containing all data rows.
ExampleSetMerge(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
ExampleSetMetaData - Class in com.rapidminer.operator.ports.metadata
This class stores detailed meta data information about ExampleSets.
ExampleSetMetaData() - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
ExampleSetMetaData(Map<String, Object>) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
ExampleSetMetaData(String, Object) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
ExampleSetMetaData(List<AttributeMetaData>) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
ExampleSetMetaData(ExampleSet) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
This constructor will generate a complete meta data description of the given example set.
ExampleSetMetaData(ExampleSet, boolean) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
ExampleSetMetaDataRenderer - Class in com.rapidminer.gui.renderer.data
A renderer for the meta data view of example sets.
ExampleSetMetaDataRenderer() - Constructor for class com.rapidminer.gui.renderer.data.ExampleSetMetaDataRenderer
 
ExampleSetMetaDataTableModel - Class in com.rapidminer.gui.flow
This is a table model for the example set meta data.
ExampleSetMetaDataTableModel(ExampleSetMetaData) - Constructor for class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
ExampleSetMinus - Class in com.rapidminer.operator.preprocessing.join
This operator performs a set minus on two example sets, i.e.
ExampleSetMinus(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
ExampleSetPassThroughRule - Class in com.rapidminer.operator.ports.metadata
 
ExampleSetPassThroughRule(InputPort, OutputPort, SetRelation) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetPassThroughRule
 
ExampleSetPlotRenderer - Class in com.rapidminer.gui.renderer.data
A renderer for the plot view of example sets.
ExampleSetPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.data.ExampleSetPlotRenderer
 
ExampleSetPrecondition - Class in com.rapidminer.operator.ports.metadata
 
ExampleSetPrecondition(InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
ExampleSetPrecondition(InputPort, int, String...) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
ExampleSetPrecondition(InputPort, String[], int, String...) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
ExampleSetPrecondition(InputPort, String, int) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
ExampleSetPrecondition(InputPort, String[], int, String[], int, String...) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
ExampleSetResourceConsumptionEstimator - Class in com.rapidminer.operator.annotation
Computes resource consumption based on an example set taken from a given port.
ExampleSetResourceConsumptionEstimator(InputPort, AttributeSubsetSelector) - Constructor for class com.rapidminer.operator.annotation.ExampleSetResourceConsumptionEstimator
 
ExampleSetSampleTest - Class in com.rapidminer.test
Performs the sample process and checks the output example set.
ExampleSetSampleTest(String, int, int) - Constructor for class com.rapidminer.test.ExampleSetSampleTest
 
ExampleSetSampleTest(String, int, int, String[]) - Constructor for class com.rapidminer.test.ExampleSetSampleTest
 
ExampleSetsDataSampleTest - Class in com.rapidminer.test
Tests for the data of several ExampleSets
ExampleSetsDataSampleTest(String, String, double[][]) - Constructor for class com.rapidminer.test.ExampleSetsDataSampleTest
 
ExampleSetsDataSampleTest(String, String, String[][]) - Constructor for class com.rapidminer.test.ExampleSetsDataSampleTest
 
ExampleSetSizePrecondition - Class in com.rapidminer.operator.ports.metadata
This Precondition checks whether two example indices given by parameters lying in the size of the example set.
ExampleSetSizePrecondition(InputPort, Operator, String) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
ExampleSetSizePrecondition(InputPort, Operator, String, String) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
ExampleSetSuperset - Class in com.rapidminer.operator.preprocessing.join
This operator gets two example sets and adds new features to each of both example sets so that both example sets consist of the same set of features.
ExampleSetSuperset(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
ExampleSetToDictionary - Class in com.rapidminer.operator.preprocessing.filter
This operator takes two example sets and transforms the second into a dictionary.
ExampleSetToDictionary(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
ExampleSetToStream - Class in com.rapidminer.operator.tools
Writes and reads a example sets to and from from streams.
ExampleSetToStream(int) - Constructor for class com.rapidminer.operator.tools.ExampleSetToStream
 
ExampleSetToStream.ColumnType - Enum in com.rapidminer.operator.tools
 
ExampleSetToStream.Header - Class in com.rapidminer.operator.tools
 
ExampleSetToStream.Header(Annotations, List<AttributeRole>, boolean) - Constructor for class com.rapidminer.operator.tools.ExampleSetToStream.Header
 
ExampleSetTransformationOperator - Class in com.rapidminer.operator.preprocessing.transformation
The abstract superclass for example set transformations.
ExampleSetTransformationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.ExampleSetTransformationOperator
 
ExampleSetTranspose - Class in com.rapidminer.operator.preprocessing
This operator transposes an example set, i.e. the columns with become the new rows and the old rows will become the columns.
ExampleSetTranspose(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.ExampleSetTranspose
 
ExampleSetUnion - Class in com.rapidminer.operator.preprocessing.join
This operator performs two steps: first, it build the union set / superset of features of both input example sets where common features are kept and both feature sets are extended in a way that the feature sets are equal for both example sets.
ExampleSetUnion(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.join.ExampleSetUnion
 
ExampleSetUnionRule - Class in com.rapidminer.operator.ports.metadata
Delivers the union of two example sets to an output port.
ExampleSetUnionRule(InputPort, InputPort, OutputPort, String) - Constructor for class com.rapidminer.operator.ports.metadata.ExampleSetUnionRule
 
ExampleSetWriter - Class in com.rapidminer.operator.io
Writes values of all examples in an ExampleSet to a file.
ExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExampleSetWriter
 
ExampleSource - Class in com.rapidminer.operator.io
This operator reads an example set from (a) file(s).
ExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExampleSource
 
ExampleSourceConfigurationWizard - Class in com.rapidminer.gui.wizards
This class is the creator for wizard dialogs defining the configuration for ExampleSource operators.
ExampleSourceConfigurationWizard(ConfigurationListener) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard
Creates a new wizard.
ExampleSourceConfigurationWizardAttributeTypeTable - Class in com.rapidminer.gui.wizards
This table shows only the attribute names and the attribute types (regular or special).
ExampleSourceConfigurationWizardAttributeTypeTable(List<AttributeDataSource>) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
ExampleSourceConfigurationWizardCreator - Class in com.rapidminer.gui.wizards
This creator can be used to create wizards for the ExampleSource operator.
ExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
Necessary for construction by reflection.
ExampleSourceConfigurationWizardDataTable - Class in com.rapidminer.gui.wizards
This class display a small data view corresponding on the current wizard settings.
ExampleSourceConfigurationWizardDataTable(List<AttributeDataSource>, List<String[]>) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardDataTable
 
ExampleSourceConfigurationWizardValueTypeTable - Class in com.rapidminer.gui.wizards
This table shows only the attribute names and the attribute value types.
ExampleSourceConfigurationWizardValueTypeTable(List<AttributeDataSource>) - Constructor for class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
ExampleTable - Interface in com.rapidminer.example.table
This class is the core data supplier for example sets.
ExampleVisualizationOperator - Class in com.rapidminer.operator.visualization
Remembers the given example set and uses the ids provided by this set for the query for the corresponding example and the creation of a generic example visualizer.
ExampleVisualizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ExampleVisualizationOperator
 
ExampleVisualizer - Class in com.rapidminer.gui
A visualizer which shows the attribute values of an example.
ExampleVisualizer(ExampleSet) - Constructor for class com.rapidminer.gui.ExampleVisualizer
 
Excel2007ResultSet - Class in com.rapidminer.operator.nio.model
A DataResultSet for an Excel 2007 File.
Excel2007ResultSet(Operator, ExcelResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.model.Excel2007ResultSet
The constructor to build an ExcelResultSet from the given configuration.
Excel2007SheetTableModel - Class in com.rapidminer.operator.nio
Returns values backed by an operned excel workbook.
Excel2007SheetTableModel(Sheet) - Constructor for class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
ExcelCellAddressParseRule - Class in com.rapidminer.io.process.rules
A simple parse rule that will transform two given parameters into one excel range stored into a third operator.
ExcelCellAddressParseRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.ExcelCellAddressParseRule
 
ExcelExampleSetWriter - Class in com.rapidminer.operator.io
This operator can be used to write data into Microsoft Excel spreadsheets.
ExcelExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExcelExampleSetWriter
 
ExcelExampleSource - Class in com.rapidminer.operator.io
This operator can be used to load data from Microsoft Excel spreadsheets.
ExcelExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ExcelExampleSource
 
ExcelExampleSource - Class in com.rapidminer.operator.nio
This operator can be used to load data from Microsoft Excel spreadsheets.
ExcelExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.ExcelExampleSource
 
ExcelExampleSourceConfigurationWizardCreator - Class in com.rapidminer.operator.nio
Creates a ExcelImportWizard.
ExcelExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.operator.nio.ExcelExampleSourceConfigurationWizardCreator
 
ExcelFileSelectionWizardStep - Class in com.rapidminer.operator.nio
This step allows to select an file.
ExcelFileSelectionWizardStep(AbstractWizard, ExcelResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.ExcelFileSelectionWizardStep
There must be a configuration given, but might be empty.
ExcelFormatExampleSource - Class in com.rapidminer.operator.nio
This operator can be used to load data from Microsoft Excel spreadsheets.
ExcelFormatExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.ExcelFormatExampleSource
 
ExcelImportWizard - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
 
ExcelImportWizard(String, ConfigurationListener, File, boolean, RepositoryLocation, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
ExcelImportWizard(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
ExcelImportWizard(String, File, RepositoryLocation, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
ExcelImportWizard(String, File, ConfigurationListener, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
ExcelImportWizard(String, ExcelExampleSource, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
ExcelImportWizard - Class in com.rapidminer.operator.nio
This is the Wizard for Excel Import.
ExcelImportWizard() - Constructor for class com.rapidminer.operator.nio.ExcelImportWizard
 
ExcelImportWizard(File, RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.ExcelImportWizard
 
ExcelImportWizard(ExcelExampleSource, ConfigurationListener, RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.ExcelImportWizard
 
ExcelImportWizard.ExcelExampleSourceConfigurationWizardCreator - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
Creates a ExcelImportWizard.
ExcelImportWizard.ExcelExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard.ExcelExampleSourceConfigurationWizardCreator
 
ExcelResultSet - Class in com.rapidminer.operator.nio.model
A DataResultSet for an Excel File.
ExcelResultSet(Operator, ExcelResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.model.ExcelResultSet
The constructor to build an ExcelResultSet from the given configuration.
ExcelResultSetConfiguration - Class in com.rapidminer.operator.nio.model
A class holding information about configuration of the Excel Result Set
ExcelResultSetConfiguration(ExcelExampleSource) - Constructor for class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
This constructor must read in all settings from the parameters of the given operator.
ExcelResultSetConfiguration() - Constructor for class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
This will create a completely empty result set configuration
ExcelSheetTableModel - Class in com.rapidminer.operator.nio
Returns values backed by an operned excel workbook.
ExcelSheetTableModel(Sheet) - Constructor for class com.rapidminer.operator.nio.ExcelSheetTableModel
 
ExcelTableModel - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
 
ExcelTableModel(Sheet) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
ExcelTableModel - Class in com.rapidminer.operator.nio
 
ExcelTableModel(Sheet) - Constructor for class com.rapidminer.operator.nio.ExcelTableModel
 
ExcelWorkbookPane - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
 
ExcelWorkbookPane(WizardStep, ExcelExampleSource) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane
 
ExcelWorkbookPane - Class in com.rapidminer.operator.nio
This is a pane, showing the contents of a complete excel workbook.
ExcelWorkbookPane(WizardStep, ExcelResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.ExcelWorkbookPane
 
ExcelWorkbookPane.ExcelWorkbookSelection - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel
 
ExcelWorkbookPane.ExcelWorkbookSelection(int, int, int, int, int) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
ExcelWorkbookPane.ExcelWorkbookSelection - Class in com.rapidminer.operator.nio
 
ExcelWorkbookPane.ExcelWorkbookSelection(int, int, int, int, int) - Constructor for class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
ExceptionHandling - Class in com.rapidminer.operator.meta
This operator performs the inner operators and delivers the result of the inner operators.
ExceptionHandling(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ExceptionHandling
 
ExceptionWrapper - Class in com.rapidminer.repository.gui.process
Required to wrap around string for instanceof check in tree model.
ExceptionWrapper(String) - Constructor for class com.rapidminer.repository.gui.process.ExceptionWrapper
 
ExchangeAttributeRoles - Class in com.rapidminer.operator.preprocessing.filter
This operator changes the attribute roles of two input attributes.
ExchangeAttributeRoles(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
exchangePlotConfiguration(PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTreeModel
 
ExchangeSubprocessesRule - Class in com.rapidminer.io.process.rules
Rearranges the ordering of two subprocesses.
ExchangeSubprocessesRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.ExchangeSubprocessesRule
 
execute() - Method in class com.rapidminer.gui.flow.AutoWireThread
 
execute() - Method in class com.rapidminer.gui.tools.EditBlockingProgressThread
Implement this method rather than EditBlockingProgressThread.run() to perform the actual task.
execute(Runnable) - Method in class com.rapidminer.gui.tools.UpdateQueue
Queues runnable for execution.
execute(ExecutionUnit) - Method in class com.rapidminer.operator.execution.SimpleUnitExecutor
 
execute(ExecutionUnit) - Method in interface com.rapidminer.operator.execution.UnitExecutor
 
execute() - Method in class com.rapidminer.operator.ExecutionUnit
Executes the inner operators.
execute() - Method in class com.rapidminer.operator.Operator
Applies the operator.
executeAction(ActionListener, Object, String) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Executes the specified action, repeating and recording it as necessary.
executeBackgroundJob(ProgressThread) - Method in class com.rapidminer.gui.tools.UpdateQueue
Executes the given progress thread and waits for it, so only one will be enqueued at a time.
executeEvaluationProcess(ExampleSet) - Method in class com.rapidminer.operator.features.FeatureOperator
This method gives access to the subprocess for evaluating an example set
executeEvaluator() - Method in class com.rapidminer.operator.validation.ValidationChain
Returns the second encapsulated inner operator (or operator chain), i.e.
executeInnerLearner() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
executeInnerLearner() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
executeLearner() - Method in class com.rapidminer.operator.validation.ValidationChain
Returns the first subprocess (or operator chain), i.e.
executeStatement(String, boolean, Operator, Logger) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Executes a statement.
executeSubprocess() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
EXECUTION_UNIT_SELECTED - Static variable in class com.rapidminer.gui.ConditionalAction
TODO: Unused
executionCancelled() - Method in class com.rapidminer.gui.tools.ProgressThread
Subclasses can implemented this method if they want to be notified about cancellation of this thread.
ExecutionMode - Enum in com.rapidminer.operator
Indicates whether it is allowed to skip operators that already have valid results.
executionOrderChanged(ExecutionUnit) - Method in interface com.rapidminer.ProcessSetupListener
Called if the execution order within an ExecutionUnit changes.
ExecutionUnit - Class in com.rapidminer.operator
A process is a collection of operators whose ports can be wired.
ExecutionUnit(OperatorChain, String) - Constructor for class com.rapidminer.operator.ExecutionUnit
 
executionUnitExported(ExecutionUnit, Element) - Method in interface com.rapidminer.io.process.ProcessXMLFilter
 
executionUnitImported(ExecutionUnit, Element) - Method in interface com.rapidminer.io.process.ProcessXMLFilter
 
exit(boolean) - Method in class com.rapidminer.gui.MainFrame
 
EXIT_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
exit_optimizer() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
exit the optimizer
exit_optimizer() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
exit the optimizer
ExitAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ExitAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.ExitAction
 
EXP - Static variable in class com.rapidminer.generator.ExponentialFunctionGenerator
 
EXP - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
EXPAND_ALL_ACTION - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
expandAll() - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree
Expands all paths in the tree.
expandAll() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Expands the complete tree.
expandAll() - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
Expands the complete tree.
ExpandAllAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
ExpandAllAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.ExpandAllAction
 
expandAllPaths(TreePath) - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree
Opens all paths in the given node and all nodes below that.
expandAllPaths(TreePath, TreeModel) - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree
Opens all paths in the given node and all nodes below that.
ExpandedTreeIcon - Class in com.rapidminer.gui.look.icons
The expanded tree icon.
ExpandedTreeIcon() - Constructor for class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
expectationCorrelated(ExampleSet, int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
expectationNonCorrelated(ExampleSet, int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
EXPECTED_TOKEN - Static variable in class com.rapidminer.test_utils.Util
Token between the process name and the number for the expected results.
Experiment - Class in com.rapidminer
Deprecated. Please use the new class Process instead
Experiment() - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(URL) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(File) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(String) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
Experiment(InputStream) - Constructor for class com.rapidminer.Experiment
Deprecated. Please use class Process now
expert(String) - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Returns whether the parameter of the currently selected operator responding to the given key is an expert parameter.
ExpertDataTableRenderer - Class in com.rapidminer.gui.new_plotter.integration
This renderer creates a plot view of the series (for integration in RapidMiner).
ExpertDataTableRenderer() - Constructor for class com.rapidminer.gui.new_plotter.integration.ExpertDataTableRenderer
 
ExponentialFunctionGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
ExponentialFunctionGenerator(int) - Constructor for class com.rapidminer.generator.ExponentialFunctionGenerator
 
ExponentialFunctionGenerator() - Constructor for class com.rapidminer.generator.ExponentialFunctionGenerator
 
ExponentialSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the exponential smoothing kernel.
ExponentialSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.ExponentialSmoothingKernel
 
EXPORT_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
EXPORT_PROCESS_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
exportAsDrag(JComponent, InputEvent, int) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler
 
exportDone(JComponent, Transferable, int) - Method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
exportDone(JComponent, Transferable, int) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
exportDone(JComponent, Transferable, int) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
ExportImageAction - Class in com.rapidminer.gui.new_plotter.templates.actions
Export the currently shown plot.
ExportImageAction(PlotterTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction
 
ExportImageAction.DimensionDialog - Class in com.rapidminer.gui.new_plotter.templates.actions
This is a dialog which can be used input a Dimension (width x height).
ExportImageAction.DimensionDialog() - Constructor for class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Creates a new ExportImageAction.DimensionDialog.
ExportImageAction.DimensionDialog(int, int, int, int) - Constructor for class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Creates a new ExportImageAction.DimensionDialog with the given min and max values for width/height.
exportPlot(PlotterTemplate) - Static method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction
Opens the plot export options.
exportProcess(Element, Process) - Method in class com.rapidminer.io.process.XMLExporter
This method will return append the description of this process to the given father element.
exportProcess(Operator, boolean) - Method in class com.rapidminer.io.process.XMLExporter
This method will create a document, append the complete process that contains the given operator.
ExportProcessAction - Class in com.rapidminer.gui.actions
Action to export a process to a file.
ExportProcessAction() - Constructor for class com.rapidminer.gui.actions.ExportProcessAction
 
exportSingleOperator(Operator) - Method in class com.rapidminer.io.process.XMLExporter
 
exportToClipboard(JComponent, Clipboard, int) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
ExportViewAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ExportViewAction(Component, String) - Constructor for class com.rapidminer.gui.actions.ExportViewAction
 
ExpressionCondition - Class in com.rapidminer.operator.meta.branch
This condition will parse the condition value as an expression and return it's boolean value if possible.
ExpressionCondition() - Constructor for class com.rapidminer.operator.meta.branch.ExpressionCondition
 
ExpressionParser - Class in com.rapidminer.tools.math.function
This class can be used as expression parser in order to generate new attributes.
ExpressionParser(boolean) - Constructor for class com.rapidminer.tools.math.function.ExpressionParser
 
ExpressionParser(boolean, Process) - Constructor for class com.rapidminer.tools.math.function.ExpressionParser
This constructor allows additional functions if called within a process.
ExpressionParserConstants - Class in com.rapidminer.tools.math.function
 
ExpressionParserConstants() - Constructor for class com.rapidminer.tools.math.function.ExpressionParserConstants
 
ExpressionPropertyDialog - Class in com.rapidminer.gui.properties
 
ExpressionPropertyDialog(ParameterTypeExpression, String) - Constructor for class com.rapidminer.gui.properties.ExpressionPropertyDialog
 
ExpressionValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
 
ExpressionValueCellEditor(ParameterTypeExpression) - Constructor for class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
ExtendedCheckTree - Class in com.rapidminer.gui.tools
The check tree, i.e. a JTree also displaying selection checkboxes with triple states and automatic parent and child selections.
ExtendedCheckTree(TreeModel, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTree
 
ExtendedCheckTreeCellRenderer - Class in com.rapidminer.gui.tools
This is the combined renderer for the check tree.
ExtendedCheckTreeCellRenderer(TreeCellRenderer, ExtendedCheckTreeSelectionModel) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTreeCellRenderer
 
ExtendedCheckTreeMouseSelectionManager - Class in com.rapidminer.gui.tools
This is a mouse listener for check trees in order to update the selection events.
ExtendedCheckTreeMouseSelectionManager(JTree, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTreeMouseSelectionManager
 
ExtendedCheckTreeSelectionModel - Class in com.rapidminer.gui.tools
This is the selection model for the check tree.
ExtendedCheckTreeSelectionModel(TreeModel) - Constructor for class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
ExtendedErrorDialog - Class in com.rapidminer.gui.tools.dialogs
The error message dialog.
ExtendedErrorDialog(String, Throwable, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ExtendedErrorDialog
Creates a dialog with the internationalized I18n-message from the given key and a panel for detailed stack trace.
ExtendedErrorDialog(String, Throwable, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ExtendedErrorDialog
Creates a dialog with the internationalized I18n-message from the given key and a panel for detailed stack trace.
ExtendedErrorDialog(String, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ExtendedErrorDialog
Creates a dialog with the internationalized I18n-message from the given key.
ExtendedFixedColumnJTable - Class in com.rapidminer.gui.tools
This table can be used to display a fixed column as the first column which will never be moved or scrolled away.
ExtendedHTMLEditorKit - Class in com.rapidminer.gui.tools
This Kit provides the basic Java HTML render capabilities, but extends the Java kit such that each Kit has its own StyleSheet.
ExtendedHTMLEditorKit() - Constructor for class com.rapidminer.gui.tools.ExtendedHTMLEditorKit
 
ExtendedHTMLJEditorPane - Class in com.rapidminer.gui.tools
This class extends the editor pane in a way, so that more than one style sheet for HTML content can be used.
ExtendedHTMLJEditorPane() - Constructor for class com.rapidminer.gui.tools.ExtendedHTMLJEditorPane
 
ExtendedHTMLJEditorPane(String) - Constructor for class com.rapidminer.gui.tools.ExtendedHTMLJEditorPane
 
ExtendedHTMLJEditorPane(String, String) - Constructor for class com.rapidminer.gui.tools.ExtendedHTMLJEditorPane
 
ExtendedJComboBox - Class in com.rapidminer.gui.tools
A combo box which can use a predefined preferred size.
ExtendedJComboBox(String[]) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox() - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int, int) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int, int, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(ComboBoxModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int, int, boolean, ComboBoxModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJComboBox(int, int, boolean, String[]) - Constructor for class com.rapidminer.gui.tools.ExtendedJComboBox
 
ExtendedJFileChooser - Class in com.rapidminer.gui.tools
 
ExtendedJFileChooser(File) - Constructor for class com.rapidminer.gui.tools.ExtendedJFileChooser
 
ExtendedJFileChooser(String, File, Object...) - Constructor for class com.rapidminer.gui.tools.ExtendedJFileChooser
 
ExtendedJList - Class in com.rapidminer.gui.tools
Extended JList which provides tool tips in combination with an ExtendedListModel.
ExtendedJList(ExtendedListModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJList
 
ExtendedJList(ExtendedListModel, int) - Constructor for class com.rapidminer.gui.tools.ExtendedJList
 
ExtendedJScrollPane - Class in com.rapidminer.gui.tools
This extended version of the JScrollPane uses increased numbers of unit increments for both scroll bars making it more useful for mouse wheels.
ExtendedJScrollPane() - Constructor for class com.rapidminer.gui.tools.ExtendedJScrollPane
 
ExtendedJScrollPane(Component) - Constructor for class com.rapidminer.gui.tools.ExtendedJScrollPane
 
ExtendedJSlider - Class in com.rapidminer.gui.tools
This extended version of the JSlider shows the currently selected value as tool tip.
ExtendedJSlider(int, int, int, int, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJSlider
 
ExtendedJSliderToolTips - Class in com.rapidminer.gui.tools
This class handles the tool tips for JSliders.
ExtendedJSliderToolTips() - Constructor for class com.rapidminer.gui.tools.ExtendedJSliderToolTips
 
ExtendedJTabbedPane - Class in com.rapidminer.gui.tools
Creates a tabbed pane with tabs at top and which scroll the tabs instead of creating multiple lines.
ExtendedJTabbedPane() - Constructor for class com.rapidminer.gui.tools.ExtendedJTabbedPane
 
ExtendedJTable - Class in com.rapidminer.gui.tools
This class extends a JTable in a way that editing is handled like it is expected, i.e.
ExtendedJTable() - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTable(TableModel, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTable
 
ExtendedJTableColumnFitMouseListener - Class in com.rapidminer.gui.tools
This is a the listener for double clicks on column separators in order to pack the left column.
ExtendedJTableColumnFitMouseListener() - Constructor for class com.rapidminer.gui.tools.ExtendedJTableColumnFitMouseListener
 
ExtendedJTablePacker - Class in com.rapidminer.gui.tools
This is a packer class for the extended JTable.
ExtendedJTablePacker(boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedJTablePacker
 
ExtendedJTableSorterModel - Class in com.rapidminer.gui.tools
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
ExtendedJTableSorterModel() - Constructor for class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ExtendedJTableSorterModel(TableModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ExtendedJTableSorterModel(TableModel, JTableHeader) - Constructor for class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ExtendedJTextField - Class in com.rapidminer.gui.tools
This extends the usual text field with a model, that will reflect the changes to the content of the text field and offers a listener concept to be informed of the changes.
ExtendedJTextField() - Constructor for class com.rapidminer.gui.tools.ExtendedJTextField
 
ExtendedJTextField(String) - Constructor for class com.rapidminer.gui.tools.ExtendedJTextField
 
ExtendedJTextField(ExtendedJTextField.ExtendedJTextFieldModel) - Constructor for class com.rapidminer.gui.tools.ExtendedJTextField
 
ExtendedJTextField.ExtendedJTextFieldModel - Class in com.rapidminer.gui.tools
This is the model of an ExtendedJTextField.
ExtendedJTextField.ExtendedJTextFieldModel() - Constructor for class com.rapidminer.gui.tools.ExtendedJTextField.ExtendedJTextFieldModel
 
ExtendedJTextField.ExtendedJTextFieldModel(String) - Constructor for class com.rapidminer.gui.tools.ExtendedJTextField.ExtendedJTextFieldModel
 
ExtendedJTextField.TextChangeListener - Interface in com.rapidminer.gui.tools
 
ExtendedJToolBar - Class in com.rapidminer.gui.tools
This toolbar extension is not floatable and activate the hover effect.
ExtendedJToolBar() - Constructor for class com.rapidminer.gui.tools.ExtendedJToolBar
 
ExtendedListCellRenderer - Class in com.rapidminer.gui.tools
Provides an extended list cell renderer which allows the disabling of list elements according to their status in an extended list model.
ExtendedListCellRenderer(ExtendedListModel) - Constructor for class com.rapidminer.gui.tools.ExtendedListCellRenderer
 
ExtendedListModel - Class in com.rapidminer.gui.tools
Provides an extended list model which holds data for a ExtendedJList.
ExtendedListModel() - Constructor for class com.rapidminer.gui.tools.ExtendedListModel
 
ExtendedTriStateCheckBox - Class in com.rapidminer.gui.tools
This is the tri state check box.
ExtendedTriStateCheckBox(String, Icon, Boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedTriStateCheckBox(String, Boolean) - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedTriStateCheckBox(String) - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedTriStateCheckBox() - Constructor for class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
 
ExtendedVertexShapeTransformer<V> - Class in com.rapidminer.gui.graphs
The extended vertex shaper for the GraphViewer.
ExtendedVertexShapeTransformer(GraphCreator<V, ?>) - Constructor for class com.rapidminer.gui.graphs.ExtendedVertexShapeTransformer
 
ExtensibleResourceBundle - Class in com.rapidminer.tools
This class represents an extensible resource bundle, where other resource bundles might be added.
ExtensibleResourceBundle(ResourceBundle) - Constructor for class com.rapidminer.tools.ExtensibleResourceBundle
 
ExtensionButton - Class in com.rapidminer.gui.flow
 
ExtensionButton(OperatorChain, int, boolean) - Constructor for class com.rapidminer.gui.flow.ExtensionButton
 
ExtensionButtonUI - Class in com.rapidminer.gui.look.ui
The UI for the basic button.
ExtensionButtonUI() - Constructor for class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
ExtensionDialog - Class in com.rapid_i.deployment.update.client
Dialog to select versions and (de-)activate extensions
ExtensionDialog() - Constructor for class com.rapid_i.deployment.update.client.ExtensionDialog
 
extract2ByteInt(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts a 2-byte (short) int from a byte array.
ExtractClusterPrototypes - Class in com.rapidminer.operator.clustering
This operator extracts the cluster prototypes from a flat clustermodel and builds an example set containing them.
ExtractClusterPrototypes(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.ExtractClusterPrototypes
 
extractData(EntryResponse) - Method in class com.rapidminer.repository.remote.RemoteDataEntry
 
extractData(EntryResponse) - Method in class com.rapidminer.repository.remote.RemoteEntry
Extracts the relevant data for this entry from the server's response.
extractDouble(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts a double from a byte array.
extractFloat(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts a float from a byte array.
extractInt(byte[], int, boolean) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts an int from a byte array.
extractString(byte[], int, int) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Extracts string from byte array.

F

F_MEASURE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
factorial(int) - Static method in class com.rapidminer.tools.math.MathFunctions
 
FALLOUT - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALSE - Static variable in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
FALSE_NEGATIVE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALSE_POSITIVE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
FALSE_STRINGS - Static variable in class com.rapidminer.tools.Tools
 
FastExample2SparseTransform - Class in com.rapidminer.example
This class can be used for the efficient generation of sparse example formats.
FastExample2SparseTransform(ExampleSet) - Constructor for class com.rapidminer.example.FastExample2SparseTransform
Returns for a table giving the equivalence between the positions of the Attributes in the ExampleTable and the number of the regular Attributes in the ExampleSet.
FastFourierTransform - Class in com.rapidminer.tools.math
Performs a FastFourierTransform on an array of complex values.
FastFourierTransform(int) - Constructor for class com.rapidminer.tools.math.FastFourierTransform
 
FastICA - Class in com.rapidminer.operator.features.transformation
This operator performs the independent componente analysis (ICA).
FastICA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.FastICA
 
FastICAModel - Class in com.rapidminer.operator.features.transformation
This is the transformation model of the FastICA.
FastICAModel(ExampleSet, int, double[], boolean, Matrix, Matrix, Matrix) - Constructor for class com.rapidminer.operator.features.transformation.FastICAModel
 
FastKMeans - Class in com.rapidminer.operator.clustering.clusterer
This operator represents an implementation of k-means.
FastKMeans(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.FastKMeans
 
FastLargeMargin - Class in com.rapidminer.operator.learner.functions
Applies a fast margin learner based on the linear support vector learning scheme proposed by R.
FastLargeMargin(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.FastLargeMargin
 
FastMarginModel - Class in com.rapidminer.operator.learner.functions
This is the model of the fast margin learner which learns a linear SVM in linear time.
FastMarginModel(ExampleSet, Model, boolean) - Constructor for class com.rapidminer.operator.learner.functions.FastMarginModel
 
FastSparseDoubleArrayDataRow - Class in com.rapidminer.example.table
This implementation of a sparse DataRow makes use of the binary search index to maintain a sorted list of indices to save the effort of re sorting on adding a new index.
FastSparseDoubleArrayDataRow(int) - Constructor for class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
fastSplit(String, char, boolean, char, char) - Static method in class com.rapidminer.tools.LineParser
Splits the given line at each split character which is not in quotes and not following an escape character.
FATAL - Static variable in class com.rapidminer.tools.LogService
Use this log verbosity for logging of fatal errors which will stop process running somewhere in the future.
fatalError(SAXParseException) - Method in class com.rapidminer.io.process.XMLErrorHandler
 
father - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
fc - Variable in class com.rapidminer.gui.look.fc.FileList
 
FDistribution - Class in com.rapidminer.tools.math
The FDistribution depends on two given degrees of freedom.
FDistribution(int, int) - Constructor for class com.rapidminer.tools.math.FDistribution
 
feasible(int) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
feasible(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
feasible_epsilon - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
feasible_epsilon - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
FeatureBlockTypeFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator switches off all features whose block type matches the one given in the parameter skip_features_of_type.
FeatureBlockTypeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureBlockTypeFilter
 
FeatureFilter - Class in com.rapidminer.operator.preprocessing.filter
This is an abstract superclass for feature filters.
FeatureFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureFilter
 
FeatureGenerationOperator - Class in com.rapidminer.operator.features.construction
This operator generates new user specified features.
FeatureGenerationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.FeatureGenerationOperator
 
FeatureGenerator - Class in com.rapidminer.generator
Abstract superclass of all attribute generators.
FeatureGenerator() - Constructor for class com.rapidminer.generator.FeatureGenerator
 
FeatureIterator - Class in com.rapidminer.operator.meta
This operator takes an input data set and applies its inner operators as often as the number of features of the input data is.
FeatureIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.FeatureIterator
 
FeatureNameFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator switches off all features whose name matches the one given in the parameter skip_features_with_name.
FeatureNameFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
 
FeatureOperator - Class in com.rapidminer.operator.features
This class is the superclass of all feature selection and generation operators.
FeatureOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.FeatureOperator
 
FeatureRangeRemoval - Class in com.rapidminer.operator.preprocessing.filter
This operator removes the attributes of a given range.
FeatureRangeRemoval(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
 
FeatureSelectionOperator - Class in com.rapidminer.operator.features.selection
This operator realizes the two deterministic greedy feature selection algorithms forward selection and backward elimination.
FeatureSelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
FeatureSubsetIteration - Class in com.rapidminer.operator.meta
This meta operator iterates through all possible feature subsets within the specified range and applies the inner operators on the feature subsets.
FeatureSubsetIteration(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.FeatureSubsetIteration
 
FeatureValueTypeFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator switches off all features whose value type matches the one given in the parameter skip_features_of_type.
FeatureValueTypeFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FeatureValueTypeFilter
 
FeatureWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting under the naive assumption that the features are independent from each other.
FeatureWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.FeatureWeighting
 
fetchBookmarks() - Method in class com.rapid_i.deployment.update.client.UpdateListPanel
Connects to rapidupdate.de to fetch the bookmarks and automatically select them.
FieldConnectionEntry - Class in com.rapidminer.tools.jdbc.connection
This class is a ConnectionEntry specifying additional fields for storing the host, port and database.
FieldConnectionEntry() - Constructor for class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
FieldConnectionEntry(String, JDBCProperties, String, String, String, String, char[]) - Constructor for class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
FieldConnectionEntry(Element, Key) - Constructor for class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
file - Variable in class com.rapidminer.test.OperatorDataSampleTest
 
FILE_PATH - Static variable in class com.rapidminer.tools.Ontology
 
fileChooser - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
FILECHOOSER_CLOSE_ICON - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_OPEN_ICON - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_SAVE_ICON - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_SELECT_ICON - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_DETAILS - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_ICON - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_LIST - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_THUMBNAIL - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FILECHOOSER_VIEW_TYPE - Static variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FileChooserUI - Class in com.rapidminer.gui.look.fc
The UI for the extended file chooser.
FileChooserUI(JFileChooser) - Constructor for class com.rapidminer.gui.look.fc.FileChooserUI
 
filechooserUI - Variable in class com.rapidminer.gui.look.fc.FileList
 
FileDataRowReader - Class in com.rapidminer.example.table
FileDataRowReader implements a DataRowReader that reads DataRows from a file.
FileDataRowReader(DataRowFactory, List<AttributeDataSource>, double, int, String, char[], boolean, char, char, boolean, boolean, Charset, RandomGenerator) - Constructor for class com.rapidminer.example.table.FileDataRowReader
Constructs a new FileDataRowReader.
FileEchoOperator - Class in com.rapidminer.operator
This operator simply writed the specified text into the specified file.
FileEchoOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.FileEchoOperator
 
FileExistsCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if a file exists.
FileExistsCondition() - Constructor for class com.rapidminer.operator.meta.branch.FileExistsCondition
Constructor used by reflection.
fileInputPort - Variable in class com.rapidminer.operator.io.BytewiseExampleSource
 
fileInputPort - Variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
FileInputPortHandler - Class in com.rapidminer.operator.nio.file
Provides methods for creating and working with a file InputPort.
FileInputPortHandler(Operator, InputPort, String) - Constructor for class com.rapidminer.operator.nio.file.FileInputPortHandler
 
FileIterator - Class in com.rapidminer.operator.meta
This operator iterates over the files in the specified directory (and subdirectories if the corresponding parameter is set to true).
FileIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.FileIterator
 
fileList - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
FileList - Class in com.rapidminer.gui.look.fc
The actual file selection list.
FileList(FileChooserUI, JFileChooser) - Constructor for class com.rapidminer.gui.look.fc.FileList
 
FileObject - Class in com.rapidminer.operator.nio.file
This class represents buffers, files or streams that can be parsed by Operators.
FileObject() - Constructor for class com.rapidminer.operator.nio.file.FileObject
 
fileOutputPort - Variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
fileOutputPort - Variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
FileOutputPortHandler - Class in com.rapidminer.operator.nio.file
Provides methods for creating and working with a file InputPort.
FileOutputPortHandler(Operator, OutputPort, String) - Constructor for class com.rapidminer.operator.nio.file.FileOutputPortHandler
 
filePane - Variable in class com.rapidminer.gui.look.fc.ItemPanel
 
filePortHandler - Variable in class com.rapidminer.operator.io.BytewiseExampleSource
 
FileProcessLocation - Class in com.rapidminer
 
FileProcessLocation(File) - Constructor for class com.rapidminer.FileProcessLocation
 
FileSelectionWizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
 
FileSelectionWizardStep(AbstractWizard, FileFilter...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
FileSelectionWizardStep(AbstractWizard, File, FileFilter...) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
FileSystemService - Class in com.rapidminer.tools
This service offers methods for accessing the file system.
FileSystemService() - Constructor for class com.rapidminer.tools.FileSystemService
 
FileTable - Class in com.rapidminer.gui.look.fc
A table for the file details.
FileTable(FileList) - Constructor for class com.rapidminer.gui.look.fc.FileTable
 
FileTableLabel - Class in com.rapidminer.gui.look.fc
A label for the file table.
FileTableLabel() - Constructor for class com.rapidminer.gui.look.fc.FileTableLabel
 
FileTableLabel(String, ImageIcon, int) - Constructor for class com.rapidminer.gui.look.fc.FileTableLabel
 
FileValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Cell editor consisting of a text field and a small button for opening a file chooser.
FileValueCellEditor(ParameterTypeFile) - Constructor for class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
FillDataGaps - Class in com.rapidminer.operator.preprocessing.filter
This operator fills gaps in the data based on the ID attribute of the data set.
FillDataGaps(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
fillDataTable(SimpleDataTable, List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
fillDataTable(SimpleDataTable, Map<String, double[]>, Population, boolean) - Static method in class com.rapidminer.operator.features.PopulationPlotter
 
fillDataTable(SimpleDataTable, Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
fillNewRowAndColumn() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
fillSubtreeCounterMap(Map<String, Integer>) - Method in class com.rapidminer.operator.learner.tree.Tree
 
filter(Complex[], int) - Method in class com.rapidminer.tools.math.SpectrumFilter
 
FilterableListModel - Class in com.rapidminer.gui.tools
A filterable list model for JList components.
FilterableListModel() - Constructor for class com.rapidminer.gui.tools.FilterableListModel
 
FilterableListModel.FilterCondition - Class in com.rapidminer.gui.tools
 
FilterableListModel.FilterCondition() - Constructor for class com.rapidminer.gui.tools.FilterableListModel.FilterCondition
 
filterByPValue(LinearRegression, boolean, double, ExampleSet, boolean[], double[], double, double[], double, double[], double) - Method in class com.rapidminer.operator.learner.functions.linear.TTestLinearRegressionMethod
This method filters the selected attributes depending on their p-value in respect to the significance niveau alpha.
FILTERED_STRING_FILE_NAME - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
FILTERED_STRING_FILE_NAME - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
FILTERED_STRING_FILE_PATH - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
FILTERED_STRING_FILE_PATH - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
FILTERED_STRING_PARENT_PATH - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
FILTERED_STRINGS - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
FILTERED_STRINGS - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
FilteredDataTable - Class in com.rapidminer.datatable
This DataTable filters the contained rows using a stack of FilterConditions.
FilteredDataTable(DataTable) - Constructor for class com.rapidminer.datatable.FilteredDataTable
 
FilteredDataTable(DataTable, FilteredDataTable.ConditionCombination) - Constructor for class com.rapidminer.datatable.FilteredDataTable
 
FilteredDataTable.ConditionCombination - Enum in com.rapidminer.datatable
 
FilteredDataTable.DataTableFilteredListener - Interface in com.rapidminer.datatable
 
filterFitness(double) - Method in class com.rapidminer.operator.features.selection.BoltzmannSelection
Returns a fitness based on the Boltzmann theorem, i.e.
filterFitness(double) - Method in class com.rapidminer.operator.features.selection.RouletteWheel
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class com.rapidminer.operator.features.selection.StochasticUniversalSampling
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.BoltzmannSelection
Returns a fitness based on the Boltzmann theorem, i.e.
filterFitness(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.RouletteWheel
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
filterFitness(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.StochasticUniversalSampling
Subclasses may override this method and recalculate the fitness based on the given one, e.g.
FilterListener - Interface in com.rapidminer.gui.tools
A filter listener which can be added to the FilterTextField.
filterPanel - Variable in class com.rapidminer.gui.templates.BuildingBlockDialog
 
FilterTextField - Class in com.rapidminer.gui.tools
A text field for JList, JTable, or JTree filters.
FilterTextField() - Constructor for class com.rapidminer.gui.tools.FilterTextField
 
FilterTextField(int) - Constructor for class com.rapidminer.gui.tools.FilterTextField
 
FilterTextField(String) - Constructor for class com.rapidminer.gui.tools.FilterTextField
 
FilterTextField(String, int) - Constructor for class com.rapidminer.gui.tools.FilterTextField
 
FilterTextField(Document, String, int) - Constructor for class com.rapidminer.gui.tools.FilterTextField
 
finalize() - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
finalize() - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
finalize(Object) - Static method in class com.rapidminer.gui.new_plotter.StaticDebug
 
finalize() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclarationEditor
 
finalize() - Method in class com.rapidminer.operator.nio.file.BufferedFileObject
 
finalize() - Method in class com.rapidminer.operator.nio.file.RepositoryBlobObject
 
finalize() - Method in class com.rapidminer.operator.nio.file.ZipEntryObject
 
finalizeAll() - Method in class com.rapidminer.gui.look.fc.Item
 
finalizePluginLoading() - Static method in class com.rapidminer.tools.plugin.Plugin
This method will check all needed dependencies of all currently registered plugin files and will build the final class loaders for the extensions containing all dependencies.
findAllKdContainers(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Finds and fills all K distance containers for all objects in the Search Room by invoking the process of finding all k distance containers for one Search Object.
findArchive() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
This method returns the jar file of the extension or throws an FileNotFoundException exception.
findArchive(String) - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
findAttribute(String) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the attribute with the given name.
findAttribute(String) - Method in interface com.rapidminer.example.table.ExampleTable
Returns the attribute with the given name.
findBestConfig(Item) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
findClass(String) - Method in class com.rapidminer.tools.plugin.AllPluginsClassLoader
 
findGroup(String, OperatorDocBundle) - Static method in class com.rapidminer.tools.GroupTree
Deprecated. 
findGroup(String) - Method in class com.rapidminer.tools.GroupTreeRoot
Finds the group for the given fully qualified name (dot separated) if existing, returning null otherwise.
findImplementationsInJar(JarFile, Class, List<String>) - Static method in class com.rapidminer.tools.Tools
 
findImplementationsInJar(ClassLoader, JarFile, Class<?>, List<String>) - Static method in class com.rapidminer.tools.Tools
 
findKdistanceContainers(SearchObject, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method processes a sequential search over the SearchSpace for a SearchObject so (named p here to be in line with the literature).
findMatchingBracket(Document, int) - Static method in class com.rapidminer.gui.tools.syntax.TextUtilities
Returns the offset of the bracket matching the one at the specified offset of the document, or -1 if the bracket is unmatched (or if the character is not a bracket).
findOperator(Point) - Method in class com.rapidminer.gui.flow.FlowVisualizer
 
findOrCreateGroup(String, OperatorDocBundle) - Method in class com.rapidminer.tools.GroupTreeRoot
Finds or creates the group for the given fully qualified name (dot separated).
findRoleByName(String) - Method in class com.rapidminer.example.AbstractAttributes
 
findRoleByName(String) - Method in interface com.rapidminer.example.Attributes
Finds the AttributeRole belonging to the attribute with the given name (both regular and special).
findRoleByName(String, boolean) - Method in interface com.rapidminer.example.Attributes
Finds the AttributeRole belonging to the attribute with the given name (both regular and special).
findRoleByName(String, boolean) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
findRoleByName(String, boolean) - Method in class com.rapidminer.example.SimpleAttributes
 
findRoleBySpecialName(String) - Method in class com.rapidminer.example.AbstractAttributes
 
findRoleBySpecialName(String) - Method in interface com.rapidminer.example.Attributes
Finds the AttributeRole with the given special name (both regular and special).
findRoleBySpecialName(String, boolean) - Method in interface com.rapidminer.example.Attributes
Finds the AttributeRole with the given special name (both regular and special).
findRoleBySpecialName(String, boolean) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
findRoleBySpecialName(String, boolean) - Method in class com.rapidminer.example.SimpleAttributes
 
Finds - Class in com.rapidminer.tools.math.function.expressions.text
Returns true if and only if the given expression can be find in the given text.
Finds() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Finds
 
findSourceFile(StackTraceElement) - Static method in class com.rapidminer.tools.Tools
 
findVisibleItems() - Method in class com.rapidminer.gui.look.fc.FileList
 
findWordEnd(String, int, String) - Static method in class com.rapidminer.gui.tools.syntax.TextUtilities
Locates the end of the word at the specified position.
findWordStart(String, int, String) - Static method in class com.rapidminer.gui.tools.syntax.TextUtilities
Locates the start of the word at the specified position.
finish() - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
finish() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
finish() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard
 
finish(boolean) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
finish() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard
 
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
This method is invoked at the end of the configuration process.
finish(ConfigurationListener) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard
 
finish() - Method in class com.rapidminer.operator.nio.AbstractDataImportWizard
 
finish() - Method in class com.rapidminer.repository.gui.NewRepositoryDialog
 
finishAssign() - Method in class com.rapidminer.operator.clustering.Centroid
 
finishAssign() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
finishRendering() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
finishRendering() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
finishRendering() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
finishRendering() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
finishRendering() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Do nothing.
finishRendering() - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
finishRendering() - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
finishRendering() - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
finishRendering() - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
finishRendering() - Method in class com.rapidminer.gui.viewer.ROCViewer
 
finishRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
finishRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
finishRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
finishRendering() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
finishRendering() - Method in interface com.rapidminer.report.Renderable
Will be invoked directly after rendering and gives the object the chance to perform some clean-up.
finishReporting() - Method in class com.rapidminer.datatable.AbstractDataTable
 
finishReporting() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
finishReporting() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
finishReporting() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
finishReporting() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.DataViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
finishReporting() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
finishReporting() - Method in interface com.rapidminer.report.Tableable
 
fireCaretEvent() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
fireDataUpdated(DataTable) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Call to notify the plotter template that the data has changed.
fireDataUpdated(String, ExampleSet) - Method in class com.rapidminer.gui.new_plotter.templates.TemplateChooser
Call to notify all plotter templates that the data has changed.
fireDimensionConfigChanged(DimensionConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
fireEditingStoppedEvent() - Method in class com.rapidminer.gui.properties.PropertyPanel
 
fireEntryAdded(Entry, Folder) - Method in class com.rapidminer.repository.local.LocalRepository
 
fireEntryAdded(Entry, Folder) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
fireEntryChanged(Entry) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
fireEntryRemoved(Entry, Folder, int) - Method in class com.rapidminer.repository.local.LocalRepository
 
fireEntryRemoved(Entry, Folder, int) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
fireEntryRenamed(Entry) - Method in class com.rapidminer.repository.local.LocalRepository
 
fireEvent() - Method in class com.rapidminer.datatable.AbstractDataTable
 
fireExecutionOrderChanged(ExecutionUnit) - Method in class com.rapidminer.Process
 
fireExecutionUnitExported(ExecutionUnit, Element) - Static method in class com.rapidminer.io.process.ProcessXMLFilterRegistry
 
fireExecutionUnitImported(ExecutionUnit, Element) - Static method in class com.rapidminer.io.process.ProcessXMLFilterRegistry
 
fireGroupingChanged(ValueGroupingChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
fireInsertUpdate(DocumentEvent) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
fireOperatorAdded(Operator) - Method in class com.rapidminer.Process
 
fireOperatorChanged(Operator) - Method in class com.rapidminer.Process
 
fireOperatorExported(Operator, Element) - Static method in class com.rapidminer.io.process.ProcessXMLFilterRegistry
 
fireOperatorImported(Operator, Element) - Static method in class com.rapidminer.io.process.ProcessXMLFilterRegistry
 
fireOperatorRemoved(Operator, int, int) - Method in class com.rapidminer.Process
 
fireParameterChangedEvent() - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
fireProcessUpdated() - Method in class com.rapidminer.gui.MainFrame
 
fireRefreshed(Folder) - Method in class com.rapidminer.repository.db.DBRepository
 
fireRefreshed(Folder) - Method in class com.rapidminer.repository.local.LocalRepository
 
fireRefreshed(Folder) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
fireRefreshed(Folder) - Method in class com.rapidminer.repository.resource.ResourceRepository
 
fireRemoveUpdate(DocumentEvent) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
fireRepaint() - Method in class com.rapidminer.gui.flow.InterpolationMap
 
fireResumeEvent() - Method in class com.rapidminer.Process
Fires the event that the process was resumed.
fireSettingsChanged() - Method in class com.rapidminer.gui.properties.SettingsDialog
Deprecated. 
fireStateChanged() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
fireStateChanged() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
should be called whenever a field was updated
fireUpdate(Operator) - Method in class com.rapidminer.operator.Operator
 
fireUpdate() - Method in class com.rapidminer.tools.AbstractObservable
Equivalent to fireUpdate(null).
fireUpdate(A) - Method in class com.rapidminer.tools.AbstractObservable
Updates all observers with the given argument.
fireValueRangeChanged(ValueRangeChangeEvent) - Method in class com.rapidminer.gui.new_plotter.utility.AbstractValueRange
 
FIRST_SOURCE - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
FIRST_TYPE_INDEX - Static variable in class com.rapidminer.example.table.DataRowFactory
 
FIRST_TYPE_INDEX - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
FIRST_TYPE_INDEX - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
FIRST_TYPE_INDEX - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
FirstInnerOperatorCondition - Class in com.rapidminer.operator.condition
This condition can be used to define a output condition for the an inner operator in a chain where the first inner operator must be able to handle the specified input and all inner operators must be able to handle their predecessors output.
FirstInnerOperatorCondition(Class[]) - Constructor for class com.rapidminer.operator.condition.FirstInnerOperatorCondition
Creates an inner operator condition.
FirstInnerOperatorCondition(Class[], boolean) - Constructor for class com.rapidminer.operator.condition.FirstInnerOperatorCondition
Creates an inner operator condition.
firstLine - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
firstToken - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
The first token in the list.
FitAllColumnWidthsAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
FitAllColumnWidthsAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.FitAllColumnWidthsAction
 
FitColumnWidthAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
FitColumnWidthAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.FitColumnWidthAction
 
FixedConsoleHandler - Class in com.rapidminer.tools
The regular ConsoleHandler fails to call super.close() which prevents Formatter.getTail(java.util.logging.Handler) to be written propertly.
FixedConsoleHandler() - Constructor for class com.rapidminer.tools.FixedConsoleHandler
 
FixedSplitValidationChain - Class in com.rapidminer.operator.validation
A FixedSplitValidationChain splits up the example set at a fixed point into a training and test set and evaluates the model (linear sampling).
FixedSplitValidationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.FixedSplitValidationChain
 
FixedWidthLabel - Class in com.rapidminer.gui.tools.components
A label with fixed width in pixels breaking lines accordingly.
FixedWidthLabel(int, String) - Constructor for class com.rapidminer.gui.tools.components.FixedWidthLabel
 
FixedWidthLabel(int, String, Icon) - Constructor for class com.rapidminer.gui.tools.components.FixedWidthLabel
 
fixMetaDataDefinition() - Method in class com.rapidminer.operator.io.AbstractDataReader
Method to declare the operators MetaData as final.
FlankedShapeLegendItem - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.legend
A LegendItem which has a label left and right of the shape in addition to the default label.
FlankedShapeLegendItem(AttributedString, String, String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(AttributedString, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(AttributedString, String, String, String, Shape, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(AttributedString, String, String, String, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String, String, String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String, String, String, String, Shape, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String, String, String, String, Shape, Stroke, Paint) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlankedShapeLegendItem(String, String, String) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
FlatFuzzyClusterModel - Class in com.rapidminer.operator.clustering
This class represents a stadard implementation of a flat, fuzzy clustering.
FlatFuzzyClusterModel(ExampleSet, int, boolean, boolean) - Constructor for class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
flatten(HierarchicalClusterModel, ExampleSet) - Method in class com.rapidminer.operator.clustering.FlattenClusterModel
 
FlattenClusterModel - Class in com.rapidminer.operator.clustering
Creates a flat cluster model from a hierarchical one by expanding nodes in the order of their distance until the desired number of clusters is reached.
FlattenClusterModel(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.FlattenClusterModel
 
FlatteningPassThroughRule - Class in com.rapidminer.operator.ports.metadata
Passes meta data through and recursively unfolds element meta data if CollectionMetaData is found.
FlatteningPassThroughRule(List<InputPort>, OutputPort) - Constructor for class com.rapidminer.operator.ports.metadata.FlatteningPassThroughRule
 
flipAttributeUsed(Attribute) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Flips the selection state of the attribute with the given index.
FloatArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a float array.
FloatArrayDataRow(float[]) - Constructor for class com.rapidminer.example.table.FloatArrayDataRow
Creates a new data row backed by an primitive array.
FloatSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
FloatSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.FloatSparseArrayDataRow
Creates an empty sparse array data row with size 0.
FloatSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.FloatSparseArrayDataRow
Creates a sparse array data row of the given size.
FLOOR - Static variable in class com.rapidminer.generator.FloorCeilGenerator
 
FloorCeilGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
FloorCeilGenerator(int) - Constructor for class com.rapidminer.generator.FloorCeilGenerator
 
FloorCeilGenerator() - Constructor for class com.rapidminer.generator.FloorCeilGenerator
 
FlowVisualizer - Class in com.rapidminer.gui.flow
This class lets the user view and edit the execution order of a process.
FlowVisualizer(ProcessRenderer) - Constructor for class com.rapidminer.gui.flow.FlowVisualizer
 
flush() - Method in class com.rapid_i.deployment.update.client.ProgressReportingOutputStream
 
flush() - Method in class com.rapidminer.tools.OutputStreamMultiplier
 
flush() - Method in class com.rapidminer.tools.WriterMultiplier
Flushes all writers.
flushBase64() - Method in class com.rapidminer.io.Base64.OutputStream
Method added by PHIL.
fm - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
focusColor - Variable in class com.rapidminer.gui.look.ui.RadioButtonUI
 
focusedComponent - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
focusGained(FocusEvent) - Method in class com.rapidminer.gui.look.ButtonListener
 
focusGained(FocusEvent) - Method in class com.rapidminer.gui.look.ToggleButtonListener
 
focusLost(FocusEvent) - Method in class com.rapidminer.gui.look.ButtonListener
 
focusLost(FocusEvent) - Method in class com.rapidminer.gui.look.ToggleButtonListener
 
focusLost() - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
focusLost() - Method in interface com.rapidminer.gui.new_plotter.gui.popup.PopupComponentListener
 
Folder - Interface in com.rapidminer.repository
An entry containing sub-entries.
folderRefreshed(Folder) - Method in interface com.rapidminer.repository.RepositoryListener
 
FONT_SIZE_DEFAULT - Static variable in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
the font size for the font buttons
FontDialog - Class in com.rapidminer.gui.new_plotter.gui
 
FontDialog(Component, Font, String) - Constructor for class com.rapidminer.gui.new_plotter.gui.FontDialog
 
FORBIDDEN - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
FORCE_NUMERIC - Static variable in class com.rapidminer.operator.io.StataExampleSource
Force attributes to be numeric even if value labels exist.
forceDataTableColumn(DataTableColumn) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
Is called each time the underlying data (or the data column) changes.
forcePlotGeneration() - Method in interface com.rapidminer.gui.plotter.Plotter
Forces the generation of a plotter which might be necessary for reporting plotters which are usually generated by user interaction.
forcePlotGeneration() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This default implementation does nothing.
forcePlotGeneration() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
forcePlotGeneration() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
forceUpdate() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Forces an update of the chart.
ForestBasedWeighting - Class in com.rapidminer.operator.features.weighting
This weighting schema will use a given random forest to extract the implicit importance of the used attributes.
ForestBasedWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ForestBasedWeighting
 
forIOObject(IOObject, boolean) - Static method in class com.rapidminer.operator.ports.metadata.MetaData
This will return the meta data description of the given IOObject.
forIOObject(IOObject) - Static method in class com.rapidminer.operator.ports.metadata.MetaData
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter
Formats a single example.
format(Example) - Method in interface com.rapidminer.example.ExampleFormatter.FormatCommand
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter.SimpleCommand
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter.TextCommand
 
format(Example) - Method in class com.rapidminer.example.ExampleFormatter.ValueCommand
 
format(double, int) - Method in interface com.rapidminer.gui.plotter.AxisTransformation
Returns the formatted value.
format(double, int) - Method in class com.rapidminer.gui.plotter.AxisTransformationId
Returns the formatted value.
format(double, int) - Method in class com.rapidminer.gui.plotter.AxisTransformationLog
Returns the formatted value.
format(LogRecord) - Method in class com.rapidminer.gui.tools.LeanFormatter
 
format(long) - Method in class com.rapidminer.tools.TimeFormat
This method takes the given number of milliseconds, time, and creates a new String containing a description of the time by means of days, hours, minutes and seconds.
format(Object, int) - Static method in class com.rapidminer.tools.Tools
Formats the value according to the given valueType.
FORMAT_NAMES - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Names of the formats.
FORMAT_NO_LABEL - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label is missing.
FORMAT_PREFIX - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label has a prefix specified in the prefix map.
FORMAT_SEPARATE_FILE - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label is in separate file.
FORMAT_TYPE_CURRENCY - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_INTEGER - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_NUMBER - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_PATTERN - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPE_PERCENT - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_TYPES - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
FORMAT_XY - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label succeeds attributes.
FORMAT_YX - Static variable in class com.rapidminer.example.table.SparseFormatDataRowReader
Label preceeds attributes.
formatAxis(PlotConfiguration, Axis) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartAxisFactory
 
formatBytes(long) - Static method in class com.rapidminer.tools.Tools
 
formatDate(Date) - Static method in class com.rapidminer.tools.Tools
Format date as a short time string.
formatDateTime(Date) - Static method in class com.rapidminer.tools.Tools
Format date as a short time string.
formatDuration(long) - Static method in class com.rapidminer.tools.Tools
Format the given amount of milliseconds as a human readable string.
formatIntegerIfPossible(double) - Static method in class com.rapidminer.tools.Tools
Returns a number string with no fraction digits if possible.
formatIntegerIfPossible(double, int) - Static method in class com.rapidminer.tools.Tools
Returns a number string with no fraction digits if possible.
formatIntegerIfPossible(double, int, boolean) - Static method in class com.rapidminer.tools.Tools
Returns a number string with no fraction digits if possible.
formatNumber(double) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (number format with usually three fraction digits).
formatNumber(double, int) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (uses the property rapidminer.gui.fractiondigits.numbers if the given number of digits is smaller than 0 (usually 3)).
formatNumber(double, int, boolean) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (uses the property rapidminer.gui.fractiondigits.numbers if the given number of digits is smaller than 0 (usually 3)).
formatPercent() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
formatPercent() - Method in class com.rapidminer.operator.performance.LenientRelativeError
Indicates whether or not percentage format should be used in the Averagable.toString() method.
formatPercent() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns true.
formatPercent() - Method in class com.rapidminer.operator.performance.RelativeError
Indicates wether or not percentage format should be used in the Averagable.toString() method.
formatPercent() - Method in class com.rapidminer.operator.performance.StrictRelativeError
Indicates whether or not percentage format should be used in the Averagable.toString() method.
formatPercent() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns true.
formatPercent() - Method in class com.rapidminer.tools.math.Averagable
Indicates wether or not percentage format should be used in the Averagable.toString() method.
formatPercent(double) - Static method in class com.rapidminer.tools.Tools
Returns a formatted string of the given number (percent format with two fraction digits).
formatSizeInBytes(long) - Static method in class com.rapidminer.tools.Tools
 
FormattedAreaRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedAreaRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer
 
FormattedBarRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedBarRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedBarRenderer
 
FormattedClusteredXYBarRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedClusteredXYBarRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer
 
FormattedClusteredXYBarRenderer(double, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer
 
FormattedDeviationRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedDeviationRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
FormattedDeviationRenderer(boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
FormattedLineAndShapeRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedLineAndShapeRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer
 
FormattedLineAndShapeRenderer(boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer
 
FormattedRenderer - Interface in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
Classes implementing this interface provide a color provider and data from which the color is derived.
FormattedScatterRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
This renderer less flat than most other FormattedRenderers, since by default the ScatterRenderer draws all items in a category with the same shape and color.
FormattedScatterRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer
 
FormattedStackedAreaRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedStackedAreaRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer
 
FormattedStackedAreaRenderer(boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer
 
FormattedStackedBarRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedStackedBarRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer
 
FormattedStackedBarRenderer(boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer
 
FormattedStackedXYAreaRenderer2 - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedStackedXYAreaRenderer2() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2
 
FormattedStackedXYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2
 
FormattedStackedXYBarRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedStackedXYBarRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer
 
FormattedStackedXYBarRenderer(double) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer
 
FormattedStatisticalBarRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedStatisticalBarRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalBarRenderer
 
FormattedStatisticalLineAndShapeRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedStatisticalLineAndShapeRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
FormattedStatisticalLineAndShapeRenderer(boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
FormattedTextFieldUI - Class in com.rapidminer.gui.look.ui
The UI for formatted text fields.
FormattedTextFieldUI() - Constructor for class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
FormattedXYAreaRenderer2 - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedXYAreaRenderer2() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2
 
FormattedXYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2
 
FormattedXYDifferenceRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedXYDifferenceRenderer(int) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
FormattedXYErrorRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedXYErrorRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer
 
FormattedXYLineAndShapeRenderer - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.renderer
 
FormattedXYLineAndShapeRenderer() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer
 
FormattedXYLineAndShapeRenderer(boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer
 
FormatterException - Exception in com.rapidminer.example
This exception is thrown by the ExampleFormatter if the user specified format is not applicable to an example set.
FormatterException(String) - Constructor for exception com.rapidminer.example.FormatterException
 
formatTime(Date) - Static method in class com.rapidminer.tools.Tools
Format date as a short time string.
FormulaExtractor - Class in com.rapidminer.operator.visualization
This operator extracts a prediction calculation formula from the given model and stores the formula in a formula result object which can then be written to a file, e.g. with the ResultWriter operator.
FormulaExtractor(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.FormulaExtractor
 
FormulaProvider - Interface in com.rapidminer.operator.learner
This interface indicates that the model is able to produce a human and machine readable formula which can then be parsed by other programs and used for predictions.
FORWARD_SELECTION - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
ForwardAttributeSelectionOperator - Class in com.rapidminer.operator.features.selection
This operator starts with an empty selection of attributes and, in each round, it adds each unused attribute of the given set of examples.
ForwardAttributeSelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
ForwardSelection - Class in com.rapidminer.operator.features.selection
This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.
ForwardSelection() - Constructor for class com.rapidminer.operator.features.selection.ForwardSelection
 
ForwardSelectionOperator - Class in com.rapidminer.operator.features.selection
Deprecated. 
ForwardSelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.ForwardSelectionOperator
Deprecated.  
forwardToNearestFor(String) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
ForwardWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting under the naive assumption that the features are independent from each other.
ForwardWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ForwardWeighting
 
foundMissing - Variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
FourierGeneratingMutation - Class in com.rapidminer.operator.features.construction
The mutation operator for FourierGGA.
FourierGeneratingMutation(List<Attribute>, double, List<FeatureGenerator>, int, int, int, int, int, double, String[], RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.FourierGeneratingMutation
 
FourierGenerator - Class in com.rapidminer.operator.features.construction
This PopulationOperator generates new attributes in an individual's example table.
FourierGenerator(int, int, int, double, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.FourierGenerator
Creates a new fourier generator.
FourierGGA - Class in com.rapidminer.operator.features.construction
FourierGGA has all functions of YAGGA2.
FourierGGA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.FourierGGA
 
FourierTransform - Class in com.rapidminer.operator.features.transformation
Creates a new example set consisting of the result of a fourier transformation for each attribute of the input example set.
FourierTransform(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.FourierTransform
 
FPGrowth - Class in com.rapidminer.operator.learner.associations.fpgrowth
This operator calculates all frequent items sets from a data set by building a FPTree data structure on the transaction data base.
FPGrowth(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
FPTree - Class in com.rapidminer.operator.learner.associations.fpgrowth
This is the basic data structure for FPGrowth.
FPTree() - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
 
FPTreeNode - Class in com.rapidminer.operator.learner.associations.fpgrowth
A node in the FPTree.
FPTreeNode() - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
FPTreeNode(FPTreeNode, Item) - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
FRAME_ICON_SIZES - Static variable in interface com.rapidminer.gui.tools.FrameIconProvider
 
FrameIconProvider - Interface in com.rapidminer.gui.tools
This is the basic interface for all frame icon providers.
freeMemory() - Method in class com.rapidminer.operator.ExecutionUnit
Frees memory used by inner sinks.
freeMemory() - Method in class com.rapidminer.operator.Operator
Releases of any resources held by this operator due since its execution.
freeMemory() - Method in class com.rapidminer.operator.OperatorChain
 
freeMemory() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
Releases of the hard reference.
freeMemory() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
freeMemory() - Method in interface com.rapidminer.operator.ports.Port
Releases of any hard reference to IOObjects held by this class.
freeMemory() - Method in interface com.rapidminer.operator.ports.Ports
Frees memory occupied by references to ioobjects.
freeResources() - Method in class com.rapidminer.gui.processeditor.ProcessLogTab
 
freeResources() - Method in class com.rapidminer.gui.processeditor.results.ResultTab
 
frequencies - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
FREQUENCY2TIME - Static variable in class com.rapidminer.tools.math.FastFourierTransform
Specifies the transformation from frequency into time domain.
FrequencyCalculator - Class in com.rapidminer.operator.learner.tree
Calculates frequencies and weights.
FrequencyCalculator() - Constructor for class com.rapidminer.operator.learner.tree.FrequencyCalculator
 
FrequencyDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes all numeric attributes in the dataset into nominal attributes.
FrequencyDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
FrequencyStack - Interface in com.rapidminer.operator.learner.associations.fpgrowth
A stack for frequencies.
FrequentItemSet - Class in com.rapidminer.operator.learner.associations
A frequent item set contains a set of frequent Items.
FrequentItemSet() - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSet
 
FrequentItemSet(ArrayList<Item>, int) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSet
 
FrequentItemSetAttributeCreator - Class in com.rapidminer.operator.learner.associations
This operator takes a FrequentItemSet set within IOObjects and creates attributes for every frequent item set.
FrequentItemSetAttributeCreator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSetAttributeCreator
 
FrequentItemSets - Class in com.rapidminer.operator.learner.associations
Contains a collection of FrequentItemSets.
FrequentItemSets(int) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSets
 
FrequentItemSetsDataSampleTest - Class in com.rapidminer.test
This class tests the Items of FrequentItemSets
FrequentItemSetsDataSampleTest(String, int, String[]) - Constructor for class com.rapidminer.test.FrequentItemSetsDataSampleTest
Gets as additional input the number of the tested item of a FrequentItemSet
FrequentItemSetsTableModel - Class in com.rapidminer.gui.viewer
This table model can be used as visualization for a set of frequent item sets.
FrequentItemSetsTableModel(FrequentItemSets) - Constructor for class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
FrequentItemSetsTableRenderer - Class in com.rapidminer.gui.renderer.itemsets
A renderer for the table view of frequent item sets.
FrequentItemSetsTableRenderer() - Constructor for class com.rapidminer.gui.renderer.itemsets.FrequentItemSetsTableRenderer
 
FrequentItemSetsToData - Class in com.rapidminer.operator.learner.associations
 
FrequentItemSetsToData(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSetsToData
 
FrequentItemSetUnificator - Class in com.rapidminer.operator.learner.associations
This operator compares a number of FrequentItemSet sets and removes every not unique FrequentItemSet.
FrequentItemSetUnificator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.FrequentItemSetUnificator
 
FrequentItemSetVisualization - Class in com.rapidminer.gui.viewer
The viewer for frequent item sets.
FrequentItemSetVisualization(FrequentItemSets) - Constructor for class com.rapidminer.gui.viewer.FrequentItemSetVisualization
 
fromBoolean(boolean) - Static method in enum com.rapidminer.operator.ports.metadata.MetaDataInfo
 
fromXML(Element) - Static method in class com.rapidminer.repository.local.LocalRepository
 
fromXML(Element) - Static method in class com.rapidminer.repository.remote.RemoteRepository
 
fromXML(Document, Configurator) - Method in class com.rapidminer.tools.config.ConfigurationManager
The returned map uses (id,value) pairs as IDs and key-value parameter map as values.
fromXML(InputStream) - Method in class com.rapidminer.tools.XMLSerialization
 
FullCache - Class in com.rapidminer.tools.math.kernels
Stores all distances in a matrix (attention: should only be used for smaller data sets).
FullCache(ExampleSet, Kernel) - Constructor for class com.rapidminer.tools.math.kernels.FullCache
 
FullKernelDistribution - Class in com.rapidminer.tools.math.distribution.kernel
An updatable estimated kernel density distribution.
FullKernelDistribution() - Constructor for class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
FullKernelDistribution(double) - Constructor for class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
FUNCTION_AVERAGE - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregationFunction
 
FUNCTION_COUNT - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
FUNCTION_COUNT - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
FUNCTION_COUNT - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
FUNCTION_LEAST - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregationFunction
 
FUNCTION_LEAST_OCCURRING - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregationFunction
 
FUNCTION_LOG_PRODUCT - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
FUNCTION_MAX - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregationFunction
 
FUNCTION_MEDIAN - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregationFunction
 
FUNCTION_MIN - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregationFunction
 
FUNCTION_MODE - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregationFunction
 
FUNCTION_NAME - Static variable in class com.rapidminer.generator.ConstantGenerator
 
FUNCTION_NAMES - Static variable in class com.rapidminer.generator.ReciprocalValueGenerator
 
FUNCTION_NAMES - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
FUNCTION_PRODUCT - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
FUNCTION_SEPARATOR_CLOSE - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
 
FUNCTION_SEPARATOR_OPEN - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
 
FUNCTION_STANDARD_DEVIATION - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregationFunction
 
FUNCTION_SUM - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
FUNCTION_VALUE - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
FUNCTION_VARIANCE - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregationFunction
 
FunctionDescription - Class in com.rapidminer.tools.math.function
 
FunctionDescription(String, String, String, int) - Constructor for class com.rapidminer.tools.math.function.FunctionDescription
 
FUNCTIONS - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
FUNCTIONS - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
FUNCTIONS - Static variable in class com.rapidminer.tools.math.WindowFunction
The currently implemented window functions.

G

GAIN - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
GainRatioCriterion - Class in com.rapidminer.operator.learner.tree.criterions
The gain ratio divides the information gain by the prior split info in order to prevent id-like attributes to be selected as the best.
GainRatioCriterion() - Constructor for class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
GainRatioCriterion(double) - Constructor for class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
GAP - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
GaussFeatureConstructionOperator - Class in com.rapidminer.operator.features.construction
Creates a gaussian function based on a given attribute and a specified mean and standard deviation sigma.
GaussFeatureConstructionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
GAUSSIAN - Static variable in class com.rapidminer.generator.SinusFactory
 
GAUSSIAN - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
GAUSSIAN_MUTATION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a gaussian mutation.
GaussianCombinationKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the Gaussian combination kernel of both examples.
GaussianCombinationKernel() - Constructor for class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
GaussianFunction - Class in com.rapidminer.operator.generator
Generates a gaussian distribution for all attributes.
GaussianFunction() - Constructor for class com.rapidminer.operator.generator.GaussianFunction
 
GaussianMixtureFunction - Class in com.rapidminer.operator.generator
Generates a gaussian distribution for all attributes.
GaussianMixtureFunction() - Constructor for class com.rapidminer.operator.generator.GaussianMixtureFunction
 
GaussianMutation - Class in com.rapidminer.tools.math.optimization.ec.es
Changes the values by adding a gaussian distribution multiplied with the current variance.
GaussianMutation(double[], double[], double[], OptimizationValueType[], Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.GaussianMutation
 
GaussianSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the gaussian smoothing kernel.
GaussianSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.GaussianSmoothingKernel
 
GaussianWindowFunction - Class in com.rapidminer.tools.math.function.window
A gaussian window function.
GaussianWindowFunction(Integer, double) - Constructor for class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
GaussianWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
GaussianWindowFunction(Integer, Integer, double) - Constructor for class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
GENERAL_ERROR - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
GeneralizedIDivergence - Class in com.rapidminer.tools.math.similarity.divergences
The "Generalized I-divergence ".
GeneralizedIDivergence() - Constructor for class com.rapidminer.tools.math.similarity.divergences.GeneralizedIDivergence
 
GeneralProcessListener - Class in com.rapidminer.gui
This listener must be created after the GUI is set up.
GeneralProcessListener() - Constructor for class com.rapidminer.gui.GeneralProcessListener
 
generate(DataRow) - Method in class com.rapidminer.generator.BinaryNumericalGenerator
 
generate(DataRow) - Method in class com.rapidminer.generator.ConstantGenerator
 
generate(DataRow) - Method in class com.rapidminer.generator.FeatureGenerator
Generates the new attribute values for the example e and returns the new attribute values as doubles.
generate(DataRow) - Method in class com.rapidminer.generator.SingularNumericalGenerator
 
generate(LinkedList<Hypothesis>) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
Generates all successors of the hypothesis in the given list.
generateAll(PrintWriter) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateAll(PrintWriter, boolean) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateAll(LoggingHandler, ExampleSet, InputStream) - Static method in class com.rapidminer.example.AttributeParser
Deprecated. Use ExpressionParser.generateAll(LoggingHandler, ExampleSet, InputStream)
generateAll(ExampleTable, Collection<FeatureGenerator>) - Static method in class com.rapidminer.generator.FeatureGenerator
Generates all new attributes and updates the ExampleTable.
generateAll(LoggingHandler, ExampleSet, InputStream) - Static method in class com.rapidminer.tools.math.function.ExpressionParser
Parses all lines of the AttributeConstruction file and returns a list containing all newly generated attributes.
generateAttribute(LoggingHandler, String, ExampleTable) - Method in class com.rapidminer.example.AttributeParser
Deprecated.  
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
Generates a cluster model from an example set.
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.DBScan
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.FastKMeans
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.KernelKMeans
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.KMeans
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.KMedoids
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.RandomClustering
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
generateClusterModel(ExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.XMeans
 
generateDoc(Operator, RootDoc, PrintWriter) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
generateDoc(Operator, RootDoc, PrintWriter) - Method in interface com.rapidminer.doc.OperatorDocGenerator
Generates the documentation for this operator and writes it to the given writer.
generateDoc(Operator, RootDoc, PrintWriter) - Method in class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
 
generateGroup(PrintWriter, GroupTree, boolean) - Method in class com.rapidminer.doc.DocumentationGenerator
 
generateLabel(CategoryDataset, int, int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator
Generates the label for an item in a dataset.
GenerateModelTransformationRule - Class in com.rapidminer.operator.ports.metadata
 
GenerateModelTransformationRule(InputPort, OutputPort, Class<? extends Model>) - Constructor for class com.rapidminer.operator.ports.metadata.GenerateModelTransformationRule
 
GenerateNewExampleSetMDRule - Class in com.rapidminer.operator.ports.metadata
This rule is for operators, which create a completely new example set
GenerateNewExampleSetMDRule(OutputPort) - Constructor for class com.rapidminer.operator.ports.metadata.GenerateNewExampleSetMDRule
 
GenerateNewMDRule - Class in com.rapidminer.operator.ports.metadata
Assigns a predefined meta data object to an output port.
GenerateNewMDRule(OutputPort, Class<? extends IOObject>) - Constructor for class com.rapidminer.operator.ports.metadata.GenerateNewMDRule
 
GenerateNewMDRule(OutputPort, MetaData) - Constructor for class com.rapidminer.operator.ports.metadata.GenerateNewMDRule
 
generateOperators(PrintWriter, Collection<OperatorDescription>) - Method in class com.rapidminer.doc.DocumentationGenerator
 
GeneratePredictionModelTransformationRule - Class in com.rapidminer.operator.ports.metadata
 
GeneratePredictionModelTransformationRule(InputPort, OutputPort, Class<? extends PredictionModel>) - Constructor for class com.rapidminer.operator.ports.metadata.GeneratePredictionModelTransformationRule
 
GeneratePredictionOperator - Class in com.rapidminer.operator.postprocessing
Generates predictions from confidence attributes.
GeneratePredictionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.GeneratePredictionOperator
 
GeneratePredictionRankingOperator - Class in com.rapidminer.operator.postprocessing
This operator will generate predictions of the second, .. n-th most probable class from the confidences attributes generated by applying a classification model.
GeneratePredictionRankingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.GeneratePredictionRankingOperator
 
generateRules(int, Attribute) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
generateSeriesName(ValueSource, GroupCellKey, PlotConfiguration) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.ChartDatasetFactory
 
generateSinusFunctions(ExampleSet, List<AttributePeak>, Random) - Method in class com.rapidminer.generator.SinusFactory
Generates a new sinus function attribute for all given attribute peaks.
generateThumbs() - Method in class com.rapidminer.gui.look.fc.FileList
 
GeneratingGeneticAlgorithm - Class in com.rapidminer.operator.features.construction
In contrast to the class GeneticAlgorithm, the GeneratingGeneticAlgorithm generates new attributes and thus can change the length of an individual.
GeneratingGeneticAlgorithm(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
 
GeneratingMutation - Class in com.rapidminer.operator.features.construction
The mutation operator for YAGGA.
GeneratingMutation(List<Attribute>, double, int, List<FeatureGenerator>, RandomGenerator) - Constructor for class com.rapidminer.operator.features.construction.GeneratingMutation
 
GenerationException - Exception in com.rapidminer.generator
This exception will be thrown if an error occurs during the generation of new features.
GenerationException(String) - Constructor for exception com.rapidminer.generator.GenerationException
 
GenerationException(String, Exception) - Constructor for exception com.rapidminer.generator.GenerationException
 
GENERIC_ALL_NAME - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
GENERIC_ALL_NAME - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
GENERIC_ERROR_MESSAGE - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
A generic wrong file format error message.
GENERIC_GROUP_NAME - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
GENERIC_GROUP_NAME - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
GenericArrowButton - Class in com.rapidminer.gui.look
The button used at the end of scrollbars.
GenericArrowButton(int, int, int) - Constructor for class com.rapidminer.gui.look.GenericArrowButton
 
GenericOperatorFactory - Interface in com.rapidminer.tools
Classes which implement this interface must have an empty constructor and must register additional generic operators in the method #registerOperators(ClassLoader).
GenericParameterPanel - Class in com.rapidminer.gui.properties
This panel might be used, where ever ParameterTypes should be editable without presence of an operator or special circumstances.
GenericParameterPanel(Parameters) - Constructor for class com.rapidminer.gui.properties.GenericParameterPanel
 
GeneticAlgorithm - Class in com.rapidminer.operator.features.selection
A genetic algorithm for feature selection (mutation=switch features on and off, crossover=interchange used features).
GeneticAlgorithm(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
geometrical_tol - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
GeometricDataCollection<T extends java.io.Serializable> - Interface in com.rapidminer.tools.math.container
This interface provides the methods for multidimensional data structures providing efficient search in data space for the next k neighbors and its distances, or the next neighbors in a specified distance.
GEQ - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
get(String) - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
get(String) - Method in class com.rapidminer.example.AbstractAttributes
 
get(String, boolean) - Method in class com.rapidminer.example.AbstractAttributes
 
get(String) - Method in interface com.rapidminer.example.Attributes
Returns the attribute for the given name.
get(String, boolean) - Method in interface com.rapidminer.example.Attributes
Returns the attribute for the given name.
get(Object) - Method in class com.rapidminer.example.Example
 
get(int, double) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Returns the desired data for the given attribute.
get(int, double) - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Returns the value for the desired index.
get(int, double) - Method in class com.rapidminer.example.table.ByteArrayDataRow
Returns the value for the desired index.
get(Attribute) - Method in class com.rapidminer.example.table.DatabaseDataRow
Returns the desired data for the given attribute.
get(int, double) - Method in class com.rapidminer.example.table.DatabaseDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.DataRow
Returns the value for the given index.
get(Attribute) - Method in class com.rapidminer.example.table.DataRow
Returns the value stored at the given Attribute's index.
get(int, double) - Method in class com.rapidminer.example.table.DoubleArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.FloatArrayDataRow
Returns the desired data for the given index.
get(int, double) - Method in class com.rapidminer.example.table.IntArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.LongArrayDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.NonWritableDataRow
 
get(int, double) - Method in class com.rapidminer.example.table.ShortArrayDataRow
Returns the desired data for the given index.
get(int, double) - Method in class com.rapidminer.example.table.SparseMapDataRow
Returns the desired data for the given index.
get(int, int) - Method in class com.rapidminer.gui.attributeeditor.CellEditors
Returns the cell renderer in the given row and column.
get(int, int) - Method in class com.rapidminer.gui.attributeeditor.CellRenderers
Returns the cell renderer in the given row and column.
get(Object) - Method in class com.rapidminer.operator.Annotations
 
get(int, int) - Method in class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
get(int) - Method in class com.rapidminer.operator.EnabledOperatorView
 
get(int) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns a single individual.
get(int) - Method in class com.rapidminer.operator.features.Population
Returns a single individual.
get(Class<T>) - Method in class com.rapidminer.operator.IOContainer
Gets the first IOObject which is of class cls.
get(Class<T>, int) - Method in class com.rapidminer.operator.IOContainer
Gets the nr-th IOObject which is of class cls.
get(int) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Returns the array element at the specified single dimension array position.
get(int[]) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Returns the array element at the position specified by the given indices.
get(int) - Method in class com.rapidminer.tools.math.container.BallTree
 
get(int) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This returns the index-th value added to this collection.
get(int) - Method in class com.rapidminer.tools.math.container.KDTree
 
get(int) - Method in class com.rapidminer.tools.math.container.LinearList
 
get(int, int) - Method in class com.rapidminer.tools.math.kernels.FullCache
 
get(int, int) - Method in interface com.rapidminer.tools.math.kernels.KernelCache
Delivers the cached value or Double.NaN if the value is not known.
get(int, int) - Method in class com.rapidminer.tools.math.kernels.MapBasedCache
 
get(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Returns a single individual.
get(int) - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
get(int) - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
get(Object) - Method in class com.rapidminer.tools.ParentResolvingMap
 
get(String) - Method in class com.rapidminer.tools.StringProperties
 
get_alpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets an alpha-value.
get_alphas() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets the alpha array.
get_b() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
get b
get_dim() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets the dimension of the examples
get_element(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
get element from cache
get_example(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets an example.
get_lru_element() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
 
get_lru_pos() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
 
get_n() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
get_R() - Method in class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
get_row(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Gets a kernel row
get_values() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
get_y(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets an y-value.
get_ys() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Gets the y array
getA() - Method in class com.rapidminer.operator.postprocessing.PlattParameters
 
getAbbreviatedClassName() - Method in class com.rapidminer.operator.OperatorDescription
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Accuracy
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Bias
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Binomial
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Lift
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Odds
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.OddsRatio
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Precision
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.Squared
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getAbbreviation() - Method in class com.rapidminer.operator.learner.subgroups.utility.WRAcc
 
getAbsoluteLocation() - Method in class com.rapidminer.repository.RepositoryLocation
Returns the absolute location of this RepoositoryLocation.
getAbsoluteUtilityValues(GroupCellKeyAndData, boolean) - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
Returns values of utility series for upper or lower case.
getAccessor() - Method in class com.rapidminer.repository.RepositoryLocation
 
getAccessRights() - Method in class com.rapidminer.repository.remote.RemoteEntry
Note: This method contacts the server and may be slow.
getAccountService() - Static method in class com.rapid_i.deployment.update.client.UpdateManager
 
getAccuracy() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getAction(String) - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns a named text area action.
getAction() - Method in class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
getAction() - Method in interface com.rapidminer.operator.ports.quickfix.QuickFix
Get an action to display the quick fix in a menu.
getActionName(ActionListener) - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns the name of the specified text area action.
getActions() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getActions() - Method in class com.rapidminer.gui.MainFrame
 
getActions() - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns an enumeration of all available actions.
getActions() - Method in interface com.rapidminer.operator.ResultObject
Deprecated. Action concept for GUI components removed from result objects
getActions() - Method in class com.rapidminer.operator.ResultObjectAdapter
Deprecated. Action concept for GUI components removed from result objects
getActivationFunction() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
getActiveAttributeColumns() - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns all activated attribute columns.
getActiveColorScheme() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getActivePluginJars() - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getActualParentIndex(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Returns the index of the example in the parent example set.
getAdaptationRadius(double[], int, int) - Method in interface com.rapidminer.tools.math.som.AdaptationFunction
This method returns the maximum adaption radius, given the input stimulus, the current trainingsphase (time) and the total number of trainingsphases (timemax).
getAdaptationRadius(double[], int, int) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
getAdditionalAttributes() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
Subclasses might override this method in order to add additional attributes to the metaDataSet
getAdditionalAttributes() - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
getAdditionalFileData() - Method in class com.rapidminer.gui.look.fc.Item
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
The default implementation delivers an empty set.
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
The default implementation delivers an empty set.
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
The default implementation delivers an empty set.
getAdditionalParameterKeys(InputPort) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getAddOnlyAdditionalOutput() - Method in class com.rapidminer.operator.Operator
Deprecated.  
getAggregatedValueForGroupCell(ValueSource.SeriesUsageType, GroupCellKey) - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getAggregationFunction(ValueSource.SeriesUsageType) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getAggregationFunctionType(ValueSource.SeriesUsageType) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getAggregationFunctionType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getAggregationWindowing() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns the AggregationWindowing for the domain dimension.
getAggregationWindowing() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getAggregators() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.LeafAggregationTreeNode
This simply returns the list of all aggregators.
getAlias() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getAliasName(boolean) - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getAll() - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getAll() - Static method in class com.rapidminer.repository.remote.RemoteRepository
 
getAllActions() - Method in class com.rapidminer.repository.gui.RepositoryTree
 
getAllAttributeColumns() - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns all attribute columns, despite they are activated or not.
getAllAttributeNames(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
getAllAttributes() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getAllAttributes() - Method in class com.rapidminer.tools.att.AttributeSet
Returns a list of all, i.e. regular and special attributes.
getAllColumnNames(TableName, DatabaseMetaData) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getAllConclusionItems() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getAllConfigurableNames(String) - Method in class com.rapidminer.tools.config.ConfigurationManager
 
getAllDataTableValues(DataTable, int) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
getAllDriverInfos() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getAllInnerOperators() - Method in class com.rapidminer.operator.ExecutionUnit
Recursively returns all nested operators.
getAllInnerOperators() - Method in class com.rapidminer.operator.OperatorChain
Returns recursively all child operators independently if they are activated or not.
getAllInnerOperatorsAndMe() - Method in class com.rapidminer.operator.OperatorChain
 
getAllOperatorDescriptions() - Method in class com.rapidminer.tools.GroupTree
Returns all operator in this group and recursively the operators of all children.
getAllOperatorNames() - Method in class com.rapidminer.Process
Returns a Set view of all operator names (i.e.
getAllOperators() - Method in class com.rapidminer.Process
Returns a Collection view of all operators.
getAllOutputPorts() - Method in class com.rapidminer.operator.ExecutionUnit
Returns a list of all available output ports within this process, including inner sources and output ports of enclosed operators.
getAllPlugins() - Static method in class com.rapidminer.tools.plugin.Plugin
Returns the collection of all plugins.
getAllPorts() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getAllPorts() - Method in interface com.rapidminer.operator.ports.Ports
Returns an immutable view of the ports.
getAllPreconditions() - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
getAllPreconditions() - Method in interface com.rapidminer.operator.ports.InputPort
Returns a collection (view) of all preconditions assigned to this InputPort.
getAllRefinedRules(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
A refinement method that - when applied sytematically during learning - generates all rules for nominal attributes and a boolean target exactly once.
getAllRenderableObjectNames() - Static method in class com.rapidminer.gui.renderer.RendererService
 
getAllReportableObjectNames() - Static method in class com.rapidminer.gui.renderer.RendererService
 
getAllRoles() - Method in class com.rapidminer.operator.tools.ExampleSetToStream.Header
 
getAllStatistics() - Method in interface com.rapidminer.example.Attribute
Returns an iterator over all statistics objects available for this type of attribute.
getAllStatistics() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the attribute statistics.
getAllTableMetaData() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getAllTableMetaData(ProgressListener, int, int, boolean) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Fetches meta data about all tables and, if selected, all columns in the database.
getAllTimeZones() - Static method in class com.rapidminer.tools.Tools
 
getAllTypeIds() - Method in class com.rapidminer.tools.config.ConfigurationManager
Returns all registered Configurator.getTypeId()s.
getAllValues() - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
 
getAllValues() - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
 
getAllValueSources() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns a list of all PlotValueConfigs, no matter in which RangeAxisConfig they are located.
getAllVectors() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
getAlpha() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Returns the Alpha component of this color.
getAlpha() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getAlpha() - Method in class com.rapidminer.operator.learner.functions.kernel.SupportVector
 
getAlpha() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
getAlpha() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getAlphas() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
getAnchor() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the anchor point.
getAnchorPoint(Rectangle2D, Dimension, Renderer.VertexLabel.Position) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
getAnimate() - Method in class com.rapidminer.gui.graphs.LayoutSelection
 
getAnnotatedRowIndices() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getAnnotation(String) - Method in class com.rapidminer.operator.Annotations
 
getAnnotation(int) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
This returns the annotation of a line or null if no present
getAnnotationMap() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
getAnnotationMap() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getAnnotationMap() - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
getAnnotations() - Method in interface com.rapidminer.example.Attribute
Returns a set of annotations for this attribute.
getAnnotations() - Method in class com.rapidminer.example.table.AbstractAttribute
 
getAnnotations() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
getAnnotations() - Method in interface com.rapidminer.operator.IOObject
 
getAnnotations() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getAnnotations() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
getAnnotations() - Method in class com.rapidminer.operator.ResultObjectAdapter
 
getAnnotations() - Method in class com.rapidminer.operator.tools.ExampleSetToStream.Header
 
getAnnotations() - Method in class com.rapidminer.Process
 
getAnnotationsMap() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getAnovaAttributeNames() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getAnyDataOrNull() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getAnyDataOrNull() - Method in interface com.rapidminer.operator.ports.Port
Returns the last object delivered to the connected InputPort or received from the connected OutputPort.
getApplicableOperatorKeys() - Method in class com.rapidminer.io.process.rules.AbstractGenericParseRule
This method returns the list of applicable operator keys.
getApplicableOperatorKeys() - Method in class com.rapidminer.io.process.rules.DeleteUnnecessaryOperatorChainRule
 
getApplicableOperatorKeys() - Method in class com.rapidminer.io.process.rules.OperatorEnablerRepairRule
 
getApplicableOperatorKeys() - Method in class com.rapidminer.io.process.rules.PassthroughShortcutRule
 
getApplicableOperatorKeys() - Method in class com.rapidminer.io.process.rules.ReplaceIOMultiplierRule
 
getApplicationFrame() - Static method in class com.rapidminer.gui.ApplicationFrame
 
getApplyCount() - Method in class com.rapidminer.operator.Operator
Returns the number of times this operator was already applied.
getApproveButton() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getApproveButton(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getApproveSelectionAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getAprioriProbabilities() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getArchive() - Method in class com.rapidminer.tools.plugin.Plugin
 
getAreaFillPaint() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getAreaFillPaint(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getAreaFillStyle() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getAreaFillStyle() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getArgument(int) - Method in class com.rapidminer.generator.FeatureGenerator
Returns the i-th selected argument (the true index as used in the example set's example table).
getArrowButtonColors() - Method in class com.rapidminer.gui.look.Colors
 
getAsDataTable(UsageStatistics.StatisticsScope) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Returns the statistics as a data table that can be displayed to the user.
getAssertable() - Method in interface com.rapidminer.test_utils.Asserter
 
getAsserterForClass(Class) - Method in class com.rapidminer.test_utils.AsserterRegistry
 
getAsserterForObject(Object) - Method in class com.rapidminer.test_utils.AsserterRegistry
 
getAsserterForObjects(Object, Object) - Method in class com.rapidminer.test_utils.AsserterRegistry
 
getAsString(double, int, boolean) - Method in interface com.rapidminer.example.Attribute
Returns a formatted string of the given value according to the attribute type.
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.DateAttribute
 
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.NominalAttribute
Returns a string representation and maps the value to a string if type is nominal.
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.NumericalAttribute
Returns a string representation of value.
getAsString(double, int, boolean) - Method in class com.rapidminer.example.table.ViewAttribute
 
getAtomics(V) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getAttribute() - Method in class com.rapidminer.example.AttributeRole
 
getAttribute(int) - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the attribute of the column number i.
getAttribute(int) - Method in interface com.rapidminer.example.table.ExampleTable
Returns the attribute of the column number i.
getAttribute() - Method in class com.rapidminer.generator.AttributePeak
 
getAttribute() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
getAttribute() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
getAttribute() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns the attribute of this literals.
getAttribute() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
getAttribute() - Method in class com.rapidminer.operator.learner.tree.Benefit
 
getAttribute() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
getAttribute() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getAttribute(int) - Method in class com.rapidminer.tools.att.AttributeSet
Returns an attribute by index.
getAttributeBase() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
getAttributeByName(String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getAttributeByRole(String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getAttributeColumn(int) - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns the attribute column with the given index if it exists (it does not matter if the column is activated or not).
getAttributeConstructions() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getAttributeCount() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the number of non null attributes.
getAttributeCount() - Method in interface com.rapidminer.example.table.ExampleTable
Returns the number of non null attributes.
getAttributeDataSources() - Method in class com.rapidminer.tools.att.AttributeDataSourceCreator
 
getAttributeMetaData() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
getAttributeMetaData(String, AttributeMetaData, InputPort) - Static method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This method can be called in order to get the target attribute meta data after the aggregation functions have been applied.
getAttributeName() - Method in class com.rapidminer.operator.learner.tree.AbstractSplitCondition
 
getAttributeName() - Method in interface com.rapidminer.operator.learner.tree.SplitCondition
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
Returns the name of the attribute the distribution belongs to.
getAttributeName() - Method in interface com.rapidminer.tools.math.distribution.Distribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
getAttributeName() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getAttributeNames() - Method in class com.rapidminer.example.AttributeWeights
Returns an set of attribute names in this map ordered by their insertion time.
getAttributeNames() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getAttributeNames() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getAttributeNames() - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
returns an array containing all names of all attributes used for training
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
getAttributeNames() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
getAttributeNames() - Method in class com.rapidminer.parameter.ParameterTypeAttribute
 
getAttributeNamesByType(int) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getAttributeOfLiteral(int) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getAttributeParameterType() - Method in class com.rapidminer.parameter.ParameterTypeDateFormat
This method returns the referenced attribute parameter or null if non exists.
getAttributePeaks(ExampleSet, Attribute, Attribute) - Method in class com.rapidminer.generator.SinusFactory
Calculates the fourier transformation from the first attribute on the second and delivers the maxPeaks highest peaks.
getAttributeRange() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
getAttributes() - Method in class com.rapidminer.example.Example
Delivers the attributes.
getAttributes() - Method in interface com.rapidminer.example.ExampleSet
Returns the data structure holding all attributes.
getAttributes() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
Returns the attribute container.
getAttributes() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.MappedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.RemappedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SimpleExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SortedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.set.SplittedExampleSet
 
getAttributes() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns a new array containing all Attributes.
getAttributes() - Method in interface com.rapidminer.example.table.ExampleTable
Returns a new array containing all Attributes.
getAttributes(ResultSet) - Static method in class com.rapidminer.operator.io.DatabaseDataReader
 
getAttributesByParameter(ParameterHandler, String...) - Static method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
getAttributesByParameterListEntry(ParameterHandler, String, int) - Static method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
Returns an AttributeNameProvider that can extract one column of a ParameterTypeList for use them as attribute names.
getAttributeSetRelation() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getAttributesFromSelection() - Method in class com.rapidminer.operator.nio.xml.XMLTreeView
Returns a set of all attributes which are selected in this XMLTreeModel.
getAttributeSubset(ExampleSet, boolean) - Method in class com.rapidminer.operator.tools.AttributeSubsetSelector
Returns a set of attributes containing the original (!)
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getAttributeValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getAttributeValues(int) - Method in class com.rapidminer.tools.math.kernels.Kernel
 
getAttributeValueType() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
getAttributeWeights() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getAttributeWeights() - Method in class com.rapidminer.gui.dialog.AttributeWeightsDialog
 
getAttributeWeights() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getAttributeWeights() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getAttributeXPaths() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This method must return the XPath expressions in order
getAuthentication(URL) - Method in interface com.rapidminer.tools.GlobalAuthenticator.URLAuthenticator
This method returns the PasswordAuthentification if this Authenticator is registered for the given URL.
getAutoLabel() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getAutomaticSeriesFormatForNextValueSource(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getAutoNaming() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getAutoNaming() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getAutoNaming() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getAvailableAggregationFunctionNames() - Static method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This method will return the array containing the names of all available aggregation functions.
getAvailablePlotters() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
getAvailablePlotters() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
getAveragable(int) - Method in class com.rapidminer.tools.math.AverageVector
Returns the Averagable by index.
getAveragable(String) - Method in class com.rapidminer.tools.math.AverageVector
Returns the Averagable by name.
getAverage() - Method in class com.rapidminer.tools.math.Averagable
This method returns the makro average if it was defined and the mikro average (the current value) otherwise.
getAverageCount() - Method in class com.rapidminer.tools.math.Averagable
Returns the number of averagables used to create this averagable.
getAverageDistanceMeasures(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the average distances measures for the objects in the SearchSpace, calculating: mean distance standard deviation variance The calculation is time consuming and should only be invoked if the data set is parsed for the first time (to get a feeling on it for statistical choices of parameters p and d for e.g.
getAverageLOFMeasures() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the average LOF measures for the objects in the SearchSpace, calculating: mean LOF standard deviation variance
getAverageWeight(AttributeWeightedExampleSet) - Static method in class com.rapidminer.example.Tools
 
getAxesFont() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getAxesFont() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getAxesFont() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getAxesFont() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns the Font which the user chose for the axes.
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getAxis(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the data dimension which is used for the given axis or -1 if no axis is used.
getAxis(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns -1.
getAxis(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getAxis(int) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getAxisLineColor() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getAxisLineWidth() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
getAxisName(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns a label for the axis with the given index, e.g.
getAxisName(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getAxisName(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getAxisName(int) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getB() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Returns the B component of this color.
getB() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Returns the value of b.
getB() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getB() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Returns the value of b.
getB() - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Returns the value of b.
getB() - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
Returns the value of b.
getB() - Method in class com.rapidminer.operator.postprocessing.PlattParameters
 
getBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
getBackupDataTable() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Gets the backup DataTable for this HistogramTemplate.
getBaseModel() - Method in interface com.rapidminer.operator.learner.meta.DelegationModel
 
getBaseModel() - Method in class com.rapidminer.operator.learner.meta.RelativeRegressionModel
 
getBaseModel() - Method in class com.rapidminer.operator.learner.meta.ThresholdModel
 
getBaseModel() - Method in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
getBaseModelLearnerProcess() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
 
getBaseModelLearnerProcess() - Method in class com.rapidminer.operator.learner.meta.Stacking
 
getBaseModelLearnerProcess() - Method in class com.rapidminer.operator.learner.meta.Vote
 
getBaseName() - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
getBaseUrl() - Static method in class com.rapid_i.deployment.update.client.UpdateManager
 
getBaseUrl() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getBasisVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
 
getBasisVector() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Get basis vector
getBasisVectorValue(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
 
getBayBoostBaseModelInfo(int) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
 
getBenefit(ExampleSet, ExampleSet, String) - Method in class com.rapidminer.operator.learner.rules.AccuracyCriterion
 
getBenefit(ExampleSet, ExampleSet, String) - Method in interface com.rapidminer.operator.learner.rules.Criterion
 
getBenefit(ExampleSet, ExampleSet, String) - Method in class com.rapidminer.operator.learner.rules.InfoGainCriterion
 
getBenefit() - Method in class com.rapidminer.operator.learner.rules.Split
 
getBenefit() - Method in class com.rapidminer.operator.learner.tree.Benefit
 
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.criterions.AccuracyCriterion
 
getBenefit(double[][]) - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
This method will return the calculated benefit if the weights would have distributed over the labels as given.
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.criterions.GiniIndexCriterion
 
getBenefit(double[][]) - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
getBestEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getBestFitnessEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best fitness ever.
getBestFitnessEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getBestFitnessEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best fitness ever.
getBestFitnessEver() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best fitness ever.
getBestFitnessInGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best fitness in the current generation.
getBestFitnessInGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getBestFitnessInGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best fitness in the current generation.
getBestFitnessInGeneration() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best fitness in the current generation.
getBestIndividualEver() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns all generations' best individual.
getBestIndividualEver() - Method in class com.rapidminer.operator.features.Population
Returns all generations' best individual.
getBestIsometricsTPValue() - Method in class com.rapidminer.tools.math.ROCData
 
getBestModel() - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
getBestPerformanceEver() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the best performance.
getBestPerformanceEver() - Method in class com.rapidminer.operator.features.Population
Returns the best performance.
getBestPerformanceEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best performance vector ever.
getBestPerformanceEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getBestPerformanceEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best performance vector ever.
getBestPerformanceEver() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best performance vector ever.
getBestRule() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
getBestSize() - Method in class com.rapidminer.gui.look.fc.Item
 
getBestSplit(ExampleSet, Attribute, String) - Method in class com.rapidminer.operator.learner.rules.NumericalSplitter
 
getBestSplit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.NumericalSplitter
 
getBestTerm(ExampleSet, String) - Method in class com.rapidminer.operator.learner.rules.TermDetermination
 
getBestThreshold() - Method in class com.rapidminer.tools.math.ROCDataGenerator
The best threshold will automatically be determined during the calculation of the ROC data list.
getBestValuesEver() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the best values ever.
getBestValuesEver() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the best values ever.
getBestValuesEver() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the best values ever.
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getBias() - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getBigSystemIcon(Image) - Static method in class com.rapidminer.gui.look.fc.Tools
 
getBinCount() - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
getBinCount() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
getBinCount() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getBins() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns the number of bins.
getBlack() - Static method in class com.rapidminer.gui.look.Colors
 
getBlockType() - Method in interface com.rapidminer.example.Attribute
Returns the block type of this attribute.
getBlockType() - Method in class com.rapidminer.example.AttributeDescription
 
getBlockType() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the block type of this attribute.
getBodySerializer() - Method in enum com.rapidminer.operator.tools.SerializationType
 
getBookmarks() - Method in class com.rapidminer.gui.look.fc.BookmarkIO
 
getBorderColor() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getBorderColor() - Method in class com.rapidminer.gui.plotter.PlotterPoint
 
getBorderColor() - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
getBorderColors() - Method in class com.rapidminer.gui.look.Colors
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ButtonBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ButtonBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.CheckBoxBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.CheckBoxBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ComboBoxBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ComboBoxBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ComboBoxEditorBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ComboBoxEditorBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.DummyBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.DummyBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.EmptyBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.EmptyBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.InternalFrameBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.InternalFrameBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.MenuBarBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.MenuBarBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.MenuBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.MenuBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.PopupBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.PopupBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.PopupMenuBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.PopupMenuBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ProgressBarBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ProgressBarBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ScrollPaneBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ScrollPaneBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.SpinnerBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.SpinnerBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.SplitPaneBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.SplitPaneBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.TableHeaderBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.TextFieldBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.TextFieldBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ToolBarBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ToolBarBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.look.borders.ToolTipBorder
 
getBorderInsets(Component, Insets) - Method in class com.rapidminer.gui.look.borders.ToolTipBorder
 
getBorderInsets(Component) - Method in class com.rapidminer.gui.processeditor.results.RapidBorder
 
getBottomPanel() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getBracketHighlightColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the bracket highlight color.
getBracketLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the line of the highlighted bracket (the bracket matching the one before the caret)
getBracketPosition() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the position of the highlighted bracket (the bracket matching the one before the caret)
getBuildingBlock(Operator) - Method in class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog
 
getBuildingBlocks() - Static method in class com.rapidminer.tools.BuildingBlockService
Returns a sorted list of all building blocks.
getBuildingBlocks() - Method in class com.rapidminer.tools.plugin.Plugin
Returns a list of building blocks.
getBundle() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getButtonBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getButtonBorderColors() - Method in class com.rapidminer.gui.look.Colors
 
getButtonPanel() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getButtons() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
getButtonSkinColors() - Method in class com.rapidminer.gui.look.Colors
 
getC() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Gets the complexity constant of the svm.
getCacheSize() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
 
getCalculationThread() - Method in class com.rapidminer.gui.tools.JDelayedCalculationPanel
 
getCancelButton() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getCancelSelectionAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.ValidationChain
This method can be overwritten in order to give a more senseful quickfix.
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.WrapperValidationChain
This method can be overwritten in order to give a more senseful quickfix.
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.WrapperXValidation
 
getCapabilityPrecondition() - Method in class com.rapidminer.operator.validation.XValidation
 
getCardN(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the cardinality for k-neighbourhood (|N_k(p)|) for a SearchObject for k.
getCaretColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the caret color.
getCaretLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the caret line.
getCaretPosition() - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
getCaretPosition() - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
getCaretPosition() - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
getCaretPosition() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the caret position.
getCatalog() - Method in class com.rapidminer.tools.jdbc.TableName
 
getCategorical() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getCategory(int) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getCause() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
getCell(int, int) - Method in class com.rapidminer.datatable.AbstractDataTable
 
getCell(int, int) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getCell(int, int) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getCell(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
getCell(int, int) - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.DataViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getCell(int, int) - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getCell(int, int) - Method in interface com.rapidminer.report.Tableable
 
getCellColor(int, int) - Method in interface com.rapidminer.gui.tools.CellColorProvider
Deliver the color for the specified cell.
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderAlternating
 
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderScaled
 
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderWhite
 
getCellColor(int, int) - Method in class com.rapidminer.gui.tools.CellColorProviderYellow
 
getCellColorProvider(ExtendedJTable, Object) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
Subclasses might override this method in order to change the color provider like for correlation matrices.
getCellColorProvider(ExtendedJTable, Object) - Method in class com.rapidminer.gui.renderer.math.NumericalMatrixTableRenderer
 
getCellColorProvider() - Method in class com.rapidminer.gui.tools.ExtendedJTable
The returned color provider will be used for the cell renderer.
getCellEditor(int, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor
 
getCellEditor(int) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
getCellEditor() - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTable
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
getCellEditor(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
getCellEditorValue() - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
getCellEditorValue() - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
getCellRenderer() - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
getCellRenderer(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
getCenter() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getCenter() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
getCentroid() - Method in class com.rapidminer.operator.clustering.Centroid
 
getCentroid(int) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getCentroidCoordinates(int) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getCentroids() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
Returns the List of all defined centroids.
getChanges() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationQuickFix
 
getChangeToParentDirectoryAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getCharacter() - Method in class com.rapidminer.gui.tools.CharTextField
 
getChart() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the chart contained in the panel.
getChartBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getChartPanel() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
Returns the ChartPanel that is controlled by this JFreeChartPlotEngine.
getChartRenderingInfo() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the chart rendering info from the most recent chart redraw.
getChartTitle() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getChartType() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
 
getChartType() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the name of the chart for the PlotterTemplate.
getChartType() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
 
getChartType() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
 
getChartType() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
 
getCheckBoxBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getCheckBoxButtonColors() - Method in class com.rapidminer.gui.look.Colors
 
getCheckBoxIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getCheckBoxMenuItemIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getCheckedPaths() - Method in class com.rapidminer.gui.tools.ExtendedCheckTree
 
getCheckForMaximum() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Returns if the operator should check if the maximum was reached for the main criterion.
getCheckForMaximum() - Method in class com.rapidminer.operator.features.FeatureOperator
Returns if the operator should check if the maximum was reached for the main criterion.
getChild(Operator, int) - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
getChild(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
getChild(DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
getChild(ValueSource) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
getChild(Object, int) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
getChild(Object, int) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getChild(T, int) - Method in interface com.rapidminer.gui.tools.ParentButtonModel
 
getChild(Object, int) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
getChild() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This method returns the first child.
getChild(String) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
getChild() - Method in class com.rapidminer.operator.learner.tree.Edge
 
getChild(Object, int) - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
getChild(Object) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getChild(Object, int) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
getChild(Object, int) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
getChild() - Method in class com.rapidminer.tools.math.container.BallTreeNode
This method returns the left child if existing or the right child if left doesnt exist.
getChildCount(Object) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
getChildCount(Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getChildCount(Object) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
getChildCount(Object) - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
getChildCount(Object) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
getChildCount(Object) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
getChildElement(Element, String, boolean) - Static method in class com.rapidminer.io.process.XMLTools
This method will return the single inner child with the given name of the given father element.
getChildElements(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
This method will return a Collection of all Elements that are direct child elements of the given element and have the given tag name.
getChildElements(Element) - Static method in class com.rapidminer.io.process.XMLTools
This method will return a Collection of all Elements that are direct child elements of the given element.
getChildOperators() - Method in class com.rapidminer.operator.ExecutionUnit
Returns all nested operators.
getChildren() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This returns the map, which maps the child nodes on items.
getChildren() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
getChildren() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
Returns the children in order of insertion
getChildrenClasses() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
getChilds() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getChildTag(Element, String, boolean) - Static method in class com.rapidminer.io.process.XMLTools
Returns the unique child of the given element with the given tag name.
getChildTagsContentAsIntArray(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
Returns the contents of the inner tags with the given name as int array.
getChildTagsContentAsStringArray(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
Returns the contents of the inner tags with the given name as String array.
getChiSquaredStatistics(double[][], boolean) - Static method in class com.rapidminer.tools.math.ContingencyTableTools
This method calculates the chi-squared statistic for the given contingency table.
getClass(String) - Static method in class com.rapidminer.gui.renderer.RendererService
This returns the highest super class of the report type with the given name.
getClassByShortName(String) - Method in class com.rapidminer.tools.ClassNameMapper
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getClassificationLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getClassIndex() - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
getClassIndices() - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getClassIndices() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getClassIndices() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getClassLoader() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the class loader of this plugin.
getClassName(int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getClassName(int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getClassName(int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getClassName() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
getClassName() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
getClassName() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
getClassNames() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getClassNames() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
getClassWeights() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Delivers class weights for performance criteria which implement the ClassWeightedPerformance interface.
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
Returns null.
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
Returns null.
getClassWeights(Attribute) - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
Returns null.
getCloseTag(int) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
getCloseTag(int) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
getCluster() - Method in class com.rapidminer.example.AbstractAttributes
 
getCluster() - Method in interface com.rapidminer.example.Attributes
Returns the cluster attribute or null if no label attribute is defined.
getCluster(int) - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getClusterAssignments(ExampleSet) - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getClusterAssignments(ExampleSet) - Method in class com.rapidminer.operator.clustering.ClusterModel
This method returns an array with the indices or the cluster for all examples in the set.
getClusterCovarianceMatrix(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getClusterId() - Method in class com.rapidminer.operator.clustering.Cluster
Get the id of the cluster.
getClusterId() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
getClusterId1() - Method in class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
getClusterId2() - Method in class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
getClusterIndexOfId(Object) - Method in class com.rapidminer.operator.clustering.ClusterModel
This method returns the index of the cluster, this Id's example has been assigned to.
getClusterMean(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getClusterModelClass() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
Subclasses might overwrite this method in order to return the appropriate class of their model if postprocessing is needed.
getClusterModelClass() - Method in class com.rapidminer.operator.clustering.clusterer.FastKMeans
 
getClusterModelClass() - Method in class com.rapidminer.operator.clustering.clusterer.KMeans
 
getClusterModelClass() - Method in class com.rapidminer.operator.clustering.clusterer.KMedoids
 
getClusterModelClass() - Method in class com.rapidminer.operator.clustering.clusterer.XMeans
 
getClusterProbability(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getClusters() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getClusterSet() - Method in class com.rapidminer.operator.generator.ClusterFunction
 
getClusterSet() - Method in class com.rapidminer.operator.generator.GaussianMixtureFunction
 
getClusterSet() - Method in class com.rapidminer.operator.generator.RingClusteringFunction
 
getClusterSet() - Method in class com.rapidminer.operator.generator.SpiralClusteringFunction
 
getClusterSet() - Method in class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
 
getClusterStandardDeviation(int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getCode() - Method in interface com.rapidminer.NoBugError
Returns the error code.
getCode() - Method in exception com.rapidminer.NoOpUserError
 
getCode() - Method in exception com.rapidminer.operator.UserError
 
getCoefficients() - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
getCoefficients() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
This method will return all used coefficients.
getCoefficients() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
getCoefficients(String) - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel
 
getCoefficients(String) - Method in class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
getCOF() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getCofobject() - Method in class com.rapidminer.operator.preprocessing.outlier.COFKnn
 
getColor() - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
getColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
getColor() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getColor() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyle
 
getColor() - Method in class com.rapidminer.gui.plotter.PlotterPoint
 
getColor() - Method in class com.rapidminer.gui.plotter.Quartile
 
getColor() - Method in class com.rapidminer.gui.plotter.RectangleStyle
 
getColor(String) - Method in class com.rapidminer.gui.tools.ColoredJTextPane
This must return the color of the given word.
getColor() - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
getColor() - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns the color specified in this style.
getColorColumn() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns the name of the column used for the color.
getColorFor(MetaData) - Static method in class com.rapidminer.gui.flow.ProcessRenderer
 
getColorForCategoryIdx(int, ColorScheme) - Static method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
getColorForValue(double) - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
getColorForValue(double) - Method in interface com.rapidminer.gui.new_plotter.utility.ColorProvider
 
getColorForValue(double, int, boolean, double, double, Color, Color) - Static method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
getColorForValue(double) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
getColorMap() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
getColorProvider() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getColorProvider() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getColorProvider() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getColors() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getColors() - Static method in class com.rapidminer.gui.look.RapidLookTools
 
getColors() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Returns a list with all ColorScheme.ColorRGB objects this ColorScheme consists of.
getColorScheme() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getColorScheme() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getColorScheme() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns a ColorScheme instance which will be used to color the plot(s).
getColorSchemes() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getColorSchemes() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Returns the list of available ColorSchemes.
getColumn() - Method in exception com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException
Returns the column where the error occurred.
getColumn() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
getColumn() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getColumnBaseName() - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
getColumnClass(int) - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.tools.JDBCDriverTable
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns the classes of the columns.
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getColumnClass(int) - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getColumnClass(int) - Method in class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
getColumnClass(int) - Method in class com.rapidminer.operator.nio.ExcelSheetTableModel
 
getColumnClass(int) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getColumnCount() - Method in class com.rapidminer.gui.properties.ListTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer.EigenvalueTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer.EigenvectorTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getColumnCount() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getColumnCount() - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
Returns the sum of the number of special attributes, the number of regular attributes and 1 for the row no. column.
getColumnCount() - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns up to 9 for the following eight columns (depending on the current column selection):
0: type
1: index
2: name
3: construction
4: value type
5: block type
6: basic statistics
7: range statistics
8: sum statistics
9: unknown statistics
getColumnCount() - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getColumnCount() - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns the number of all columns, regardless a column is activated or not.
getColumnCount() - Method in class com.rapidminer.operator.nio.AnnotationTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.nio.ErrorTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.nio.ExcelSheetTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.nio.model.DefaultPreview
 
getColumnCount() - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
getColumnCount() - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
getColumnIdentifiers() - Method in class com.rapidminer.gui.properties.MatrixPropertyTableModel
 
getColumnIdx() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getColumnIdx() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getColumnIndex(String) - Method in interface com.rapidminer.datatable.DataTable
Returns the column index of the column with the given name.
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.DataTableView
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.SortedDataTableView
 
getColumnIndex(String) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getColumnIndex(DataTable, String, DataTableColumn.ValueType) - Static method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
Finds the column index for the column named columnName in dataTable, checks if that column in the data table is compatible with to settings valueType, and updates this.columnIdx.
getColumnIndex(DataTable, DataTableColumn) - Static method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
Finds the column index for the column named like dataTableColumn.getName in dataTable, checks if that column in the data table is compatible with to settings of dataTableColumn (value type etc.), and updates this.columnIdx.
getColumnIndex(Comparable) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getColumnIndex(String) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
getColumnIndex(String) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getColumnIndexEnd() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getColumnIndexEnd() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getColumnIndexStart() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getColumnIndexStart() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getColumnKey(int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getColumnKeys() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getColumnLast() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
getColumnMetaData(int) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getColumnMetaData() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getColumnName(int) - Method in interface com.rapidminer.datatable.DataTable
Returns the name of the i-th column.
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getColumnName(int) - Method in class com.rapidminer.datatable.DataTableView
 
getColumnName(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnName(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
getColumnName(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getColumnName(int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
getColumnName(int) - Method in class com.rapidminer.gui.properties.ListTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.properties.MatrixPropertyTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer.EigenvalueTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer.EigenvectorTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getColumnName(int) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
getColumnName(int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane
 
getColumnName(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getColumnName(int) - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns one of the following nine column names:
0: type
1: index
2: name
3: construction
4: type
5: block type
6: basic statistics
7: range statistics
8: sum statistics
9: unknown statistics
10: unit annotation
11: comment annotation
getColumnName(int) - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getColumnName(int) - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.AnnotationTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.ErrorTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.ExcelSheetTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.model.DefaultPreview
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
getColumnName(int) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getColumnName(int) - Method in interface com.rapidminer.report.Tableable
 
getColumnName() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getColumnNames() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getColumnNames() - Method in interface com.rapidminer.datatable.DataTable
Returns an array of all column names.
getColumnNames() - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnNames() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getColumnNames() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getColumnNames() - Method in interface com.rapidminer.operator.nio.model.DataResultSet
This returns the names of the columns according to the underlying technical system.
getColumnNames() - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getColumnNames() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getColumnNames() - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getColumnNumber() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getColumnNumber() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
getColumnNumber() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getColumnNumber() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getColumnNumber() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
getColumnNumber() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.DataViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getColumnNumber() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getColumnNumber() - Method in interface com.rapidminer.report.Tableable
 
getColumnOffset() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Returns the ColumnOffset
getColumnSeparators() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getColumnToolTip(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
Returns the tool tip text for the specified column.
getColumnWeight(int) - Method in interface com.rapidminer.datatable.DataTable
Returns the weight of the column or Double.NaN if no weight is available.
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.DataTableView
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
getColumnWeight(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getColumnWeight(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getComboBoxBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getComboBoxEditorBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getComboBoxListCellRendererFocusBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getComment() - Method in class com.rapidminer.tools.documentation.ExampleProcess
 
getComment() - Method in class com.rapidminer.tools.jdbc.TableName
 
getCommentCharacters() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getCommentCharacters() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getCommentCharacters() - Method in class com.rapidminer.tools.LineParser
 
getCommonAncestorNames(Set<Element>) - Static method in class com.rapidminer.operator.nio.xml.XMLDomHelper
Creates a list of all elements, which are common ancestors of the element sets.
getCommonAttributes(Set<Element>) - Static method in class com.rapidminer.operator.nio.xml.XMLDomHelper
Returns a list of all attributes, whose name, value and namespace are equal for all elements in elements.
getCommonBackground() - Method in class com.rapidminer.gui.look.Colors
 
getCommonFocusColor() - Method in class com.rapidminer.gui.look.Colors
 
getCommonForeground() - Method in class com.rapidminer.gui.look.Colors
 
getComparator(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getCompareDimension() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getCompareType() - Method in class com.rapidminer.gui.look.fc.Item
 
getCompareValue() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getCompatibilityLevel() - Method in class com.rapidminer.operator.Operator
 
getComplement(Collection<ItemT>) - Method in class com.rapidminer.operator.learner.associations.PowerSet
 
getCompleteClassName(String) - Method in class com.rapidminer.tools.ClassNameMapper
 
getComplexity() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns complexity of the hypothesis.
getComplexity() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns the lenght of the premise of the rule.
getComponent() - Method in class com.rapidminer.gui.flow.ErrorTable
 
getComponent() - Method in class com.rapidminer.gui.flow.OverviewPanel
 
getComponent() - Method in class com.rapidminer.gui.flow.ProcessPanel
 
getComponent() - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
 
getComponent() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getComponent() - Method in class com.rapidminer.gui.operatortree.OperatorTreePanel
 
getComponent() - Method in class com.rapidminer.gui.processeditor.CommentEditor
 
getComponent() - Method in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
getComponent() - Method in class com.rapidminer.gui.processeditor.ProcessContextProcessEditor
 
getComponent() - Method in class com.rapidminer.gui.processeditor.ProcessLogTab
 
getComponent() - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
getComponent() - Method in class com.rapidminer.gui.processeditor.results.ResultTab
 
getComponent() - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
getComponent() - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
getComponent() - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
getComponent() - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.AttributeSelectionWizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.RepositoryLocationSelectionWizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
getComponent() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
getComponent() - Method in class com.rapidminer.gui.tools.SystemMonitor
 
getComponent() - Method in class com.rapidminer.gui.tools.WelcomeScreen
 
getComponent() - Method in class com.rapidminer.operator.nio.AnnotationDeclarationWizardStep
 
getComponent() - Method in class com.rapidminer.operator.nio.CSVSyntaxConfigurationWizardStep
 
getComponent() - Method in class com.rapidminer.operator.nio.MetaDataDeclarationWizardStep
 
getComponent() - Method in class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
 
getComponent() - Method in class com.rapidminer.operator.nio.xml.XMLExampleExpressionWizardStep
 
getComponent() - Method in class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
 
getComponent() - Method in class com.rapidminer.repository.gui.LocalRepositoryPanel
 
getComponent() - Method in class com.rapidminer.repository.gui.process.RemoteProcessViewer
 
getComponent() - Method in class com.rapidminer.repository.gui.RemoteRepositoryPanel
 
getComponent() - Method in class com.rapidminer.repository.gui.RepositoryBrowser
 
getComponent() - Method in interface com.rapidminer.repository.gui.RepositoryConfigurationPanel
Returns the actual component.
getComponent() - Method in class com.rapidminer.tools.config.gui.ConfigurationPanel
Create JComponent with empty data fields.
getComponent() - Method in class com.rapidminer.tools.config.gui.DefaultConfigurationPanel
 
getConclusion() - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getConclusion() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getConclusionItems() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getCondition() - Method in class com.rapidminer.operator.learner.tree.Edge
 
getConditionInput(Class<T>) - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getConditionInputOrNull(Class<T>) - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getConditions() - Method in class com.rapidminer.parameter.ParameterType
 
getConfidence(String) - Method in class com.rapidminer.example.AbstractAttributes
 
getConfidence(String) - Method in interface com.rapidminer.example.Attributes
This method will return the confidence attribute of the given class or null if no confidence attribute exists for this class
getConfidence(String) - Method in class com.rapidminer.example.Example
 
getConfidence() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getConfidence() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored size of the confidence intervall.
getConfidence() - Method in class com.rapidminer.tools.math.ROCPoint
 
getConfidence() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
getConfidences() - Method in class com.rapidminer.operator.learner.rules.Rule
 
getConfigurableClass() - Method in class com.rapidminer.tools.config.Configurator
Returns the Configurable implementation that this configurator can configure.
getConfigurableFromInputFields() - Method in class com.rapidminer.tools.config.gui.ConfigurationDialog
Resolves the Configurable which derives from the input field values
getConfigurablesAsXML(Configurator, boolean) - Method in class com.rapidminer.tools.config.ConfigurationManager
 
getConfigurationChangeResponses() - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
getConfigurationChangeType() - Method in interface com.rapidminer.gui.new_plotter.listener.events.ConfigurationChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getConfigurationChangeType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getConfigurator(String) - Method in class com.rapidminer.tools.config.ConfigurationManager
Returns the Configurator with the given Configurator.getTypeId().
getConnectedDatabaseHandler(ConnectionEntry) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getConnectedDatabaseHandler(String, String, String) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Returns a connected database handler instance from the given connection data.
getConnectedDatabaseHandler(String, String, String, boolean) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getConnectedDatabaseHandler(Operator) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getConnection() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Returns the connection.
getConnectionContext() - Method in interface com.rapidminer.operator.ports.PortOwner
Two ports can connect iff they belong to the same connection context.
getConnectionEntries() - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
getConnectionEntry(boolean) - Method in class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
getConnectionEntry() - Method in class com.rapidminer.operator.io.AccessDataReader
 
getConnectionEntry() - Method in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
getConnectionEntry() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
getConnectionEntry() - Method in class com.rapidminer.operator.io.DatabaseExampleSetUpdater
 
getConnectionEntry() - Method in class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
getConnectionEntry() - Method in class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
getConnectionEntry() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getConnectionEntry() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getConnectionEntry() - Method in interface com.rapidminer.tools.jdbc.connection.ConnectionProvider
 
getConnectionEntry(String) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
getConnectionEntry(ParameterHandler) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getConnectionParameterTypes(ParameterHandler) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getConnectionProperties() - Method in class com.rapidminer.gui.tools.dialogs.DatabaseAdvancedConnectionDialog
Returns the user edited connection properties or null if the user pressed cancel.
getConnectionProperties() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
Gets the additional connection properties (not the jdbc properties).
getConstruction() - Method in interface com.rapidminer.example.Attribute
Returns the construction description.
getConstruction() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the construction description.
getContainingFolder() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getContainingFolder() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getContainingFolder() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getContainingFolder() - Method in class com.rapidminer.repository.db.DBRepository
 
getContainingFolder() - Method in interface com.rapidminer.repository.Entry
Returns the folder containing this entry.
getContainingFolder() - Method in class com.rapidminer.repository.local.SimpleEntry
 
getContainingFolder() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getContainingFolder() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getContentBorderInsets(int) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
getContents(String) - Method in class com.rapid_i.deployment.update.client.InMemoryZipFile
 
getContentTypeString() - Method in enum com.rapidminer.repository.remote.RMContentType
 
getContext() - Method in class com.rapidminer.Process
 
getContextMenuActions(Class<?>, SelectionDependentAction.SelectionDependency) - Static method in class com.rapidminer.OperatorLibraryService
This returns all actions that refer to an object of the given class.
getContingencyMatrix() - Method in class com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
 
getContingencyMatrix(int) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Getter method for a specific confusion matrix
getContingencyMatrix() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
converts the deprecated representation into the new form
getControlDarkShadow() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getControlHighlight() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getControlShadow() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getControlTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getConverters() - Method in class com.rapidminer.repository.db.DBRepository
 
getConviction() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getCost() - Method in class com.rapidminer.example.AbstractAttributes
 
getCost() - Method in interface com.rapidminer.example.Attributes
Returns the cost attribute or null if no label attribute is defined.
getCostValue(int, int) - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
Returns a single value from the cost matrix.
getCount(String) - Method in class com.rapidminer.operator.learner.tree.Tree
 
getCounter() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getCounter() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getCounter() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
getCounterMap() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getCounts(ConjunctiveRuleModel, ExampleSet) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
getCovarianceMatrix(ExampleSet) - Static method in class com.rapidminer.tools.math.matrix.CovarianceMatrix
Transforms the example set into a double matrix (doubling the amount of used memory) and invokes CovarianceMatrix.getCovarianceMatrix(double[][]).
getCovarianceMatrix(double[][]) - Static method in class com.rapidminer.tools.math.matrix.CovarianceMatrix
Returns the covariance matrix from the given double matrix.
getCoverage(int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getCovered(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.Rule
 
getCoveredExamplesNumForPred(int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the unweighted absolute number of covered examples of each class, given a specific prediction
getCoveredWeight() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns the covered weight of this hypothesis.
getCoveredWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
getCoveredWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getCpuFunction() - Method in class com.rapidminer.operator.annotation.PolynomialExampleSetResourceConsumptionEstimator
 
getCpuFunction() - Method in interface com.rapidminer.operator.annotation.ResourceConsumptionEstimator
Returns the cpu function.
getCriteria() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Delivers the list of criteria which is able for this operator.
getCriteria() - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
 
getCriteria() - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
 
getCriteriaNames() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getCriterion(int) - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getCriterion(String) - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getCronExpression() - Method in class com.rapidminer.gui.dialog.CronEditorDialog
Returns the cron expression as a String if ButtonDialog.wasConfirmed() returns true, otherwise returns an empty String.
getCrosshairChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getCrosshairLines() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getCrossHairLines() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getCrosshairLinesChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns an UnbalancedCrossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns an operator that performs crossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
Returns an operator that performs crossover.
getCrossoverPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
getCrowdingDistance() - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
getCrowdingDistance() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getCrowdingDistance() - Method in class com.rapidminer.operator.features.Individual
 
getCrowdingDistance() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getCsvFile() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getCsvFileAsFile() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getCumulativeSingularValue(int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getCumulativeSingularValueProportion(int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getCumulativeVariance() - Method in class com.rapidminer.operator.features.transformation.AbstractEigenvectorModel
 
getCumulativeVariance() - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getCumulativeVariance(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getCumulativeVariance() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getCurrent() - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
getCurrent() - Static method in class com.rapidminer.gui.tools.ProgressThread
 
getCurrentBest() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the last generation's best individual.
getCurrentBest() - Method in class com.rapidminer.operator.features.Population
Returns the last generation's best individual.
getCurrentBest() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the last generation's best performance.
getCurrentBestPerformance() - Method in class com.rapidminer.operator.features.Population
Returns the last generation's best performance.
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
getCurrentBestPerformance() - Method in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
 
getCurrentChart() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
Use to retrieve the current JFreeChart chart, stored and shown in the ChartPanel.
getCurrentDataTable() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Gets the current DataTable for this HistogramTemplate.
getCurrentEvent() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
getCurrentEvent() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getCurrentlyDisplayedComponent() - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
getCurrentOperator() - Method in class com.rapidminer.Process
Returns the operator that is currently being executed.
getCurrentOperatorDocViewerObject() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getCurrentPerspective() - Method in class com.rapidminer.gui.ApplicationPerspectives
 
getCurrentPertubatedX() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getCurrentPertubatedY() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getCurrentPlotConfigurationClone() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
getCurrentPlotInstance() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
getCurrentRow() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getCurrentRow() - Method in interface com.rapidminer.operator.nio.model.DataResultSet
 
getCurrentRow() - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getCurrentRow() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getCurrentRow() - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getCurrentSize() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getCurrentStep() - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
getCurrentTranformationType() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
getCurrentValue() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
getCurrentValue() - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
getCurrentView() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
getCustomActions() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getCustomActions() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getCustomActions() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getCustomActions() - Method in class com.rapidminer.repository.db.DBRepository
 
getCustomActions() - Method in interface com.rapidminer.repository.Entry
Returns custom actions to be displayed in this entry's popup menu.
getCustomActions() - Method in class com.rapidminer.repository.local.SimpleEntry
 
getCustomActions() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getCustomActions() - Method in class com.rapidminer.repository.remote.RemoteProcessEntry
 
getCustomActions() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getCustomActions() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getCustomComponent(Object) - Method in interface com.rapidminer.gui.tools.components.ToolTipWindow.TipProvider
Returns an additional tooltip component to be added below the text field.
getCustomComponent(Entry) - Static method in class com.rapidminer.repository.gui.ToolTipProviderHelper
 
getData() - Method in interface com.rapidminer.example.table.SimpleArrayData
 
getData() - Method in class com.rapidminer.gui.new_plotter.data.GroupCellKeyAndData
 
getData() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
Deprecated. 
getData(Class<T>) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getData(boolean) - Method in class com.rapidminer.operator.ports.InputPortExtender
Deprecated. use InputPortExtender.getData(Class, boolean)
getData(Class<T>, boolean) - Method in class com.rapidminer.operator.ports.InputPortExtender
Returns a list of non-null data of all input ports.
getData(Class<T>) - Method in interface com.rapidminer.operator.ports.Port
This method returns the object of the desired class or throws an UserError if no object is present or cannot be casted to the desiredClass
getData() - Method in interface com.rapidminer.operator.ports.Port
Deprecated. use Port.getData(Class)
getData() - Method in class com.rapidminer.operator.ports.PortPairExtender
Deprecated. use #getData(Class))
getData(Class<T>) - Method in class com.rapidminer.operator.ports.PortPairExtender
 
getData() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin.DoubleArrayWrapper
 
getDataAsMatrix(ExampleSet) - Static method in class com.rapidminer.tools.math.matrix.MatrixTools
This method copies the complete data of the exampleSet into an Matrix backed by an array.
getDatabase() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getDataEntries() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getDataEntries() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getDataEntries() - Method in class com.rapidminer.repository.db.DBRepository
 
getDataEntries() - Method in interface com.rapidminer.repository.Folder
 
getDataEntries() - Method in class com.rapidminer.repository.local.SimpleFolder
 
getDataEntries() - Method in class com.rapidminer.repository.remote.RemoteFolder
 
getDataEntries() - Method in class com.rapidminer.repository.resource.ResourceFolder
 
getDataForUsageType(ValueSource.SeriesUsageType) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellData
 
getDataManagementType() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getDataOrNull(Class<T>) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getDataOrNull() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
Deprecated. 
getDataOrNull(Class<T>) - Method in interface com.rapidminer.operator.ports.Port
Returns the last object delivered to the connected InputPort or received from the connected OutputPort
getDataOrNull() - Method in interface com.rapidminer.operator.ports.Port
Deprecated. call Port.getDataOrNull(Class)
getDataReader() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVFileReader
 
getDataResultSetFactory() - Method in class com.rapidminer.operator.nio.CSVExampleSource
 
getDataResultSetFactory() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
 
getDataResultSetFactory() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Must be implemented by subclasses to return the DataResultSet.
getDataResultSetFactory() - Method in class com.rapidminer.operator.nio.model.WizardState
 
getDataResultSetFactory() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
getDataRow() - Method in class com.rapidminer.example.Example
Returns the data row which backs up the example in the example table.
getDataRow(int) - Method in class com.rapidminer.example.table.DatabaseExampleTable
Returns the data row with the desired row index.
getDataRow(int) - Method in interface com.rapidminer.example.table.ExampleTable
Returns the i-th data row.
getDataRow(int) - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
getDataRow(int) - Method in class com.rapidminer.example.table.LimitCachedDatabaseExampleTable
 
getDataRow(int) - Method in class com.rapidminer.example.table.MemoryExampleTable
Returns the data row with the given index.
getDataRow(int) - Method in class com.rapidminer.example.table.RandomExampleTable
 
getDataRowReader() - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
getDataRowReader() - Method in interface com.rapidminer.example.table.ExampleTable
Returns an Iterator for example data given as DataRow objects.
getDataRowReader() - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
getDataRowReader() - Method in class com.rapidminer.example.table.LimitCachedDatabaseExampleTable
 
getDataRowReader() - Method in class com.rapidminer.example.table.MemoryExampleTable
Returns a new data row reader.
getDataRowReader() - Method in class com.rapidminer.example.table.RandomExampleTable
 
getDataRowReader(List<Attribute>) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVFileReader
 
getDataSet() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getDataSet() - Method in class com.rapidminer.operator.io.ArffExampleSource
 
getDataSet() - Method in class com.rapidminer.operator.io.CSVDataReader
 
getDataSet() - Method in class com.rapidminer.operator.io.ExcelExampleSource
 
getDataSources() - Method in class com.rapidminer.tools.att.AttributeDataSources
 
getDataTable() - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
getDataTable() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
This method can be very slow.
getDataTable(boolean) - Method in class com.rapidminer.gui.new_plotter.data.PlotData
Returns the data table.
getDataTable() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getDataTable() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the current DataTable used by this PlotterTemplate.
getDataTable() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getDataTable() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
getDataTable() - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
getDataTable() - Method in class com.rapidminer.gui.processeditor.ProcessLogTab
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
This method is used to create a DataTable from this example set.
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.data.ExampleSetPlotRenderer
This method is used to create a DataTable from this example set.
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.math.NumericalMatrixPairwiseRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.math.NumericalMatrixPlotRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.math.NumericalMatrixTableRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.math.RainflowMatrixPlotRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.math.RainflowMatrixTableRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.HyperModelWeightsRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.HyperplaneModelRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.KernelModelPlotRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.KernelModelSupportVectorRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelPlotRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer
 
getDataTable(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.weights.AttributeWeightsPlotRenderer
 
getDataTable(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.weights.AttributeWeightsTableRenderer
 
getDataTable() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getDataTable(String) - Method in class com.rapidminer.Process
Returns the data table associated with the given name.
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getDataTableColumn() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
Returns the DataTableColumn from which this DimensionConfig gets its raw values.
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getDataTableColumn(ValueSource.SeriesUsageType) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns the DataTableColumn associated with the specified ValueSource.SeriesUsageType.
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getDataTableColumn() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getDataTableColumns() - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollection
 
getDataTableForGroupCell(GroupCellKey) - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
Returns the filtered data for a single group cell.
getDataTableIndex() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getDataTables() - Method in class com.rapidminer.Process
Returns all data tables.
getDataType() - Method in class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
getDate(int) - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Returns a date, time or date_time value contained in the specified column in the current row.
getDate(int) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getDate(int) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Returns a date, time or date_time value contained in the specified column in the current row.
getDate(int) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getDate(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getDate(int) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getDate() - Method in interface com.rapidminer.repository.DataEntry
Returns the last modification date of this entry.
getDate() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getDate() - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
getDate() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
getDate() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
getDate() - Method in class com.rapidminer.repository.remote.RemoteDataEntry
 
getDate() - Method in class com.rapidminer.repository.resource.ResourceDataEntry
 
getDateColor() - Static method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
getDateFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
getDateFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getDateFormat() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
Returns a DateFormat to be used for formatting dates on this axis.
getDateFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getDateFormat() - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
getDateFormat() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getDateFormat() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getDateFormat() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
getDateFormat(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Subclasses might overwrite this method which by default simply returns NO_DATE.
getDateFormat(int, int) - Method in class com.rapidminer.gui.viewer.DataViewerTable
 
getDateFormat() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getDatePattern() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getDateValue(Attribute) - Method in class com.rapidminer.example.Example
Returns the date value for the given attribute.
getDbNameSeperator() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getDBSystemNames() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getDebugMode() - Method in class com.rapidminer.Process
 
getDecimalPointCharacter() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
getDefault() - Method in interface com.rapidminer.example.Attribute
Returns the default value for this attribute.
getDefault() - Method in class com.rapidminer.example.AttributeDescription
 
getDefault() - Method in class com.rapidminer.example.table.AbstractAttribute
 
getDefault() - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
getDefault() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getDefault() - Method in class com.rapidminer.tools.ClassColorMap
 
getDefault() - Method in class com.rapidminer.tools.ParentResolvingMap
 
getDefault() - Method in class com.rapidminer.tools.StringColorMap
 
getDefaultColorScheme() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getDefaultColumnFunction() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getDefaultColumnFunction() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getDefaultColumnFunction() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns the index of the replenishment function which will be used for attributes listed in the parameter list "columns".
getDefaultDimensionConfigById(int) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getDefaultDimensionConfigs() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns all existing dimension configurations except the DOMAIN dimension config.
getDefaultDirectoryForSaveAs() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the default directory for the "save as" option.
getDefaultEncoding() - Static method in class com.rapidminer.tools.Tools
This method tries to identify the encoding if a GUI is running and a process is defined.
getDefaultFunction() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getDefaultFunction() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getDefaultFunction() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns the index of the replenishment function which will be used for attributes not listed in the parameter list "columns".
getDefaultInt() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getDefaultLayout() - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
getDefaultLayout() - Method in class com.rapidminer.gui.renderer.models.TreeModelGraphRenderer
 
getDefaultModel() - Method in class com.rapidminer.gui.properties.PropertyTable
 
getDefaultNamespaceURI() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This returns a string for the default namespace uri or null if no one defined.
getDefaultPort() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getDefaults() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getDefaults() - Static method in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
Returns a new TextAreaDefaults object with the default values filled in.
getDefaultSize(int) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
getDefaultSource() - Method in class com.rapidminer.tools.att.AttributeDataSources
 
getDefaultSource() - Method in class com.rapidminer.tools.att.AttributeSet
Returns the default file.
getDefaultSyntaxStyles() - Static method in class com.rapidminer.gui.tools.syntax.SyntaxUtilities
Returns the default style table.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterType
Returns a value that can be used if the parameter is not set.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeAttribute
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeChar
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeExpression
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeList
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeParameterValue
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypePreview
Returns null.
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeSQLQuery
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeString
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getDefaultValue() - Method in class com.rapidminer.parameter.ParameterTypeValue
Returns null.
getDefaultValue() - Method in class com.rapidminer.tools.config.ParameterTypeConfigurable
 
getDefaultValueAsString() - Method in class com.rapidminer.parameter.ParameterType
Returns the correct string representation of the default value.
getDefaultValueAsString() - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
getDefaultValueAsString() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getDefinedAnnotationNames() - Method in class com.rapidminer.operator.Annotations
 
getDefinedKeys() - Method in class com.rapidminer.parameter.Parameters
This method returns the keys of all defined values.
getDefinedMacroNames() - Method in class com.rapidminer.MacroHandler
 
getDefinedParameterKeys() - Static method in class com.rapidminer.tools.ParameterService
This method will return a Collection of all keys of defined parameter types.
getDefinedParameterTypes() - Static method in class com.rapidminer.tools.ParameterService
This method will return a Collection of all keys of defined parameter types.
getDefinedUsageTypes() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getDefinitionAsXML(Element) - Method in class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
getDefinitionAsXML(Element) - Method in class com.rapidminer.parameter.conditions.EqualOperatorVersionCondition
 
getDefinitionAsXML(Element) - Method in class com.rapidminer.parameter.conditions.EqualStringCondition
 
getDefinitionAsXML(Element) - Method in class com.rapidminer.parameter.conditions.EqualTypeCondition
 
getDefinitionAsXML(Element) - Method in class com.rapidminer.parameter.conditions.OrParameterCondition
 
getDefinitionAsXML(Document) - Method in class com.rapidminer.parameter.conditions.ParameterCondition
This must return an XML Element that represents this condition.
getDefinitionAsXML(Element) - Method in class com.rapidminer.parameter.conditions.ParameterCondition
Subclasses must override this method and append all their properties to the given element.
getDefinitionAsXML(Document) - Method in class com.rapidminer.parameter.ParameterType
This method will write the definition of this ParameterType into the Element that is returned.
getDegree() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
 
getDegree() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
getDegree() - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
getDegree() - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
 
getDelimiters() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel.Selection
 
getDeliveredOutputClasses() - Method in class com.rapidminer.operator.Operator
Returns the classes that are guaranteed to be returned by apply().
getDependencyConditions() - Method in class com.rapidminer.parameter.ParameterType
 
getDeprecation() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getDeprecationInfo() - Method in class com.rapidminer.operator.Operator
Deprecated. Use getOperatorDescription().getDeprecationInfo()
getDeprecationInfo() - Method in class com.rapidminer.operator.OperatorDescription
 
getDescription() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getDescription() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getDescription() - Method in class com.rapidminer.gui.templates.Template
 
getDescription() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
getDescription(String) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method returns the OperatorDescription associated with the given key.
getDescription() - Method in enum com.rapidminer.operator.OperatorCapability
 
getDescription() - Method in class com.rapidminer.operator.performance.AbsoluteError
 
getDescription() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getDescription() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getDescription() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getDescription() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
getDescription() - Method in class com.rapidminer.operator.performance.LenientRelativeError
 
getDescription() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getDescription() - Method in class com.rapidminer.operator.performance.Margin
 
getDescription() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
Returns a description of the performance criterion.
getDescription() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns the description.
getDescription() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getDescription() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns a description of the performance criterion.
getDescription() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getDescription() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getDescription() - Method in class com.rapidminer.operator.performance.RelativeError
 
getDescription() - Method in class com.rapidminer.operator.performance.RootMeanSquaredError
 
getDescription() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getDescription() - Method in class com.rapidminer.operator.performance.SimpleClassificationError
 
getDescription() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getDescription() - Method in class com.rapidminer.operator.performance.SquaredCorrelationCriterion
 
getDescription() - Method in class com.rapidminer.operator.performance.SquaredError
 
getDescription() - Method in class com.rapidminer.operator.performance.StrictRelativeError
 
getDescription() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns the description.
getDescription() - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
getDescription() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.CollectionMetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.CollectionPrecondition
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.DistanceMeasurePrecondition
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.DummyMetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.ModelMetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.ParameterConditionedPrecondition
 
getDescription() - Method in interface com.rapidminer.operator.ports.metadata.Precondition
Returns a human readable description.
getDescription() - Method in class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
getDescription() - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
getDescription() - Method in interface com.rapidminer.operator.ports.Port
Returns a human readable description of the ports pre/ and postconditions.
getDescription() - Method in class com.rapidminer.operator.Value
Returns a human readable description.
getDescription() - Method in interface com.rapidminer.operator.ValueInterface
Returns a human readable description.
getDescription() - Method in class com.rapidminer.parameter.ParameterType
Returns a short description.
getDescription() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getDescription() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getDescription() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getDescription() - Method in class com.rapidminer.repository.db.DBRepository
 
getDescription() - Method in interface com.rapidminer.repository.Entry
Returns a human readable description.
getDescription() - Method in class com.rapidminer.repository.local.LocalRepository
 
getDescription() - Method in class com.rapidminer.repository.local.SimpleDataEntry
 
getDescription() - Method in class com.rapidminer.repository.local.SimpleFolder
 
getDescription() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
getDescription() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
getDescription() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getDescription() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getDescription() - Method in class com.rapidminer.repository.resource.ResourceFolder
 
getDescription() - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
getDescription() - Method in class com.rapidminer.repository.resource.ResourceProcessEntry
 
getDescription() - Method in class com.rapidminer.tools.config.Configurator
A short help text to be used in dialogs.
getDescription() - Method in class com.rapidminer.tools.GroupTree
This returns a group description depending on internationalization
getDescription() - Method in class com.rapidminer.tools.GroupTreeNode
 
getDescription() - Method in class com.rapidminer.tools.GroupTreeRoot
 
getDescription() - Method in class com.rapidminer.tools.math.function.FunctionDescription
 
getDescriptionAsTableRow() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getDesiredInputClasses() - Method in class com.rapidminer.operator.Operator
Returns the classes that are needed as input.
getDesktopBackgroundColor() - Method in class com.rapidminer.gui.look.Colors
 
getDesktopColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getDestination() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
getDestination() - Method in interface com.rapidminer.operator.ports.OutputPort
Returns the destination input port.
getDestinationFile(String) - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getDestinationFolder() - Method in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
getDestinationName() - Method in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
getDetA() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the determinant of A.
getDetailData(Object, String) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
getDetailData(Object, String) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
getDetailData(Object, String) - Method in class com.rapidminer.gui.ExampleVisualizer
 
getDetailData(Object, String) - Method in interface com.rapidminer.ObjectVisualizer
 
getDetailData(Object, String) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
getDetailData(Object, String) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
getDetails() - Method in interface com.rapidminer.NoBugError
Returns the error details/description.
getDetails() - Method in exception com.rapidminer.NoOpUserError
 
getDetails() - Method in exception com.rapidminer.operator.UserError
 
getDetL() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the determinant of L.
getDeviation() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getDf1() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getDf2() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getDialogTitle() - Method in class com.rapidminer.gui.properties.PropertyDialog
 
getDialogTitle() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Returns the internationalized title for this dialog.
getDimension() - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
getDimension() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getDimension() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getDimension() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.AbstractGroupingCardPanel
 
getDimension() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.DimensionConfigTreeNode
 
getDimension() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getDimension() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getDimensionChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getDimensionConfig(DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns the dimension config for the specified dimension.
getDimensionConfig() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getDimensionConfig() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getDimensionConfigData(DefaultDimensionConfig) - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getDimensionConfigIndex(DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
getDimensions() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
Provides the (integer) number of dimensions of the Object.
getDimensions() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Provides the (integer) number of dimensions of the Object.
getDimensions() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the number of dimensions of the SearchSpace.
getDirectAncestors(Set<Element>) - Static method in class com.rapidminer.operator.nio.xml.XMLDomHelper
Returns a set of the direct ancestors of each element in elements.
getDirectoryName() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getDisabledTextColor() - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
getDismissDelay() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the dismissal tooltip delay value used inside this chart panel.
getDisplay() - Method in class com.rapidminer.gui.tools.ProgressThread
 
getDisplayedChain() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
getDisplayedOperator() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getDisplayedOperatorDescName() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getDistance() - Method in class com.rapidminer.operator.clustering.clusterer.Agglomeration
 
getDistance() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
getDistance() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Get the weight of this node.
getDistance() - Method in class com.rapidminer.operator.preprocessing.outlier.COFKnn
 
getDistance() - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
Provides the distance of the container as an integer value.
getDistance(SearchObject, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
This method returns the distance between two objects according to a specification on which distance shall be computed (at the moment the method supports EUCLIDIAN distance (int kindOfDistance = 1) and COSINE distance (int kindOfDistance = 2) and the following similar distances: SQUARED (0) (the squared value of the metric/euclidian distance, INV_COSINE (3) the inversted cosine (actually the sine) distance which is simply 1-cos, and ANGLE_RADIANT (4) the angle between the objects related to zero coordinates in the actual n-dimensional euclidian coordinate system (ARC COSINE in radiant between [0 ; pi]).
getDistance(int, int) - Method in class com.rapidminer.tools.math.kernels.Kernel
Returns the distance between the examples with the given indices.
getDistance(String, String, int) - Static method in class com.rapidminer.tools.math.similarity.nominal.LevenshteinDistance
 
getDistance(double[], double[]) - Method in interface com.rapidminer.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(int[], int[]) - Method in interface com.rapidminer.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(int[], int[], int[]) - Method in interface com.rapidminer.tools.math.som.DistanceFunction
This method returns the distance between point1 and point2.
getDistance(double[], double[]) - Method in class com.rapidminer.tools.math.som.EuclideanDistance
 
getDistance(int[], int[]) - Method in class com.rapidminer.tools.math.som.EuclideanDistance
 
getDistance(int[], int[], int[]) - Method in class com.rapidminer.tools.math.som.EuclideanDistance
Integer distance calculation regards the wrap around of the net (hypertorus)
getDistance(double[], double[]) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
getDistanceEuclidian(SearchObject) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the euclidian (metric) distance between two SearchObjects by looking at the object's vektors and returning the length of the substracted vector between the two object's vectors.
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.DotKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.Kernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
getDistanceFormula(double[], String[]) - Method in class com.rapidminer.tools.math.kernels.SigmoidKernel
 
getDistanceMeasure() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getDistanceMeasure() - Method in class com.rapidminer.operator.similarity.SimilarityMeasureObject
 
getDistinctDataTableValues(DataTable, int) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
Returns all distinct values in one column of the table in the order of their appearance in the table.
getDistinctValueCount() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getDistinctValues() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getDistinctValues(ValueSource.SeriesUsageType, DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
getDistinctValues() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
Returns a list of all values on this RangeAxisConfig, together with the ValueSource which generates the respective value.
getDistinctValues() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getDistinctValues(T[]) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
getDistinctValues(Iterable<T>) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
getDistribution(int, int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getDistribution(int, int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getDistribution(int, int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getDockingDesktop() - Method in class com.rapidminer.gui.MainFrame
 
getDockKey() - Method in class com.rapidminer.gui.flow.ErrorTable
 
getDockKey() - Method in class com.rapidminer.gui.flow.OverviewPanel
 
getDockKey() - Method in class com.rapidminer.gui.flow.ProcessPanel
 
getDockKey() - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
 
getDockKey() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getDockKey() - Method in class com.rapidminer.gui.operatortree.OperatorTreePanel
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.CommentEditor
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.ProcessContextProcessEditor
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.ProcessLogTab
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.results.ResultTab
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
getDockKey() - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
getDockKey() - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
getDockKey() - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
getDockKey() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
getDockKey() - Method in class com.rapidminer.gui.tools.SystemMonitor
 
getDockKey() - Method in class com.rapidminer.gui.tools.WelcomeScreen
 
getDockKey() - Method in class com.rapidminer.repository.gui.process.RemoteProcessViewer
 
getDockKey() - Method in class com.rapidminer.repository.gui.RepositoryBrowser
 
getDocument() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the document this text area is editing.
getDocumentation() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getDocumentation() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This returns a HTML fragment that in detail describes the inner working of this OperatorLibrary.
getDocumentation() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getDocumentationBundle() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getDocumentationBundle() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This returns a OperatorDocBundle that contains information about each single delivered Operator of this library.
getDocumentLength() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the length of the document.
getDocumentObjectModel() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This will load the DOM from the current xml file if necessary or return the already loaded one.
getDomainAxisLineColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getDomainAxisLineWidth() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getDomainAxisRange() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection
 
getDomainAxisRanges() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection
 
getDomainColumn() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getDomainConfig(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getDomainConfig() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getDomainConfigManager() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getDomainConfigManagerData() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getDomainConfigValueType() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns the associated domain config's value type.
getDomainType() - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
getDomainType() - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
The type of the groups created by this ValueGrouping.
getDomainZoom() - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
Returns null if isZoomedIn() returns false.
getDOMRepresentation() - Method in class com.rapidminer.operator.Operator
This returns this operator with all its parameter settings as a Document
getDoubleArrayFromExample(Example) - Static method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
 
getDoubleValue() - Method in class com.rapidminer.operator.ValueDouble
Returns the double value which should be logged.
getDraggedOperators() - Method in class com.rapidminer.gui.dnd.OperatorTransferHandler
Returns a list of operators selected for dragging out of this component.
getDraggedOperators() - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
getDraw2DLines() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getDrawLegend() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getDriver() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
getDriverClasses() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getDriverJarFile() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getDropDownArrowButton() - Method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
getDummyBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getE() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the error-matrix E with pivoting reversed.
getE_Diagonal() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the diagonal of error-matrix E with the pivoting still applied.
getEdgeLabelRenderer() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the renderer for edge labels.
getEdgeLabelRenderer() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getEdgeLabelRenderer() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
getEdgeName(E) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the text that should be displayed at the edge with the given id.
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getEdgeName() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getEdgeName(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getEdgeShape() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
Returns the shape of the edges.
getEdgeShape() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
Returns the shape of the edges.
getEdgeStrength(E) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the strength of the edge.
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns 1.
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getEdgeStrength(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getEdgeValue() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getEditingColumn() - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
getEditMenu() - Method in class com.rapidminer.gui.MainFrame
This returns the edit menu to change menu entries
getEditor() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getEditorComponent() - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
getEditorForKey(String) - Method in class com.rapidminer.gui.properties.PropertyPanel
 
getEditorKitForContentType(String) - Method in class com.rapidminer.gui.tools.ExtendedHTMLJEditorPane
 
getEffectiveRange() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getEffectiveRange() - Method in class com.rapidminer.gui.new_plotter.data.DomainConfigManagerData
 
getEigenvalue() - Method in interface com.rapidminer.operator.features.transformation.ComponentVector
 
getEigenvalue() - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
getEigenvalue(int) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getEigenvalue(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getEigenvalue() - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
getEigenvalueTableModel() - Method in class com.rapidminer.operator.features.transformation.AbstractEigenvectorModel
 
getEigenvalueTableModel() - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getEigenvalueTableModel() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getEigenvector() - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
getEigenvector(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getEigenvectorTableModel() - Method in class com.rapidminer.operator.features.transformation.AbstractEigenvectorModel
 
getEigenvectorTableModel() - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getEigenvectorTableModel() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getElectricScroll() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the number of lines from the top and button of the text area that are always visible.
getElement(int, boolean) - Method in class com.rapidminer.operator.IOObjectCollection
 
getElement() - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
getElement() - Method in class com.rapidminer.tools.documentation.ExampleProcess
 
getElementAt(int) - Method in class com.rapidminer.gui.dialog.ResultHistory
 
getElementAt(int) - Method in class com.rapidminer.gui.look.fc.BookmarkListModel
 
getElementAt(int) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
getElementAt(int) - Method in class com.rapidminer.gui.tools.ProgressThread.QueueListModel
 
getElementAt(int) - Method in class com.rapidminer.operator.IOContainer
Returns the n-th IOObject in this container.
getElementAt(int) - Method in class com.rapidminer.operator.nio.xml.XPathMatchesListModel
 
getElementClass(boolean) - Method in class com.rapidminer.operator.IOObjectCollection
 
getElementIndex(Element) - Static method in class com.rapidminer.operator.nio.xml.XMLDomHelper
Returns the index of element in the list of all elements with the same name in its parent node.
getElementMetaData() - Method in class com.rapidminer.operator.ports.metadata.CollectionMetaData
 
getElementMetaDataRecursive() - Method in class com.rapidminer.operator.ports.metadata.CollectionMetaData
 
getElementsFromSelection() - Method in class com.rapidminer.operator.nio.xml.XMLTreeView
Returns a set of all elements which are selected in this XMLTreeModel.
getEmptyBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getEmptyButtonBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getEmptyComboBoxBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getEnabledOperators() - Method in class com.rapidminer.operator.ExecutionUnit
Returns an unmodifiable view of the operators contained in this process.
getEnclosingOperator() - Method in class com.rapidminer.operator.ExecutionUnit
Returns the operator that contains this process as a subprocess.
getEncoding() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getEncoding() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getEncoding() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Returns the encoding for this configuration.
getEncoding() - Method in class com.rapidminer.operator.Operator
Deprecated. This method is rubbish. Use the Encoding to add a custom encoding parameter to this operator.
getEncoding(String) - Static method in class com.rapidminer.Process
 
getEncoding() - Method in class com.rapidminer.tools.att.AttributeDataSources
 
getEncoding(Operator) - Static method in class com.rapidminer.tools.io.Encoding
 
getEncoding(String) - Static method in class com.rapidminer.tools.io.Encoding
 
getEncoding() - Method in class com.rapidminer.tools.LineParser
 
getEndTime() - Method in class com.rapidminer.operator.learner.associations.gsp.TransactionSet
 
getEngineErrors() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
getEngineErrors() - Method in interface com.rapidminer.gui.new_plotter.engine.PlotEngine
 
getEngineWarnings() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
getEngineWarnings() - Method in interface com.rapidminer.gui.new_plotter.engine.PlotEngine
 
getENorm() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the infinity norm of matrix E.
getEnteredValues(int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTable
This method will return the values entered in the editable columns.
getEnteredValues(int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
getEntityForPoint(int, int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the chart entity at a given point.
getEntropy(double[], double) - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.AbstractEntropyWeighting
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.GiniWeighting
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.InfoGainRatioWeighting
 
getEntropyCriterion() - Method in class com.rapidminer.operator.features.weighting.InfoGainWeighting
 
getEntry(String) - Method in class com.rapidminer.gui.security.Wallet
 
getEntry() - Method in class com.rapidminer.repository.gui.RepositorySelectionEvent
 
getEOLMarkerColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the EOL marker color.
getEOLMarkersPainted() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns true if EOL markers are drawn, false otherwise.
getError() - Method in exception com.rapidminer.operator.nio.model.ParseException
 
getErrorBundle() - Static method in class com.rapidminer.tools.I18N
Returns the resource bundle for error messages and quick fixes.
getErrorByExampleIndexAndColumn(int, int) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
getErrorCode() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
getErrorDescription() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getErrorId() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getErrorIndicator() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getErrorInRow(int) - Method in class com.rapidminer.operator.nio.ErrorTableModel
 
getErrorList() - Method in class com.rapidminer.operator.Operator
Returns a List of Strings containing error messages.
getErrorMessage() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getErrorMessage(String, Object[]) - Static method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getErrorMessage(String, Object[]) - Static method in exception com.rapidminer.operator.OperatorException
 
getErrorMessage(int, Object[]) - Static method in exception com.rapidminer.operator.UserError
 
getErrorMessage(String, Object[]) - Static method in exception com.rapidminer.operator.UserError
 
getErrorName() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getErrorName() - Method in interface com.rapidminer.NoBugError
Returns the error name.
getErrorName() - Method in exception com.rapidminer.NoOpUserError
 
getErrorName() - Method in exception com.rapidminer.operator.UserError
 
getErrorPreviewAsList(ProgressListener) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getErrorRate() - Method in class com.rapidminer.operator.learner.meta.AdaBoostPerformanceMeasures
 
getErrorRate() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getErrors() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.data.DomainConfigManagerData
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
getErrors() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getErrors() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getErrors() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getErrors() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
getErrors() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getErrors() - Method in interface com.rapidminer.operator.ports.Port
Returns the set of errors added since the last clear errors.
getErrorsForInput(InputPort, MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.MetaData
Returns a (possibly empty) list of errors specifying in what regard isData differs from this meta data specification.
getEscapeCharacter() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getEscapeCharacter() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns the estimated performance.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
Returns the estimated performances of this SVM.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
getEstimatedPerformance() - Method in interface com.rapidminer.operator.learner.Learner
Most learners should throw an exception if they are not able to estimate the learning performance.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
The default implementation throws an exception.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
The default implementation throws an exception.
getEstimatedPerformance() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
getEvidence() - Method in class com.rapidminer.generator.AttributePeak
 
getExample(int) - Method in interface com.rapidminer.example.ExampleSet
Returns the i-th example.
getExample(int) - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.ConditionedExampleSet
Returns the i-th example fulfilling the condition.
getExample(int) - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.MappedExampleSet
Returns the i-th example in the mapping.
getExample(int) - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.RemappedExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SimpleExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getExample(int) - Method in class com.rapidminer.example.set.SortedExampleSet
Returns the i-th example in the mapping.
getExample(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Searches i-th example in the currently selected partition.
getExampleCount() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getExampleCount() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getExampleCount() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getExampleCount() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
getExampleCount() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getExampleCount() - Method in class com.rapidminer.operator.performance.Margin
 
getExampleCount() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getExampleCount() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getExampleCount() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns the number of data points which was used to determine the criterion value.
getExampleCount() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getExampleCount() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getExampleCount() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getExampleCount() - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
getExampleCount() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getExampleCount() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
getExampleFromId(double) - Method in interface com.rapidminer.example.ExampleSet
Returns the example with the given id value.
getExampleFromId(double) - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getExampleFromId(double) - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getExampleFromId(double) - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getExampleIds() - Method in class com.rapidminer.operator.clustering.Cluster
Get all ids of the examples associated with this cluster.
getExampleIdsInSubtree() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
Get all objects (as representend by their IDs) in this leaf.
getExampleIdsInSubtree() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Get all objects (as representend by their IDs) in the subtree including the objects located directly at this node.
getExampleInClusterProbability(int, int) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
getExampleIndex() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
getExampleIndicesFromId(double) - Method in interface com.rapidminer.example.ExampleSet
Returns all examples which have the given id.
getExampleIndicesFromId(double) - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getExampleLabel() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel.RegressionData
 
getExamples() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getExampleSet() - Method in class com.rapidminer.operator.annotation.ExampleSetResourceConsumptionEstimator
 
getExampleSet() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getExampleSet() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
Gets the model, i.e. an SVM example set.
getExampleSet() - Method in class com.rapidminer.operator.nio.SASExampleReader
Returns the ExampleSet created by the given SAS file.
getExampleSet() - Method in class com.rapidminer.operator.similarity.SimilarityMeasureObject
 
getExampleSet() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getExampleSet() - Method in class com.rapidminer.operator.visualization.SOMModelVisualization.SOMModelVisualizationResult
 
getExampleSetInput() - Method in class com.rapidminer.operator.features.FeatureOperator
 
getExampleSetInputPort() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
 
getExampleSetInputPort() - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
 
getExampleSetInputPort() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
getExampleSetInputPort() - Method in class com.rapidminer.operator.learner.AbstractLearner
 
getExampleSetInputPort() - Method in class com.rapidminer.operator.meta.AbstractSplitChain
 
getExampleSetOutputPort() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
 
getExampleTable() - Method in interface com.rapidminer.example.ExampleSet
Returns the underlying example table.
getExampleTable() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.MappedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.RemappedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SimpleExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SortedExampleSet
 
getExampleTable() - Method in class com.rapidminer.example.set.SplittedExampleSet
 
getExampleTable() - Method in class com.rapidminer.generator.FeatureGenerator
Gets the example table the examples are from.
getExampleValues() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel.RegressionData
 
getExampleWeight() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel.RegressionData
 
getExampleXPath() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This method has to return the String representing the xpath expression that should form the examples.
getExcelColumnName(int) - Static method in class com.rapidminer.tools.Tools
Returns the column name of the the n'th column like excel names it.
getException() - Method in class com.rapidminer.repository.gui.process.ExceptionWrapper
 
getExcludedAtttributes(ExampleSet, ExampleSet) - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
Returns a set of original attributes which will not be copied to the output example set.
getExcludedAtttributes(ExampleSet, ExampleSet) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
Returns all attributes from the right example which are key attributes.
getExecutionMode() - Method in class com.rapidminer.Process
 
getExecutionMode() - Static method in class com.rapidminer.RapidMiner
 
getExecutionUnit() - Method in class com.rapidminer.operator.Operator
Returns the ExecutionUnit that contains this operator.
getExecutor(ExecutionUnit) - Method in class com.rapidminer.operator.execution.SimpleUnitExecutionFactory
 
getExecutor(ExecutionUnit) - Method in class com.rapidminer.operator.execution.UnitExecutionFactory
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.CollectionPrecondition
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.DistanceMeasurePrecondition
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.ParameterConditionedPrecondition
 
getExpectedMetaData() - Method in interface com.rapidminer.operator.ports.metadata.Precondition
Returns the meta data required by this precondition.
getExpectedMetaData() - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
getExpectedResult(Process) - Static method in class com.rapidminer.test_utils.Util
Returns all expected results for the specified process.
getExpectedValueType() - Method in exception com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException
 
getExperiment() - Method in class com.rapidminer.gui.MainFrame
Deprecated. Use MainFrame.getProcess() instead
getExperiment() - Method in class com.rapidminer.operator.Operator
Deprecated. Please use Operator.getProcess() instead
getExperimentFile() - Method in class com.rapidminer.Process
Deprecated. Use Process.getProcessFile() instead
getExperimentState() - Method in class com.rapidminer.Process
Deprecated. Use Process.getProcessState() instead
getExpression() - Method in class com.rapidminer.gui.properties.ExpressionPropertyDialog
 
getExtendedScrollPane() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getExtension() - Method in class com.rapidminer.example.AttributeWeights
 
getExtension() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getExtension() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
getExtension() - Method in class com.rapidminer.operator.AbstractModel
 
getExtension() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getExtension() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getExtension() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
getExtension() - Method in class com.rapidminer.operator.io.BibtexExampleSource
 
getExtension() - Method in class com.rapidminer.operator.io.DBaseExampleSource
 
getExtension() - Method in class com.rapidminer.operator.io.KDBExampleSource
 
getExtension() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getExtension() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getExtension() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
 
getExtension() - Method in class com.rapidminer.operator.meta.ParameterSet
 
getExtension() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getExtension() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getExtension() - Method in class com.rapidminer.operator.similarity.SimilarityMeasureObject
 
getExtension() - Method in class com.rapidminer.operator.SimpleResultObject
 
getExtension() - Method in class com.rapidminer.operator.visualization.DataStatistics
 
getExtension() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getExtension() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getExtension() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getExtension() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getExtension() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
getExtension() - Method in class com.rapidminer.parameter.ParameterTypeFile
 
getExtension() - Method in class com.rapidminer.tools.math.Averagable
 
getExtension() - Method in class com.rapidminer.tools.math.RunVector
 
getExtension() - Method in class com.rapidminer.tools.math.SignificanceTestResult
 
getExtensionIcon() - Method in class com.rapidminer.tools.plugin.Plugin
This returns the Icon of the extension or null if not present.
getExtensionId() - Method in class com.rapidminer.tools.plugin.Plugin
 
getExtensions() - Method in class com.rapidminer.parameter.ParameterTypeFile
 
getFactor(int) - Method in class com.rapidminer.tools.math.WindowFunction
Returns the weighting factor for the current value n in a window of the given length.
getFactory() - Method in class com.rapidminer.example.table.AbstractDataRowReader
 
getFalsePositives() - Method in class com.rapidminer.tools.math.ROCPoint
Returns the number of false positives, not the rate.
getFarChild(double[]) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getFather() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
Returns the father of this node or null if node is root
getFetchFromAccountButton() - Method in class com.rapid_i.deployment.update.client.UpdateListPanel
 
getFieldNames(Object) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
getFieldNames(Object) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
getFieldNames(Object) - Method in class com.rapidminer.gui.ExampleVisualizer
 
getFieldNames(Object) - Method in interface com.rapidminer.ObjectVisualizer
 
getFieldNames(Object) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
getFieldNames(Object) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
getFile() - Method in class com.rapidminer.FileProcessLocation
 
getFile() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
getFile() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
getFile() - Method in class com.rapidminer.gui.look.fc.Item
 
getFile() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getFile() - Method in class com.rapidminer.operator.nio.file.BufferedFileObject
 
getFile() - Method in class com.rapidminer.operator.nio.file.FileObject
Returns the data as a file.
getFile() - Method in class com.rapidminer.operator.nio.file.RepositoryBlobObject
 
getFile() - Method in class com.rapidminer.operator.nio.file.SimpleFileObject
 
getFile() - Method in class com.rapidminer.operator.nio.file.ZipEntryObject
 
getFile() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
This returns the file of the referenced excel file
getFile() - Method in class com.rapidminer.repository.local.LocalRepository
 
getFile() - Method in class com.rapidminer.repository.local.SimpleFolder
 
getFile() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getFile() - Method in class com.rapidminer.tools.plugin.Plugin
 
getFile(File, String) - Static method in class com.rapidminer.tools.Tools
Creates a file relative to the given parent if name is not an absolute file name.
getFileChooserColors() - Method in class com.rapidminer.gui.look.Colors
 
getFileDescription() - Method in class com.rapidminer.example.AttributeWeights
 
getFileDescription() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
getFileDescription() - Method in class com.rapidminer.operator.AbstractModel
 
getFileDescription() - Method in class com.rapidminer.operator.clustering.CentroidClusterModel
 
getFileDescription() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getFileDescription() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
getFileDescription() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getFileDescription() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getFileDescription() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
 
getFileDescription() - Method in class com.rapidminer.operator.meta.ParameterSet
 
getFileDescription() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
getFileDescription() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getFileDescription() - Method in class com.rapidminer.operator.similarity.SimilarityMeasureObject
 
getFileDescription() - Method in class com.rapidminer.operator.SimpleResultObject
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.DataStatistics
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getFileDescription() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
getFileDescription() - Method in class com.rapidminer.tools.math.Averagable
 
getFileDescription() - Method in class com.rapidminer.tools.math.RunVector
 
getFileDescription() - Method in class com.rapidminer.tools.math.SignificanceTestResult
 
getFileExtension() - Method in class com.rapidminer.operator.nio.CSVExampleSource
 
getFileExtension() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
 
getFileExtension() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Returns the allowed file extension.
getFileExtension() - Method in class com.rapidminer.operator.nio.SASExampleSource
 
getFileExtension() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
getFileExtensions() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
Returns the allowed file extensions.
getFileExtensions() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Returns the allowed file extensions.
getFileInputPort() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
getFileMenu() - Method in class com.rapidminer.gui.MainFrame
This returns the file menu to change menu entries
getFileName() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getFileName() - Method in class com.rapidminer.gui.look.fc.Item
 
getFilePane() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
getFileParameterForOperator(Operator) - Static method in class com.rapidminer.operator.io.AbstractReader
Returns the key of the parameter that specifies the file to be read.
getFileParameterName() - Method in class com.rapidminer.operator.nio.CSVExampleSource
 
getFileParameterName() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
 
getFileParameterName() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Returns the name of the ParameterTypeFile to be added through which the user can specify the file name.
getFileParameterName() - Method in class com.rapidminer.operator.nio.SASExampleSource
 
getFileParameterName() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
getFileSize() - Method in class com.rapidminer.gui.look.fc.Item
 
getFileSuffix() - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Returns the suffix of the files which should be read by the input operator.
getFileSuffix() - Method in class com.rapidminer.operator.io.DasyLabDataReader
 
getFileSuffix() - Method in class com.rapidminer.operator.io.SPSSExampleSource
 
getFileSuffix() - Method in class com.rapidminer.operator.io.StataExampleSource
 
getFileType() - Method in class com.rapidminer.gui.look.fc.Item
 
getFileView(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getFillPaint() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer
 
getFillZoomRectangle() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the flag that controls whether or not the zoom rectangle is filled when drawn.
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.AbstractDiscretizationOperator
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AbsoluteValueFilter
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AbstractFilteredDataProcessing
Defines the value types of the attributes which are processed or affected by this operator.
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Defines the value types of the attributes which are processed or affected by this operator.
getFilterValueTypes() - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesOperator
 
getFirst() - Method in class com.rapidminer.tools.container.Pair
 
getFirst() - Method in class com.rapidminer.tools.container.Tupel
 
getFirstLabel() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getFirstLabel() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
getFirstLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the line displayed at the text area's origin.
getFirstParameterType() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getFirstSelectedOperator() - Method in class com.rapidminer.gui.actions.Actions
 
getFirstSelectedOperator() - Method in class com.rapidminer.gui.MainFrame
 
getFirstToken(StreamTokenizer) - Static method in class com.rapidminer.tools.Tools
Delivers the next token and skip empty lines.
getFirstUnusedAttribute(ExampleSet, Attribute[]) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
Helper method of getAllRefinedRules.
getFirstVertex() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getFitness(double[], double[], Kernel) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationOptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in interface com.rapidminer.operator.learner.functions.kernel.evosvm.OptimizationFunction
 
getFitness(double[], double[], Kernel) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionOptimizationFunction
 
getFitness() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getFitness() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.CrossEntropy
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.LogisticLoss
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.Margin
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns the accuracy or 1 - error.
getFitness() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getFitness() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns the fitness depending on the value.
getFitness() - Method in class com.rapidminer.operator.performance.PredictionAverage
Returns 0.
getFitness() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getFitness() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getFitness() - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
getFitness() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Returns the fitness.
getFitness() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns the accuracy or 1 - error.
getFitness() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getFitnessValues() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getFixedDomainShiftUnits() - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the fixed shift step for the domain axis.
getFixedRangeShiftUnits() - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the fixed shift step for the range axis.
getFixesForClassificationWhenRegressionSupported() - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
This method has to return a collection of quick fixes which are appropriate when regression is supported and the data needs classification.
getFixesForClassificationWhenRegressionSupported() - Method in class com.rapidminer.operator.ports.metadata.LearnerPrecondition
This method has to return a collection of quick fixes which are appropriate when regression is supported and the data needs classification.
getFixesForPolynomialClassificationWhenBinominalSupported() - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
This has to return a list of appropriate quick fixes in the case, that only binominal labels are supported but the data contains polynomials.
getFixesForPolynomialClassificationWhenBinominalSupported() - Method in class com.rapidminer.operator.ports.metadata.LearnerPrecondition
This has to return a list of appropriate quick fixes in the case, that only binominal labels are supported but the data contains polynomials.
getFixesForRegressionWhenClassificationSupported(AttributeMetaData) - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
This method has to return a collection of quick fixes which are appropriate when classification is supported and the data needs regression.
getFlowVisualizer() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
getFocusColor() - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
getFont() - Method in class com.rapidminer.gui.new_plotter.gui.FontDialog
 
getFontMetrics(Font) - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns the font metrics for the styled font.
getFontMetrics() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the font metrics used by this component.
getFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
getFormat() - Method in class com.rapidminer.operator.io.BibtexExampleSource
 
getFormat() - Method in class com.rapidminer.operator.io.DBaseExampleSource
 
getFormat() - Method in class com.rapidminer.operator.io.KDBExampleSource
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedBarRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer
 
getFormatDelegate() - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalBarRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer
 
getFormatDelegate() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer
 
getFormatLocale() - Static method in class com.rapidminer.tools.Tools
 
getFormula() - Method in interface com.rapidminer.operator.learner.FormulaProvider
 
getFormula() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getFormula() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getFormula() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getFourierTransform(ExampleSet, Attribute, Attribute) - Method in class com.rapidminer.tools.math.FastFourierTransform
Builds the fourier transform from the values of the first attribute onto the second.
getFourierTransform(Complex[], int, int) - Method in class com.rapidminer.tools.math.FastFourierTransform
Performs a fourier transformation in the specified direction.
getFrameBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getFrameBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getFrameBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns the ColorScheme.ColorRGB of the background frame of the chart.
getFrameColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
getFrameIconList() - Static method in class com.rapidminer.gui.tools.SwingTools
Returns the list of all available program icon sizes.
getFrameIcons() - Method in class com.rapidminer.gui.tools.DefaultFrameIconProvider
 
getFrameIcons() - Method in interface com.rapidminer.gui.tools.FrameIconProvider
 
getFrequencies() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.Header
 
getFrequencies() - Method in class com.rapidminer.operator.learner.rules.Rule
 
getFrequency() - Method in class com.rapidminer.generator.AttributePeak
 
getFrequency() - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
getFrequency(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
this returns the frequency of the node in current recursion
getFrequency(int) - Method in interface com.rapidminer.operator.learner.associations.fpgrowth.FrequencyStack
Returns the frequency stored on height of stack.
getFrequency(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.ListFrequencyStack
 
getFrequency() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
getFrequency() - Method in interface com.rapidminer.operator.learner.associations.Item
This method returns the frequency of this item
getFrequencySum() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getFromRepositoryLocation() - Method in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
getFSV() - Method in class com.rapidminer.gui.look.fc.FileList
 
getFullName(boolean) - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getFullyQualifiedKey() - Method in class com.rapidminer.tools.GroupTree
Returns the fully qualified key where each group key is separated by dot.
getFullyQualifiedKey() - Method in class com.rapidminer.tools.GroupTreeNode
 
getFullyQualifiedKey() - Method in class com.rapidminer.tools.GroupTreeRoot
 
getFunction() - Method in class com.rapidminer.generator.AbsoluteValueGenerator
 
getFunction() - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
getFunction() - Method in class com.rapidminer.generator.AverageGenerator
 
getFunction() - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
getFunction() - Method in class com.rapidminer.generator.ConstantGenerator
 
getFunction() - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
getFunction() - Method in class com.rapidminer.generator.FeatureGenerator
Sets the function name.
getFunction() - Method in class com.rapidminer.generator.FloorCeilGenerator
 
getFunction() - Method in class com.rapidminer.generator.MinMaxGenerator
 
getFunction() - Method in class com.rapidminer.generator.PowerGenerator
 
getFunction() - Method in class com.rapidminer.generator.ReciprocalValueGenerator
 
getFunction() - Method in class com.rapidminer.generator.SignumGenerator
 
getFunction() - Method in class com.rapidminer.generator.SquareRootGenerator
 
getFunction() - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
getFunction() - Method in class com.rapidminer.tools.math.function.FunctionDescription
 
getFunctionForName(String) - Static method in class com.rapidminer.operator.generator.ExampleSetGenerator
 
getFunctionGroups() - Method in class com.rapidminer.tools.math.function.ExpressionParser
 
getFunctionName() - Method in exception com.rapidminer.operator.generator.TargetFunction.FunctionException
 
getFunctionNames() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getFunctionNames() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getFunctionNames() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns an array of all replenishment functions.
getFunctions(String) - Method in class com.rapidminer.tools.math.function.ExpressionParser
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getFunctionValue(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getFValue() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getG() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Returns the G component of this color.
getGain() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getGamma() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
 
getGamma() - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
getGamma() - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
getGCD(long, long) - Static method in class com.rapidminer.tools.math.MathFunctions
Returns the greatest common divisor (GCD) of the given pair of values.
getGCD(Collection<Long>) - Static method in class com.rapidminer.tools.math.MathFunctions
Returns the greatest common divisor (GCD) of the given pair of values.
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
Returns Ontology.NOMINAL or one of its subtypes.
getGeneratedAttributevalueType() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToPolynominal
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.ChurnReductionExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.ClusterFunction
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.ExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.MassiveDataGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.MultiClassificationFunction
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.MultipleLabelGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.NominalExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.RegressionFunction
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.SalesExampleSetGenerator
 
getGeneratedMetaData() - Method in interface com.rapidminer.operator.generator.TargetFunction
This method returns the meta data of the generated data.
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.TeamProfitExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.TransfersExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.UpSellingExampleSetGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.AbstractExampleSource
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.AbstractReader
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.AccessDataReader
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.ExampleSource
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.IOObjectReader
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.RepositorySource
 
getGeneratedMetaData() - Method in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
getGeneratedMetaData() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
getGeneratingPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns a specialized generating mutation, e.g. a AttributeGenerator.
getGeneratingPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
Returns a specialized mutation, i.e. a AttributeGenerator
getGeneratingPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA
Since the mutation of YAGGA also creates new attributes this method returns null.
getGeneration() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the current number of the generation.
getGeneration() - Method in class com.rapidminer.operator.features.Population
Returns the current number of the generation.
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Returns the current generation.
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Returns the current generation.
getGeneration() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Returns the current generation.
getGenerationHistory() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
getGenerationHistoryAsHTML() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
getGenerationsWithoutImproval() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the number of generations without improval.
getGenerationsWithoutImproval() - Method in class com.rapidminer.operator.features.Population
Returns the number of generations without improval.
getGenerationsWithoutImprovement() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
getGenerationsWithoutImprovement() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getGenerators() - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns a list with all generator which should be used.
getGenerators() - Method in class com.rapidminer.operator.features.construction.AGA
 
getGenerators() - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
getGenericColumnName(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getGlobal() - Static method in class com.rapidminer.tools.LogService
Returns the global logging.
getGlobalBestValues() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getGlobalConfigFile(String) - Static method in class com.rapidminer.tools.ParameterService
This returns the file with the given fileName from the directory denoted by first the Parameter named "rapidminer.config.dir" and if this one is not defined by the environment variable "RAPIDMINER_CONFIG_DIR".
getGlobalRandomGenerator() - Static method in class com.rapidminer.tools.RandomGenerator
Returns the global random number generator.
getGoBackAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getGoHomeAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getGrabLeft() - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
getGrabRight() - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
getGradientEndColor() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
getGradientStartColor() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
getGraph() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getGraphCreator() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.itemsets.AssociationRulesGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.TreeModelGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityGraphRenderer
 
getGraphCreator(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.visualization.TransitionGraphRenderer
 
getGreaterChild() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getGreatestPowerOf2LessThan(int) - Static method in class com.rapidminer.tools.math.FastFourierTransform
Calculates the greatest power of 2 which is smaller than the given number.
getGroup() - Method in class com.rapidminer.gui.templates.Template
 
getGroup() - Method in class com.rapidminer.operator.OperatorDescription
This returns the qualified, dot separated key of the containing group.
getGroup() - Method in class com.rapidminer.tools.parameter.Parameter
This returns the group of this parameter.
getGroupCellKeyAndData(int) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
getGrouping() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getGrouping() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getGrouping() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getGroupingAttributeNames() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getGroupingChangeEvent() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getGroupingCumulation() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getGroupingModel(DataTable, double, double) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
getGroupingModel(DataTable, double, double) - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
getGroupingModel() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
May not contain null values.
getGroupingSeparator() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
getGroupingState() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getGroupingType() - Method in class com.rapidminer.gui.new_plotter.configuration.DistinctValueGrouping
 
getGroupingType() - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
getGroupingType() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
getGroupingType() - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
Returns the type of the grouping, like Distinct values or Equal data fraction grouping.
getGroupKey(String) - Static method in class com.rapidminer.tools.ParameterService
This will return the group of the parameter with the given key.
getGroupName() - Method in class com.rapidminer.operator.OperatorDescription
This returns the actual group name as displayed in RapidMiner.
getGroups() - Static method in class com.rapidminer.tools.OperatorService
Returns the group hierarchy of all operators.
getGUIBundle() - Static method in class com.rapidminer.tools.I18N
 
getGUILabel(String, Object...) - Static method in class com.rapidminer.tools.I18N
This will return the value of the property gui.label.
getHandler(Connection) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getHeaderEditor() - Method in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
getHeaderHeight() - Method in class com.rapidminer.gui.look.fc.FileTable
 
getHeaderRendererIcon(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getHeaderTable() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
 
getHeight() - Method in class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
getHelp() - Method in class com.rapidminer.tools.documentation.GroupDocumentation
 
getHelpMenu() - Method in class com.rapidminer.gui.MainFrame
This returns the help menu to change menu entries
getHighlightedTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getHorizontalAlignment() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getHorizontalAxisTrace() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the flag that controls whether or not a horizontal axis trace line is drawn over the plot area at the current mouse location.
getHorizontalLegBuffer() - Method in class com.rapidminer.gui.look.ui.TreeUI
 
getHorizontalOffset() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the horizontal offset of drawn lines.
getHorizontalTraceLine() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the horizontal trace line.
getHost() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getHoveringOperator() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
getHTMLDescription() - Method in class com.rapidminer.gui.templates.Template
 
getHTMLMessage() - Method in interface com.rapidminer.NoBugError
Returns a html message.
getHTMLMessage() - Method in exception com.rapidminer.NoOpUserError
 
getHTMLMessage() - Method in exception com.rapidminer.operator.UserError
 
getHTTPConnection(String, boolean) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getHypothesis() - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns the hypothesis stored in this model.
getHypothesis() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored hypothesis.
getHypothesis() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getI18NBaseKey() - Method in class com.rapidminer.tools.config.Configurator
The base key used in I18N property files.
getI18NKey() - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
getI18NKey() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVImportWizard.CSVDataReaderWizardCreator
 
getI18NKey() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelImportWizard.ExcelExampleSourceConfigurationWizardCreator
 
getI18NKey() - Method in interface com.rapidminer.gui.wizards.ConfigurationWizardCreator
This has to return a key, which is then combined with "gui.action.wizard." for searching in the gui properties for the internationalized button text and icon.
getI18NKey() - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
 
getI18NKey() - Method in class com.rapidminer.operator.nio.CSVExampleSourceConfigurationWizardCreator
 
getI18NKey() - Method in class com.rapidminer.operator.nio.ExcelExampleSourceConfigurationWizardCreator
 
getI18NKey() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSourceConfigurationWizardCreator
 
getI18NName() - Static method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
 
getI18NName() - Static method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Returns the I18N name of the PlotterTemplate as displayed in the GUI.
getI18NName() - Static method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
 
getI18NName() - Static method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
 
getI18NName() - Static method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
 
getIcon(Operator) - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getIcon(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns a small icon for the line type with the given index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns a line icon depending on the index.
getIcon(int) - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getIcon(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getIcon(Class<? extends IOObject>) - Static method in class com.rapidminer.gui.renderer.RendererService
This returns the icon registered for the given class or a default icon, if nothing has been registered.
getIcon(T) - Method in interface com.rapidminer.gui.tools.ParentButtonModel
 
getIcon() - Method in class com.rapidminer.operator.OperatorDescription
 
getIcon() - Method in enum com.rapidminer.repository.AccessFlag
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.CheckBoxIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.ListViewIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.RadioButtonIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon
 
getIconHeight() - Method in class com.rapidminer.gui.look.icons.SliderThumb
 
getIconHeight() - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
getIconHeight() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineColorIcon
 
getIconHeight() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyleIcon
 
getIconHeight() - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
getIconName(Class<? extends IOObject>) - Static method in class com.rapidminer.gui.renderer.RendererService
This returns the icon name registered for the given class or a default icon, if nothing has been registered.
getIconName() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getIconName() - Method in class com.rapidminer.gui.tools.ResourceAction
 
getIconName() - Method in class com.rapidminer.operator.OperatorDescription
 
getIconName() - Method in class com.rapidminer.repository.db.DBRepository
 
getIconName() - Method in class com.rapidminer.repository.local.LocalRepository
 
getIconName() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getIconName() - Method in enum com.rapidminer.repository.RemoteProcessState
 
getIconName() - Method in interface com.rapidminer.repository.Repository
Returns the icon name for the repository.
getIconName() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
getIconName() - Method in class com.rapidminer.tools.config.Configurator
A short help text to be used in dialogs.
getIconName() - Method in class com.rapidminer.tools.GroupTree
 
getIconName() - Method in class com.rapidminer.tools.GroupTreeNode
 
getIconNameForOperator(String) - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Returns the ressourcepath of the icon that belongs to the Opeator whose key was handed over.
getIconNameForType(String) - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Searches for a class with the given name and returns the path of the ressource.
getIconNameForType(Class<? extends IOObject>) - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Searches for a class with the given name and returns the path of the ressource.
getIconPath(String) - Static method in class com.rapidminer.gui.tools.SwingTools
This method returns the path of the icon given.
getIcons() - Method in class com.rapidminer.tools.GroupTree
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.CheckBoxIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.ListViewIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.RadioButtonIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon
 
getIconWidth() - Method in class com.rapidminer.gui.look.icons.SliderThumb
 
getIconWidth() - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
getIconWidth() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineColorIcon
 
getIconWidth() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyleIcon
 
getIconWidth() - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
getId() - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowWrapper
 
getId() - Method in interface com.rapidminer.datatable.DataTableRow
Returns the Id of this table row.
getId() - Method in class com.rapidminer.datatable.Example2DataTableRowWrapper
 
getId() - Method in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
getId() - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowWrapper
 
getId() - Method in class com.rapidminer.datatable.SimpleDataTableRow
 
getId() - Method in class com.rapidminer.datatable.ValueMappingDataTableRow
 
getId() - Method in class com.rapidminer.example.AbstractAttributes
 
getId() - Method in interface com.rapidminer.example.Attributes
Returns the id attribute or null if no label attribute is defined.
getId() - Method in class com.rapidminer.example.Example
 
getID() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getId() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getId() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getId() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getId() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getId() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getId(int, int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getId() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getId() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getId(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getId() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getId() - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
getId() - Method in interface com.rapidminer.tools.config.Configurable
Returns the ID of this configurable in case it was retrieved from RapidAnalytics.
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getIdForPos(int, int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the ID of the object under the mouse cursor if it has an id.
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getIdForPos(int, int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getIdNamespaceMap() - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
getIdUnder(Point) - Method in interface com.rapidminer.gui.tools.components.ToolTipWindow.TipProvider
Returns an ID of the object under the given mouse position.
getIgnoreCase() - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getImage(Object, GraphicsConfiguration, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.Cache
 
getImage() - Method in class com.rapidminer.gui.look.ToolbarHandlerBuffer
 
getImageSize() - Method in class com.rapidminer.gui.look.ToolbarHandlerBuffer
 
getImaginary() - Method in class com.rapidminer.tools.math.Complex
 
getImmediateChildren() - Method in class com.rapidminer.operator.OperatorChain
Returns all operators contained in the subprocesses of this chain (non-recursive).
getImportErrors() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getImportMessage() - Method in class com.rapidminer.Process
Returns some user readable messages generated during import by XMLImporter.
getInactiveControlTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getInactiveSystemTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getIncludeZero() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getIncludeZero() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.features.transformation.SVDReduction
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.meta.XVPrediction
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.Operator
Returns the versions of an operator after which its behavior incompatibly changed in ascending order.
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.validation.WrapperXValidation
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.validation.XValidation
 
getIncompatibleVersionChanges() - Method in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.criterions.AccuracyCriterion
 
getIncrementalBenefit() - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.criterions.GiniIndexCriterion
 
getIncrementalBenefit() - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
getIndex(String) - Method in class com.rapidminer.example.table.BinominalMapping
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method BinominalMapping.mapIndex(int).
getIndex(String) - Method in interface com.rapidminer.example.table.NominalMapping
Returns the internal double representation (actually an integer index) for the given nominal value without creating a mapping if none exists.
getIndex(String) - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the index of the given nominal value or -1 if this value was not mapped before by invoking the method PolynominalMapping.mapIndex(int).
getIndex(ExecutionUnit) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
getIndex() - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
getIndex() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getIndex() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getIndex() - Method in class com.rapidminer.gui.plotter.WeightIndex
 
getIndex() - Method in class com.rapidminer.operator.learner.associations.gsp.Item
 
getIndex() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
getIndex() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns the literals' index(1.dimension) in the allLiterals[][] array of the class ConjunctiveRule.
getIndex(String) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getIndex() - Method in class com.rapidminer.tools.math.Peak
 
getIndexDimensionName() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
Returns the name of the index dimension column.
getIndexDimensionName() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Returns the name of the index dimension column.
getIndexMapping(DataTable) - Method in class com.rapidminer.datatable.DataTableNaturalSortProvider
 
getIndexMapping(DataTable) - Method in interface com.rapidminer.datatable.DataTableSortProvider
 
getIndexOf(OperatorLibrary) - Method in class com.rapidminer.OperatorLibraryService
This returns the index of the given OperatorLibrary.
getIndexOfActiveAttributeColumn(AbstractDataReader.AttributeColumn) - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns the index of the given activated AbstractDataReader.AttributeColumn.
getIndexOfAttributeColumn(AbstractDataReader.AttributeColumn) - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns the index of the given AbstractDataReader.AttributeColumn (it does not matter if it is activated or not).
getIndexOfChild(Object, Object) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
getIndexOfChild(Object, Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getIndexOfChild(Object, Object) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
getIndexOfChild(Object, Object) - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
getIndexOfChild(Object, Object) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
getIndexOfChild(Object, Object) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
getIndexOfCoordinates(int[]) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
getIndexOfOperator(Operator) - Method in class com.rapidminer.operator.ExecutionUnit
 
getIndexOfOperator(Operator, boolean) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
getIndexOfRangeAxisConfigById(int) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns the index of the RangeAxisConfig with a given id.
getIndexOfSubGroup(GroupTree) - Method in class com.rapidminer.tools.GroupTree
Returns the index of the given subgroup or -1 if the sub group is not a child of this node.
getIndices(int) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Computes the multidimensional indices corresponding to a single dimension array index.
getIndividual() - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
getIndividualSize() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getInfoIcon() - Method in class com.rapidminer.gui.dialog.OperatorInfoScreen
 
getInfoIcon() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
getInfoIcon() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
getInfoIcon() - Method in class com.rapidminer.gui.tools.dialogs.ErrorDialog
 
getInfoIcon() - Method in class com.rapidminer.gui.tools.dialogs.ExtendedErrorDialog
 
getInfoIcon() - Method in class com.rapidminer.gui.tools.dialogs.MessageDialog
 
getInfoIcon() - Method in class com.rapidminer.gui.tools.dialogs.ResultViewDialog
 
getInfoText() - Method in class com.rapidminer.gui.dialog.OperatorInfoScreen
 
getInfoText() - Method in class com.rapidminer.gui.properties.ExpressionPropertyDialog
 
getInfoText() - Method in class com.rapidminer.gui.properties.PropertyDialog
 
getInfoText() - Method in class com.rapidminer.gui.properties.SettingsDialog
 
getInfoText() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Returns the internationalized info text for this dialog.
getInfoText() - Method in class com.rapidminer.gui.tools.dialogs.ExtendedErrorDialog
Overrides the ButtonDialog method to add the exception message to the internationalized message
getInfoText() - Method in class com.rapidminer.gui.tools.dialogs.SetParameterDialog
 
getInfoText() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
getInitialDelay() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the initial tooltip delay value used inside this chart panel.
getInitialHeight() - Method in class com.rapidminer.gui.look.fc.FileTable
 
getInitializedMeasure(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasureHelper
 
getInitialZoomFactor() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getInitialZoomFactor() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the initial zoom factor.
getInitialZoomFactor() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns 1.
getInitialZoomFactor() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getInnerModelSink() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
getInnerNodes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
getInnerOperatorCondition() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. specify input and output ports instead.
getInnerResults() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Returns the results at the inner sink port extender.
getInnerSinkExtender() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
getInnerSinks() - Method in class com.rapidminer.operator.ExecutionUnit
 
getInnerSources() - Method in class com.rapidminer.operator.ExecutionUnit
 
getInput(Class<T>) - Method in class com.rapidminer.operator.Operator
Deprecated. Use input ports
getInput(Class<T>, int) - Method in class com.rapidminer.operator.Operator
Deprecated. use the input ports directly
getInput() - Method in class com.rapidminer.operator.Operator
Deprecated. Use Operator.getInputPorts()
getInputAttributes() - Method in class com.rapidminer.generator.BinaryNumericalGenerator
 
getInputAttributes() - Method in class com.rapidminer.generator.ConstantGenerator
 
getInputAttributes() - Method in class com.rapidminer.generator.FeatureGenerator
Returns an array of Attributes where the length is the arity of the generator, [i] is the attribute type of the i-th argument.
getInputAttributes() - Method in class com.rapidminer.generator.SingularNumericalGenerator
 
getInputCandidates(ExampleSet, String[]) - Method in class com.rapidminer.generator.BinaryNumericalGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputCandidates(ExampleSet, String[]) - Method in class com.rapidminer.generator.ConstantGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputCandidates(ExampleSet, String[]) - Method in class com.rapidminer.generator.FeatureGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputCandidates(ExampleSet, String[]) - Method in class com.rapidminer.generator.SingularNumericalGenerator
Returns all compatible input attribute arrays for this generator from the given example set as list.
getInputClasses() - Method in class com.rapidminer.operator.DefaultIODescription
 
getInputClasses() - Method in interface com.rapidminer.operator.IODescription
Returns the classes that are expected as input.
getInputClasses() - Method in class com.rapidminer.operator.Operator
Deprecated. create input ports instead
getInputDescription(Class<?>) - Method in class com.rapidminer.operator.Operator
Deprecated.  
getInputDim() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
 
getInputDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
 
getInputDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Problem
 
getInputHandler() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the input handler.
getInputHandler() - Static method in class com.rapidminer.RapidMiner
 
getInputNodeOutputIndices() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getInputNodes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
getInputNodes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getInputPort() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
Returns the example set input port, e.g. for adding errors.
getInputPort() - Method in class com.rapidminer.operator.IOMultiplier
The port whose IOObject is copied.
getInputPort() - Method in class com.rapidminer.operator.ports.metadata.AbstractPrecondition
 
getInputPort() - Method in class com.rapidminer.operator.ports.metadata.PassThroughRule
 
getInputPort() - Method in class com.rapidminer.operator.ports.PortPairExtender.PortPair
 
getInputPort() - Method in class com.rapidminer.parameter.ParameterTypeDateFormat
 
getInputPort() - Method in class com.rapidminer.parameter.ParameterTypeExpression
Returns the input port associated with this ParameterType.
getInputPorts() - Method in class com.rapidminer.operator.Operator
This method returns the InputPorts object that gives access to all defined InputPorts of this operator.
getInputRepositoryLocations() - Method in class com.rapidminer.ProcessContext
 
getInputSelection() - Method in class com.rapidminer.gui.tools.dialogs.SelectionInputDialog
 
getInputStream() - Method in interface com.rapidminer.operator.AbstractIOObject.InputStreamProvider
 
getInputText() - Method in class com.rapidminer.gui.tools.dialogs.InputDialog
 
getInputType() - Method in class com.rapidminer.operator.InputDescription
Returns the desired class of the input object.
getInputVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
 
getInputVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Problem
 
getInstallButton() - Method in class com.rapid_i.deployment.update.client.UpdateListPanel
 
getInstalledVersions() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getInstance() - Static method in class com.rapidminer.gui.security.Wallet
 
getInstance() - Static method in class com.rapidminer.operator.execution.UnitExecutionFactory
 
getInstance() - Static method in class com.rapidminer.operator.tools.IOObjectSerializer
 
getInstance(RepositoryAccessor) - Static method in class com.rapidminer.repository.RepositoryManager
 
getInstance() - Static method in class com.rapidminer.tools.config.ConfigurationManager
 
getInstance(ParameterHandler) - Static method in class com.rapidminer.tools.DateParser
 
getInstance() - Static method in class com.rapidminer.tools.GlobalAuthenticator
 
getInstance() - Static method in class com.rapidminer.tools.LaunchListener
 
getInstance(ParameterHandler) - Static method in class com.rapidminer.tools.StrictDecimalFormat
 
getInstance(ParameterHandler, boolean) - Static method in class com.rapidminer.tools.StrictDecimalFormat
 
getInstance() - Static method in class com.rapidminer.tools.usagestats.UsageStatistics
 
getInstantiation(String) - Method in class com.rapidminer.tools.ClassNameMapper
 
getIntercellSpacing() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getIntercept() - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
getInternalFrameBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getInternalFrameTitlePaneColors() - Method in class com.rapidminer.gui.look.Colors
 
getInterpolatedThreshold(double) - Method in class com.rapidminer.tools.math.ROCData
 
getInterpolatedTruePositives(double) - Method in class com.rapidminer.tools.math.ROCData
 
getInvalidColor() - Static method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
getInvalidLinesPainted() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns true if invalid lines are painted as red tildes (~), false otherwise.
getInverseCovarianceMatrices(ExampleSet, String[]) - Method in class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
getInverseCovarianceMatrices(ExampleSet, String[]) - Method in class com.rapidminer.operator.learner.bayes.QuadraticDiscriminantAnalysis
 
getInverseCovarianceMatrices(ExampleSet, String[]) - Method in class com.rapidminer.operator.learner.bayes.RegularizedDiscriminantAnalysis
 
getInverseProbabilitiesFromWeights(Attribute[], AttributeWeightedExampleSet) - Static method in class com.rapidminer.example.Tools
 
getIODescription() - Method in class com.rapidminer.operator.Operator
Deprecated. As of version 5.0, this method is no longer necessary.
getIOObjectClass(String) - Static method in class com.rapidminer.tools.OperatorService
Returns the class for the short name of an IO object.
getIOObjects() - Method in class com.rapidminer.operator.IOContainer
Returns all IOObjects.
getIOObjectsNames() - Static method in class com.rapidminer.tools.OperatorService
Returns a sorted set of all short IO object names.
getItem(int) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
getItem(int) - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
This method returns the n-th item in the sequence counting all items in every transaction
getItemColor() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
The ready to use item color (including correct opacity).
getItemColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getItemFileLastModified() - Method in class com.rapidminer.gui.look.fc.Item
 
getItemFileSize() - Method in class com.rapidminer.gui.look.fc.Item
 
getItemName() - Method in class com.rapidminer.gui.look.fc.Item
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedBarRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalBarRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
getItemOutlinePaint(int, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedBubbleRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedBarRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalBarRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
Returns the paint to be used for drawing the item valueIdx in series seriesIdx.
getItemPaint(int, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedBarRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedBubbleRenderer
 
getItemPaint(int, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
getItemRenderer(boolean, int, double, double) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Subclasses have to implement this method.
getItemRenderer(boolean, int, double, double) - Method in class com.rapidminer.gui.plotter.charts.BlockChartPlotter
 
getItemRenderer(boolean, int, double, double) - Method in class com.rapidminer.gui.plotter.charts.ScatterPlotter2
 
getItems() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
getItemsAsString() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
This method returns a representation of the items
getItemSet(int) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getItemShape() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedAreaRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedBarRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedClusteredXYBarRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedLineAndShapeRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedScatterRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedAreaRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedBarRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYAreaRenderer2
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStackedXYBarRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalBarRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYAreaRenderer2
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYLineAndShapeRenderer
 
getItemShape(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
getItemShape() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getItemShapeVisible(int, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
getItemSize() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getItemSize() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getItemsList() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
getItemStroke(int, int) - Method in class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
getIteration() - Method in class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
getJDBCProperties(String) - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getJDBCProperties() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
getJitter() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns the current jitter setting for the plot.
getJoinOutput() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
getKdContainerListIterator() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
returns a ListIterator for the list of containes in the SearchObject.
getKDist() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getKDistance(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the k-distance for the SearchObject for k.
getKeepDefault() - Method in class com.rapidminer.operator.InputDescription
Indicates if the input should be consumed.
getKernel() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Returns the kernel of this SVM.
getKernel() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
Gets the kernel.
getKernel() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
 
getKernel() - Method in class com.rapidminer.operator.learner.functions.Perceptron
 
getKernels() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Problem
 
getKernelSmoother() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
getKey() - Method in class com.rapidminer.gui.new_plotter.data.GroupCellKeyAndData
 
getKey() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
getKey() - Method in class com.rapidminer.gui.tools.ResourceAction
This returns the i18n key of this action.
getKey() - Method in class com.rapidminer.operator.ListDescription
 
getKey() - Method in class com.rapidminer.operator.OperatorDescription
 
getKey() - Method in class com.rapidminer.operator.Value
Returns the key.
getKey() - Method in interface com.rapidminer.operator.ValueInterface
Returns the key.
getKey() - Method in class com.rapidminer.parameter.ParameterType
Returns the key.
getKey() - Method in class com.rapidminer.parameter.value.ParameterValues
 
getKey() - Method in class com.rapidminer.tools.documentation.GroupDocumentation
 
getKey() - Method in class com.rapidminer.tools.GroupTree
Gets the key of this group.
getKey() - Method in class com.rapidminer.tools.GroupTreeNode
 
getKey() - Method in class com.rapidminer.tools.GroupTreeRoot
 
getKeyEditor(int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getKeyParameterType(int) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
getKeyParameterType(int) - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
getKeyParameterType(int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getKeys() - Method in class com.rapidminer.gui.security.Wallet
 
getKeys() - Method in class com.rapidminer.operator.Annotations
 
getKeys() - Method in class com.rapidminer.operator.libraries.OperatorLibraryDocBundle
 
getKeys() - Method in class com.rapidminer.parameter.Parameters
Returns a set view of all parameter keys defined by parameter types.
getKeys() - Method in class com.rapidminer.parameter.ParameterTypeFile
 
getKeys() - Method in class com.rapidminer.tools.documentation.OperatorDocBundle
 
getKeys() - Method in class com.rapidminer.tools.ExtensibleResourceBundle
 
getKeys() - Method in class com.rapidminer.tools.StringProperties
 
getKeyType() - Method in class com.rapidminer.parameter.ParameterTypeList
 
getKeywordMap() - Static method in class com.rapidminer.gui.tools.syntax.TSQLTokenMarker
 
getKeywords() - Static method in class com.rapidminer.gui.tools.syntax.CCTokenMarker
 
getKeywords() - Static method in class com.rapidminer.gui.tools.syntax.CTokenMarker
 
getKeywords() - Static method in class com.rapidminer.gui.tools.syntax.JavaScriptTokenMarker
 
getKeywords() - Static method in class com.rapidminer.gui.tools.syntax.JavaTokenMarker
 
getKeywords() - Static method in class com.rapidminer.gui.tools.syntax.PythonTokenMarker
 
getL() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the lower triangle matrix factor of the cholesky decomposition.
getLabel() - Method in class com.rapidminer.example.AbstractAttributes
 
getLabel() - Method in interface com.rapidminer.example.Attributes
Returns the label attribute or null if no label attribute is defined.
getLabel() - Method in class com.rapidminer.example.Example
 
getLabel() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getLabel() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
Returns the label of the dimension config that will be shown in the GUI.
getLabel() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getLabel() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Returns the name of the RangeAxisConfig.
getLabel() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns the name of the RangeAxisConfig.
getLabel() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getLabel() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getLabel() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getLabel() - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.GaussianFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.GaussianMixtureFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.GridFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.MultiClassificationFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.RegressionFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.RingClusteringFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.SpiralClusteringFunction
 
getLabel() - Method in interface com.rapidminer.operator.generator.TargetFunction
Returns the label attribute.
getLabel() - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
getLabel() - Method in class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
 
getLabel() - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
getLabel() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns the label.
getLabel() - Method in class com.rapidminer.operator.learner.PredictionModel
Returns the label attribute.
getLabel() - Method in class com.rapidminer.operator.learner.rules.Rule
 
getLabel() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getLabel() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getLabel() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the label of the object (e.g. its "name" for other purposes)
getLabel() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
getLabelBase() - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
getLabelMetaData() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getLabelNames() - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel
 
getLabelNames() - Method in class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
getLabelOffset() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns the label offset.
getLabelOffset() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the label offset.
getLabelOffset() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns -1.
getLabelOffset() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
Returns the label offset.
getLabelOffset() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
Returns the label offset.
getLabelOffset() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
Returns 0 (for other values the edge label painting will not work).
getLabelPriors() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
 
getLabelRange() - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
getLabelWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.FrequencyCalculator
Returns an array of size of the number of different label values.
getLaplace() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getLaplaceCorrectionEnabled() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getLaplaceCorrectionEnabled() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getLargeIcon() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getLargeIcon() - Method in class com.rapidminer.operator.OperatorDescription
 
getLastAnnotatedRowIndex() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getLastItem() - Method in class com.rapidminer.operator.learner.associations.gsp.Transaction
 
getLastModificationTime() - Method in class com.rapidminer.gui.look.fc.Item
 
getLastSibling() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
Returns the last node of the chain of nodes representing the same item as this node
getLastToken(StreamTokenizer, boolean) - Static method in class com.rapidminer.tools.Tools
Delivers the next token and checks if its the end of line.
getLastTransaction() - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
 
getLastTransformation() - Method in interface com.rapidminer.example.Attribute
 
getLastTransformation() - Method in class com.rapidminer.example.table.AbstractAttribute
 
getLatestInstalledVersion() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getLatestInstalledVersionBefore(String) - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getLatestVersion(OperatorDescription) - Static method in class com.rapidminer.operator.OperatorVersion
 
getLayerIndex() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getLayoutSelection() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getLeaf(Object) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getLearnRate(int, int, double) - Method in class com.rapidminer.operator.learner.functions.Perceptron
 
getLeaveClasses() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
getLeaves() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getLeftChild() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
getLeftInput() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
getLeftShapeLabel() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
getLegendBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
getLegendComponent() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getLegendConfiguration() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getLegendConfigurationChangeEvent() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getLegendFont() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
getLegendFont() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
getLegendFont() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getLegendFont() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns the Font which the user chose for the legend.
getLegendFontColor() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
getLegendFrameColor() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
getLegendItems() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
Creates the legend items for this JFreeChartPlotEngine.
getLegendItems(PlotInstance) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.PlotInstanceLegendCreator
 
getLegendPosition() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
getLegendPosition() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
getLength() - Method in class com.rapidminer.tools.math.Complex
 
getLesserChild() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getLibrary() - Method in class com.rapidminer.operator.libraries.LibraryOperatorDescription
This method returns the library this description is contained in.
getLibrary(int) - Method in class com.rapidminer.OperatorLibraryService
This returns the library with the given index.
getLibraryFile(String) - Static method in class com.rapidminer.tools.FileSystemService
 
getLibraryFile(String) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getLift() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getLift(int, int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getLift(int, int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
The lift of the rule specified by the nominal variable's indices.
getLiftChartData() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getLiftRatio(int, int) - Method in class com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
 
getLiftRatio(int, int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getLiftRatiosForPrediction(int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getLinearSubsetCopy(ExampleSet, int, int) - Static method in class com.rapidminer.example.Tools
Returns a new example set based on a fresh memory example table sampled from the given set.
getLineColor() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getLineColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getLineConfiguration() - Method in class com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent
 
getLineCount() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the number of lines in the document.
getLineCount() - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Returns the number of lines in this token marker.
getLineDiff() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getLineEndOffset(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the end offset of the specified line.
getLineFormatChange() - Method in class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
getLineHighlightColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the line highlight color.
getLineLength(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the length of the specified line.
getLineOfOffset(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the line containing the specified offset.
getLines() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
getLineSeparator() - Static method in class com.rapidminer.tools.Tools
Returns the correct line separator for the current operating system.
getLineSeparators(int) - Static method in class com.rapidminer.tools.Tools
Returns the correct line separator for the current operating system concatenated for the given number of times.
getLineStartOffset(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the start offset of the specified line.
getLineStyle() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getLineStyle() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getLineText(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the text on the specified line.
getLineText(int, Segment) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Copies the text on the specified line into a segment.
getLineWidth() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getLineWidth() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getLinkAndBrushMaster() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getLinkAndBrushSelection() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getList() - Method in class com.rapidminer.operator.ListDescription
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.look.RapidLookListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorRGBComboBoxCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ColorSchemeComboBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.ComboSeparatorsRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.DataTableColumnListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.EnumComboBoxCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.plotter.PlotterPanel.LineStyleCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.tools.ExtendedListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.rapidminer.gui.tools.OperatorListCellRenderer
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
getListeningObjects() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getListeningObjects() - Method in interface com.rapidminer.gui.plotter.PlotterConfigurationModel.PlotterChangedListener
This has to return a complete list of the objects listening to the plotter settings, defined inside this class.
getListeningObjects() - Method in class com.rapidminer.gui.plotter.PlotterControlPanel
 
getListIterator() - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
This method delivers an Iterator on the list of objects of the container positioned at the beginning of the list.
getListViewIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getLiteralPrefix() - Method in class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
getLiterals() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns the literals in the premise of this rule.
getLiteralSuffix() - Method in class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
getLocalBestValues(int) - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getLocalNormalizationComponent() - Method in class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
getLocation() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getLocation() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getLocation() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getLocation() - Method in class com.rapidminer.repository.db.DBRepository
 
getLocation() - Method in interface com.rapidminer.repository.Entry
A location, that can be used, e.g. as a parameter in the RepositorySource or which can be used to locate the entry using RepositoryManager#resolve(String).
getLocation() - Method in class com.rapidminer.repository.gui.process.OutputLocation
 
getLocation() - Method in class com.rapidminer.repository.local.LocalRepository
 
getLocation() - Method in class com.rapidminer.repository.local.SimpleEntry
 
getLocation() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getLocation() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getLocation() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
getLOF(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the k-LOF for a SearchObject for k.
getLog() - Method in class com.rapidminer.operator.AbstractIOObject
Gets the logging associated with the operator currently working on this IOObject or the global log service if no operator was set.
getLog() - Method in interface com.rapidminer.operator.IOObject
Gets the logging associated with the operator currently working on this IOObject or the global log service if no operator was set.
getLog() - Method in class com.rapidminer.operator.Operator
Returns the logging of the process if this operator is part of an process and the global logging service otherwise.
getLog() - Method in class com.rapidminer.Process
 
getLogarithmic() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getLogarithmic() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getLogger() - Method in class com.rapidminer.operator.Operator
 
getLogger() - Method in class com.rapidminer.Process
 
getLogger() - Static method in class com.rapidminer.repository.remote.RemoteEntry
 
getLogMessage() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
getLogOddsPosConfidence(double) - Static method in class com.rapidminer.operator.postprocessing.PlattScaling
Translates confidence scores in [0, 1] to those originally expected by Platt's scaling, where positive values result in positive predictions, and where the absolute value indicates the confidence in the prediction.
getLogProbability(double, double, double) - Static method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getLongDescriptionHTML() - Method in class com.rapidminer.operator.OperatorDescription
 
getLongVersion() - Method in class com.rapidminer.gui.tools.VersionNumber
 
getLongVersion() - Static method in class com.rapidminer.RapidMiner
 
getLower() - Method in class com.rapidminer.tools.math.container.Range
 
getLowerBound() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
Returns the lower bound of the first sub range if applicable, or Double.NaN otherwise.
getLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
getLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
getLowerBound() - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
Returns the lower bound if the implementation of ValueRange supports bound, or Double.NaN otherwise.
getLowerBound() - Method in class com.rapidminer.gui.plotter.charts.BlockChartPlotter.BlockPaintScale
 
getLowerBound(int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getLowerBound(int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getLowerBound(int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getLowerBound() - Method in class com.rapidminer.tools.math.distribution.ContinuousDistribution
This method returns a lower bound of values.
getLowerBound() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getLowerBound() - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getLowerBound() - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getLowerBound(double, double) - Static method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getLowerBound() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getLowerBoundName() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Returns the name of the lower bound column.
getLowerQuartile() - Method in class com.rapidminer.gui.plotter.Quartile
 
getLowerViewBound() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
This function is used receiving the viewing range of this range axis only.
getLowerWhisker() - Method in class com.rapidminer.gui.plotter.Quartile
 
getLRD(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the local reachability density for k for a SearchObject.
getMacro(String) - Method in class com.rapidminer.MacroHandler
 
getMacroHandler() - Method in class com.rapidminer.Process
Returns the macro handler.
getMacroRecorder() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns the macro recorder.
getMacros() - Method in class com.rapidminer.ProcessContext
 
getMagicCaretPosition() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the `magic' caret position.
getMagnitude(int) - Method in class com.rapidminer.tools.math.Complex
Normalizes the amplitude to the correct value.
getMagnitude() - Method in class com.rapidminer.tools.math.Peak
 
getMainCriterion() - Method in class com.rapidminer.operator.performance.PerformanceVector
Returns the main PerformanceCriterion.
getMainDataTable() - Method in class com.rapidminer.gui.tools.ExtendedFixedColumnJTable
 
getMainFont() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMainFrame() - Static method in class com.rapidminer.gui.RapidMinerGUI
 
getMainMenuBar() - Method in class com.rapidminer.gui.MainFrame
This returns the complete menu bar to insert additional menus
getMainUserConfigFile() - Static method in class com.rapidminer.tools.FileSystemService
Returns the main user configuration file containing the version number and the OS.
getMainUserConfigFile() - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getMajorClassLoader() - Static method in class com.rapidminer.tools.plugin.Plugin
Returns a class loader which is able to load all classes (core _and_ all plugins).
getMajorNumber() - Method in class com.rapidminer.gui.tools.VersionNumber
 
getMajorVersion() - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
getMakroAverage() - Method in class com.rapidminer.tools.math.Averagable
Returns the average value of all performance criteria average by using the Averagable.buildAverage(Averagable) method.
getMakroStandardDeviation() - Method in class com.rapidminer.tools.math.Averagable
Returns the standard deviation of all performance criteria average by using the Averagable.buildAverage(Averagable) method.
getMakroVariance() - Method in class com.rapidminer.tools.math.Averagable
Returns the variance of all performance criteria average by using the Averagable.buildAverage(Averagable) method.
getManagedPairs() - Method in class com.rapidminer.operator.ports.MultiPortPairExtender
 
getManagedPairs() - Method in class com.rapidminer.operator.ports.PortPairExtender
Returns an unmodifiable view of all port pairs managed by this port extender.
getManagedPorts() - Method in class com.rapidminer.operator.ports.SinglePortExtender
Returns an unmodifiable view of the ports created by this port extender.
getMapClone(Map<K, V>) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
Clones a map (the returned map is always an instance of HashMap).
getMapping() - Method in interface com.rapidminer.example.Attribute
Returns the nominal mapping between nominal values and internal double representations.
getMapping() - Method in class com.rapidminer.example.table.BinominalAttribute
 
getMapping() - Method in class com.rapidminer.example.table.DateAttribute
Returns null.
getMapping() - Method in class com.rapidminer.example.table.NumericalAttribute
 
getMapping() - Method in class com.rapidminer.example.table.PolynominalAttribute
 
getMapping() - Method in class com.rapidminer.example.table.ViewAttribute
 
getMarkerPosition(Operator) - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
getMarkerPosition(ExecutionUnit) - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
getMarkLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the mark line.
getMarkPosition() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the mark position.
getMasterOfDesaster() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
getMasterPlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
getMatrix() - Method in class com.rapidminer.gui.properties.MatrixPropertyDialog
 
getMatrix() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getMatrixName() - Method in class com.rapidminer.operator.visualization.dependencies.AbstractPairwiseMatrixOperator
 
getMatrixName() - Method in class com.rapidminer.operator.visualization.dependencies.MutualInformationMatrixOperator
 
getMatrixValue(ExampleSet, Attribute, Attribute) - Method in class com.rapidminer.operator.visualization.dependencies.AbstractPairwiseMatrixOperator
 
getMatrixValue(ExampleSet, Attribute, Attribute) - Method in class com.rapidminer.operator.visualization.dependencies.MutualInformationMatrixOperator
Calculates the mutual information for both attributes.
getMax() - Method in class com.rapidminer.gui.plotter.Quartile
Returns the biggest value occupied by this quartile.
getMax() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getMax() - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
getMax(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
getMaxAllowedValueCount() - Static method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getMaxColor() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
getMaxColorValue() - Method in class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
getMaxColumns() - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
getMaxFitness() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getMaxFitness() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
Returns the maximum fitness of 1.0.
getMaxFitness() - Method in class com.rapidminer.operator.performance.LogisticLoss
Returns 0.
getMaxFitness() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns 1.
getMaxFitness() - Method in class com.rapidminer.operator.performance.PerformanceCriterion
Returns the maximum fitness.
getMaxFitness() - Method in class com.rapidminer.operator.performance.SimpleCriterion
Returns 0.0.
getMaxFitness() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Returns 0.
getMaxFitness() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns 1.
getMaximumDrawHeight() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the maximum drawing height for charts.
getMaximumDrawWidth() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the maximum drawing width for charts.
getMaximumNumberOfAttributes() - Static method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Returns the maximum number of attributes to be used for shortened meta data generation as specified by RapidMiner.PROPERTY_RAPIDMINER_GENERAL_MAX_META_DATA_ATTRIBUTES.
getMaximumNumberOfComponents() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getMaximumNumberOfComponents() - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getMaximumNumberOfNominalValues() - Static method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
Returns the maximum number of values to be used for meta data generation as specified by RapidMiner.PROPERTY_RAPIDMINER_GENERAL_MAX_NOMINAL_VALUES.
getMaximumOutlierFactor() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method returns the maximum Outlier Factor of all SearchObjects in the SearchSpace.
getMaximumSetSize() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getMaximumSize(JComponent) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getMaximumSize() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getMaximumSize() - Method in class com.rapidminer.gui.look.GenericArrowButton
 
getMaximumSize() - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
getMaxLegendColor() - Method in class com.rapidminer.gui.plotter.ColorProvider
 
getMaxNumberOfInnerOperators() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. Use subprocesses instead.
getMaxRows() - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
getMaxScalingFactor() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
getMaxScalingFactor() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
getMaxScalingFactor() - Method in interface com.rapidminer.gui.new_plotter.utility.SizeProvider
 
getMaxShapeSize() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getMaxSize() - Method in class com.rapidminer.operator.validation.significance.AnovaSignificanceTestOperator
 
getMaxSize() - Method in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
Returns the maximum number of performance vectors which can be compared by this significance test.
getMaxSize() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator
 
getMaxTransactions() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
getMaxValue() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
getMaxValue() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
If getRange() is not null, returns the same as getRange().getUpperBound().
getMaxValue() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getMaxValue() - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
getMaxValue(int) - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getMaxValue() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getMaxValue() - Method in class com.rapidminer.parameter.ParameterTypeNumber
 
getMaxValueInt() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getMaxWeight(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getMaxYValue() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
getMean() - Method in class com.rapidminer.gui.plotter.Quartile
 
getMean() - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getMean(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getMean() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples.MeanVariance
 
getMean() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getMean() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getMean() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getMean() - Method in class com.rapidminer.tools.math.TestGroup
 
getMeans() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getMeanSquaresBetween() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getMeanSquaresResiduals() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getMeanVariances() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getMeanVectors(ExampleSet, int, String[]) - Method in class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
getMedian() - Method in class com.rapidminer.gui.plotter.Quartile
 
getMedian(double[]) - Static method in class com.rapidminer.tools.math.VectorMath
This method returns the median value of the given double array.
getMemoryConsumption(Class<?>) - Static method in class com.rapidminer.tools.OperatorResourceConsumptionHandler
Gets an array with the memory consumption values.
getMemoryFunction() - Method in class com.rapidminer.operator.annotation.PolynomialExampleSetResourceConsumptionEstimator
 
getMemoryFunction() - Method in interface com.rapidminer.operator.annotation.ResourceConsumptionEstimator
Returns the memory function.
getMenuBackground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMenuBarBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getMenuBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getMenuDisabledForeground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMenuForeground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMenuItemBackground() - Method in class com.rapidminer.gui.look.Colors
 
getMenuItemFadingColor() - Method in class com.rapidminer.gui.look.Colors
 
getMenuItemSelectionBackground() - Method in class com.rapidminer.gui.look.Colors
 
getMenuSelectedBack() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMenuSelectedBackground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMenuSelectedForeground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getMessage() - Method in enum com.rapidminer.operator.nio.model.ParsingError.ErrorCode
 
getMessage() - Method in class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
getMessage() - Method in interface com.rapidminer.operator.ProcessSetupError
Returns the human readable, formatted message.
getMessage() - Method in class com.rapidminer.operator.SimpleProcessSetupError
 
getMessage(ResourceBundle, String, Object...) - Static method in class com.rapidminer.tools.I18N
Returns a message if found or the key if not found.
getMessageOrNull(ResourceBundle, String, Object...) - Static method in class com.rapidminer.tools.I18N
Returns a message if found or null if not.
getMessageParameters() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getMessageViewer() - Method in class com.rapidminer.gui.MainFrame
 
getMetaData() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVFileReader
 
getMetaData() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getMetaData() - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
getMetaData() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
getMetaData() - Method in interface com.rapidminer.operator.ports.InputPort
Returns the meta data received by InputPort.receiveMD(MetaData).
getMetaData(boolean) - Method in class com.rapidminer.operator.ports.InputPortExtender
Returns a list of non-null meta data of all input ports.
getMetaData(String) - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
getMetaData() - Method in interface com.rapidminer.operator.ports.Port
Returns the meta data currently assigned to this port.
getMetaData() - Method in interface com.rapidminer.parameter.MetaDataProvider
Returns the meta data currently avaiable.
getMetaData() - Method in class com.rapidminer.parameter.ParameterTypeAttribute
Returns the meta data currently avaiable by the ParameterTypeAttribute.metaDataProvider.
getMetaData() - Method in class com.rapidminer.parameter.StaticMetaDataProvider
 
getMetaDataDescription() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getMetaDataDescription() - Method in interface com.rapidminer.operator.ports.Ports
Returns a textual description of the meta data currently assigned to these ports.
getMetaDataFile() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
getMetaDataModel() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTable
 
getMetaDataProvider() - Method in class com.rapidminer.parameter.ParameterTypeAttribute
 
getMetaDataSubset(ExampleSetMetaData, boolean) - Method in class com.rapidminer.operator.tools.AttributeSubsetSelector
This method returns the meta data of an exampleset as if it would have been filtered.
getMikroAverage() - Method in class com.rapidminer.example.AttributeWeight
Returns the current weight.
getMikroAverage() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.Margin
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns either the accuracy or the classification error.
getMikroAverage() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.SquaredCorrelationCriterion
 
getMikroAverage() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns either the accuracy or the classification error.
getMikroAverage() - Method in class com.rapidminer.tools.math.Averagable
Returns the (current) value of the averagable (the average itself).
getMikroStandardDeviation() - Method in class com.rapidminer.tools.math.Averagable
Returns the standard deviation of the performance criterion.
getMikroVariance() - Method in class com.rapidminer.example.AttributeWeight
Returns the MakroVariance since no other micro variance can be calculated.
getMikroVariance() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.Margin
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getMikroVariance() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
getMikroVariance() - Method in class com.rapidminer.tools.math.Averagable
Returns the variance of the averagable.
getMimeType() - Method in interface com.rapidminer.repository.BlobEntry
 
getMimeType() - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
getMimeType() - Method in class com.rapidminer.repository.remote.RemoteBlobEntry
 
getMin() - Method in class com.rapidminer.gui.plotter.Quartile
Returns the smallest value occupied by this quartile.
getMin() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getMin() - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
getMin(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
getMinAndMaxValue() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
Returns the min and max value of this value source.
getMinColor() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
getMinColorValue() - Method in class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
getMinimumDrawHeight() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the minimum drawing height for charts.
getMinimumDrawWidth() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the minimum drawing width for charts.
getMinimumSize() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getMinimumSize() - Method in class com.rapidminer.gui.look.GenericArrowButton
 
getMinimumSize() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
getMinimumSize(JComponent) - Method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
getMinimumSize(JComponent) - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
getMinimumSize(JComponent) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
getMinimumSize() - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
getMinimumSize() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
getMinimumSize1() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getMinLeafHeight() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the minimal height for leafs.
getMinLeafHeight() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns -1.
getMinLeafHeight() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getMinLeafWidth() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the minimal width for leafs.
getMinLeafWidth() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns -1.
getMinLeafWidth() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getMinLegendColor() - Method in class com.rapidminer.gui.plotter.ColorProvider
 
getMinNumberOfInnerOperators() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
getMinorNumber() - Method in class com.rapidminer.gui.tools.VersionNumber
 
getMinorVersion() - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
getMinScalingFactor() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
getMinScalingFactor() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
getMinScalingFactor() - Method in interface com.rapidminer.gui.new_plotter.utility.SizeProvider
 
getMinShapeSize() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getMinSize() - Method in class com.rapidminer.operator.validation.significance.AnovaSignificanceTestOperator
 
getMinSize() - Method in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
Returns the minimum number of performance vectors which can be compared by this significance test.
getMinSize() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator
 
getMinValue() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
getMinValue() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
If getRange() is a NumericalValueRange, returns the same as getRange().getLowerBound().
getMinValue() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getMinValue() - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
getMinValue() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getMinValue() - Method in class com.rapidminer.parameter.ParameterTypeNumber
 
getMinValueInt() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getMinWeight() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getMinYValue() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
getMissingClass() - Method in exception com.rapidminer.operator.MissingIOObjectException
 
getMode() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getMode() - Method in class com.rapidminer.tools.container.ValueSet
Returns the most common of the values in the set.
getModel() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
Returns the model.
getModel() - Method in class com.rapidminer.gui.tools.ExtendedJTextField
This method returns the model of this component.
getModel(int) - Method in class com.rapidminer.operator.GroupedModel
Returns the i-th model.
getModel(Class<T>) - Method in class com.rapidminer.operator.GroupedModel
Returns the first model in this container with the desired class.
getModel(ExampleSet, String[], Matrix[], Matrix[], double[]) - Method in class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
getModel(ExampleSet, String[], Matrix[], Matrix[], double[]) - Method in class com.rapidminer.operator.learner.bayes.QuadraticDiscriminantAnalysis
 
getModel(ExampleSet, String[], Matrix[], Matrix[], double[]) - Method in class com.rapidminer.operator.learner.bayes.RegularizedDiscriminantAnalysis
 
getModel(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVMOptimization
Returns a model containing all support vectors, i.e. the examples with non-zerp alphas.
getModel() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.GPBase
Get the learned model
getModel() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
Get the learned model
getModel(int) - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
Getter method for embedded models
getModel(int) - Method in class com.rapidminer.operator.learner.meta.BaggingModel
Getter method for embedded models
getModel() - Method in class com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
 
getModel(int) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Getter method for embedded models
getModel(int) - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
Returns a binary decision model for the given classification index.
getModel() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
getModel() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
getModel(int) - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
Returns a binary decision model for the given classification index.
getModel(int) - Method in class com.rapidminer.operator.learner.meta.MultiModelByRegression
Returns a binary decision model for the given classification index.
getModel(int) - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
Getter method for embedded models
getModel() - Method in class com.rapidminer.operator.visualization.SOMModelVisualization.SOMModelVisualizationResult
 
getModelClass() - Method in class com.rapidminer.operator.learner.AbstractLearner
This method might be overridden from subclasses in order to specify exactly which model class they use.
getModelClass() - Method in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
getModelClass() - Method in class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
getModelClass() - Method in class com.rapidminer.operator.learner.bayes.NaiveBayes
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractKernelBasedLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperHyper
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.Perceptron
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
getModelClass() - Method in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
getModelClass() - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
 
getModelClass() - Method in class com.rapidminer.operator.learner.lazy.AttributeBasedVotingLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.lazy.KNNLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
getModelClass() - Method in class com.rapidminer.operator.learner.rules.RuleLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.rules.SimpleRuleLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.rules.SingleRuleLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
getModelClass() - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
getModelClass() - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
getModelClass() - Method in class com.rapidminer.operator.learner.tree.RandomForestLearner
 
getModelIndex(int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
Converts the index of the row in the view to the corresponding row in the original model.
getModelInfo() - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRModel
 
getModelName() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
Returns the model name.
getModelName() - Method in class com.rapidminer.operator.learner.meta.Stacking
 
getModelName() - Method in class com.rapidminer.operator.learner.meta.Vote
 
getModelNames() - Method in class com.rapidminer.operator.GroupedModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.AdditiveRegressionModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.BaggingModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel
Deprecated.  
getModelNames() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
 
getModelNames() - Method in interface com.rapidminer.operator.learner.meta.MetaModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.MultiModelByRegression
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.SimpleVoteModel
 
getModelNames() - Method in class com.rapidminer.operator.learner.meta.StackingModel
 
getModelOutputPort() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
getModels() - Method in class com.rapidminer.operator.GroupedModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.AdditiveRegressionModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.BaggingModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel
Deprecated.  
getModels() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
 
getModels() - Method in interface com.rapidminer.operator.learner.meta.MetaModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.MultiModelByRegression
 
getModels() - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
 
getModels() - Method in class com.rapidminer.operator.learner.meta.SimpleVoteModel
 
getModels() - Method in class com.rapidminer.operator.learner.meta.StackingModel
 
getModelWeights() - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
This method is only supported for boolean target attributes.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.DirectedGGA
Returns the DirectedGeneratingMutation.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.FourierGGA
Returns the generating mutation PopulationOperator.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA
Returns the generating mutation PopulationOperator.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
Returns an operator that performs the mutation.
getMutationPopulationOperator(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
getName() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getName() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getName() - Method in interface com.rapidminer.datatable.DataTable
Returns the name of this data table.
getName() - Method in class com.rapidminer.doc.CiteTaglet
 
getName() - Method in class com.rapidminer.doc.MathTaglet
 
getName() - Method in class com.rapidminer.doc.ReferenceTaglet
 
getName() - Method in class com.rapidminer.doc.RefTaglet
 
getName() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
getName() - Method in interface com.rapidminer.example.Attribute
Returns the name of the attribute.
getName() - Method in class com.rapidminer.example.AttributeDescription
 
getName() - Method in class com.rapidminer.example.AttributeWeight
Returns the name of the attribute.
getName() - Method in class com.rapidminer.example.AttributeWeights
Returns the name of this AverageVector.
getName() - Method in class com.rapidminer.example.set.AbstractExampleSet
This method overrides the implementation of ResultObjectAdapter and returns "ExampleSet".
getName() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the name of the attribute.
getName() - Method in class com.rapidminer.gui.dialog.ResultContainer
 
getName() - Method in class com.rapidminer.gui.look.Colors
 
getName() - Method in class com.rapidminer.gui.look.fc.Bookmark
 
getName() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getName() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.DimensionConfig.PlotDimension
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.LegendConfiguration.LegendPosition
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.LineFormat.LineStyle
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.FillStyle
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.IndicatorType
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.ItemShape
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.StackingMode
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.VisualizationType
 
getName() - Method in enum com.rapidminer.gui.new_plotter.configuration.ValueGrouping.GroupingType
 
getName() - Method in class com.rapidminer.gui.new_plotter.integration.ExpertDataTableRenderer
 
getName() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Returns the name of this ColorScheme.
getName() - Method in class com.rapidminer.gui.Perspective
 
getName() - Method in class com.rapidminer.gui.plotter.NameValue
 
getName() - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.AnnotationsRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.AverageVectorRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidPlotRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidTableRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelDendogrammRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelFolderRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.CollectionRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.data.ExampleSetMetaDataRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.DefaultTextRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.math.NumericalMatrixPairwiseRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.math.RainflowMatrixPlotRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.math.RainflowMatrixTableRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.DelegationModelRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.DistributionModelTableRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelVariancePlotRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.ImprovedNeuralNetModelRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.KernelModelSupportVectorRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.KernelModelWeightsRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelPlotRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.MetaModelRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.NeuralNetGraphRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.SimpleNeuralNetGraphRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.SVDModelCumulativePlotRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.SVDModelValueRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.models.SVDModelVectorRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.AnovaCalculatorViewerRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.AreaUnderCurveRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.BinaryClassificationPerformanceRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.MultiClassificationPerformanceRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.PerformanceVectorRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.ROCComparisonRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.TTestSignificanceTestRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.performance.WeightedMultiClassPerformanceRenderer
 
getName() - Method in interface com.rapidminer.gui.renderer.Renderer
 
getName(Class<?>) - Static method in class com.rapidminer.gui.renderer.RendererService
Returns the Reportable name for objects of the given class.
getName() - Method in class com.rapidminer.gui.renderer.similarity.SimilarityHistogramRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.similarity.SimilarityKDistanceRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.visualization.AnovaMatrixRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.visualization.LiftChartRenderer
 
getName() - Method in class com.rapidminer.gui.renderer.visualization.SOMModelVisualizationRenderer
 
getName() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getName() - Method in class com.rapidminer.gui.templates.Template
 
getName() - Method in class com.rapidminer.gui.tools.ProgressThread
 
getName() - Method in class com.rapidminer.operator.AbstractModel
The default implementation returns the result of the super class.
getName() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getName() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
getName() - Method in class com.rapidminer.operator.ExecutionUnit
 
getName() - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducerModel
Deprecated.  
getName() - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReductionModel
 
getName() - Method in class com.rapidminer.operator.GroupedModel
 
getName() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Returns the name of this column, which is also the name of the attribute that is created from this column's properties.
getName() - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
getName() - Method in class com.rapidminer.operator.learner.bayes.DiscriminantModel
 
getName() - Method in class com.rapidminer.operator.learner.functions.FastMarginModel
 
getName() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel
 
getName() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getName() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
The default implementation returns the classname without package.
getName() - Method in interface com.rapidminer.operator.learner.Learner
Returns the name of the learner.
getName() - Method in class com.rapidminer.operator.learner.meta.RelativeRegressionModel
 
getName() - Method in class com.rapidminer.operator.learner.meta.StackingModel
 
getName() - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Accuracy
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Bias
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Binomial
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Lift
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Odds
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.OddsRatio
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Precision
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.Squared
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getName() - Method in class com.rapidminer.operator.learner.subgroups.utility.WRAcc
 
getName() - Method in class com.rapidminer.operator.learner.tree.RandomForestModel
 
getName() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getName() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This returns the name of the library.
getName() - Method in class com.rapidminer.operator.meta.ParameterSet
 
getName() - Method in class com.rapidminer.operator.nio.file.FileObject
 
getName() - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
getName() - Method in class com.rapidminer.operator.Operator
Returns the name of the operator.
getName() - Method in class com.rapidminer.operator.OperatorDescription
 
getName() - Method in class com.rapidminer.operator.performance.AbsoluteError
 
getName() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getName() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getName() - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
getName() - Method in class com.rapidminer.operator.performance.cost.ClassificationCostCriterion
 
getName() - Method in class com.rapidminer.operator.performance.cost.RankingCriterion
 
getName() - Method in class com.rapidminer.operator.performance.CrossEntropy
 
getName() - Method in class com.rapidminer.operator.performance.EstimatedPerformance
Returns the name of this estimated performance criterion, which can be set using setName().
getName() - Method in class com.rapidminer.operator.performance.LenientRelativeError
 
getName() - Method in class com.rapidminer.operator.performance.LogisticLoss
 
getName() - Method in class com.rapidminer.operator.performance.Margin
 
getName() - Method in class com.rapidminer.operator.performance.MDLCriterion
 
getName() - Method in class com.rapidminer.operator.performance.MinMaxCriterion
 
getName() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Returns the name.
getName() - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
getName() - Method in class com.rapidminer.operator.performance.PredictionAverage
 
getName() - Method in class com.rapidminer.operator.performance.RankCorrelation
 
getName() - Method in class com.rapidminer.operator.performance.RelativeError
 
getName() - Method in class com.rapidminer.operator.performance.RootMeanSquaredError
 
getName() - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
getName() - Method in class com.rapidminer.operator.performance.SimpleClassificationError
 
getName() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
 
getName() - Method in class com.rapidminer.operator.performance.SquaredCorrelationCriterion
 
getName() - Method in class com.rapidminer.operator.performance.SquaredError
 
getName() - Method in class com.rapidminer.operator.performance.StrictRelativeError
 
getName() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Returns the name.
getName() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getName() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getName() - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
This method returns the name of the attribute that must be contained in the meta data.
getName() - Method in interface com.rapidminer.operator.ports.Port
A human readable, unique (operator scope) name for the port.
getName() - Method in interface com.rapidminer.operator.ports.PortOwner
Returns a human readable name used for error messages and gui.
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationMethod
 
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationModel
Returns a nicer name.
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel
Returns a nicer name.
getName() - Method in interface com.rapidminer.operator.preprocessing.normalization.NormalizationMethod
This just returns the name of the method.
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationMethod
 
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel
Returns a nicer name.
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
 
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel
 
getName() - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationNormalizationMethod
 
getName() - Method in interface com.rapidminer.operator.ResultObject
Defines the name of this result object.
getName() - Method in class com.rapidminer.operator.ResultObjectAdapter
The default implementation returns the classname without package.
getName() - Method in class com.rapidminer.operator.SimpleResultObject
 
getName() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
getName() - Method in class com.rapidminer.operator.visualization.DataStatistics
 
getName() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getName() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getName() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getName() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
getName() - Method in class com.rapidminer.operator.visualization.SOMModelVisualization.SOMModelVisualizationResult
 
getName() - Method in interface com.rapidminer.report.ReportStream
Returns the string name of this stream.
getName() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getName() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getName() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getName() - Method in class com.rapidminer.repository.db.DBRepository
 
getName() - Method in interface com.rapidminer.repository.Entry
Returns the name, the last part of the location.
getName() - Method in class com.rapidminer.repository.local.SimpleEntry
 
getName() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getName() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getName() - Method in class com.rapidminer.repository.RepositoryLocation
Returns the last path component.
getName() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getName() - Method in class com.rapidminer.test.ApplicationTest
 
getName() - Method in class com.rapidminer.test.OperatorDataSampleTest
 
getName() - Method in class com.rapidminer.test.SampleTest
 
getName() - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
getName() - Method in interface com.rapidminer.tools.config.Configurable
Gets the user defined unique name.
getName() - Method in class com.rapidminer.tools.config.Configurator
The display name used in UI components.
getName() - Method in class com.rapidminer.tools.documentation.GroupDocumentation
 
getName() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getName() - Method in interface com.rapidminer.tools.GlobalAuthenticator.URLAuthenticator
 
getName() - Method in class com.rapidminer.tools.GroupTree
Returns the name of this group.
getName() - Method in class com.rapidminer.tools.GroupTreeNode
Returns the name of this group.
getName() - Method in class com.rapidminer.tools.GroupTreeRoot
Returns the name of this group.
getName() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
getName() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getName() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getName() - Method in class com.rapidminer.tools.math.Averagable
Returns the name of this averagable.
getName() - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Returns the name of the aggregation function.
getName() - Method in class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.StandardDeviationFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.SumFunction
 
getName() - Method in class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
getName() - Method in class com.rapidminer.tools.math.function.FunctionDescription
 
getName() - Method in class com.rapidminer.tools.math.SignificanceTestResult
Returns the name of the test.
getName() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the name of the plugin.
getNameForStep(int) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
getNameForStep(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
getNameForStep(int) - Method in class com.rapidminer.repository.gui.NewRepositoryDialog
 
getNamePrefix() - Method in class com.rapidminer.operator.ports.MultiPortPairExtender
 
getNamePrefix() - Method in interface com.rapidminer.operator.ports.PortExtender
Prefix for the names of the ports generated by this port extender.
getNamePrefix() - Method in class com.rapidminer.operator.ports.PortPairExtender
 
getNamePrefix() - Method in class com.rapidminer.operator.ports.SinglePortExtender
 
getNameRow() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
Returns the row annotated to be used as the name of the attribute or -1 if no such row was selected.
getNames() - Method in class com.rapidminer.tools.Ontology
 
getNamespace() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getNamespace() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method returns the namespace of this OperatorLibrary.
getNamespace() - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
getNamespaceId(String) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This method will return the ID as saved in the namespaceMap for the given uri.
getNamespaceName() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getNamespaceName() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method returns the speaking name of the namespace of this OperatorLibrary.
getNamespaces(Node) - Method in class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
Returns a map containing all namespaces defined in element and (recursively) its child-elements as keys and the corresponding namespace id/prefix as value.
getNamespacesMap() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This method has to return all defined namespaces.
getNamespaceURI(String) - Method in class com.rapidminer.tools.xml.MapBasedNamespaceContext
 
getNativeValueType(int) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getNativeValueType(int) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
 
getNativeValueType(int) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getNativeValueType(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getNativeValueType(int) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getNearChild(double[]) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getNearestValueDistances(int, double[]) - Method in class com.rapidminer.tools.math.container.BallTree
 
getNearestValueDistances(double, double[]) - Method in class com.rapidminer.tools.math.container.BallTree
 
getNearestValueDistances(double, int, double[]) - Method in class com.rapidminer.tools.math.container.BallTree
 
getNearestValueDistances(int, double[]) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This method returns a collection of data from the k nearest sample points.
getNearestValueDistances(double, double[]) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This method returns a collection of data from all sample points inside the specified distance.
getNearestValueDistances(double, int, double[]) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This method returns a collection of data from all sample points inside the specified distance but at least k points.
getNearestValueDistances(int, double[]) - Method in class com.rapidminer.tools.math.container.KDTree
 
getNearestValueDistances(double, double[]) - Method in class com.rapidminer.tools.math.container.KDTree
 
getNearestValueDistances(double, int, double[]) - Method in class com.rapidminer.tools.math.container.KDTree
 
getNearestValueDistances(int, double[]) - Method in class com.rapidminer.tools.math.container.LinearList
 
getNearestValueDistances(double, double[]) - Method in class com.rapidminer.tools.math.container.LinearList
 
getNearestValueDistances(double, int, double[]) - Method in class com.rapidminer.tools.math.container.LinearList
 
getNearestValues(int, double[]) - Method in class com.rapidminer.tools.math.container.BallTree
 
getNearestValues(int, double[]) - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This method returns a collection of the stored data values from the k nearest sample points.
getNearestValues(int, double[]) - Method in class com.rapidminer.tools.math.container.KDTree
 
getNearestValues(int, double[]) - Method in class com.rapidminer.tools.math.container.LinearList
 
getNecessaryRapidMinerVersion() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the necessary RapidMiner version.
getNegativeClassName() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getNegativeIndex() - Method in class com.rapidminer.example.table.BinominalMapping
Returns the index of the first value if this attribute is a classification attribute, i.e. if it is binominal.
getNegativeIndex() - Method in interface com.rapidminer.example.table.NominalMapping
Returns the index of a negative class (if available).
getNegativeIndex() - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the index of the first value if this attribute is a classification attribute, i.e. if it is binominal.
getNegativePaint() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
getNegativeRules() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
getNegativeString() - Method in class com.rapidminer.example.table.BinominalMapping
 
getNegativeString() - Method in interface com.rapidminer.example.table.NominalMapping
Returns the nominal value of a negative class (if available).
getNegativeString() - Method in class com.rapidminer.example.table.PolynominalMapping
 
getNegativeWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getNeighborhood() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
getNeighbourhood(GeometricDataCollection<T>, double[]) - Method in class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
getNeighbourhood(GeometricDataCollection<T>, double[]) - Method in class com.rapidminer.operator.learner.local.DistanceNeighborhood
 
getNeighbourhood(GeometricDataCollection<T>, double[]) - Method in class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood
 
getNeighbourhood(GeometricDataCollection<T>, double[]) - Method in interface com.rapidminer.operator.learner.local.Neighborhood
 
getNeighbourhood(GeometricDataCollection<T>, double[]) - Method in class com.rapidminer.operator.learner.local.RelativeNeighborhood
 
getNeighbours(ExampleSet, Example, int, int[], SVClusteringAlgorithm) - Method in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
getNeuralNet() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel
 
getNeuralNet() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel
 
getNewFolderAction() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getNewGenericColumnName(int) - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns a new column name for new column to build.
getNewName() - Method in class com.rapidminer.gui.look.fc.BookmarkDialog
 
getNewOperatorEditor() - Method in class com.rapidminer.gui.MainFrame
 
getNext() - Method in class com.rapidminer.tools.math.CombinationGenerator
Generates the next combination by using the algorithm proposed by Rosen.
getNext() - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
getNext() - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
getNextAgglomeration(int, Map<Integer, HierarchicalClusterNode>) - Method in class com.rapidminer.operator.clustering.clusterer.AbstractLinkageMethod
 
getNextColor() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns the next free color for a value source based on the active color schema.
getNextId() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getNextToken(StreamTokenizer) - Static method in class com.rapidminer.tools.Tools
Delivers the next token and checks for an unexpected end of line or file.
getNextTransmission() - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Returns the date at which the next transmission should be scheduled.
getNextValue() - Method in class com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
 
getNiceString(PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
getNodeDescription() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getNodeDistance(int) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
getNodeItem() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
this returns the item, this node represents
getNodeName() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getNodeType() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getNodeWeights(int[]) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
getNominalBenefit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.criterions.AccuracyCriterion
 
getNominalBenefit(ExampleSet, Attribute) - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
 
getNominalBenefit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
getNominalBenefit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.criterions.GiniIndexCriterion
 
getNominalBenefit(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
getNominalColor() - Static method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
getNominalValue(Attribute) - Method in class com.rapidminer.example.Example
Returns the nominal value for the given attribute.
getNominalWeightCounts(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.tree.FrequencyCalculator
 
getNonDefaultAttributeIndices(Example) - Method in class com.rapidminer.example.FastExample2SparseTransform
Returns a list with the indices of the regular Attributes with non-default values.
getNonDefaultAttributeValues(Example) - Method in class com.rapidminer.example.FastExample2SparseTransform
Returns an array of non-default values of the given example.
getNonDefaultAttributeValues(Example, int[]) - Method in class com.rapidminer.example.FastExample2SparseTransform
Returns an array of non-default values of the given example.
getNonDefaultIndices() - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
getNonDefaultIndices() - Method in interface com.rapidminer.example.table.SparseDataRow
Returns an array of all attribute indices with corresponding non-default values.
getNonDefaultValues() - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
getNonDefaultValues() - Method in interface com.rapidminer.example.table.SparseDataRow
Returns an array of all non-default attribute values.
getNonDeprecatedGroupTree(GroupTree) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getNonEmptyGroupCells() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getNormalizationModel(ExampleSet, Operator) - Method in class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationMethod
 
getNormalizationModel(ExampleSet, Operator) - Method in interface com.rapidminer.operator.preprocessing.normalization.NormalizationMethod
This method will be called to build the normalization model from the given ExampleSet.
getNormalizationModel(ExampleSet, Operator) - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationMethod
 
getNormalizationModel(ExampleSet, Operator) - Method in class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
 
getNormalizationModel(ExampleSet, Operator) - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationNormalizationMethod
 
getNumber(int) - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Returns a numerical value contained in the specified column in the current row.
getNumber(int) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getNumber(int) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Returns a numerical value contained in the specified column in the current row.
getNumber(int) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getNumber(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getNumber(int) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getNumber() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
This returns the estimated number regardless of relation.
getNumber() - Method in class com.rapidminer.tools.math.TestGroup
 
getNumberFormat() - Method in class com.rapidminer.operator.nio.CSVExampleSource
 
getNumberFormat() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
 
getNumberFormat() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Returns the configured number format or null if a default number format should be used.
getNumberFormat() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getNumberFormat() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
getNumberOfAllOperators() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. Try getSubprocess(int).getNumberOfOperators()
getNumberOfArguments() - Method in class com.rapidminer.tools.math.function.FunctionDescription
 
getNumberOfAttributes() - Method in class com.rapidminer.example.table.AbstractExampleTable
Returns the number of attributes.
getNumberOfAttributes() - Method in interface com.rapidminer.example.table.ExampleTable
Returns the number of attributes.
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getNumberOfAttributes() - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
getNumberOfAxes() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the number of axes beside the value dimension, i. e. 1 for a 2D and 2 for a 3D plot.
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns 0.
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getNumberOfAxes() - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getNumberOfBasisVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
 
getNumberOfBreakpoints() - Method in class com.rapidminer.operator.Operator
This returns the number of breakpoints: 0, 1 or 2.
getNumberOfCategories() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getNumberOfChildren(Operator) - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
getNumberOfChildren(T) - Method in interface com.rapidminer.gui.tools.ParentButtonModel
 
getNumberOfChildren() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getNumberOfClasses() - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getNumberOfClasses() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getNumberOfClasses() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getNumberOfClasses() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getNumberOfClusters() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
getNumberOfColumns() - Method in interface com.rapidminer.datatable.DataTable
Returns the total number of columns.
getNumberOfColumns() - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.DataTableView
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.SimpleDataTable
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.SortedDataTableView
 
getNumberOfColumns() - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getNumberOfColumns() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getNumberOfColumns() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getNumberOfColumns() - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Returns the number of columns found so far.
getNumberOfColumns() - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getNumberOfColumns() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getNumberOfColumns() - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getNumberOfColumns() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getNumberOfColumnsInCurrentRow() - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Returns the number of columns in the current row, i.e. the length of the row.
getNumberOfCombinationsLeft() - Method in class com.rapidminer.tools.math.CombinationGenerator
Return number of combinations not yet generated.
getNumberOfComponents() - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getNumberOfComponents() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getNumberOfComponents() - Method in class com.rapidminer.operator.features.transformation.SVDModel
This returns the total number of possible components.
getNumberOfConnectedPorts() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getNumberOfConnectedPorts() - Method in interface com.rapidminer.operator.ports.Ports
Returns the number of ports in these Ports that are actually connected.
getNumberOfEditors() - Method in class com.rapidminer.gui.properties.PropertyPanel
 
getNumberOfExamples() - Method in class com.rapidminer.operator.clustering.Cluster
Returns the number of examples in this cluster
getNumberOfExamples() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getNumberOfExamplesFirst(MDInteger) - Method in class com.rapidminer.operator.meta.AbsoluteSplitChain
 
getNumberOfExamplesFirst(MDInteger) - Method in class com.rapidminer.operator.meta.AbstractSplitChain
 
getNumberOfExamplesFirst(MDInteger) - Method in class com.rapidminer.operator.meta.RatioSplitChain
 
getNumberOfExamplesInSubtree() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
getNumberOfExamplesInSubtree() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Returns the number of objects in the subtree including the objects at the current node.
getNumberOfExamplesSecond(MDInteger) - Method in class com.rapidminer.operator.meta.AbsoluteSplitChain
 
getNumberOfExamplesSecond(MDInteger) - Method in class com.rapidminer.operator.meta.AbstractSplitChain
 
getNumberOfExamplesSecond(MDInteger) - Method in class com.rapidminer.operator.meta.RatioSplitChain
 
getNumberOfIndividuals() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Returns the number of all individuals.
getNumberOfIndividuals() - Method in class com.rapidminer.operator.features.Population
Returns the number of all individuals.
getNumberOfIndividuals() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Returns the number of all individuals.
getNumberOfIndividuals() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getNumberOfItems() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
getNumberOfItems() - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
 
getNumberOfKeyEditors() - Method in class com.rapidminer.gui.properties.PropertyTable
 
getNumberOfLabels() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
 
getNumberOfLibraries() - Method in class com.rapidminer.OperatorLibraryService
This returns the number of the currently loaded libraries.
getNumberOfLiterals() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
getNumberOfMissings() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getNumberOfMissingValues() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getNumberOfModels() - Method in class com.rapidminer.operator.GroupedModel
Returns the total number of models.
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
 
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.BaggingModel
 
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
 
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
 
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
 
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.MultiModelByRegression
 
getNumberOfModels() - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
 
getNumberOfNonEmptyClasses() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
 
getNumberOfObjects() - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
Gives the number of objects in the container (e.g. which are actually in the list, but without the need to ask the list itself about its size).
getNumberOfObjects() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Returns the (integer) number of objects in the Searchroom (associated with it via SearchSpace.addObject(SearchObject) to the room) as an integer value as we overall do not expect the searchroom to hold more than 2 billion objects.
getNumberOfOperators() - Method in class com.rapidminer.operator.ExecutionUnit
 
getNumberOfOperators() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. as of RM replaced by subprocesses.
getNumberOfOptimizationParameters() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getNumberOfOptionComponents() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
getNumberOfOptionComponents() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the number of option componenents which will be added to the control panel of the GraphViewer.
getNumberOfOptionComponents() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns 0.
getNumberOfOptionComponents() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getNumberOfOptionComponents() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getNumberOfOptionIcons() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getNumberOfOptionIcons() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter2D
 
getNumberOfOptionIcons() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter3D
 
getNumberOfParameters() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
getNumberOfParameters() - Method in interface com.rapidminer.tools.math.distribution.Distribution
This should return the number of parameters defining this distribution
getNumberOfParameters() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getNumberOfParameters() - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getNumberOfParameters() - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getNumberOfParameters() - Method in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
getNumberOfParameters() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getNumberOfPlots() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getNumberOfPlots(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getNumberOfPoints() - Method in class com.rapidminer.tools.math.ROCData
 
getNumberOfPorts() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getNumberOfPorts() - Method in interface com.rapidminer.operator.ports.Ports
Returns the number of ports.
getNumberOfPredictions() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getNumberOfPredictions() - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
 
getNumberOfPreviewRows() - Method in class com.rapidminer.operator.nio.model.WizardState
 
getNumberOfReadables() - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
getNumberOfRegularAttributes() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getNumberOfRegularAttributes() - Method in class com.rapidminer.tools.att.AttributeSet
Returns the number of regular attributes.
getNumberOfRelevanceVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Model
 
getNumberOfRelevantAttributes(ExampleSetMetaData) - Method in class com.rapidminer.operator.annotation.PolynomialExampleSetResourceConsumptionEstimator
 
getNumberOfRows() - Method in interface com.rapidminer.datatable.DataTable
Returns the total number of rows.
getNumberOfRows() - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getNumberOfRows() - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getNumberOfRows() - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getNumberOfRows() - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getNumberOfRows() - Method in class com.rapidminer.datatable.DataTableView
 
getNumberOfRows() - Method in class com.rapidminer.datatable.SimpleDataTable
 
getNumberOfRows() - Method in class com.rapidminer.datatable.SortedDataTableView
 
getNumberOfRows() - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getNumberOfRows() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getNumberOfRows() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getNumberOfRules() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getNumberOfRules() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
getNumberOfSelected() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getNumberOfSequences() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
getNumberOfSheets() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Returns the number of sheets in the excel file
getNumberOfSpecialColumns() - Method in interface com.rapidminer.datatable.DataTable
Returns the total number of special columns.
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.DataTableView
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.SimpleDataTable
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.SortedDataTableView
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getNumberOfSpecialColumns() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getNumberOfSteps() - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
 
getNumberOfSubNodes() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
Get the number of subnodes: Is always 0 since this node is leaf
getNumberOfSubNodes() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Get the number of subnodes.
getNumberOfSubprocesses() - Method in class com.rapidminer.operator.OperatorChain
 
getNumberOfSubsets() - Method in class com.rapidminer.example.set.Partition
Returns the number of subsets.
getNumberOfSubsets() - Method in class com.rapidminer.example.set.SplittedExampleSet
Returns the number of subsets.
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getNumberOfSupportVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getNumberOfTransactions() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
getNumberOfUsedAttributes() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Returns the number of selected attributes.
getNumberOfUsedAttributes() - Method in class com.rapidminer.operator.features.Individual
 
getNumberOfValueEditors() - Method in class com.rapidminer.gui.properties.PropertyTable
 
getNumberOfValues() - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowWrapper
 
getNumberOfValues(int) - Method in interface com.rapidminer.datatable.DataTable
Returns the number of different values for the i-th column.
getNumberOfValues(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getNumberOfValues(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getNumberOfValues(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getNumberOfValues() - Method in interface com.rapidminer.datatable.DataTableRow
Returns the total number of values.
getNumberOfValues(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getNumberOfValues(int) - Method in class com.rapidminer.datatable.DataTableView
 
getNumberOfValues() - Method in class com.rapidminer.datatable.Example2DataTableRowWrapper
 
getNumberOfValues() - Method in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
getNumberOfValues() - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowWrapper
 
getNumberOfValues(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getNumberOfValues() - Method in class com.rapidminer.datatable.SimpleDataTableRow
 
getNumberOfValues(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
getNumberOfValues() - Method in class com.rapidminer.datatable.ValueMappingDataTableRow
 
getNumberOfValues(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getNumberOfValues(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getNumberOfValues() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getNumberOfValues() - Method in class com.rapidminer.parameter.value.ParameterValueList
 
getNumberOfValues() - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
getNumberOfValues() - Method in class com.rapidminer.parameter.value.ParameterValues
 
getNumericalBenefit(ExampleSet, Attribute, double) - Method in class com.rapidminer.operator.learner.tree.criterions.AccuracyCriterion
 
getNumericalBenefit(ExampleSet, Attribute, double) - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
 
getNumericalBenefit(ExampleSet, Attribute, double) - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
getNumericalBenefit(ExampleSet, Attribute, double) - Method in class com.rapidminer.operator.learner.tree.criterions.GiniIndexCriterion
 
getNumericalBenefit(ExampleSet, Attribute, double) - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
getNumericalColor() - Static method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
getNumericalTicSize(double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getNumericalValue(Attribute) - Method in class com.rapidminer.example.Example
Returns the numerical value for the given attribute.
getNumericalWeightCounts(ExampleSet, Attribute, double) - Method in class com.rapidminer.operator.learner.tree.FrequencyCalculator
 
getNumerOfColumns() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
getObject(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
getObject(String) - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
getObject(V) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the object for the given id, e.g. a cluster node.
getObject(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getObject(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getObject(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getObject(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getObject(int) - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
Returns an object from the list of objects in the container at position i (check needed if this returns the appropriate object, as internally, an iterator is started at position i in the list and the next() element is delivered back...).
getObject(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method returns a SearchObject with the i-th index in the listOfObjects; the result has to be casted to SearchObject (Vector Class speciality, as it returns only a JAVA Object Class object).
getObject() - Method in class com.rapidminer.tools.WeightedObject
Returns the object.
getObjectClass() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
getObjectClass() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getObjectClass() - Method in interface com.rapidminer.repository.IOObjectEntry
This method returns the class of the stored object or null, if it is not an object known to this RapidMiner Client.
getObjectClass() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
getObjectClass() - Method in class com.rapidminer.repository.remote.RemoteIOObjectEntry
 
getObjectClass() - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
getObjects() - Method in class com.rapidminer.operator.IOObjectCollection
 
getObjects() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method returns an Enumeration of all SearchObjects from a SearchSpace.
getObjectsRecursive() - Method in class com.rapidminer.operator.IOObjectCollection
 
getObjectViewer() - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
getObjectViewer() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the viewer for objects.
getObjectViewer() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getObjectViewer() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getObjectViewer() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getOneClass() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getOnlineBenefit(Example) - Method in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
getOnlineBenefit(Example, int) - Method in class com.rapidminer.operator.learner.rules.AccuracyCriterion
 
getOnlineBenefit(Example, int) - Method in interface com.rapidminer.operator.learner.rules.Criterion
 
getOnlineBenefit(Example) - Method in interface com.rapidminer.operator.learner.rules.Criterion
 
getOnlineBenefit(Example, int) - Method in class com.rapidminer.operator.learner.rules.InfoGainCriterion
 
getOpacity() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getOpacity() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getOpacity() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns the opacity.
getOpenTag(int) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
getOpenTag(int) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
getOpenWindowAction(String) - Static method in class com.rapidminer.tools.config.gui.ConfigurationDialog
 
getOperator() - Method in class com.rapidminer.gui.operatortree.actions.InfoOperatorAction
 
getOperator(int) - Method in class com.rapidminer.gui.properties.BasicPropertyTable
Returns null.
getOperator(int) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
getOperator() - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
getOperator(int) - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
getOperator(int) - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
getOperator() - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
getOperator(int) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
getOperator() - Method in class com.rapidminer.gui.properties.PropertyPanel
 
getOperator(int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getOperator() - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
 
getOperator(int) - Method in class com.rapidminer.gui.properties.WizardPropertyTable
 
getOperator() - Method in class com.rapidminer.gui.templates.OperatorParameterPair
 
getOperator() - Method in exception com.rapidminer.operator.IllegalInputException
 
getOperator() - Method in class com.rapidminer.operator.meta.ParameterValue
 
getOperator() - Method in class com.rapidminer.operator.nio.model.WizardState
 
getOperator(int) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
getOperator() - Method in interface com.rapidminer.operator.ports.PortOwner
Returns the operator to which these ports are attached.
getOperator() - Method in exception com.rapidminer.operator.ProcessStoppedException
 
getOperator() - Method in exception com.rapidminer.operator.UserError
 
getOperator() - Method in exception com.rapidminer.operator.WrongNumberOfInnerOperatorsException
 
getOperator() - Method in class com.rapidminer.parameter.ParameterTypeValue.OperatorValueSelection
 
getOperator() - Method in class com.rapidminer.parameter.value.ParameterValues
 
getOperator(String) - Method in class com.rapidminer.Process
Returns the operator with the given name.
getOperatorByName(String) - Method in class com.rapidminer.operator.ExecutionUnit
 
getOperatorChain() - Method in exception com.rapidminer.operator.IllegalNumberOfInnerOperatorsException
 
getOperatorClass() - Method in class com.rapidminer.operator.OperatorDescription
 
getOperatorClass() - Method in class com.rapidminer.operator.UnknownParameterInformation
 
getOperatorClassName() - Method in class com.rapidminer.operator.Operator
Returns the "class name" of this operator from the operator description of the operator.
getOperatorColor(Operator) - Static method in class com.rapidminer.gui.tools.SwingTools
 
getOperatorColor(String) - Static method in class com.rapidminer.gui.tools.SwingTools
 
getOperatorDescription() - Method in class com.rapidminer.operator.Operator
Returns the operator description of this operator.
getOperatorDescription(String) - Static method in class com.rapidminer.tools.OperatorService
Returns the operator description for a given key from the operators.xml file, e.g.
getOperatorDescriptions() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method must return the OperatorDescription's of all defined operators.
getOperatorDescriptions() - Method in class com.rapidminer.tools.GroupTree
Returns all operator descriptions in this group or an empty list if this group does not contain any operators.
getOperatorDescriptions(Class) - Static method in class com.rapidminer.tools.OperatorService
Returns the operator descriptions for the operators which uses the given class.
getOperatorDocumentation(String) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method has to return a OperatorDocumentation for the given key.
getOperatorDocumentation() - Method in class com.rapidminer.operator.OperatorDescription
 
getOperatorDocViewer() - Method in class com.rapidminer.gui.MainFrame
 
getOperatorEnumeration() - Method in class com.rapidminer.operator.ExecutionUnit
Use this method only in cases where you are sure that you don't want a ConcurrentModificationException to occur when the list of operators is modified.
getOperatorFromAll(int) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
getOperatorKeys() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method returns the keys of all defined operators.
getOperatorKeys() - Static method in class com.rapidminer.tools.OperatorService
Returns a collection of all operator keys.
getOperatorKeys(UsageStatistics.StatisticsScope) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Returns a list of all operator names for which statistics are available.
getOperatorLibraries() - Method in class com.rapidminer.ProcessContext
This returns all loaded OperatorLibries that should be used within this process.
getOperatorName() - Method in class com.rapidminer.operator.ports.ProcessingStep
This returns the name of the operator, which processed the respective IOObject.
getOperatorName() - Method in exception com.rapidminer.operator.ProcessStoppedException
 
getOperatorName() - Method in class com.rapidminer.operator.UnknownParameterInformation
 
getOperatorNames() - Static method in class com.rapidminer.tools.OperatorService
Deprecated. 
getOperators() - Method in class com.rapidminer.gui.dnd.TransferableOperator
 
getOperators() - Method in class com.rapidminer.operator.ExecutionUnit
Returns an unmodifiable view of the operators contained in this process.
getOperators() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
getOperatorStatistics(UsageStatistics.StatisticsScope, OperatorDescription) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
 
getOperatorTree() - Method in class com.rapidminer.gui.MainFrame
 
getOperatorTree() - Method in class com.rapidminer.gui.operatortree.OperatorTreePanel
 
getOperatorTreeTransferHandler() - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
getOperatorVersions() - Method in class com.rapidminer.operator.libraries.LibraryOperatorDescription
This returns a list of all defined version numbers.
getOptimalPrecision(double, double) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
Calculates the optimal power of 10 for rounding.
getOptimisticScore(double[]) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
Computes the best possible score that might be achieved by refining the rule.
getOptimization() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getOptimizationOperators() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getOptimizationParameters() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getOptimizationPerformance() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns the resulting performance of the original optimization problem.
getOptimizationPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Returns the optimization performance of the best result.
getOptimizationPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationEvoOptimization
Delivers the fitness of the best individual as performance vector.
getOptimizationPerformance() - Method in interface com.rapidminer.operator.learner.functions.kernel.evosvm.EvoOptimization
 
getOptimizationPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
Returns the optimization performance of the best result.
getOptimizationPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionEvoOptimization
Delivers the fitness of the best individual as performance vector.
getOptimizationValueTypes() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getOptionComponent(GraphViewer, int) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
getOptionComponent(GraphViewer, int) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the desired option componenents which will be added to the control panel of the GraphViewer.
getOptionComponent(GraphViewer, int) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getOptionComponent(GraphViewer, int) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getOptionComponent(GraphViewer, int) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
Removes the data view button and adds the legend under the plotter panel if the method JMathPlotter.hasLegend() returns true.
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
getOptionsComponent(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the component of index index for interaction if plotter provides one.
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getOptionsComponent(int) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
getOptionsComponent(int) - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
getOrCreate(String, String, String) - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getOrCreateBlob(RepositoryLocation) - Method in class com.rapidminer.repository.RepositoryManager
Gets the referenced blob entry.
getOrCreateChild(Object) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getOrCreateLeaf(Object, List<AggregationFunction>) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getOrCreateSubGroup(String, OperatorDocBundle) - Method in class com.rapidminer.tools.GroupTree
Returns or creates the subgroup with the given name, creating it if not present.
getOrder() - Method in class com.rapidminer.gui.look.fc.FileList
 
getOrientation() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getOrientation() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getOriginalAttributeName() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
getOriginalClassLoader() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the class loader of this plugin.
getOriginalDataTable() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getOriginalValue() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
getOutlier() - Method in class com.rapidminer.example.AbstractAttributes
 
getOutlier() - Method in interface com.rapidminer.example.Attributes
Returns the outlier attribute or null if no label attribute is defined.
getOutlierFactor() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the Outlier factor of an object.
getOutliers() - Method in class com.rapidminer.gui.plotter.Quartile
 
getOutlierStatus() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Provides the BOOLEAN Outlier status of an Object (-> the status has to be set through a test, so the user should see that the status is only set by methods providing a consistent view on the outlier test, else this has only the meaning of the accidentally stored status (default should be ZERO ;-).
getOutlierValues() - Method in class com.rapidminer.operator.preprocessing.outlier.AbstractOutlierDetection
 
getOutlierValues() - Method in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
 
getOutlierValues() - Method in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
 
getOutlierValues() - Method in class com.rapidminer.operator.preprocessing.outlier.EcodbOperator
 
getOutlierValues() - Method in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
 
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.AverageGenerator
 
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.BinaryNumericalGenerator
 
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.ConstantGenerator
 
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.FeatureGenerator
Returns the generated attributes types.
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.MinMaxGenerator
 
getOutputAttributes(ExampleTable) - Method in class com.rapidminer.generator.SingularNumericalGenerator
 
getOutputClasses(Class<?>[], Operator) - Method in class com.rapidminer.operator.DefaultIODescription
 
getOutputClasses(Class<?>[], Operator) - Method in interface com.rapidminer.operator.IODescription
Returns the output classes dependent on the outputBehaviour PASS_UNUSED_INPUT_TO_OUTPUT:output classes are the classes used in the constructor plus those classes in input[] that were not consumed.
getOutputClasses() - Method in class com.rapidminer.operator.Operator
Deprecated. create output ports
getOutputData() - Method in class com.rapidminer.operator.ports.PortPairExtender
Deprecated. use PortPairExtender.getOutputData(Class)
getOutputData(Class<T>) - Method in class com.rapidminer.operator.ports.PortPairExtender
 
getOutputNodeInputIndices() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getOutputNodes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
getOutputNodes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
getOutputPort() - Method in class com.rapidminer.operator.ports.metadata.PassThroughRule
 
getOutputPort() - Method in class com.rapidminer.operator.ports.PortPairExtender.PortPair
 
getOutputPorts() - Method in class com.rapidminer.operator.Operator
This method returns the OutputPorts object that gives access to all defined OutputPorts of this operator.
getOutputRepositoryLocations() - Method in class com.rapidminer.ProcessContext
 
getOverviewPanel() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
getOwner() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getOwner() - Method in class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
getOwner() - Method in interface com.rapidminer.operator.ports.Ports
Returns the operator and process to which these ports are attached.
getOwner() - Method in interface com.rapidminer.operator.ProcessSetupError
Returns the owner of the port that should be displayed by the GUI to fix the error.
getOwner() - Method in class com.rapidminer.operator.SimpleProcessSetupError
 
getOwner() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getOwner() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getOwner() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getOwner() - Method in class com.rapidminer.repository.db.DBRepository
 
getOwner() - Method in interface com.rapidminer.repository.Entry
Returns the user name of the owner.
getOwner() - Method in class com.rapidminer.repository.local.SimpleEntry
 
getOwner() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getOwner() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getPackageId() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getPageFormat() - Static method in class com.rapidminer.gui.tools.PrintingTools
 
getPaint(double) - Method in class com.rapidminer.gui.plotter.charts.BlockChartPlotter.BlockPaintScale
 
getPainter() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the object responsible for painting this text area.
getPanePopup() - Method in class com.rapidminer.gui.look.fc.FileList
 
getParameter(String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
getParameter(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameter() - Method in class com.rapidminer.gui.templates.OperatorParameterPair
 
getParameter(String) - Method in class com.rapidminer.operator.Operator
Returns a single parameter retrieved from the Parameters of this Operator.
getParameter(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single parameter retrieved from the Parameters of this Operator.
getParameter(String) - Method in class com.rapidminer.parameter.Parameters
Returns the value of the given parameter.
getParameter(String) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
getParameter(String) - Method in interface com.rapidminer.tools.config.Configurable
Gets the parameter value for the given key
getParameterAsBoolean(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsBoolean(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to boolean.
getParameterAsBoolean(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to boolean.
getParameterAsChar(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsChar(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to char.
getParameterAsChar(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to char.
getParameterAsColor(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsColor(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to Color.
getParameterAsColor(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to Color.
getParameterAsDouble(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsDouble(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to double.
getParameterAsDouble(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to double.
getParameterAsFile(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsFile(String, boolean) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsFile(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to File.
getParameterAsFile(String, boolean) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to File.
getParameterAsFile(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to File.
getParameterAsFile(String, boolean) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to File.
getParameterAsInputStream(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsInputStream(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and tries to handle it as URL.
getParameterAsInputStream(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and tries to handle it as URL.
getParameterAsInt(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsInt(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to int.
getParameterAsInt(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to int.
getParameterAsMatrix(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsMatrix(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to a double matrix.
getParameterAsMatrix(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to a double matrix.
getParameterAsRepositoryLocation(String) - Method in class com.rapidminer.operator.Operator
This method returns the parameter identified by key as a RepositoryLocation.
getParameterAsSpecified(String) - Method in class com.rapidminer.parameter.Parameters
Returns the value of the parameter as specified by the process definition file (without substituting default values etc.)
getParameterAsString(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterAsString(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to String.
getParameterAsString(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to String.
getParameterEnumeration(List<String>) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
getParameterHandler() - Method in interface com.rapidminer.gui.wizards.PreviewListener
 
getParameterHandler() - Method in class com.rapidminer.operator.Operator
 
getParameterHandler() - Method in class com.rapidminer.operator.performance.ParameterizedMeasuredPerformanceCriterion
This method returns the ParameterHandler that returns the values for the defined ParameterTypes.
getParameterKey() - Method in class com.rapidminer.operator.meta.ParameterValue
 
getParameterKeys() - Static method in class com.rapidminer.tools.ParameterService
This method returns all keys of all parameters, implicit as well as defined ones.
getParameterList(List<String[]>) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
getParameterList() - Method in class com.rapidminer.gui.properties.ListTableModel
 
getParameterList(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterList(String) - Method in class com.rapidminer.operator.Operator
Returns a single named parameter and casts it to List.
getParameterList(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a single named parameter and casts it to List.
getParameterMatrix() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
getParameterName() - Method in class com.rapidminer.operator.InputDescription
Returns the name of the user parameter.
getParameterName() - Method in class com.rapidminer.operator.UnknownParameterInformation
 
getParameterName() - Method in class com.rapidminer.parameter.ParameterTypeValue.OperatorValueSelection
 
getParameterName(int) - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
getParameterName(int) - Method in interface com.rapidminer.tools.math.distribution.Distribution
This method should return the name of the i-th parameter
getParameterName(int) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getParameterName(int) - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getParameterName(int) - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getParameterName(int) - Method in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
getParameterName(int) - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getParameterOrNull(String) - Method in class com.rapidminer.parameter.Parameters
As Parameters.getParameter(String), but returns null rather than throwing an exception.
getParameters() - Method in class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction
Returns an empty parameters object.
getParameters() - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
getParameters() - Method in class com.rapidminer.gui.renderer.AbstractRenderer
Returns null.
getParameters(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
Returns null.
getParameters(InputPort) - Method in interface com.rapidminer.gui.renderer.Renderer
 
getParameters() - Method in class com.rapidminer.gui.templates.Template
 
getParameters() - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizardCreator
 
getParameters() - Method in interface com.rapidminer.gui.wizards.ConfigurationListener
 
getParameters() - Method in interface com.rapidminer.gui.wizards.ConfigurationWizardCreator
 
getParameters() - Method in interface com.rapidminer.gui.wizards.PreviewListener
 
getParameters() - Method in class com.rapidminer.operator.Operator
Returns a collection of all parameters of this operator.
getParameters() - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a collection of all parameters of this parameter handler.
getParameters() - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
getParameters() - Method in interface com.rapidminer.tools.config.Configurable
The parameter values representing this Configurable.
getParameters(Operator) - Static method in class com.rapidminer.tools.math.kernels.Kernel
 
getParameterSet() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
This method returns an immutable set of the keys stored here.
getParameterSettings() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
getParametersToOptimize() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
getParameterTupel(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterTupel(String) - Method in class com.rapidminer.operator.Operator
Returns a Pair of Strings, the Strings are in the order of type definition of the subtypes.
getParameterTupel(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a Pair of Strings, the Strings are in the order of type definition of the subtypes.
getParameterType(int) - Method in class com.rapidminer.gui.properties.BasicPropertyTable
 
getParameterType(int) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
getParameterType(int) - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
getParameterType(int) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
getParameterType() - Method in class com.rapidminer.gui.properties.PropertyDialog
 
getParameterType(int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getParameterType(int) - Method in class com.rapidminer.gui.properties.WizardPropertyTable
 
getParameterType(String) - Method in class com.rapidminer.operator.Operator
Returns the parameter type with the given name.
getParameterType(String) - Method in class com.rapidminer.parameter.Parameters
Returns the type of the parameter with the given type.
getParameterType() - Method in class com.rapidminer.parameter.value.ParameterValues
 
getParameterType(String) - Static method in class com.rapidminer.tools.ParameterService
This method returns the type of the defined parameter identified by key or null if this key is unknown.
getParameterTypes() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getParameterTypes(InputPort) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the list of parameter types supported by this plotter for setting from outside.
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
getParameterTypes() - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.data.ExampleSetMetaDataRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.performance.PerformanceVectorRenderer
 
getParameterTypes(InputPort) - Method in class com.rapidminer.gui.renderer.weights.AttributeWeightsTableRenderer
 
getParameterTypes() - Method in class com.rapidminer.operator.associations.AssociationRulesApplier
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.DBScan
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.FastKMeans
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.KernelKMeans
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.KMeans
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.KMedoids
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.RandomClustering
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.clusterer.XMeans
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
getParameterTypes() - Method in class com.rapidminer.operator.clustering.FlattenClusterModel
 
getParameterTypes() - Method in class com.rapidminer.operator.collections.CollectionIterationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.collections.CollectionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.collections.SelectionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.CommandLineOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.DataMacroDefinitionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.AGA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.AttributeConstruction
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.DirectedGGA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.FeatureGenerationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.FourierGGA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.LinearCombinationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.ProductGenerationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.YAGGA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
getParameterTypes() - Method in class com.rapidminer.operator.features.FeatureOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.ForwardSelectionOperator
Deprecated.  
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.RandomSelection
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.RemoveUselessFeatures
 
getParameterTypes() - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducer
Deprecated.  
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.FastICA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.GHA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.KernelPCA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.PCA
 
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
 
getParameterTypes() - Method in class com.rapidminer.operator.features.transformation.SVDReduction
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.ChiSquaredWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.ComponentWeights
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.CorpusBasedFeatureWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.CorrelationWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.ForestBasedWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.PCAWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.PSOWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.ReliefWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.StandardDeviationWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.SVMWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.features.weighting.SymmetricalUncertaintyOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.FileEchoOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.ChurnReductionExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.ExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.MassiveDataGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.MultipleLabelGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.NominalExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.SalesExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.TeamProfitExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.TransfersExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.UpSellingExampleSetGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AbstractReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AbstractWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AccessDataReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AccessDataWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ArffExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ArffExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AttributeConstructionsLoader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AttributeConstructionsWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AttributeWeightsLoader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.AttributeWeightsWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.BytewiseExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.C45ExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ClusterModelReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ClusterModelWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.CSVDataReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.CSVExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.CSVExampleSource
Deprecated.  
getParameterTypes() - Method in class com.rapidminer.operator.io.DasyLabDataReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.DatabaseExampleSetUpdater
 
getParameterTypes() - Method in class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ExcelExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ExcelExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.GNUPlotOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.io.IOContainerWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.IOObjectReader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.IOObjectWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.KDBExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ModelLoader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ModelWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ParameterSetLoader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ParameterSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.PerformanceLoader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.PerformanceWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.RepositorySource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.RepositoryStorer
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ResultSetExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ResultWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
getParameterTypes() - Method in class com.rapidminer.operator.io.SparseFormatExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.SPSSExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.StataExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ThresholdLoader
 
getParameterTypes() - Method in class com.rapidminer.operator.io.ThresholdWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.URLExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.io.XrffExampleSetWriter
 
getParameterTypes() - Method in class com.rapidminer.operator.io.XrffExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.IOConsumeOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.IOMultiplyOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.IORetrievalOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.IOSelectOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.IOStorageOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSetsToData
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.bayes.NaiveBayes
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.bayes.RegularizedDiscriminantAnalysis
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.GPLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperHyper
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.linear.GreedyLinearRegressionMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.linear.IterativeTTestLinearRegressionMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
getParameterTypes() - Method in interface com.rapidminer.operator.learner.functions.linear.LinearRegressionMethod
This method must return a List of needed Parameters.
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.linear.M5PLinearRegressionMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.linear.PlainLinearRegressionMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.linear.TTestLinearRegressionMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.Perceptron
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.lazy.KNNLearner
 
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.DistanceNeighborhood
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood
 
getParameterTypes(ParameterHandler) - Method in interface com.rapidminer.operator.learner.local.Neighborhood
 
getParameterTypes(ParameterHandler) - Static method in class com.rapidminer.operator.learner.local.Neighborhoods
 
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.RelativeNeighborhood
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.AdaBoost
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.AdditiveRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.Bagging
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.BayBoostStream
Adds the parameters "rescale label priors" and "weighted batch size".
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.MetaCost
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.RelativeRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.Stacking
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.meta.TransformedRegression
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
Adds the parameters "number of iterations" and "model file".
getParameterTypes() - Method in class com.rapidminer.operator.learner.rules.RuleLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.rules.SimpleRuleLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.CHAIDLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
Adds the parameter &utility function".
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.RandomForestLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.RandomTreeLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.MacroConstructionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.MacroDefinitionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.macros.UnsetMacroOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.AbsoluteSplitChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.BatchProcessing
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ExampleIterator
Provides the iteration macro name.
getParameterTypes() - Method in class com.rapidminer.operator.meta.ExampleSetIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ExceptionHandling
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.FeatureIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.FileIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.IteratingOperatorChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.LearningCurveOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.OperatorEnabler
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.OperatorSelector
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ParameterCloner
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ParameterSetter
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.PartialExampleSetLearner
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.RandomOptimizationChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.RatioSplitChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.RepositoryIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ValueIteration
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.XVPrediction
 
getParameterTypes() - Method in class com.rapidminer.operator.meta.ZippedFileIterator
 
getParameterTypes() - Method in class com.rapidminer.operator.ModelApplier
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.CSVExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.ExcelExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.ExcelFormatExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.file.LoadFileOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.file.WriteFileOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.SASExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
getParameterTypes() - Method in class com.rapidminer.operator.Operator
Returns a list of ParameterTypes describing the parameters of this operator.
getParameterTypes() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.AttributeCounter
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.cost.CostEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.cost.RankingEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.Data2Performance
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.MinMaxWrapper
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.ParameterizedMeasuredPerformanceCriterion
This method returns all parameters of this performance criterion.
getParameterTypes() - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.SupportVectorCounter
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.performance.WeightedPerformanceCreator
 
getParameterTypes() - Method in class com.rapidminer.operator.postprocessing.GeneratePredictionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.postprocessing.GeneratePredictionRankingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.postprocessing.RecallChooser
 
getParameterTypes() - Method in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
getParameterTypes() - Method in class com.rapidminer.operator.postprocessing.ThresholdCreator
 
getParameterTypes() - Method in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.Deobfuscator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AbstractFilteredDataProcessing
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
Just returns an empty list.
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
This method is used to get parameters needed by this AttributeFilter
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.DateAttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SingleAttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SubsetAttributeFilter
 
getParameterTypes(ParameterHandler, InputPort, int...) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.FeatureBlockTypeFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.FeatureFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.FeatureValueTypeFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NonDominatedSorting
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.PermutationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.RemoveDuplicates
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.SetData
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.Sorting
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.GroupByOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.GuessValueTypes
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.IdTagging
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
Returns a list with all parameter types of this model.
getParameterTypes(ParameterHandler) - Method in interface com.rapidminer.operator.preprocessing.normalization.NormalizationMethod
If this method needs additional parameter types, they can be returned here.
getParameterTypes(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.Obfuscator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.outlier.EcodbOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.AbsoluteSampling
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.AbsoluteStratifiedSampling
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractStratifiedSampling
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.RatioStratifiedSampling
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
getParameterTypes() - Method in class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.ProcessRootOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.repository.RepositoryEntryDeleteOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.repository.RepositoryEntryRenameOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.ScriptingOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.similarity.CrossDistancesOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.similarity.ExampleSet2Similarity
 
getParameterTypes() - Method in class com.rapidminer.operator.similarity.ExampleSet2SimilarityExampleSet
 
getParameterTypes() - Method in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
getParameterTypes() - Method in class com.rapidminer.operator.SingleMacroDefinitionOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.SQLExecution
 
getParameterTypes() - Method in class com.rapidminer.operator.tools.AttributeSubsetSelector
This method creates the parameter types needed to filter attributes from example sets.
getParameterTypes() - Method in class com.rapidminer.operator.tools.ConsolePrintOperator
 
getParameterTypes(ParameterHandler) - Static method in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
getParameterTypes() - Method in class com.rapidminer.operator.tools.DelayOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.tools.SendMailOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.BatchXValidation
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.BootstrappingValidation
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionEvaluator
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.ValidationChain
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.WrapperXValidation
 
getParameterTypes() - Method in class com.rapidminer.operator.validation.XValidation
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.ClearProcessLog
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.Data2Log
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrixOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.dependencies.MutualInformationMatrixOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.dependencies.RainflowMatrixOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionMatrixOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.Macro2Log
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.ProcessLog2ExampleSet
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.ProcessLogOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
 
getParameterTypes() - Method in class com.rapidminer.operator.visualization.ROCChartGenerator
 
getParameterTypes() - Method in interface com.rapidminer.parameter.ParameterHandler
Returns a list of all defined parameter types for this handler.
getParameterTypes() - Method in class com.rapidminer.parameter.Parameters
Returns a list of ParameterTypes describing the parameters of this operator.
getParameterTypes() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getParameterTypes() - Method in class com.rapidminer.tools.config.Configurator
Parameter types used to configure this Configurator.
getParameterTypes(ParameterHandler) - Static method in class com.rapidminer.tools.DateParser
 
getParameterTypes(ParameterHandler) - Static method in class com.rapidminer.tools.io.Encoding
 
getParameterTypes(Operator) - Static method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
getParameterTypes(Operator) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
This method adds a parameter to chose a distance measure as parameter
getParameterTypes(ParameterHandler) - Static method in class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
getParameterTypes(ParameterHandler) - Static method in class com.rapidminer.tools.StrictDecimalFormat
 
getParameterTypes(ParameterHandler, boolean) - Static method in class com.rapidminer.tools.StrictDecimalFormat
 
getParameterTypesForNumericals(ParameterHandler) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
This method provides the parameters to chose only from numerical measures.
getParameterValue(String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
This method will return the parameter value of the given generalized key.
getParameterValue() - Method in class com.rapidminer.operator.meta.ParameterValue
 
getParameterValue() - Method in class com.rapidminer.operator.UnknownParameterInformation
 
getParameterValue(int) - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
getParameterValue(int) - Method in interface com.rapidminer.tools.math.distribution.Distribution
This method should return the value of the i-th parameter
getParameterValue(int) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getParameterValue(int) - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getParameterValue(int) - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getParameterValue(int) - Method in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
getParameterValue(int) - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getParameterValue(String) - Static method in class com.rapidminer.tools.ParameterService
This method returns the value of the given parameter or null if this parameter is unknown.
getParameterValueMode() - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
getParameterValueMode() - Method in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
getParameterValueMode() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Has to return one of the predefined modes which indicate whether the operator takes discrete values or intervals as basis for optimization.
getParameterValueMode() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
getParameterValues() - Method in class com.rapidminer.operator.meta.ParameterSet
 
getParent() - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getParent(Operator) - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
getParent(T) - Method in interface com.rapidminer.gui.tools.ParentButtonModel
 
getParent() - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
getParent() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
getParent() - Method in class com.rapidminer.operator.Operator
Returns the operator containing the enclosing process or null if this is the root operator.
getParent(Class) - Method in class com.rapidminer.tools.ClassColorMap
 
getParent() - Method in class com.rapidminer.tools.GroupTree
Returns the parent of this group.
getParent() - Method in class com.rapidminer.tools.GroupTreeNode
Returns the parent of this group.
getParent() - Method in class com.rapidminer.tools.GroupTreeRoot
Returns the parent of this group.
getParent(int) - Method in class com.rapidminer.tools.Ontology
 
getParent(K) - Method in class com.rapidminer.tools.ParentResolvingMap
 
getParent(String) - Method in class com.rapidminer.tools.StringColorMap
 
getParentList() - Method in class com.rapidminer.gui.look.RapidLookListCellRenderer
 
getParentPane() - Method in class com.rapidminer.gui.look.fc.Item
 
getParentTable() - Method in class com.rapidminer.datatable.DataTableView
 
getParser() - Method in class com.rapidminer.tools.math.function.ExpressionParser
 
getPartitionId() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
getPartitionWeights(SplittedExampleSet) - Method in class com.rapidminer.operator.learner.tree.FrequencyCalculator
Returns an array of the size of the partitions.
getPassword() - Method in class com.rapidminer.gui.security.UserCredential
 
getPassword() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
getPassword() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getPasswordAuthentication(String, boolean) - Static method in class com.rapidminer.gui.tools.PasswordDialog
 
getPasswordAuthentication(String, boolean, boolean) - Static method in class com.rapidminer.gui.tools.PasswordDialog
 
getPasswordAuthentication() - Method in class com.rapidminer.tools.GlobalAuthenticator
 
getPatchLevel() - Method in class com.rapidminer.gui.tools.VersionNumber
 
getPath() - Method in class com.rapidminer.gui.look.fc.Bookmark
 
getPath() - Method in class com.rapidminer.repository.RepositoryLocation
Returns the path within the repository.
getPath() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getPathTo(Operator) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
Creates TreePath leading to the specified operator.
getPcl() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getPeaks(Peak[]) - Method in class com.rapidminer.tools.math.BinaryPeakFinder
 
getPeaks(Peak[]) - Method in interface com.rapidminer.tools.math.PeakFinder
Returns the "actual" peaks from the given peak series (spectrum).
getPeaks(Peak[]) - Method in class com.rapidminer.tools.math.SimplePeakFinder
Returns a list with peaks.
getPerformance() - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
getPerformance() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
getPerformance() - Method in class com.rapidminer.operator.features.Individual
 
getPerformance() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionOptimization
 
getPerformance() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Applies the inner operator and employs the PerformanceEvaluator for calculating a list of performance criteria which is returned.
getPerformance(boolean) - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
getPerformance(IOContainer, Collection<Operator>) - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
Deprecated. 
getPerformance() - Method in class com.rapidminer.operator.meta.ParameterSet
Returns the performance of this parameter set.
getPerformanceInnerSink() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
getPerformanceVector(List<AverageVector>) - Static method in class com.rapidminer.operator.validation.Tools
Deprecated. This method is no longer needed.
getPerspective(String) - Method in class com.rapidminer.gui.ApplicationPerspectives
 
getPerspectives() - Method in class com.rapidminer.gui.MainFrame
 
getPlotAxis(JFreeChart, boolean) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the ValueAxis for the plot or null if the plot doesn't have one.
getPlotBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getPlotBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getPlotBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getPlotBackgroundColor() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns the ColorScheme.ColorRGB of the plot background.
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
getPlotColumn(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if the given dimension should be plotted.
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getPlotColumn(int) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getPlotConfigChangeEvents() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getPlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
getPlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the PlotConfiguration object used to setup the plotter for this specific chart type.
getPlotConfigurationMap(IOObject, DataTable) - Static method in class com.rapidminer.gui.new_plotter.integration.PlotConfigurationHistory
 
getPlotData() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
getPlotEngine() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the JFreeChartPlotEngine instance.
getPlotInstance() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
getPlotInstance() - Method in interface com.rapidminer.gui.new_plotter.engine.PlotEngine
 
getPlotInstance(AbstractConfigurationPanel.DatasetTransformationType) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
getPlotInstance() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the PlotInstance object for this template.
getPlotName() - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
getPlotName() - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot3D
 
getPlotName() - Method in class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
getPlotName() - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
getPlotName() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the name of the plotting axe.
getPlotName() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getPlotName() - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getPlotName() - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getPlotPanel() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
getPlotSelection() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns the currently selected plots.
getPlotSelection() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
Returns the currently selected plots.
getPlotSelection() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Returns the currently selected plots.
getPlotter() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
getPlotter() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getPlotter() - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getPlotter() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getPlotter() - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getPlotter() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getPlotter() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
Returns this.
getPlotter() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the plotter component.
getPlotter() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns this.
getPlotter() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
getPlotter() - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.GridVizPlotter
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
getPlotterCondition() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the condition for data tables.
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns a BasicPlotterCondition allowing for all DataTables.
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getPlotterCondition() - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.BlockChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.PieChart2DPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.PieChart3DPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.RingChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.ScatterPlotter2
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot3D
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
getPlotterName() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the name of this plotter.
getPlotterName() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getPlotterName() - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
getPlotterPanel() - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
getPlotterPanel() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getPlotterSelection() - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
getPlotterSelection() - Method in class com.rapidminer.gui.renderer.data.ExampleSetPlotRenderer
 
getPlotterSelection() - Method in class com.rapidminer.gui.renderer.weights.AttributeWeightsPlotRenderer
 
getPlotterSettings() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getPlotterSettings() - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
getPlotterSettings() - Method in class com.rapidminer.gui.plotter.PlotterPanel
This method returns the plotter settings, controlling which plotter is displayed and how.
getPlotterSettingsFromHistory(IOObject, DataTable, LinkedHashMap<String, Class<? extends Plotter>>) - Static method in class com.rapidminer.gui.plotter.settings.PlotterSettingsHistory
 
getPlotterTemplate() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplateWrapper
Returns the currently wrapped PlotterTemplate.
getPluginBuildingBlocks() - Static method in class com.rapidminer.tools.BuildingBlockService
Returns all building blocks defined by plugins.
getPluginByExtensionId(String) - Static method in class com.rapidminer.tools.plugin.Plugin
Returns the plugin with the given extension id.
getPluginDependencies() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the plugin dependencies of this plugin.
getPluginErrorDescriptions() - Method in class com.rapidminer.tools.plugin.Plugin
 
getPluginExtensionId() - Method in class com.rapidminer.tools.plugin.Dependency
 
getPluginGroupDescriptions() - Method in class com.rapidminer.tools.plugin.Plugin
 
getPluginGUIDescriptions() - Method in class com.rapidminer.tools.plugin.Plugin
 
getPluginInitClassName() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the class name of the plugin init class
getPluginLocation() - Static method in class com.rapidminer.tools.plugin.Plugin
Returns the directory where plugin files are expected.
getPluginParseRules() - Method in class com.rapidminer.tools.plugin.Plugin
 
getPluginResourceObjects() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the resource identifier of the IO Object descriptions.
getPluginResourceOperators() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the resource identifier of the xml file specifying the operators
getPluginUserErrorDescriptions() - Method in class com.rapidminer.tools.plugin.Plugin
 
getPluginVersion() - Method in class com.rapidminer.tools.plugin.Dependency
 
getPnRatios(int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
The factor to be applied (pn-ratio) for each label if the model yields the specific prediction.
getPoint(int) - Method in class com.rapidminer.tools.math.ROCData
 
getPointBorderColor(DataTable, DataTableRow, int) - Method in class com.rapidminer.gui.plotter.ColorProvider
 
getPointColor(double) - Method in class com.rapidminer.gui.plotter.ColorProvider
Returns a color for the given value.
getPointColor(double, int) - Method in class com.rapidminer.gui.plotter.ColorProvider
Returns a color for the given value.
getPointColor(double) - Method in class com.rapidminer.gui.plotter.som.SOMClassColorizer
 
getPointColor(double) - Method in class com.rapidminer.gui.plotter.som.SOMFireColorizer
 
getPointColor(double) - Method in class com.rapidminer.gui.plotter.som.SOMGreyColorizer
 
getPointColor(double) - Method in class com.rapidminer.gui.plotter.som.SOMLandscapeColorizer
 
getPointColor(double) - Method in interface com.rapidminer.gui.plotter.som.SOMMatrixColorizer
 
getPointColor(double) - Static method in class com.rapidminer.gui.tools.SwingTools
Returns a color equivalent to the value of value.
getPointColor(double, double, double) - Static method in class com.rapidminer.gui.tools.SwingTools
Returns a color equivalent to the value of value.
getPointColorValue(DataTable, DataTableRow, int, double, double) - Method in class com.rapidminer.gui.plotter.ColorProvider
Helper methods which can be used to deliver a value for the point color.
getPointStyle(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getPolynomialExpansionSize(int, int) - Static method in class com.rapidminer.tools.math.VectorMath
This method returns the number of dimensions, a vector will have after a polynomial expansion.
getPopulation() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
getPopulation() - Method in class com.rapidminer.operator.features.FeatureOperator
 
getPopulation() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
getPopulationEvaluator(ExampleSet) - Method in class com.rapidminer.operator.features.FeatureOperator
 
getPopup(Component, Component, int, int) - Method in class com.rapidminer.gui.look.RoundedPopupFactory
 
getPopupBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getPopupMenu() - Method in class com.rapidminer.gui.look.fc.Item
 
getPopupMenu() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the popup menu.
getPopupMenu() - Method in class com.rapidminer.gui.tools.components.DropDownButton
 
getPopupMenu() - Method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
getPopupMenu() - Method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
getPopupMenuBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getPort() - Method in interface com.rapidminer.operator.ports.metadata.MetaDataError
Returns the port where the error occurred.
getPort() - Method in class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
getPort() - Method in class com.rapidminer.operator.ports.metadata.SimpleMetaDataError
 
getPort() - Method in interface com.rapidminer.parameter.PortProvider
Returns the desired Port.
getPort() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getPortByIndex(int) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getPortByIndex(int) - Method in interface com.rapidminer.operator.ports.Ports
Should only be used by GUI.
getPortByName(String) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getPortByName(String) - Method in interface com.rapidminer.operator.ports.Ports
Should be used in apply method to retrieve desired ports.
getPortHandler() - Method in interface com.rapidminer.operator.ports.PortOwner
Returns the operator that should be displayed by the GUI if ports are edited.
getPortName() - Method in class com.rapidminer.operator.ports.ProcessingStep
This return the name of the output port, which was used to return the respective IOObject.
getPortNames() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
getPortNames() - Method in interface com.rapidminer.operator.ports.Ports
Returns all input port names registered with these ports.
getPortOwner() - Method in class com.rapidminer.operator.Operator
This returns the PortOwner of this operator.
getPortPreconditions(int) - Method in class com.rapidminer.operator.libraries.LibraryOperatorDescription
This returns the collection of all Preconditions that exist for the i-th port.
getPorts() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getPorts() - Method in interface com.rapidminer.operator.ports.Port
Returns the set of ports to which this port belongs.
getPorts() - Method in class com.rapidminer.operator.ports.SinglePortExtender
 
getPosIndex(Attribute) - Static method in class com.rapidminer.operator.learner.meta.SDRulesetInduction
 
getPosition() - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
getPosition(float, float, Dimension) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer.InsidePositioner
 
getPosition(float, float, Dimension) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer.OutsidePositioner
 
getPosition() - Method in enum com.rapidminer.gui.new_plotter.configuration.LegendConfiguration.LegendPosition
Caution may be null!
getPositioner() - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
getPositionInDataSpace(Point) - Method in class com.rapidminer.gui.plotter.DensityPlotter
Returns the position in data space from a position in screen space should return the proper position.
getPositionInDataSpace(Point) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the given position in data space.
getPositionInDataSpace(Point) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns null.
getPositionInDataSpace(Point) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getPositionOfAttributeInRule(Attribute) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getPositiveClassName() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getPositiveIndex() - Method in class com.rapidminer.example.table.BinominalMapping
Returns the index of the second value if this attribute is a classification attribute.
getPositiveIndex() - Method in interface com.rapidminer.example.table.NominalMapping
Returns the index of a positive class (if available).
getPositiveIndex() - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the index of the second value if this attribute is a classification attribute.
getPositivePaint() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYDifferenceRenderer
 
getPositiveRules() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
getPositiveString() - Method in class com.rapidminer.example.table.BinominalMapping
 
getPositiveString() - Method in interface com.rapidminer.example.table.NominalMapping
Returns the nominal value of a positive class (if available).
getPositiveString() - Method in class com.rapidminer.example.table.PolynominalMapping
 
getPositiveWeight() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns the covered positive weight of this hypothesis.
getPositiveWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
getPositiveWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns the list with post eval pop ops.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Must return a list of PopulationOperators.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.FeatureOperator
Must return a list of PopulationOperators.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns the list with post eval pop ops.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
Returns an empty list if the parameter debug_output is set to false.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
empty list
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
Returns an empty list.
getPostEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
getPostProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns an empty list.
getPostProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns an empty list.
getPostProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
getPrecision(int, int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getPrecision() - Method in class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
getPreconditionDescription() - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
getPreconditionDescription() - Method in interface com.rapidminer.operator.ports.InputPort
Returns a human readable representation of the preconditions.
getPredefinedBuildingBlocks() - Static method in class com.rapidminer.tools.BuildingBlockService
Returns all predefined building blocks.
getPredictedLabel() - Method in class com.rapidminer.example.AbstractAttributes
 
getPredictedLabel() - Method in interface com.rapidminer.example.Attributes
Returns the predicted label attribute or null if no label attribute is defined.
getPredictedLabel() - Method in class com.rapidminer.example.Example
 
getPrediction() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Returns the label index the hypothesis predicts.
getPrediction() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns the index of prediction of this rule
getPrediction(Example) - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
getPrediction() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getPrediction() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
getPredictionAttributeMetaData() - Method in class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
getPredictionAttributeSetRelation() - Method in class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
getPredictionIndex() - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns the most probable label index for this model.
getPredictionWeight() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns the list with pre eval pop ops.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Must return a list of PopulationOperators.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.FeatureOperator
Must return a list of PopulationOperators.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns the list with pre eval pop ops.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
Does nothing.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
The operators performs two steps: forward selection/backward elimination kick out all but the keep_best individuals remove redundant individuals
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
The operators add the feature with the next highest weight.
getPreEvaluationPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
getPreferredCalendar() - Static method in class com.rapidminer.tools.Tools
 
getPreferredLineHeight() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getPreferredLineWidth() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getPreferredSize() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getPreferredSize() - Method in class com.rapidminer.gui.look.GenericArrowButton
 
getPreferredSize() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.PopupMenuSeparatorUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
getPreferredSize() - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
getPreferredSize() - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
getPreferredSize(JComponent) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
getPreferredSize() - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
getPreferredSize() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getPreferredSize() - Method in class com.rapidminer.gui.plotter.PlotterLegend
 
getPreferredSize() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
getPreferredSize() - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
getPreferredSize() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
getPreferredSize() - Method in class com.rapidminer.gui.tools.ExtendedJList
 
getPreferredSize() - Method in class com.rapidminer.gui.tools.ImagePanel
 
getPreferredSize() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the painter's preferred size.
getPreferredSize() - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
getPreferredSize() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
getPreferredSize() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
getPreferredSize() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
getPreferredTimeZone() - Static method in class com.rapidminer.tools.Tools
 
getPreferredTimeZoneIndex() - Static method in class com.rapidminer.tools.Tools
 
getPrefix() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetUnionRule
 
getPrefix() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the prefix to be used in the operator keys (namespace).
getPrefix(String) - Method in class com.rapidminer.tools.xml.MapBasedNamespaceContext
 
getPrefixes(String) - Method in class com.rapidminer.tools.xml.MapBasedNamespaceContext
 
getPremise() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getPremiseItems() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
getPreprocessingModelClass() - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesOperator
 
getPreprocessingModelOutputPort() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.AGA
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.FourierGGA
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.construction.YAGGA2
 
getPreProcessingPopulationOperators(ExampleSet) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns an empty list.
getPreStartName() - Method in class com.rapidminer.tools.parameter.ParameterScope
This is this a preStartParameter, this will return the name of the environment variable that should be set by this parameter.
getPreviewAsList(ProgressListener, boolean) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getPreviewAsList(ProgressListener, boolean, boolean, int) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getPreviewCreator() - Method in class com.rapidminer.parameter.ParameterTypePreview
Returns a new instance of the wizard creator.
getPreviewLength() - Static method in class com.rapidminer.operator.nio.ImportWizardUtils
 
getPreviewList() - Method in class com.rapidminer.parameter.ParameterTypeRegexp
 
getPreviewListener() - Method in class com.rapidminer.parameter.ParameterTypePreview
 
getPreviousValue() - Method in class com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
 
getPrimaryControl() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getPrimaryControlDarkShadow() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getPrimaryControlHighlight() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getPrimaryControlShadow() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getPrinterJob() - Static method in class com.rapidminer.gui.tools.PrintingTools
 
getPrintSettings() - Static method in class com.rapidminer.gui.tools.PrintingTools
 
getPrior(int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getPrioritizedListenerCount() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getPriors() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
Returns the default probability of the example set the object was constructed with.
getPriors(ExampleSet) - Static method in class com.rapidminer.operator.learner.igss.IGSSResult
Returns the default probability of the given example set.
getPriors() - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Getter for the prior array
getPriors() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getProbabilities() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getProbabilities() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getProbabilitiesFromWeights(Attribute[], AttributeWeightedExampleSet) - Static method in class com.rapidminer.example.Tools
 
getProbabilitiesFromWeights(Attribute[], AttributeWeightedExampleSet, boolean) - Static method in class com.rapidminer.example.Tools
Calculates probabilities for attribute selection purposes based on the given weight.
getProbability(int, int) - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getProbability(int, int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the probability of one of the prediction/label subsets
getProbability() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
Returns NaN since no single probability will be delivered.
getProbability() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getProbability(double) - Method in class com.rapidminer.tools.math.distribution.ContinuousDistribution
 
getProbability(double) - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
getProbability(double) - Method in interface com.rapidminer.tools.math.distribution.Distribution
This method returns the density of the given distribution at the specified value.
getProbability(double) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getProbability(double) - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getProbability(double) - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getProbability(double, double, double) - Static method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getProbability(double) - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getProbability() - Method in class com.rapidminer.tools.math.SignificanceTestResult
Returns the calculated probability value.
getProbabilityForValue(double) - Method in class com.rapidminer.tools.math.FDistribution
This method returns the probability that a value is greater than the given one.
getProbabilityLabel(int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the "prior" probability of one of the labels.
getProbabilityPrediction(int) - Method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Method to query for the "prior" probability of one of the predictions.
getProblemSize() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
Getters
getProblemSize() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Problem
Getters
getProbMatrix() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
getProcess() - Method in class com.rapidminer.gui.actions.Actions
 
getProcess() - Method in class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction
Returns null.
getProcess() - Method in class com.rapidminer.gui.dialog.ResultContainer
 
getProcess() - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
getProcess() - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
getProcess() - Method in class com.rapidminer.gui.MainFrame
 
getProcess() - Method in class com.rapidminer.gui.templates.Template
 
getProcess() - Method in interface com.rapidminer.gui.wizards.ConfigurationListener
 
getProcess() - Method in interface com.rapidminer.gui.wizards.PreviewListener
 
getProcess() - Method in class com.rapidminer.operator.Operator
Returns the process of this operator by asking the parent operator.
getProcess() - Method in class com.rapidminer.operator.ProcessRootOperator
Returns the process of this operator if available.
getProcess() - Method in class com.rapidminer.tools.documentation.ExampleProcess
 
getProcessContextEditor() - Method in class com.rapidminer.gui.MainFrame
 
getProcessFile() - Method in class com.rapidminer.Process
Deprecated. Use Process.getProcessLocation()
getProcessingHistory() - Method in class com.rapidminer.operator.AbstractIOObject
 
getProcessingHistory() - Method in interface com.rapidminer.operator.IOObject
This method must return a list of each step of processing steps this IOObject has been made including it's creating operator.
getProcessLocation() - Method in class com.rapidminer.Process
 
getProcessLogURI(int) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getProcessMenu() - Method in class com.rapidminer.gui.MainFrame
This returns the process menu to change menu entries
getProcessPanel() - Method in class com.rapidminer.gui.MainFrame
 
getProcessRenderer() - Method in class com.rapidminer.gui.flow.ProcessPanel
 
getProcessService() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getProcessState() - Method in class com.rapidminer.gui.MainFrame
 
getProcessState() - Method in class com.rapidminer.Process
 
getProcessXML() - Method in class com.rapidminer.tools.documentation.ExampleProcess
 
getProgressBarBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getProgressBarColors() - Method in class com.rapidminer.gui.look.Colors
 
getProgressListener() - Method in class com.rapidminer.gui.tools.ProgressThread
 
getProperties() - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
getProperties() - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
getProperties() - Method in class com.rapidminer.gui.properties.PropertyPanel
 
getProperties() - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
 
getProperties() - Static method in class com.rapidminer.tools.BugReport
 
getProperties() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
getProperties() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
getProperty(String) - Method in class com.rapidminer.repository.local.SimpleEntry
 
getPropertyInfo(String, Properties) - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
getPropertyPanel() - Method in class com.rapidminer.gui.MainFrame
 
getPropertyPrefix() - Method in class com.rapidminer.gui.look.ui.CheckBoxUI
 
getProportionThreshold() - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getProvider() - Method in class com.rapidminer.operator.OperatorDescription
 
getProviderName() - Method in class com.rapidminer.operator.OperatorDescription
 
getProviderNamespace() - Method in class com.rapidminer.operator.OperatorDescription
This defines the namespace of the provider.
getPruner() - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
Returns the pruner for this tree learner.
getPruner() - Method in class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
getPruner() - Method in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
getPruner() - Method in class com.rapidminer.operator.learner.tree.ID3Learner
 
getPruner() - Method in class com.rapidminer.operator.learner.tree.ID3NumericalLearner
 
getPruner() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
getPruningScore() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
getPs() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getPTR() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Return the matrix PTR with PTR * (L * L') * PTR' = A + E.
getPValue(double, int, LinearRegression, boolean, double, ExampleSet, boolean[], double[], double, FDistribution, double) - Method in class com.rapidminer.operator.learner.functions.linear.TTestLinearRegressionMethod
Returns the PValue of the attributeIndex-th attribute that expresses the probability that the coefficient is only random.
getQName() - Method in class com.rapidminer.tools.GroupTree
Deprecated. 
getQuery() - Method in class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder
 
getQueryParameterTypes(ParameterHandler, boolean) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getQuickFix(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
Can be implemented by subclasses in order to specify quickfixes.
getQuickFix(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
Can be implemented by subclasses in order to specify quickfixes.
getQuickFixes() - Method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
getQuickFixes() - Method in class com.rapidminer.operator.ports.metadata.InputMissingMetaDataError
 
getQuickFixes() - Method in class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
getQuickFixes() - Method in interface com.rapidminer.operator.ProcessSetupError
If possible, return a list of fixes for the error.
getQuickFixes() - Method in class com.rapidminer.operator.SimpleProcessSetupError
 
getQuoteCharacter() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getQuoteCharacter() - Method in class com.rapidminer.tools.LineParser
 
getQuoteEscapeCharacter() - Method in class com.rapidminer.tools.LineParser
 
getQuotesCharacter() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getR() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme.ColorRGB
Returns the R component of this color.
getR() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Returns the value of R.
getRadioButtonColors() - Method in class com.rapidminer.gui.look.Colors
 
getRadioButtonIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getRadioButtonMenuItemIcon() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getRadius() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
getRandom() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
getRandom() - Method in class com.rapidminer.operator.features.FeatureOperator
 
getRandomCompatibleAttributes(ExampleSet, FeatureGenerator, String[], Random) - Static method in class com.rapidminer.example.Tools
 
getRandomGenerator(boolean, int) - Static method in class com.rapidminer.tools.RandomGenerator
Returns the global random number generator if useLocalGenerator is false and a new RandomGenerator with the given seed if the seed is positive or zero.
getRandomGenerator(Process, int) - Static method in class com.rapidminer.tools.RandomGenerator
Returns the global random number generator if the seed is negative and a new RandomGenerator with the given seed if the seed is positive or zero.
getRandomGenerator(Operator) - Static method in class com.rapidminer.tools.RandomGenerator
This method returns the appropriate RandomGenerator for the user chosen parameter combination
getRandomGeneratorParameters(Operator) - Static method in class com.rapidminer.tools.RandomGenerator
This method returns a list of parameters usable to conveniently provide parameters for random generator use within operators
getRange() - Method in class com.rapidminer.parameter.ParameterType
Returns a human readable description of the range.
getRange() - Method in class com.rapidminer.parameter.ParameterTypeAttributeFile
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeChar
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeColor
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeFile
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeList
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeParameterValue
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypePassword
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypePreview
Returns null.
getRange() - Method in class com.rapidminer.parameter.ParameterTypeSQLQuery
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeString
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getRange() - Method in class com.rapidminer.parameter.ParameterTypeValue
 
getRange() - Method in class com.rapidminer.tools.config.ParameterTypeConfigurable
 
getRangeAxisConfig() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
getRangeAxisConfig() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getRangeAxisConfigById(int) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getRangeAxisConfigChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getRangeAxisConfigs() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns the list of all RangeAxisConfig.
getRangeAxisCount() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getRangeAxisData(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getRangeAxisIndex(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
getRangeAxisLineColor() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getRangeAxisLineWidth() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getRangeAxisZoom(RangeAxisConfig, PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
Returns null if isZommedIn() returns false or if checking for a at zoom time unknown RangeAxisConfig.
getRangeBounds(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRangeCrosshairs() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
Returns the crosshairs on the range axis with index 0.
getRangeForDimension(DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
getRangeForDimension(int) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
This method returns the range for the axis if was defined by parameters or null if automatic ranging should be used.
getRangeForName(String) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
getRangeLowerBound(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRanges() - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
getRangeString() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
Returns either the value range or the value set, depending on the type of attribute.
getRangeUpperBound(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRapidMinerAttributeType() - Method in enum com.rapidminer.operator.nio.model.DataResultSet.ValueType
 
getRapidMinerHome() - Static method in class com.rapidminer.tools.FileSystemService
 
getRapidMinerHome() - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getRapidMinerProperties() - Static method in class com.rapidminer.RapidMiner
Deprecated. 
getRapidMinerPropertyValue(String) - Static method in class com.rapidminer.RapidMiner
Deprecated. 
getRapidMinerTypeIndex(int) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Returns for the given SQL-type the name of the corresponding RapidMiner-Type from com.rapidminer.tools.Ontology.
getRating() - Method in class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
getRating() - Method in interface com.rapidminer.operator.ports.quickfix.QuickFix
Returns a number between QuickFix.MIN_RATING and QuickFix.MAX_RATING that rates the quick fix with respect to the presumed quality of the obtained solution.
getRatio(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.AbsoluteStratifiedSampling
 
getRatio(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractStratifiedSampling
This method should return the ratio used for stratifiedSampling
getRatio(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.RatioStratifiedSampling
 
getRatio(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
This method should return the ratio used for stratifiedSampling
getRawDistributionParameter(int, int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
This returns the raw numerical parameters of the distribution.
getRawXML() - Method in class com.rapidminer.FileProcessLocation
 
getRawXML() - Method in interface com.rapidminer.ProcessLocation
Reads the contents of the referenced resource and returns the XML without parsing it.
getRawXML() - Method in class com.rapidminer.RepositoryProcessLocation
 
getReadable(int) - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
getReader() - Method in class com.rapidminer.operator.nio.AbstractDataImportWizard
 
getReader(File, Charset) - Static method in class com.rapidminer.tools.Tools
This method checks if the given file is a Zip file containing one entry (in case of file extension .zip).
getReal() - Method in class com.rapidminer.tools.math.Complex
 
getRealMetaData() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
getReason() - Method in exception com.rapidminer.report.ReportException
 
getRecentFiles() - Static method in class com.rapidminer.gui.RapidMinerGUI
 
getRegexp() - Method in class com.rapidminer.gui.properties.RegexpPropertyDialog
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getRegressionLabel(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getRegular(String) - Method in class com.rapidminer.example.AbstractAttributes
 
getRegular(String) - Method in interface com.rapidminer.example.Attributes
Returns the regular attribute for the given name.
getRegularAttributeConstructions(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
getRegularAttributeNames(ExampleSet) - Static method in class com.rapidminer.example.Tools
 
getRegularAttributes() - Method in class com.rapidminer.tools.att.AttributeSet
Returns a list of all regular attributes.
getRejectionReason(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.BasicPlotterCondition
 
getRejectionReason(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.ColumnsPlotterCondition
 
getRejectionReason(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.CombinedPlotterCondition
 
getRejectionReason(DataTable) - Method in interface com.rapidminer.gui.plotter.conditions.PlotterCondition
 
getRejectionReason(DataTable) - Method in class com.rapidminer.gui.plotter.conditions.RowsPlotterCondition
 
getRelation() - Method in class com.rapidminer.operator.learner.tree.GreaterSplitCondition
 
getRelation() - Method in class com.rapidminer.operator.learner.tree.LessEqualsSplitCondition
 
getRelation() - Method in class com.rapidminer.operator.learner.tree.NominalSplitCondition
 
getRelation() - Method in interface com.rapidminer.operator.learner.tree.SplitCondition
 
getRelation() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
getRelativePath(File, File) - Static method in class com.rapidminer.tools.Tools
Returns the relative path of the first file resolved against the second.
getRemarks() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getRemoteRepositories() - Method in class com.rapidminer.repository.RepositoryManager
Gets a list of all registered repositories inheriting from RemoteRepository.
getRenderComponent() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
getRenderComponent() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
getRenderComponent() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the plotter component for rendering purposes like reporting.
getRenderComponent() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns the plotter component for rendering purposes like reporting.
getRenderer(String, String) - Static method in class com.rapidminer.gui.renderer.RendererService
 
getRenderers(String) - Static method in class com.rapidminer.gui.renderer.RendererService
Returns a list of renderers defined for this IOObject name (as returned by RendererService.getName(Class) for the respective object).
getRenderers(IOObject) - Static method in class com.rapidminer.gui.renderer.RendererService
Returns a list of shared (i.e. not thread-safe!)
getRenderHeight(int) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getRenderHeight(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getRenderHeight(int) - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
getRenderHeight(int) - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
getRenderHeight(int) - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
getRenderHeight(int) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
getRenderHeight(int) - Method in class com.rapidminer.gui.viewer.ROCViewer
 
getRenderHeight(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
getRenderHeight(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
getRenderHeight(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
getRenderHeight(int) - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getRenderHeight(int) - Method in interface com.rapidminer.report.Renderable
This method return the pixel height the rendering needs
getRenderWidth(int) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getRenderWidth(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getRenderWidth(int) - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
getRenderWidth(int) - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
getRenderWidth(int) - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
getRenderWidth(int) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
getRenderWidth(int) - Method in class com.rapidminer.gui.viewer.ROCViewer
 
getRenderWidth(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
getRenderWidth(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
getRenderWidth(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
getRenderWidth(int) - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getRenderWidth(int) - Method in interface com.rapidminer.report.Renderable
This method returns the pixel width the rendering needs
getRepeatCount() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns the number of times the next action will be repeated.
getReplacedKeys() - Method in class com.rapidminer.operator.OperatorDescription
Returns keys of deprecated operators replaced by this operator.
getReplacedValue() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getReplacedValue() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getReplacedValue() - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns the value which should be replaced.
getReplacementForDeprecatedClass(String) - Static method in class com.rapidminer.tools.OperatorService
Returns a replacement if the given operator class is deprecated, and null otherwise.
getReplacementMap() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
getReplaces() - Method in class com.rapidminer.operator.DummyOperator
 
getReplenishmentValue(int, ExampleSet, Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
Replaces the values
getReplenishmentValue(int, ExampleSet, Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getReplenishmentValue(int, ExampleSet, Attribute) - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
Returns the value of the replenishment function with the given index.
getReportStream(String) - Method in class com.rapidminer.Process
Returns the reportStream with given name
getRepositories() - Method in class com.rapidminer.repository.RepositoryManager
 
getRepository() - Method in class com.rapidminer.repository.local.SimpleEntry
 
getRepository() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
getRepository() - Method in class com.rapidminer.repository.RepositoryLocation
Returns the repository associated with this location.
getRepository(String) - Method in class com.rapidminer.repository.RepositoryManager
Gets a registered (RepositoryManager.addRepository(Repository) repository by Entry.getName()
getRepository() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getRepository() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
This method returns a name if this entry has been generated by a remote repository and must not be stored in file on program termination.
getRepository() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getRepositoryAccessor() - Method in class com.rapidminer.Process
 
getRepositoryLocation() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.RepositoryLocationSelectionWizardStep
 
getRepositoryLocation() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getRepositoryLocation() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This is the repository location where this library is stored.
getRepositoryLocation() - Method in class com.rapidminer.Process
 
getRepositoryLocation() - Method in class com.rapidminer.repository.gui.RepositoryLocationChooser
 
getRepositoryLocation() - Method in class com.rapidminer.RepositoryProcessLocation
 
getRepositoryName() - Method in class com.rapidminer.repository.RepositoryLocation
Returns the name of the repository associated with this location.
getRepositoryService() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getRepositoryServiceBaseUrl() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getRequiredAttributeNames() - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition.AttributeNameProvider
 
getRequiredMetaData() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
Subclasses my override this method to define more precisely the meta data expected by this operator.
getRequiredNames() - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
getReshowDelay() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the reshow tooltip delay value used inside this chart panel.
getResource() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
getResource(String) - Method in class com.rapidminer.tools.plugin.PluginClassLoader
 
getResource(String) - Method in class com.rapidminer.tools.ResourceSource
 
getResource(ClassLoader, String) - Static method in class com.rapidminer.tools.Tools
 
getResource(ClassLoader, String, String) - Static method in class com.rapidminer.tools.Tools
 
getResource(String) - Static method in class com.rapidminer.tools.Tools
Returns the desired resource.
getResourceConsumptionEstimator() - Method in interface com.rapidminer.operator.annotation.ResourceConsumer
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.bayes.NaiveBayes
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperHyper
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.learner.lazy.KNNLearner
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.Operator
Subclasses can override this method if they are able to estimate the consumed resources (CPU time and memory), based on their input.
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.Deobfuscator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.ExampleSetTranspose
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilter
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Construction2Names
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishmentView
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NonDominatedSorting
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToPolynominal
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.PermutationOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.RemoveDuplicates
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.SetData
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.Sorting
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.GuessValueTypes
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.IdTagging
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetCartesian
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetUnion
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.Obfuscator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.outlier.EcodbOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
getResourceConsumptionEstimator() - Method in class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
getResourceConsumptionEstimator(InputPort, Class, AttributeSubsetSelector) - Static method in class com.rapidminer.tools.OperatorResourceConsumptionHandler
Gets the ResourceConsumptionEstimator for a given class.
getResourceHTTPConnection(String, RemoteRepository.EntryStreamType, boolean) - Method in class com.rapidminer.repository.remote.RemoteRepository
Returns a connection to a given location in the repository.
getResourceIdentifier() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This returns the full resource identifier.
getResourceName() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
getResourceName() - Method in interface com.rapidminer.operator.nio.model.DataResultSetFactory
Returns the human readable name of the resource read (most often, this will be a file or URL).
getResourceName() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
getResourceName() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
getResourceRooot() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
getResourceString(String, String, String) - Static method in class com.rapidminer.gui.new_plotter.PlotConfigurationError
This returns a resource message of the internationalized error messages identified by an id.
getResourceString(String, String, String) - Static method in exception com.rapidminer.operator.OperatorException
This returns a resource message of the internationalized error messages identified by an id.
getResourceString(int, String, String) - Static method in exception com.rapidminer.operator.UserError
Returns a resource message for the given error code.
getResourceString(String, String, String) - Static method in exception com.rapidminer.operator.UserError
This returns a resource message of the internationalized error messages identified by an id.
getResponse() - Method in exception com.rapidminer.gui.new_plotter.ChartCreationException
 
getResultDisplay() - Method in class com.rapidminer.gui.MainFrame
 
getResultHistory() - Static method in class com.rapidminer.gui.RapidMinerGUI
 
getResultIcon() - Method in interface com.rapidminer.operator.ResultObject
Returns an icon used for displaying the results.
getResultIcon() - Method in class com.rapidminer.operator.ResultObjectAdapter
Returns the icon registered for this class on the RendererService.
getResultMetaData() - Method in class com.rapidminer.operator.ProcessRootOperator
Returns the meta data delivered to the output ports.
getResults() - Method in class com.rapidminer.gui.dialog.ResultContainer
 
getResults() - Method in class com.rapidminer.gui.dialog.ResultHistory
 
getResults() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
Returns a list of all stored results.
getResults() - Method in class com.rapidminer.operator.ProcessRootOperator
Convenience backport method to get the results of a process.
getResultSet() - Method in class com.rapidminer.operator.io.AccessDataReader
 
getResultSet() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
getResultSet() - Method in class com.rapidminer.operator.io.KDBExampleSource
 
getResultSet() - Method in class com.rapidminer.operator.io.ResultSetExampleSource
Returns a ResultSet.
getReturnOption() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
getReturnStatus() - Method in class com.rapidminer.gui.new_plotter.gui.FontDialog
 
getReturnValue() - Method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Returns the return value indicating the user choice.
getRevision() - Method in interface com.rapidminer.repository.DataEntry
Returns the revision number of this entry.
getRevision() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getRevision() - Method in class com.rapidminer.repository.local.SimpleDataEntry
 
getRevision() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
getRevision() - Method in class com.rapidminer.repository.remote.RemoteDataEntry
 
getRevision() - Method in class com.rapidminer.repository.resource.ResourceDataEntry
 
getRidge() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
getRightChild() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
getRightClickPopup() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the right click popup menu.
getRightInput() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
getRightShapeLabel() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
getROCBiasParameter(Operator) - Static method in enum com.rapidminer.tools.math.ROCBias
 
getRocData() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getRocData() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
getRocDataGenerator() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
getRole(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
getRole(String) - Method in class com.rapidminer.example.AbstractAttributes
 
getRole(Attribute) - Method in interface com.rapidminer.example.Attributes
Returns the attribute role for the given attribute.
getRole(String) - Method in interface com.rapidminer.example.Attributes
Returns the attribute role for the given name.
getRole() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Returns the attribute's role as a String.
getRole() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
getRole() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getRoot() - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
getRoot() - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
getRoot() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
getRoot() - Method in interface com.rapidminer.gui.tools.ParentButtonModel
 
getRoot() - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
getRoot() - Method in class com.rapidminer.operator.learner.tree.TreeModel
 
getRoot() - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
getRoot() - Method in class com.rapidminer.operator.Operator
Returns the first ancestor that does not have a parent.
getRoot() - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
getRoot() - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
getRoot() - Method in class com.rapidminer.repository.local.LocalRepository
 
getRoot() - Static method in class com.rapidminer.tools.LogService
 
getRootNode() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
getRootOperator() - Method in class com.rapidminer.gui.actions.Actions
 
getRootOperator() - Method in class com.rapidminer.Process
Delivers the current root operator.
getRotateLabelComponent() - Method in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
getRoundedString(double, int) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
getRow(int) - Method in interface com.rapidminer.datatable.DataTable
Returns the data table row with the given index.
getRow(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
getRow(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
getRow(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
getRow(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
getRow(int) - Method in class com.rapidminer.datatable.DataTableView
 
getRow(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
getRow(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
getRow(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
getRow(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
getRow(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
getRow() - Method in exception com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException
Returns the row where the error occurred.
getRow() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
getRowBaseName() - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
getRowCount() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getRowCount() - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getRowCount() - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
getRowCount() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRowCount() - Method in class com.rapidminer.gui.properties.ListTableModel
 
getRowCount() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer.EigenvalueTableModel
 
getRowCount() - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer.EigenvectorTableModel
 
getRowCount() - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
getRowCount() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getRowCount() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
getRowCount() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getRowCount() - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getRowCount() - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.AnnotationTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.ErrorTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.ExcelSheetTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.model.DefaultPreview
 
getRowCount() - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
getRowCount() - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
getRowIndex(Comparable) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRowIndexEnd() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getRowIndexEnd() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getRowIndexStart() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getRowIndexStart() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getRowKey(int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRowKeys() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getRowLast() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
getRowName(int) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getRowNumber() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getRowNumber() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
getRowNumber() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
getRowNumber() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
getRowNumber() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
getRowNumber() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getRowNumber() - Method in class com.rapidminer.gui.viewer.DataViewer
 
getRowNumber() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
getRowNumber() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
getRowNumber() - Method in interface com.rapidminer.report.Tableable
 
getRowOffset() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Returns the RowOffset
getRule(int) - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
getRule() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
getRule(int) - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
getRuleLength() - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getRules() - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
getSampledIndices(RandomGenerator, int, int) - Static method in class com.rapidminer.tools.math.sampling.OrderedSamplingWithoutReplacement
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.AbsoluteSampling
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.AbsoluteStratifiedSampling
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractSamplingOperator
subclasses must implement this method for exact size meta data.
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.RatioStratifiedSampling
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
getSampledSize(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
getSampleRepository() - Method in class com.rapidminer.repository.RepositoryManager
Returns the repository containing the RapidMiner sample processes.
getSamples() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
getScale() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getScaledInstance(File) - Static method in class com.rapidminer.gui.look.fc.Tools
 
getScaleX() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the X scale factor for the chart.
getScaleY() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the Y scale factory for the chart.
getScalingFactorForValue(double) - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
getScalingFactorForValue(double) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
getScalingFactorForValue(double) - Method in interface com.rapidminer.gui.new_plotter.utility.SizeProvider
 
getSchema() - Method in class com.rapidminer.tools.jdbc.TableName
 
getScope() - Method in class com.rapidminer.tools.parameter.Parameter
This returns the scope of this parameter if it is a defined parameter.
getScore() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
getScore(double[], boolean) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
Computes the WRAcc or BINOMIAL TEST FUNCTION based on p, n, and the global values P and N stored in this object.
getScore(double[], boolean) - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
Computes the score for the specified utility function, the provided counts and class.
getScoreBound() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
getScreenDataArea() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the data area for the chart (the area inside the axes) with the current scaling applied (that is, the area as it appears on screen).
getScreenDataArea(int, int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the data area (the area inside the axes) for the plot or subplot, with the current scaling applied.
getScrollBarColors() - Method in class com.rapidminer.gui.look.Colors
 
getScrollPaneBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getSearchObjectOutlierStatus(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method returns the outlierstatus of the Searchobject (element at index i) in the SearchSpace from the Searchroom's listOfObjects.
getSearchObjects() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Delivers the list of objects.
getSecond() - Method in class com.rapidminer.tools.container.Pair
 
getSecond() - Method in class com.rapidminer.tools.container.Tupel
 
getSecondLabel() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getSecondLabel() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
getSecondParameterType() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getSecondVertex() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
getSegmentMapKey(Segment, int, int) - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
 
getSelectColor() - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
getSelectedAttributeNames() - Method in class com.rapidminer.gui.new_plotter.gui.AttributeSelectionDialog
 
getSelectedAttributeNames() - Method in class com.rapidminer.gui.properties.AttributesPropertyDialog
 
getSelectedAttributeNames() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
returns an array containing only the names of those attributes that have been selected to be included into the model
getSelectedAttributeNames(String) - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel
 
getSelectedAttributes() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getSelectedAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
This method allows subclasses to easily get a collection of the affected attributes.
getSelectedBuildingBlock() - Method in class com.rapidminer.gui.templates.BuildingBlockDialog
 
getSelectedClass() - Method in class com.rapidminer.operator.meta.branch.ProcessBranch
 
getSelectedColor() - Method in class com.rapidminer.gui.tools.components.ColorSelectionButton
This method can be used to retrieve the selected Color.
getSelectedColorSchemeIndex() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Returns the index of the currently selected ColorScheme.
getSelectedEntry() - Method in class com.rapidminer.repository.gui.RepositoryTree
 
getSelectedFile() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.FileSelectionWizardStep
 
getSelectedFile() - Method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Returns either the selected file referenced by the value of the parameter with the name #getFileParameterName() or the file delivered at FileInputPortHandler.fileInputPort.
getSelectedFile() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Returns either the selected file referenced by the value of the parameter with the name AbstractDataResultSetReader.getFileParameterName() or the file delivered at AbstractDataResultSetReader.fileInputPort.
getSelectedFileDescription() - Method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Returns the specified filename or "InputFileObject" if the file OutputPort is connected.
getSelectedFileDescription() - Method in class com.rapidminer.operator.nio.file.FileOutputPortHandler
Returns the specified filename or "OutputFileObject" if the file OutputPort is connected.
getSelectedIndices() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
This will return all indices of each selected column
getSelectedIndividual() - Method in class com.rapidminer.gui.dialog.IndividualSelector
 
getSelectedLayout() - Method in class com.rapidminer.gui.graphs.LayoutSelection
 
getSelectedLocation() - Method in class com.rapidminer.operator.nio.model.WizardState
 
getSelectedMeasureType() - Method in class com.rapidminer.tools.math.similarity.DistanceMeasureHelper
 
getSelectedMeasureType(ParameterHandler) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
getSelectedNode() - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
getSelectedNode() - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
getSelectedObject() - Method in interface com.rapidminer.gui.tools.actions.SelectionDependentAction.SelectionDependency
This method has to return the currently selected object or null if nothing is selected.
getSelectedOperator() - Method in class com.rapidminer.gui.actions.Actions
 
getSelectedOperators() - Method in class com.rapidminer.gui.actions.Actions
 
getSelectedOperators() - Method in class com.rapidminer.gui.MainFrame
 
getSelectedOperators() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Returns the currently selected operator, i.e. the last node in the current selection path.
getSelectedTableName(ParameterHandler) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
Returns the table selected by parameters DatabaseHandler.PARAMETER_USE_DEFAULT_SCHEMA, DatabaseHandler.PARAMETER_SCHEMA_NAME, and DatabaseHandler.PARAMETER_TABLE_NAME.
getSelectedTabPadInsets(int) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
getSelectedTemplate() - Method in class com.rapidminer.gui.templates.TemplatesDialog
 
getSelectedText() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the selected text, or null if no selection is active.
getSelectedValueSource() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractTreeSelectionDependentPanel
 
getSelectedValueSourceTreeNode() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractTreeSelectionDependentPanel
 
getSelectedVersion() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getSelection() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
getSelection() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane
 
getSelection() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane
 
getSelectionColor() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the selection color.
getSelectionCount() - Method in class com.rapidminer.datatable.AbstractDataTable
 
getSelectionCount() - Method in interface com.rapidminer.datatable.DataTable
 
getSelectionEnd() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the selection end offset.
getSelectionEnd(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the offset where the selection ends on the specified line.
getSelectionEndLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the selection end line.
getSelectionHeight() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getSelectionHeight() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getSelectionMode() - Static method in class com.rapidminer.generator.FeatureGenerator
 
getSelectionMode() - Method in class com.rapidminer.gui.look.fc.Item
 
getSelectionModel() - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeMouseSelectionManager
 
getSelectionSize() - Method in class com.rapidminer.example.set.Partition
Returns the number of selected elements.
getSelectionStart() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the selection start offset.
getSelectionStart(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the offset where the selection starts on the specified line.
getSelectionStartLine() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the selection start line.
getSelectionWidth() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getSelectionWidth() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getSequenceArray() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
getSeriesColor(int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
getSeriesCount() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getSeriesDataForAllGroupCells() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
Returns a list of GroupCellKeyAndData which contains contains data for each group cell.
getSeriesFillPaint(int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedDeviationRenderer
 
getSeriesFillPaint(int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
If a series color for seriesIdx is set, returns that color.
getSeriesFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getSeriesFormat() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
getSeriesFormatChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getSeriesType() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getSeriesType() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getSeriesUsagType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getService() - Static method in class com.rapid_i.deployment.update.client.UpdateManager
 
getService() - Static method in class com.rapidminer.OperatorLibraryService
This returns the service singleton.
getSeverity() - Method in class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
getSeverity() - Method in interface com.rapidminer.operator.ProcessSetupError
Returns the severity of the error.
getSeverity() - Method in class com.rapidminer.operator.SimpleProcessSetupError
 
getShadowedPopupMenuBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getShape() - Method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.ItemShape
 
getShape() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
getShapeForCategory(double) - Method in class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
getShapeProvider() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getShapeProvider() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getSheet() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
getSheetIndex() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
getSheetIndex() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
getSheetNames() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Returns the names of all sheets in the excel file
getShift() - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
getShiftType() - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the current shift type.
getShortClassNames() - Method in class com.rapidminer.tools.ClassNameMapper
 
getShortDescription() - Method in class com.rapidminer.operator.OperatorDescription
 
getShortDescription() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getShortInfo() - Method in interface com.rapidminer.operator.learner.meta.DelegationModel
 
getShortInfo() - Method in class com.rapidminer.operator.learner.meta.RelativeRegressionModel
 
getShortInfo() - Method in class com.rapidminer.operator.learner.meta.ThresholdModel
 
getShortInfo() - Method in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
getShortInfo() - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
getShortInfo() - Method in interface com.rapidminer.tools.config.Configurable
Gets the user defined short info which will be shown in the list on the left
getShortName() - Method in class com.rapidminer.FileProcessLocation
 
getShortName() - Method in enum com.rapidminer.gui.new_plotter.configuration.DimensionConfig.PlotDimension
 
getShortName() - Method in class com.rapidminer.operator.OperatorDescription
 
getShortName() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getShortName() - Method in interface com.rapidminer.operator.ports.Port
Gets a three letter abbreviation of the port's name.
getShortName() - Method in interface com.rapidminer.ProcessLocation
Returns a short name, e.g. the last component of the path.
getShortName() - Method in class com.rapidminer.RepositoryProcessLocation
 
getShortName() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getShortName() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
getShortPreviewAsList(ProgressListener, boolean) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
getShortVersion() - Method in class com.rapidminer.gui.tools.VersionNumber
 
getShortVersion() - Static method in class com.rapidminer.RapidMiner
 
getShowColumn(int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
getShowHelpTextAction() - Method in class com.rapidminer.gui.OperatorDocViewer
 
getShuffledSubsetCopy(ExampleSet, int, RandomGenerator) - Static method in class com.rapidminer.example.Tools
Returns a new example set based on a fresh memory example table sampled from the given set.
getSibling() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
Returns the next node representing the same item as this node.
getSiblingChain() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.Header
 
getSigma() - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
getSigma() - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
getSigma() - Method in class com.rapidminer.tools.math.optimization.ec.es.GaussianMutation
 
getSigma1() - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
getSigma2() - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
getSigma3() - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
getSignificanceLevel() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
getSingularValue(int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getSingularValueProportion(int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getSingularVectorValue(int, int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getSize() - Method in class com.rapidminer.gui.attributeeditor.CellEditors
Returns the number of rows.
getSize(int) - Method in class com.rapidminer.gui.attributeeditor.CellEditors
Returns the size of the i-th row.
getSize() - Method in class com.rapidminer.gui.attributeeditor.CellRenderers
Returns the number of rows.
getSize(int) - Method in class com.rapidminer.gui.attributeeditor.CellRenderers
Returns the size of the i-th row.
getSize() - Method in class com.rapidminer.gui.dialog.ResultHistory
 
getSize() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
getSize() - Method in class com.rapidminer.gui.look.fc.BookmarkListModel
 
getSize() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getSize() - Method in class com.rapidminer.gui.new_plotter.data.GroupCellData
Returns the number of data points in the DOMAIN dimension of the MAIN_SERIES series of this GroupCellData.
getSize() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
getSize() - Method in class com.rapidminer.gui.tools.FilterableListModel
 
getSize() - Method in enum com.rapidminer.gui.tools.IconSize
 
getSize() - Method in class com.rapidminer.gui.tools.ProgressThread.QueueListModel
 
getSize() - Method in class com.rapidminer.operator.nio.xml.XPathMatchesListModel
 
getSize() - Method in interface com.rapidminer.repository.DataEntry
Returns the size of this entry in bytes.
getSize() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getSize() - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
getSize() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
getSize() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
getSize() - Method in class com.rapidminer.repository.remote.RemoteDataEntry
 
getSize() - Method in class com.rapidminer.repository.resource.ResourceDataEntry
 
getSize() - Method in class com.rapidminer.tools.math.AverageVector
Returns the number of averagables in this vector.
getSize() - Method in class com.rapidminer.tools.math.container.Range
 
getSizeProvider() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getSizeProvider() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getSliderColors() - Method in class com.rapidminer.gui.look.Colors
 
getSliderImage() - Method in class com.rapidminer.gui.look.Colors
 
getSliderThumb() - Static method in class com.rapidminer.gui.look.icons.IconFactory
 
getSmallIcon() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getSmallIcon() - Method in class com.rapidminer.operator.OperatorDescription
 
getSmallSystemIcon() - Method in class com.rapidminer.gui.look.fc.Item
 
getSmallSystemIcon(Image) - Static method in class com.rapidminer.gui.look.fc.Tools
 
getSortCriterion() - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
 
getSortedDataTableWithoutImplicitUpdate() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getSortingMode() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getSortingMode() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getSortingStatus(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getSortingType() - Method in class com.rapidminer.example.AttributeWeights
Returns the currently used sorting type.
getSortOrder() - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
 
getSortProvider() - Method in class com.rapidminer.datatable.SortedDataTableView
 
getSource() - Method in class com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getSource() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getSource() - Method in class com.rapidminer.operator.AbstractIOObject
Returns the source of this IOObject (might return null if the source is unknown).
getSource() - Method in interface com.rapidminer.operator.IOObject
Returns the source of this IOObject (might return null if the source is unknown).
getSource() - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
getSource() - Method in interface com.rapidminer.operator.ports.InputPort
Returns the output port to which this input port is connected.
getSource() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
getSource() - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
getSource() - Method in interface com.rapidminer.tools.config.Configurable
If this configurable was loaded from a RapidAnalytics instance, this is the connection it was loaded from.
getSourceActions(JComponent) - Method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
getSourceActions(JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
getSourceActions(JComponent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
getSourceAttribute() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This returns the attribute this aggregation function will derive the data from.
getSourceAttribute() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getSourceFile(String) - Static method in class com.rapidminer.tools.FileSystemService
 
getSourceFile(String) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getSourceResourceFile(String) - Static method in class com.rapidminer.tools.FileSystemService
 
getSourceResourceFile(String) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getSourceRoot() - Static method in class com.rapidminer.tools.FileSystemService
 
getSourceRoot() - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getSpec() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
getSpec() - Method in interface com.rapidminer.operator.ports.Port
Returns the string "OperatorName.PortName".
getSpecial(String) - Method in class com.rapidminer.example.AbstractAttributes
 
getSpecial(String) - Method in interface com.rapidminer.example.Attributes
Returns the special attribute for the given special name.
getSpecial(String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
getSpecialAttribute(String) - Method in class com.rapidminer.tools.att.AttributeSet
Returns a special attribute by name.
getSpecialAttributes() - Method in class com.rapidminer.tools.att.AttributeSet
Returns a Map mapping names to special attributes.
getSpecialName() - Method in class com.rapidminer.example.AttributeRole
 
getSpecialNames() - Method in class com.rapidminer.tools.att.AttributeSet
Returns a list of all names (Strings) of all special attributes.
getSpinnerBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getSpinnerColors() - Method in class com.rapidminer.gui.look.Colors
 
getSplashScreen() - Static method in class com.rapidminer.RapidMiner
 
getSplashScreenFrame() - Method in class com.rapidminer.gui.tools.SplashScreen
 
getSplashScreenFrame() - Static method in class com.rapidminer.RapidMiner
 
getSplitExpression() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getSplitExpression() - Method in class com.rapidminer.tools.LineParser
 
getSplitInfo(double[][]) - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
getSplitInfo(double[], double) - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
getSplitPaneBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getSplitPoint() - Method in class com.rapidminer.operator.learner.rules.Split
 
getSplitPreprocessing() - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
The split preprocessing is applied before each new split The default implementation does nothing and simply returns the given example set.
getSplitPreprocessing() - Method in class com.rapidminer.operator.learner.tree.RandomTreeLearner
Returns a random feature subset sampling.
getSplitType() - Method in class com.rapidminer.operator.learner.rules.Split
 
getSplitValue() - Method in class com.rapidminer.operator.learner.tree.Benefit
 
getSqlType() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getSqlTypeName() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getStackingMode() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getStackingMode() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getStackingModel(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
Returns the learner which should be used for stacking.
getStackingModel(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.Stacking
 
getStackingModel(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.Vote
 
getStackTrace(Throwable) - Static method in class com.rapidminer.tools.BugReport
 
getStandardDeviation() - Method in class com.rapidminer.gui.plotter.Quartile
 
getStandardDeviation() - Method in class com.rapidminer.tools.math.Averagable
This method returns the makro standard deviation if it was defined and the mikro standard deviation otherwise.
getStandardDeviation() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getStandardDeviation() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getStandardErrors() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getStandardInsets() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
getStandardizedCoefficients() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getStartTime() - Method in class com.rapidminer.operator.learner.associations.gsp.TransactionSet
 
getStartTime() - Method in class com.rapidminer.operator.Operator
Returns the system time when the operator was started.
getState() - Method in class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
Return the current state, which is determined by the selection status of the model.
getState() - Method in class com.rapidminer.operator.nio.AbstractDataImportWizard
 
getState() - Method in class com.rapidminer.repository.db.DBRepository
 
getState() - Method in class com.rapidminer.repository.local.LocalRepository
 
getState() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getState() - Method in interface com.rapidminer.repository.Repository
Returns some user readable information about the state of this repository.
getState() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
getStatementCreator() - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getStatementPreparationParamterTypes(ParameterHandler) - Static method in class com.rapidminer.tools.jdbc.DatabaseHandler
 
getStatistics(String) - Method in interface com.rapidminer.example.Attribute
Deprecated. Please use the method ExampleSet.getStatistics(Attribute, String) instead.
getStatistics(String, String) - Method in interface com.rapidminer.example.Attribute
Deprecated. Please use the method ExampleSet.getStatistics(Attribute, String, String) instead.
getStatistics(Attribute, String) - Method in interface com.rapidminer.example.ExampleSet
Returns the desired statistic for the given attribute.
getStatistics(Attribute, String, String) - Method in interface com.rapidminer.example.ExampleSet
Returns the desired statistic for the given attribute.
getStatistics(Attribute, String, String) - Method in class com.rapidminer.example.MinMaxStatistics
 
getStatistics(Attribute, String, String) - Method in class com.rapidminer.example.NominalStatistics
 
getStatistics(Attribute, String, String) - Method in class com.rapidminer.example.NumericalStatistics
 
getStatistics(Attribute, String) - Method in class com.rapidminer.example.set.AbstractExampleSet
Returns the desired statistic for the given attribute.
getStatistics(Attribute, String, String) - Method in class com.rapidminer.example.set.AbstractExampleSet
Returns the desired statistic for the given attribute.
getStatistics(Attribute, String, String) - Method in interface com.rapidminer.example.Statistics
 
getStatistics(String) - Method in class com.rapidminer.example.table.AbstractAttribute
Deprecated. Please use the method ExampleSet.getStatistics(Attribute, String) instead.
getStatistics(String, String) - Method in class com.rapidminer.example.table.AbstractAttribute
Deprecated. Please use the method ExampleSet.getStatistics(Attribute, String) instead.
getStatistics(Attribute, String, String) - Method in class com.rapidminer.example.UnknownStatistics
 
getStatistics(Attribute, String, String) - Method in class com.rapidminer.example.WeightedNumericalStatistics
 
getStatistics(OperatorStatisticsValue) - Method in class com.rapidminer.tools.usagestats.OperatorUsageStatistics
 
getStatus() - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
getStatusBar() - Method in class com.rapidminer.gui.ApplicationFrame
Returns the status bar of the application.
getSteps() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getStoreValue() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
getStoreValue() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getStrengthAttribute() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getString(int) - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Returns a nominal value contained in the specified column in the current row.
getString(int) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getString(int) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Returns a nominal value contained in the specified column in the current row.
getString(int) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getString(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getString(int) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getStringForValue(double) - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
If isNominal() returns true, returns a string for the given value.
getStringForValue(ValueSource.SeriesUsageType, double) - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getStringMapKey(String) - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
 
getStringRepresentation(int) - Method in class com.rapidminer.parameter.ParameterTypeInt
 
getStringValue() - Method in class com.rapidminer.operator.ValueString
Returns the double value which should be logged.
getStroke() - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
getStroke() - Method in enum com.rapidminer.gui.new_plotter.configuration.LineFormat.LineStyle
 
getStroke() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getStroke() - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyle
 
getStrokeLength() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getStyle() - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
getStyle() - Method in class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
getStyledFont(Font) - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns the specified font, but with the style's bold and italic flags applied.
getStyleProvider() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the PlotterStyleProvider for this PlotterTemplate.
getStyleProviderPanel() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getStyleProviderPanel() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Return the JPanel where the user can change the color/font settings.
getStyles() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the syntax styles used to paint colorized text.
getStyleSheet() - Method in class com.rapidminer.gui.tools.ExtendedHTMLEditorKit
 
getSubfolders() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getSubfolders() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getSubfolders() - Method in class com.rapidminer.repository.db.DBRepository
 
getSubfolders() - Method in interface com.rapidminer.repository.Folder
 
getSubfolders() - Method in class com.rapidminer.repository.local.SimpleFolder
 
getSubfolders() - Method in class com.rapidminer.repository.remote.RemoteFolder
 
getSubfolders() - Method in class com.rapidminer.repository.resource.ResourceFolder
 
getSubGroup(String) - Method in class com.rapidminer.tools.GroupTree
Returns or creates the subgroup with the given key.
getSubGroup(int) - Method in class com.rapidminer.tools.GroupTree
Returns the i-th sub group.
getSubGroups() - Method in class com.rapidminer.tools.GroupTree
Returns a set of all children group trees.
getSubNodes() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
Returns an empty collection since it is leaf
getSubNodes() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
Get all children of this node.
getSubprocess(int) - Method in class com.rapidminer.operator.OperatorChain
 
getSubprocesses() - Method in class com.rapidminer.operator.OperatorChain
Returns an immutable view of all subprocesses
getSubprocessIndex() - Method in class com.rapidminer.gui.flow.ExtensionButton
 
getSubset(ExampleSet, boolean) - Method in class com.rapidminer.operator.tools.AttributeSubsetSelector
Returns the example subset which has been filtered according to the parameter settings.
getSubtreeCounterMap() - Method in class com.rapidminer.operator.learner.tree.Tree
This returns the class counts from all contained examples by iterating recursively through the tree.
getSubtreeFrequencySum() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getSuffix() - Method in interface com.rapidminer.repository.db.DBConnectionToIOObjectConverter
Returns a suffix to be appended to entries in the repository tree to identify the converter.
getSuffix() - Method in class com.rapidminer.repository.db.StandardDBConnectionToIOObjectConverter
 
getSum(Collection, double[]) - Method in class com.rapidminer.tools.math.kernels.Kernel
Calculates w*x from the given support vectors using this kernel function.
getSumSquaresBetween() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getSumSquaresResiduals() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
getSupportArray() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
getSupportedValueTypes() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getSupportedValueTypes() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getSupportedValueTypes() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
This method must divide the alpha by the label since internally the alpha value is already multiplied with y.
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
getSupportVector(int) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
getSVM() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Returns the used SVM.
getSymbol() - Method in enum com.rapidminer.repository.AccessFlag
 
getSynopsis() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getSynopsis() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This returns a short textual description of the functionality provided by this OperatorLibrary.
getSynopsis() - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
getSyntaxIdentifier() - Method in enum com.rapidminer.parameter.TextType
 
getSyntaxStyles() - Static method in class com.rapidminer.gui.tools.SwingTools
Returns adapted syntax color and font styles matching RapidMiner colors.
getSystemIcon(File, String, boolean, boolean) - Method in class com.rapidminer.gui.look.fc.FileList
 
getSystemTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getTabbedPaneColors() - Method in class com.rapidminer.gui.look.Colors
 
getTabInsets(int, int) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
getTabLabelShiftY(int, int, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
getTable() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.key.DefaultPropertyKeyRenderer
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.AnnotationCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.operator.nio.AnnotationCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.EditorCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.key.DefaultPropertyKeyRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.gui.tools.ColoredTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
getTableHeader() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getTableHeaderBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getTableHeaderColors() - Method in class com.rapidminer.gui.look.Colors
 
getTableIndex() - Method in interface com.rapidminer.example.Attribute
Returns the index in the example table.
getTableIndex() - Method in class com.rapidminer.example.AttributeDescription
 
getTableIndex() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the index in the example table.
getTableIndex() - Method in class com.rapidminer.example.table.ViewAttribute
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.associations.GSPRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidTableRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.data.ExampleSetMetaDataRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.itemsets.AssociationRulesTableRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.itemsets.FrequentItemSetsTableRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.DistributionModelTableRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.KernelModelWeightsRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.LinearRegressionModelTableRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.RuleSetRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.SVDModelValueRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.models.SVDModelVectorRenderer
 
getTableModel(Object, IOContainer, boolean) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityTableRenderer
 
getTableModel() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getTableName() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
getTableName() - Method in class com.rapidminer.tools.jdbc.TableName
 
getTableSorter() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getTagContents(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
As XMLTools.getTagContents(Element, String, boolean), but never throws an exception.
getTagContents(Element, String, String) - Static method in class com.rapidminer.io.process.XMLTools
 
getTagContents(Element, String, boolean) - Static method in class com.rapidminer.io.process.XMLTools
For a tag content else ...
getTagContentsAsBoolean(Element, String, boolean) - Static method in class com.rapidminer.io.process.XMLTools
This will parse the text contents of an child element of element parent with the given tagName as boolean.
getTagContentsAsDouble(Element, String, double) - Static method in class com.rapidminer.io.process.XMLTools
This will parse the text contents of an child element of element parent with the given tagName as double.
getTagContentsAsInt(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
This will parse the text contents of an child element of element parent with the given tagName as integer.
getTagContentsAsInt(Element, String, int) - Static method in class com.rapidminer.io.process.XMLTools
This will parse the text contents of an child element of element parent with the given tagName as integer.
getTagName() - Method in enum com.rapidminer.tools.usagestats.OperatorStatisticsValue
 
getTargetAttribute() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This returns the attribute that will be created in the resulting ExampleSet to get the aggregated values for each group.
getTargetAttribute() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregationFunction
 
getTargetAttribute() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NominalAggregationFunction
 
getTargetAttribute() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregationFunction
 
getTargetAttribute() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getTargetAttributeMetaData(AttributeMetaData, InputPort) - Method in interface com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunctionMetaDataProvider
This method must return an AttributeMetaData for the target attribute, or null if the source attribute's valuetype is incompatible.
getTargetAttributeMetaData(AttributeMetaData, InputPort) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.DefaultAggregationFunctionMetaDataProvider
 
getTargetAttributeName(String, String, boolean) - Static method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
Constructs the name of the target attribute for the current naming scheme and the given source attribute and the value string.
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.Dictionary
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishmentModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.NoiseModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.DenormalizationModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel
 
getTargetAttributes(ExampleSet) - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesModel
 
getTargetAttributes(ExampleSet) - Method in interface com.rapidminer.operator.ViewModel
This method has to return a legal Attributes object containing every Attribute, the view should contain
getTargetDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
 
getTargetDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.RegressionProblem
 
getTargetDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ClassificationProblem
 
getTargetDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Problem
 
getTargetDimension() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RegressionProblem
 
getTargetValue() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregationFunction
Returns the attribute type to assign to the created NumericalAggregationFunction.targetAttribute given the value type of the source attribute.
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
getTargetValueType(int) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregationFunction
 
getTargetVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.RegressionProblem
 
getTargetVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ClassificationProblem
 
getTargetVectors() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RegressionProblem
 
getTemplate() - Method in class com.rapidminer.gui.templates.SaveAsTemplateDialog
 
getTemplateChooserChartPanel() - Method in class com.rapidminer.gui.new_plotter.templates.TemplateChooser
Returns the panel containg the chart panel of the selected template.
getTemplateChooserControlPanel() - Method in class com.rapidminer.gui.new_plotter.templates.TemplateChooser
Returns the panel containg the control panel of the selected template.
getTemplateChooserStyleProviderPanel() - Method in class com.rapidminer.gui.new_plotter.templates.TemplateChooser
Returns the panel containg the style provider panel of the selected template.
getTemplateConfigurationPanel() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Gets the PlotterTemplatePanel which can be used to configurate the PlotterTemplate.
getTerminationCriteria(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
Returns all termination criteria.
getTerminationCriteria(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
getTerminationCriteria(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
getTerminationCriteria(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.ID3Learner
 
getTerminationCriteria(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.ID3NumericalLearner
 
getTerminationCriteria(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
getTerms() - Method in class com.rapidminer.operator.learner.rules.Rule
 
getTestedValueAtLiteral(int) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
getTestGroup() - Method in class com.rapidminer.gui.dialog.ResultContainer
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.meta.XVPrediction
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.BatchXValidation
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.BootstrappingValidation
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.ValidationChain
 
getTestSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.XValidation
 
getText() - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
getText() - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
getText() - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
getText() - Method in class com.rapidminer.gui.plotter.ToolTip
 
getText() - Method in class com.rapidminer.gui.properties.TextPropertyDialog
 
getText() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the entire text of this text area.
getText(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the specified substring of the document.
getText(int, int, Segment) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Copies the specified substring of the document into a segment.
getTextAlignment() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getTextArea(EventObject) - Static method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns the text area that fired the specified event.
getTextAreaDefaults() - Static method in class com.rapidminer.gui.tools.SwingTools
Returns JEditTextArea defaults with adapted syntax color styles.
getTextBackground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getTextComponent(Component) - Method in class com.rapidminer.gui.look.ClipboardActionsPopup
 
getTextFieldBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getTextFieldBorderColors() - Method in class com.rapidminer.gui.look.Colors
 
getTextfieldFont() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getTextHighlightBackColor() - Method in class com.rapidminer.gui.look.Colors
 
getTextHighlightBackColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getTextStartY() - Method in class com.rapidminer.gui.tools.TextPanel
 
getTextType() - Method in class com.rapidminer.parameter.ParameterTypeText
 
getThreshold() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getTicSize(DataTable, int, double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
getTime() - Method in class com.rapidminer.operator.learner.associations.gsp.Transaction
 
getTimeConsumption(Class<?>) - Static method in class com.rapidminer.tools.OperatorResourceConsumptionHandler
Gets an array with the cpu time consumption values.
getTimeZone(int) - Static method in class com.rapidminer.tools.Tools
 
getTip(Object) - Method in interface com.rapidminer.gui.tools.components.ToolTipWindow.TipProvider
Returns the actual tip belonging to this point.
getTip(Entry) - Static method in class com.rapidminer.repository.gui.ToolTipProviderHelper
 
getTitle(Object) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
getTitle() - Method in class com.rapidminer.gui.dialog.OperatorInfoScreen
 
getTitle(Object) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
getTitle(Object) - Method in class com.rapidminer.gui.ExampleVisualizer
 
getTitle() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
getTitle(Object) - Method in interface com.rapidminer.ObjectVisualizer
 
getTitle(Object) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
getTitle(Object) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
getTitle() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
getTitle() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
getTitleColor() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getTitleFont() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getTitleFont() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getTitleFont() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns the Font which the user chose for the title.
getTitleText() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getTitleText() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
getTitleText() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns the String which the user chose as the chart title.
getTokenMarker() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the document's token marker.
getTokenMarker() - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Returns the token marker that is to be used to split lines of this document up into tokens.
getTolerances() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getToolbarActions(SelectionDependentAction.SelectionDependency) - Static method in class com.rapidminer.OperatorLibraryService
This simply returns a list of all registered actions for the toolbar of the operator library view.
getToolBarBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getToolbarButtonColors() - Method in class com.rapidminer.gui.look.Colors
 
getToolbarColors() - Method in class com.rapidminer.gui.look.Colors
 
getToolsMenu() - Method in class com.rapidminer.gui.MainFrame
This returns the tools menu to change menu entries
getToolTip(Object) - Method in class com.rapidminer.gui.tools.ExtendedListModel
Returns the tooltip corresponding to a list entry.
getToolTip(int) - Method in class com.rapidminer.gui.tools.ExtendedListModel
Returns the tooltip corresponding to a list entry specified as index.
getToolTipBorder() - Static method in class com.rapidminer.gui.look.borders.Borders
 
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns a string for the tooltip.
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.properties.ListPropertyTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.properties.ListPropertyTable2
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.properties.PropertyTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJList
Returns the tooltip of a list entry.
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
This method ensures that the correct tool tip for the current table cell is delivered.
getToolTipText(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
getToolTipText(MouseEvent) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns the tool tip to display at the specified location.
getToolTipText(MouseEvent) - Method in interface com.rapidminer.gui.tools.syntax.TextAreaPainter.Highlight
Returns the tool tip to display at the specified location.
getTotal() - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
getTotal() - Method in class com.rapidminer.tools.math.CombinationGenerator
Returns the total number of combinations.
getTotalNegatives() - Method in class com.rapidminer.tools.math.ROCData
 
getTotalNegativeWeight() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getTotalNumber() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getTotalNumberOfAttributes() - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
getTotalNumberOfExamples() - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
getTotalNumberOfSubnodes() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
getTotalPositives() - Method in class com.rapidminer.tools.math.ROCData
 
getTotalPositiveWeight() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored positive weight.
getTotalPositiveWeight() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getTotalSize() - Method in class com.rapidminer.example.set.Partition
Returns the total number of examples.
getTotalSupport() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
getTotalWeight() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getTotalWeight() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored total weight.
getTotalWeight() - Method in class com.rapidminer.operator.learner.meta.ContingencyMatrix
 
getTotalWeight() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getTotalWeight(double[]) - Method in class com.rapidminer.operator.learner.tree.FrequencyCalculator
Returns the sum of the given weights.
getTotalWeight() - Method in interface com.rapidminer.tools.math.distribution.EmpiricalDistribution
 
getTotalWeight() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getTotalWeight() - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getTotalWeight() - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getTrain_size() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getTrainingHeader() - Method in class com.rapidminer.operator.AbstractModel
Delivers the training header example set, i.e. the header of the example set (without data reference) which was used for creating this model.
getTrainingHeader() - Method in interface com.rapidminer.operator.Model
This method has to return the HeaderExampleSet containing the signature of the example set during training time containing all informations about attributes.
getTrainingSet() - Method in class com.rapidminer.operator.learner.tree.Tree
 
getTrainingSetInputPort() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
getTrainingSetMetaData() - Method in class com.rapidminer.operator.ports.metadata.ModelMetaData
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.meta.XVPrediction
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.BatchXValidation
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.BootstrappingValidation
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.ValidationChain
 
getTrainingSetSize(MDInteger) - Method in class com.rapidminer.operator.validation.XValidation
 
getTransferData(DataFlavor) - Method in class com.rapidminer.gui.dnd.TransferableOperator
 
getTransferData(DataFlavor) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollectionTransferable
 
getTransferData(DataFlavor) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
getTransferData(DataFlavor) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
getTransferDataFlavors() - Method in class com.rapidminer.gui.dnd.TransferableOperator
 
getTransferDataFlavors() - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollectionTransferable
 
getTransferDataFlavors() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
getTransferDataFlavors() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
getTransformedGraphics(JComponent) - Method in interface com.rapidminer.gui.plotter.CoordinateTransformation
 
getTransformedGraphics(JComponent) - Method in class com.rapidminer.gui.plotter.NullCoordinateTransformation
 
getTransformer() - Method in class com.rapidminer.operator.Operator
This method returns the MDTransformer object of this operator.
getTranslationConfiguration() - Method in class com.rapidminer.operator.nio.model.WizardState
 
getTranslator() - Method in class com.rapidminer.operator.nio.model.WizardState
 
getTree(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getTree() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
getTreeBuilder(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
getTreeBuilder(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
getTreeBuilder(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
getTreeBuilder(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.ID3Learner
 
getTreeBuilder(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.ID3NumericalLearner
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.rapidminer.gui.operatortree.OperatorTreeCellEditor
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.gui.operatortree.OperatorTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.repository.gui.process.RemoteProcessTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.rapidminer.repository.gui.RepositoryTreeCellRenderer
 
getTruePositives() - Method in class com.rapidminer.tools.math.ROCPoint
Returns the number of true positives, not the rate.
getTStats() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
getType() - Method in class com.rapidminer.example.table.BooleanArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.ByteArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.DatabaseDataRow
 
getType() - Method in class com.rapidminer.example.table.DataRow
This returns the type of this particular DataRow implementation according to the list in the DataRowFactory.
getType() - Method in class com.rapidminer.example.table.DataRowFactory
Returns the type of the created data rows.
getType() - Method in class com.rapidminer.example.table.DoubleArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.FloatArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.IntArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.LongArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.NonWritableDataRow
 
getType() - Method in class com.rapidminer.example.table.ShortArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
 
getType() - Method in class com.rapidminer.example.table.SparseMapDataRow
 
getType() - Method in class com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection
 
getType() - Method in class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getType() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getType() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
getType() - Method in class com.rapidminer.operator.features.selection.SelectionCrossover
 
getType() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
getType() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
getType() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
getType() - Method in class com.rapidminer.repository.db.DBRepository
 
getType() - Method in interface com.rapidminer.repository.Entry
Returns a string describing the type: "folder", "data", "blob", or "process".
getType() - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
getType() - Method in class com.rapidminer.repository.local.SimpleFolder
 
getType() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
getType() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
getType() - Method in class com.rapidminer.repository.remote.RemoteDataEntry
 
getType() - Method in class com.rapidminer.repository.remote.RemoteFolder
 
getType() - Method in class com.rapidminer.repository.resource.ResourceFolder
 
getType() - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
getType() - Method in class com.rapidminer.repository.resource.ResourceProcessEntry
 
getType() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
getType() - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.DotKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.Kernel
Must return one out of KERNEL_DOT, KERNEL_RADIAL, KERNEL_POLYNOMIAL, KERNEL_SIGMOID, KERNEL_ANOVA, KERNEL_EPANECHNIKOV, KERNEL_GAUSSIAN_COMBINATION, or KERNEL_MULTIQUADRIC.
getType() - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
getType() - Method in class com.rapidminer.tools.math.kernels.SigmoidKernel
 
getType() - Method in class com.rapidminer.tools.parameter.Parameter
Returns the type of this parameter.
getTypeAttribute() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
getTypeId() - Method in interface com.rapidminer.tools.config.Configurable
Returns the type id of the corresponding Configurator.
getTypeId() - Method in class com.rapidminer.tools.config.Configurator
The ID used for identifying this Configurator.
getTypeId() - Method in class com.rapidminer.tools.config.ParameterTypeConfigurable
 
getTypeName() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction
Delivers the name of this activation function.
getTypeName() - Method in class com.rapidminer.operator.learner.functions.neuralnet.LinearFunction
 
getTypeName() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SigmoidFunction
 
getTypeName() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getTypeName() - Method in class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
getTypeNameForType(String) - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Returns the name of a type in exchange for its class' name.
getUniqueChildElement(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
This is the same as XMLTools.getChildElement(Element, String, boolean), but its always obligatory to have the child element.
getUniqueInnerTag(Element, String) - Static method in class com.rapidminer.io.process.XMLTools
This will return the inner tag of the given element with the given tagName.
getUniqueInnerTag(Element, String, boolean) - Static method in class com.rapidminer.io.process.XMLTools
This method will return null if the element doesn't exist if obligatory is false.
getUnknownColor() - Static method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
getUnknownParameters() - Method in class com.rapidminer.Process
Delivers the information about unknown parameter types which occurred during process creation (from streams or files).
getUpdateServerURI(String) - Static method in class com.rapid_i.deployment.update.client.UpdateManager
 
getUpper() - Method in class com.rapidminer.tools.math.container.Range
 
getUpperBound() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getUpperBound() - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
Returns the upper bound of the first sub range if applicable, or Double.NaN otherwise.
getUpperBound() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getUpperBound() - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
getUpperBound() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
getUpperBound() - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
Returns the upper bound if the implementation of ValueRange supports bound, or Double.NaN otherwise.
getUpperBound() - Method in class com.rapidminer.gui.plotter.charts.BlockChartPlotter.BlockPaintScale
 
getUpperBound(int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
getUpperBound(int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
getUpperBound(int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
getUpperBound(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Accuracy
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Coverage
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound(double, double, Hypothesis, double) - Method in class com.rapidminer.operator.learner.igss.utility.WRAcc
Returns an upper bound for the utility of refinements for the given hypothesis.
getUpperBound() - Method in class com.rapidminer.tools.math.distribution.ContinuousDistribution
This method returns an upper bound of possible values.
getUpperBound() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getUpperBound() - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
getUpperBound() - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
getUpperBound(double, double) - Static method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getUpperBound() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getUpperBoundName() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Returns the name of the upper bound column.
getUpperQuartile() - Method in class com.rapidminer.gui.plotter.Quartile
 
getUpperViewBound() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
This function is used receiving the viewing range of this range axis only.
getUpperWhisker() - Method in class com.rapidminer.gui.plotter.Quartile
 
getURIForResource(String) - Method in class com.rapidminer.repository.remote.RemoteRepository
Returns the URI to which a browser can be pointed to browse a given entry.
getURL() - Method in class com.rapidminer.gui.security.UserCredential
 
getURL() - Method in class com.rapidminer.tools.jdbc.connection.AccessConnectionEntry
 
getURL() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
getURL() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getUrlPrefix() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getUseFirstRowAsColumnNames() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
getUseLowerBound() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getUser() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
getUser() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
getUserBuildingBlocks() - Static method in class com.rapidminer.tools.BuildingBlockService
Returns all user defined building blocks.
getUserConfigFile(String) - Static method in class com.rapidminer.tools.FileSystemService
Returns the configuration file in the user dir/.RapidMiner5 and automatically adds the current version number if it is a rc file.
getUserConfigFile(String) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getUserDefinedAttributeName() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
getUserDefinedDateFormatString() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getUserDefinedDateFormatString() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getUserDefinedDateFormatString() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getUserDefinedLowerBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getUserDefinedLowerBound() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getUserDefinedLowerBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getUserDefinedRange() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getUserDefinedRangeClone(DataTable) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getUserDefinedRangeClone(DataTable) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
Returns the range of data which is used to create the diagram.
getUserDefinedRangeClone(DataTable) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getUserDefinedUpperBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getUserDefinedUpperBound() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getUserDefinedUpperBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getUserDescription() - Method in class com.rapidminer.operator.Operator
The user specified comment for this operator.
getUserDimension() - Method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Returns the Dimension the user specified.
getUseRelative() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getUserErrorMessagesBundle() - Static method in class com.rapidminer.tools.I18N
 
getUserExtensionsDir() - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
getUserHeight() - Method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Returns the height the user specified.
getUserKey() - Static method in class com.rapidminer.tools.cipher.KeyGeneratorTool
 
getUserKey() - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Returns the user key for this session.
getUsername() - Method in class com.rapidminer.gui.security.UserCredential
 
getUsername() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
getUserObject() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.DimensionConfigTreeNode
 
getUserObject() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
getUserObject() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
getUserObject() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
getUserRapidMinerDir() - Static method in class com.rapidminer.tools.FileSystemService
 
getUserRapidMinerDir() - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getUserTextColor() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getUserWidth() - Method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Returns the width the user specified.
getUsesGrouping() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getUseUpperBound() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
getUtility() - Method in class com.rapidminer.operator.learner.igss.Result
Returns the stored utility.
getUtility(Class<? extends UtilityFunction>) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getUtilityFunction(Class<? extends UtilityFunction>) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getUtilityFunction(int, double, double) - Static method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getUtilityFunctionClass(int) - Static method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getUtilityFunctionClasses() - Static method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getUtilityFunctions() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
getUtilityFunctions() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
getUtilityFunctions(double, double) - Static method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
getUtilityUsage() - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
getValidGroupingTypes() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getValidGroupingTypes() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getValidGroupingTypes() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getValMember(int) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getValue(int) - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowWrapper
 
getValue(int) - Method in interface com.rapidminer.datatable.DataTableRow
Returns the i-th value.
getValue(int) - Method in class com.rapidminer.datatable.Example2DataTableRowWrapper
 
getValue(int) - Method in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
getValue(int) - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowWrapper
 
getValue(int) - Method in class com.rapidminer.datatable.SimpleDataTableRow
 
getValue(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableRow
 
getValue(DataRow) - Method in interface com.rapidminer.example.Attribute
Returns the value for the column this attribute corresponds to in the given data row.
getValue(Attribute) - Method in class com.rapidminer.example.Example
Returns the value of attribute a.
getValue(DataRow) - Method in class com.rapidminer.example.table.AbstractAttribute
 
getValue(int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
getValue(int) - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(int) - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(int) - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(int) - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(int) - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(int) - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(int) - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
Returns the desired data for the given attribute.
getValue(DataRow) - Method in class com.rapidminer.example.table.ViewAttribute
 
getValue(Operator) - Method in class com.rapidminer.gui.flow.InterpolationMap
Returns the current interpolated value for the given operator.
getValue() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
getValue(Comparable, Comparable) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getValue(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getValue() - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
Returns getValue() from the first subRange in the list of sub ranges, or NaN if the list is empty.
getValue() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getValue() - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
getValue() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
getValue() - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
Returns a representative value for the value range which is used for sorting and for color mapping.
getValue() - Method in class com.rapidminer.gui.plotter.NameValue
 
getValue() - Method in class com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
 
getValue(ParameterType) - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
getValue(ParameterType) - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
getValue(ParameterType) - Method in class com.rapidminer.gui.properties.PropertyPanel
 
getValue(ParameterType) - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
 
getValue() - Method in class com.rapidminer.gui.tools.ExtendedJTextField.ExtendedJTextFieldModel
This method returns the current text stored in the component of this model.
getValue() - Method in exception com.rapidminer.operator.io.AbstractDataReader.UnexpectedValueTypeException
Returns the value which caused the error
getValue() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns the index of the value of this literals' attribute.
getValue() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
getValue() - Method in class com.rapidminer.operator.learner.tree.GreaterSplitCondition
 
getValue() - Method in class com.rapidminer.operator.learner.tree.LessEqualsSplitCondition
 
getValue() - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
getValue(String) - Method in class com.rapidminer.operator.Operator
Returns the value of the Value with the given key.
getValue() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
Returns the value.
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.Dictionary
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.ValueReplenishmentModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.NoiseModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.normalization.DenormalizationModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel
 
getValue(Attribute, double) - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesModel
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
This method has to return the numerical value of this aggregator.
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregator
 
getValue() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregator
 
getValue() - Method in class com.rapidminer.operator.ValueDouble
 
getValue() - Method in interface com.rapidminer.operator.ValueInterface
Returns the current value which can be logged by the process log operator.
getValue() - Method in class com.rapidminer.operator.ValueString
 
getValue(Attribute, double) - Method in interface com.rapidminer.operator.ViewModel
This method has to provide the attribute value mapping for the view.
getValue(int, int) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
getValue() - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Returns the function value.
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.StandardDeviationFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.SumFunction
 
getValue() - Method in class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.BartlettWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.BlackmanHarrisWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.BlackmanWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.GaussianWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.HammingWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.HannWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.RectangularWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.TriangularWindowFunction
 
getValue(int, int) - Method in class com.rapidminer.tools.math.function.window.WindowFunction
 
getValue(int) - Method in class com.rapidminer.tools.math.function.window.WindowFunction
 
getValue() - Method in class com.rapidminer.tools.parameter.Parameter
Returns the actual value or an empty String if no values has been set.
getValueAsString(DataTableRow, int) - Method in class com.rapidminer.datatable.AbstractDataTable
 
getValueAsString(DataTableRow, int) - Method in interface com.rapidminer.datatable.DataTable
Must deliver the proper value as string, i.e. the mapped value for nominal columns.
getValueAsString(Attribute) - Method in class com.rapidminer.example.Example
Returns the value of this attribute as string representation, i.e. the number as string for numerical attributes and the correctly mapped categorical value for nominal values.
getValueAsString(Attribute, int, boolean) - Method in class com.rapidminer.example.Example
Returns the value of this attribute as string representation, i.e. the number as string for numerical attributes and the correctly mapped categorical value for nominal values.
getValueAsString() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
getValueAt(int, int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.properties.ListTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvalueRenderer.EigenvalueTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelEigenvectorRenderer.EigenvectorTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.ANOVAMatrixViewerTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewerTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.DataTableViewerTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.DataViewerTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.RuleSetTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.gui.viewer.SimilarityTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.AnnotationTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.ErrorTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.ExcelSheetTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.model.DefaultPreview
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
getValueAt(int, int) - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
getValueAxisRanges() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection
 
getValueCount() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getValueEditor(int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
getValueGrouping(ValueGrouping.GroupingType, DataTableColumn, boolean, DateFormat) - Static method in class com.rapidminer.gui.new_plotter.configuration.ValueGrouping.ValueGroupingFactory
 
getValueIndex(int, int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
This function maps from DataSet index to ValueSource index.
getValueMappingDataTable() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getValueName() - Method in class com.rapidminer.parameter.ParameterTypeValue.OperatorValueSelection
 
getValueNames() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot3D
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
getValuePlotSelectionType() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns the selection type for the value axis, i.e. one out of NO_SELECTION, SINGLE_SELECTION, or MULTIPLE_SELECTION.
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns Plotter.SINGLE_SELECTION.
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
getValuePlotSelectionType() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
getValueRange() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getValueRangeChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getValueRangeChanged() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
getValueRangeChangedEvent() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
getValues() - Method in class com.rapidminer.example.table.BinominalMapping
Returns the values of the attribute as an enumeration of strings.
getValues() - Method in interface com.rapidminer.example.table.NominalMapping
Returns a list of all nominal values which were mapped via NominalMapping.mapString(String) until now.
getValues() - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the values of the attribute as an enumeration of strings.
getValues() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
The returned values are sorted and filtered according to the selected sort order and value range.
getValues(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getValues(Comparable, Comparable) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
getValues() - Method in class com.rapidminer.operator.Operator
Returns all Values sorted by key.
getValues() - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
getValues() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator.AggregationTreeNode
 
getValues() - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
getValues() - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
getValues() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getValues() - Method in class com.rapidminer.parameter.value.ParameterValueList
 
getValues() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
getValues() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
This method returns a collection of all nominal attribute values.
getValues() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
getValues(int) - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
getValuesArray() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getValuesArray() - Method in class com.rapidminer.parameter.value.ParameterValueList
 
getValuesArray() - Method in class com.rapidminer.parameter.value.ParameterValues
 
getValueSet(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getValueSet() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getValueSetDescription() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getValueSetRelation() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getValueSource() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getValueSource() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getValueSourceById(int) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getValueSourceChange() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
getValueSourceData(ValueSource) - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getValueSourceIndex(ValueSource) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
getValueSources() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Returns all plot value configs on this range axis.
getValuesString() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
getValuesString() - Method in class com.rapidminer.parameter.value.ParameterValueList
 
getValuesString() - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
getValuesString() - Method in class com.rapidminer.parameter.value.ParameterValues
 
getValueString() - Method in class com.rapidminer.operator.learner.tree.GreaterSplitCondition
 
getValueString() - Method in class com.rapidminer.operator.learner.tree.LessEqualsSplitCondition
 
getValueString() - Method in class com.rapidminer.operator.learner.tree.NominalSplitCondition
 
getValueString() - Method in interface com.rapidminer.operator.learner.tree.SplitCondition
 
getValueType() - Method in interface com.rapidminer.example.Attribute
Returns the value type of this attribute.
getValueType() - Method in class com.rapidminer.example.AttributeDescription
 
getValueType() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the value type of this attribute.
getValueType() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
getValueType() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getValueType() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getValueType() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getValueType() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Returns the DataTableColumn.ValueType of this RangeAxisConfig.
getValueType(ValueSource.SeriesUsageType) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns the DataTableColumn.ValueType of the output values of this value source (which are not the necessarily the input values).
getValueType() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getValueType() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Returns the value type of the columns attribute.
getValueType() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getValueType() - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
getValueType() - Method in class com.rapidminer.parameter.ParameterTypeList
 
getValueType() - Method in enum com.rapidminer.tools.math.function.UnknownValue
 
getValueType(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
getValueTypeColor(DataTableColumn.ValueType) - Method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer
 
getValueTypeName() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
getValueTypeOfResult(int) - Method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
Standard behaviour is to return inputType, i.e. same output type as input type.
getValueTypeOfResult(int) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Returns the result type of this AggregationFunction when applied on data of type inputType as one of the static value types defined in Ontology.
getValueTypeOfResult(int) - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
getValueTypes() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
getValueTypes() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
getValueTypes() - Method in interface com.rapidminer.operator.nio.model.DataResultSet
This will return an integer array containing the value types of all columns.
getValueTypes() - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
getValueTypes() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
getValueTypes() - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
getVariance(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getVariance() - Method in class com.rapidminer.operator.features.weighting.WeightingMutation
 
getVariance() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples.MeanVariance
 
getVariance() - Method in class com.rapidminer.tools.math.Averagable
This method returns the makro variance if it was defined and the mikro variance otherwise.
getVariance() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
getVariance() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
getVariance() - Method in class com.rapidminer.tools.math.TestGroup
 
getVarianceThreshold() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getVector() - Method in interface com.rapidminer.operator.features.transformation.ComponentVector
 
getVector() - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
getVector() - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
getVector(int) - Method in class com.rapidminer.tools.math.RunVector
Returns the average vector with index i.
getVectorList() - Method in class com.rapidminer.tools.math.RunVector
Returns all average vectors as list.
getVektor(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Returns the value of the object's vektor with dimension (integer) dim.
getVersion() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
getVersion() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method returns a VersionNumber that is the version of this OperatorLibrary.
getVersion() - Method in class com.rapidminer.operator.tools.ExampleSetToStream
 
getVersion() - Method in class com.rapidminer.operator.tools.StreamedExampleSetBodySerializer
 
getVersion() - Static method in class com.rapidminer.RapidMiner
 
getVersion() - Method in class com.rapidminer.tools.plugin.Plugin
Returns the version of this plugin.
getVersionedUserConfigFile(VersionNumber, String) - Static method in class com.rapidminer.tools.FileSystemService
 
getVersionedUserConfigFile(VersionNumber, String) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
getVertexLabelRenderer() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the renderer used for node labels.
getVertexLabelRenderer() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getVertexLabelRenderer() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getVertexName(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
getVertexName(String) - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
getVertexName(V) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the name that should be displayed in each vertex.
getVertexName(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getVertexName(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getVertexName(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getVertexName(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getVertexPaintTransformer(VisualizationViewer<V, E>) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the transformer which maps vertices to the paint (color) used for drawing.
getVertexPaintTransformer(VisualizationViewer<String, String>) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getVertexPaintTransformer(VisualizationViewer<String, String>) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getVertexRenderer() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the renderer used for the nodes.
getVertexRenderer() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getVertexRenderer() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getVertexToolTip(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns null.
getVertexToolTip(String) - Method in class com.rapidminer.gui.graphs.ClusterModelGraphCreator
 
getVertexToolTip(V) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns the text that should be displayed as tool tip for each vertex.
getVertexToolTip(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns null.
getVertexToolTip(String) - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
getVertexToolTip(String) - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
 
getVertexToolTip(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
getVerticalAlignment() - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
getVerticalAxisTrace() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the flag that controls whether or not a vertical axis trace line is drawn over the plot area at the current mouse location.
getVerticalTraceLine() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the vertical trace line.
getView() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
getViewerComponent() - Method in class com.rapidminer.gui.graphs.ClusterModelObjectViewer
 
getViewerComponent() - Method in class com.rapidminer.gui.graphs.DefaultObjectViewer
 
getViewerComponent() - Method in interface com.rapidminer.gui.graphs.GraphObjectViewer
Returns the component which should be used for showing information about the currently selected object.
getVisibleLines() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns the number of lines visible in this text area.
getVisualization() - Method in class com.rapidminer.tools.math.container.BallTree
 
getVisualizationComponent() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.new_plotter.integration.ExpertDataTableRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AnnotationsRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.AverageVectorRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidPlotRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelDendogrammRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelFolderRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.CollectionRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.data.ExampleSetMetaDataRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.DefaultTextRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.itemsets.AssociationRulesTableRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.itemsets.FrequentItemSetsTableRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.DelegationModelRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.EigenvectorModelVariancePlotRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.ImprovedNeuralNetModelRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.MetaModelRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.NeuralNetGraphRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.SimpleNeuralNetGraphRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.models.SVDModelCumulativePlotRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.AnovaCalculatorViewerRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.AreaUnderCurveRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.BinaryClassificationPerformanceRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.MultiClassificationPerformanceRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.PerformanceVectorRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.ROCComparisonRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.TTestSignificanceTestRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.performance.WeightedMultiClassPerformanceRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in interface com.rapidminer.gui.renderer.Renderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityHistogramRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.similarity.SimilarityKDistanceRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.visualization.AnovaMatrixRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.visualization.LiftChartRenderer
 
getVisualizationComponent(Object, IOContainer) - Method in class com.rapidminer.gui.renderer.visualization.SOMModelVisualizationRenderer
 
getVisualizerForObject(Object) - Static method in class com.rapidminer.tools.ObjectVisualizerService
Returns the object visualizer registered for this targetObject.
getVisualLowerPrecision() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getVisualRepresentation(Transferable) - Method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
getVisualRepresentation(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler
 
getVisualRepresentation(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
getVisualRepresentation(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
getVisualRepresentation(Transferable) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
getVisualUpperPrecision() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
getWaitingTime() - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
getWallet() - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
getWarningColor() - Static method in class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
getWarnings() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.data.DomainConfigManagerData
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
getWarnings() - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
getWeight() - Method in class com.rapidminer.example.AbstractAttributes
 
getWeight() - Method in interface com.rapidminer.example.Attributes
Returns the weight attribute or null if no label attribute is defined.
getWeight() - Method in class com.rapidminer.example.AttributeWeight
Returns the weight of the attribute.
getWeight(String) - Method in class com.rapidminer.example.AttributeWeights
Returns the weight for the attribute with the given name.
getWeight() - Method in class com.rapidminer.example.Example
 
getWeight(Attribute) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Returns the weight of the attribute.
getWeight() - Method in class com.rapidminer.gui.plotter.WeightIndex
 
getWeight(int) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Model
 
getWeight(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
getWeight(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
Returns 1.
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.BisquareSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.EpanechnikovSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.ExponentialSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.GaussianSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.McLainSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.RectangularSmoothingKernel
 
getWeight(double, double) - Method in class com.rapidminer.tools.math.smoothing.SmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.SmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.TriangularSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.TricubeSmoothingKernel
 
getWeight(double) - Method in class com.rapidminer.tools.math.smoothing.TriweightSmoothingKernel
 
getWeight() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
getWeight() - Method in class com.rapidminer.tools.WeightedObject
Returns the weight.
getWeightAttributeRange() - Method in class com.rapidminer.operator.preprocessing.weighting.AbstractExampleWeighting
 
getWeightAttributeRange() - Method in class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
getWeightAttributeValueRelation() - Method in class com.rapidminer.operator.preprocessing.weighting.AbstractExampleWeighting
 
getWeightAttributeValueRelation() - Method in class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
getWeightCalculationError(OutputPort) - Method in class com.rapidminer.operator.learner.AbstractLearner
 
getWeightCalculationError(OutputPort) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
getWeightChanges() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
getWeightColor(double, double) - Static method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns a color for the given weight.
getWeightedCompatibleAttributes(AttributeWeightedExampleSet, FeatureGenerator, String[], RandomGenerator) - Static method in class com.rapidminer.example.Tools
 
getWeightEditor(int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
getWeightingOperator(String) - Method in class com.rapidminer.operator.features.weighting.BackwardWeighting
 
getWeightingOperator(String) - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
getWeightingOperator(String) - Method in class com.rapidminer.operator.features.weighting.ForwardWeighting
 
getWeights() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
getWeights() - Method in class com.rapidminer.operator.features.Individual
 
getWeights(int) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getWeights() - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
getWeights() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns the weights (if computed, after one of the doWork()} methods has been called.
getWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns the calculated weight vectors.
getWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Returns the weights for all features.
getWeights() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Return the weights of the features.
getWeights() - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Returns the weights of all features.
getWeights() - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
Return the weights of the features.
getWeights() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
getWeights(ExampleSet) - Method in interface com.rapidminer.operator.learner.Learner
Most learners should throw an exception if they are not able to calculate attribute weights.
getWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
Returns the calculated weight vectors.
getWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
The default implementation throws an exception.
getWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
getWeights() - Method in class com.rapidminer.tools.math.function.window.WindowFunction
 
getWeights() - Method in class com.rapidminer.tools.math.som.KohonenNode
 
getWeightsClone() - Method in class com.rapidminer.operator.features.Individual
 
getWeightsOfComponent(int) - Method in interface com.rapidminer.operator.features.transformation.ComponentWeightsCreatable
 
getWeightsOfComponent(int) - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
getWeightsOfComponent(int) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
getWeightsOfComponent(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
getWeightsOfComponent(int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
getWeightsOutputPort() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
getWeightTable() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel
 
getWeightType() - Method in class com.rapidminer.example.AttributeWeights
Returns the currently used weight type.
getWhite() - Static method in class com.rapidminer.gui.look.Colors
 
getWidth() - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
getWidth() - Method in class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
getWidth() - Method in class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
getWindowBackground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getWindowForComponent(Component) - Static method in class com.rapidminer.gui.look.fc.Tools
 
getWindowTitleBackground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getWindowTitleForeground() - Static method in class com.rapidminer.gui.look.RapidLookAndFeel
 
getWizardCreator() - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
Returns a new instance of the wizard creator.
getWizardListener() - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
 
getWorkspace() - Method in class com.rapidminer.gui.Perspective
 
getWorkspaceMenu() - Method in class com.rapidminer.gui.ApplicationPerspectives
 
getWorkspaceToolBar() - Method in class com.rapidminer.gui.ApplicationPerspectives
 
getX() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getX() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getX() - Method in class com.rapidminer.gui.plotter.PlotterPoint
 
getX() - Method in class com.rapidminer.gui.plotter.ToolTip
 
getX() - Method in class com.rapidminer.operator.learner.functions.kernel.SupportVector
 
getXAxisColumn() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns the name of the domain (X) axis column.
getXiAlphaEstimation(Kernel) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Returns a double array of estimated performance values.
getXML() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
getXML(String, boolean) - Method in class com.rapidminer.operator.Operator
Deprecated. indent is not used any more. Use Operator.getXML(boolean).
getXML(boolean) - Method in class com.rapidminer.operator.Operator
Same as getXML(hideDefault, false).
getXML(boolean, boolean) - Method in class com.rapidminer.operator.Operator
Returns the XML representation of this operator.
getXML(String, boolean) - Method in class com.rapidminer.parameter.Parameters
Deprecated. Use the DOM version of this method (Parameters.appendXML(Element, boolean, Document)).
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterType
 
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterType
Deprecated. Use the DOM version of this method. At the moment, we cannot delete it, because Parameters.equals(Object) and Parameters.hashCode() rely on it.
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
Returns an empty string since this parameter cannot be used in XML description but is only used for GUI purposes.
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
 
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
Deprecated. 
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterTypeList
 
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypeList
Deprecated. Replaced by DOM.
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypePassword
 
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypePreview
Returns an empty string since this parameter cannot be used in XML description but is only used for GUI purposes.
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterTypePreview
 
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterTypeSingle
 
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypeSingle
 
getXML(String, String, boolean, Document) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getXML(String, String, String, boolean) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
getXML(Document) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
getXML(String, Document) - Method in class com.rapidminer.tools.usagestats.OperatorUsageStatistics
 
getXMLEditor() - Method in class com.rapidminer.gui.MainFrame
 
getXmlExampleSourceCompatibilityVersion() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
getXMLFromEditor() - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
getXMLGregorianCalendar(Date) - Static method in class com.rapidminer.io.process.XMLTools
 
getXMLSerialization() - Static method in class com.rapidminer.tools.XMLSerialization
Returns the singleton instance.
getXMLTag() - Method in enum com.rapidminer.tools.usagestats.UsageStatistics.StatisticsScope
Tag to put around statistic map when exported as XML.
getXPath(Document, Element...) - Static method in class com.rapidminer.io.process.XMLTools
This method will get a XPath expression matching all elements given.
getXPath(Element, Element, boolean, Map<String, String>) - Static method in class com.rapidminer.operator.nio.xml.XMLDomHelper
Returns the XPath to retrieve targetElement from rootElement. rootElement may be null, in this case the XPath starts with and includes the farthest non-null ancestor of targetElement.
getY(int, int) - Method in class com.rapidminer.gui.plotter.charts.RapidHistogramDataset
 
getY() - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
getY() - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
getY() - Method in class com.rapidminer.gui.plotter.PlotterPoint
 
getY() - Method in class com.rapidminer.gui.plotter.ToolTip
 
getY() - Method in class com.rapidminer.operator.learner.functions.kernel.SupportVector
 
getYaleProperties() - Static method in class com.rapidminer.RapidMiner
Deprecated. Use RapidMiner.getRapidMinerProperties() instead
getYAxisColumn() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns the name of the range (Y) axis column.
getYs() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
getZeroClass() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
getZoomAroundAnchor() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the flag that controls whether or not zoom operations are centered around the current anchor point.
getZoomFillPaint() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the zoom rectangle fill paint.
getZoomInFactor() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the zoom in factor.
getZoomOnLinkAndBrushSelection() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
Returns whether the panel will zoom on selection or not.
getZoomOutFactor() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the zoom out factor.
getZoomOutlinePaint() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the zoom rectangle outline paint.
getZoomTriggerDistance() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the zoom trigger distance.
GHA - Class in com.rapidminer.operator.features.transformation
Generalized Hebbian Algorithm (GHA) is an iterative method to compute principal components.
GHA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.GHA
 
GHAModel - Class in com.rapidminer.operator.features.transformation
This is the transformation model of the GHA The number of components is initially specified by the GHA.
GHAModel(ExampleSet, double[], double[][], double[]) - Constructor for class com.rapidminer.operator.features.transformation.GHAModel
 
GiniCoefficient - Class in com.rapidminer.operator.validation.clustering.exampledistribution
Normalized Gini Coefficient.
GiniCoefficient() - Constructor for class com.rapidminer.operator.validation.clustering.exampledistribution.GiniCoefficient
 
GiniIndexCriterion - Class in com.rapidminer.operator.learner.tree.criterions
Calculates the Gini index for the given split.
GiniIndexCriterion() - Constructor for class com.rapidminer.operator.learner.tree.criterions.GiniIndexCriterion
 
GiniWeighting - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of a feature by computing the Gini index of the class distribution, if the given example set would have been splitted according to the feature.
GiniWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.GiniWeighting
 
GLOBAL_PREFIX - Static variable in class com.rapidminer.tools.LogService
The prefix used to indicate the global logger.
GlobalAndLocalPatternsFunction - Class in com.rapidminer.operator.generator
The label is positive if the sum of both arguments is positive and negative otherwise.
GlobalAndLocalPatternsFunction() - Constructor for class com.rapidminer.operator.generator.GlobalAndLocalPatternsFunction
 
GlobalAuthenticator - Class in com.rapidminer.tools
Global authenticator at which multiple other authenticators can register.
GlobalAuthenticator() - Constructor for class com.rapidminer.tools.GlobalAuthenticator
 
GlobalAuthenticator.URLAuthenticator - Interface in com.rapidminer.tools
 
GlobalConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
GlobalConfigurationPanel(PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.GlobalConfigurationPanel
 
globalMax - Variable in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
globalMin - Variable in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
GlobCompiler - Class in com.rapidminer.tools
This class provides the functionality to translate a GLOB expression into a standard regular expression.
GlobCompiler() - Constructor for class com.rapidminer.tools.GlobCompiler
 
GlobFilenameFilter - Class in com.rapidminer.tools.io
This filename filter interprets a given glob expression, to determine if a file should be accepted.
GlobFilenameFilter(String) - Constructor for class com.rapidminer.tools.io.GlobFilenameFilter
 
GlobFilenameFilter(String, boolean) - Constructor for class com.rapidminer.tools.io.GlobFilenameFilter
 
GnuPlotDataTableHandler - Class in com.rapidminer.datatable
This class can be used to create GnuPlot files from data tables.
GnuPlotDataTableHandler(DataTable) - Constructor for class com.rapidminer.datatable.GnuPlotDataTableHandler
 
GNUPlotOperator - Class in com.rapidminer.operator.io
Writes the data generated by a ProcessLogOperator to a file in gnuplot format.
GNUPlotOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.io.GNUPlotOperator
 
GO_BACK_ACTION - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
GO_HOME_ACTION - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
goBack() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
GPBase - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Defines the interface for the various RVM-implementations
GPBase(Problem, Parameter) - Constructor for class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.GPBase
Constructor
GPLearner - Class in com.rapidminer.operator.learner.functions.kernel
Gaussian Process (GP) Learner.
GPLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.GPLearner
 
GPModel - Class in com.rapidminer.operator.learner.functions.kernel
A model learned by the GPLearner.
GPModel(ExampleSet, Model) - Constructor for class com.rapidminer.operator.learner.functions.kernel.GPModel
 
grabAction - Variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
grabNextKeyStroke(ActionListener) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Grabs the next key typed event and invokes the specified action with the key as a the action command.
GraphCreator<V,E> - Interface in com.rapidminer.gui.graphs
Creates a graph which can be displayed by the graph viewer.
GraphCreatorAdaptor - Class in com.rapidminer.gui.graphs
An adaptor for the graph creator interface.
GraphCreatorAdaptor() - Constructor for class com.rapidminer.gui.graphs.GraphCreatorAdaptor
 
GraphObjectViewer - Interface in com.rapidminer.gui.graphs
This object viewer can be used by the GraphViewer.
GraphViewer<V,E> - Class in com.rapidminer.gui.graphs
The basic graph viewer component for graphs.
GraphViewer(GraphCreator<V, E>) - Constructor for class com.rapidminer.gui.graphs.GraphViewer
 
grayImageBorder - Static variable in class com.rapidminer.gui.look.fc.Item
 
GREATER - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
GREATER_SPLIT - Static variable in class com.rapidminer.operator.learner.rules.Split
 
greaterOrAlmostEqual(float, float, float) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
greaterOrAlmostEqual(double, double, double) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
GreaterSplitCondition - Class in com.rapidminer.operator.learner.tree
Returns true if the value of the desired attribute is greater then a given threshold.
GreaterSplitCondition(Attribute, double) - Constructor for class com.rapidminer.operator.learner.tree.GreaterSplitCondition
 
GREEDY - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
Attribute selection method: Greedy method
GreedyKernelDistribution - Class in com.rapidminer.tools.math.distribution.kernel
An updatable estimated kernel density distribution.
GreedyKernelDistribution() - Constructor for class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
GreedyKernelDistribution(double, int) - Constructor for class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
GreedyLinearRegressionMethod - Class in com.rapidminer.operator.learner.functions.linear
This class implements an internal forward selection for the linear regression.
GreedyLinearRegressionMethod() - Constructor for class com.rapidminer.operator.learner.functions.linear.GreedyLinearRegressionMethod
 
GRID_COLOR - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
GridFunction - Class in com.rapidminer.operator.generator
Generates a uniformly distributed grid in the given dimensions.
GridFunction() - Constructor for class com.rapidminer.operator.generator.GridFunction
 
GridSearchParameterOptimizationOperator - Class in com.rapidminer.operator.meta
This operator finds the optimal values for a set of parameters using a grid search.
GridSearchParameterOptimizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
GridVizPlotter - Class in com.rapidminer.gui.plotter
GridViz is a simple extension of RadViz that places the dimensional anchors on a rectangular grid instead of using the perimeter of a circle.
GridVizPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.GridVizPlotter
Constructs a new GridVizPlotter.
GridVizPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.GridVizPlotter
Constructs a new GridVizPlotter.
GROUP_NAME - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
GROUP_PREFIX - Static variable in class com.rapidminer.tools.documentation.OperatorDocBundle
 
GroupByOperator - Class in com.rapidminer.operator.preprocessing
This operator creates a SplittedExampleSet from an arbitrary example set.
GroupByOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.GroupByOperator
 
groupCellCount() - Method in class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
GroupCellData - Class in com.rapidminer.gui.new_plotter.data
 
GroupCellData() - Constructor for class com.rapidminer.gui.new_plotter.data.GroupCellData
 
GroupCellKey - Class in com.rapidminer.gui.new_plotter.configuration
Wrapper for a map of Dimension to ValueRange.
GroupCellKey() - Constructor for class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
GroupCellKey(Map<DimensionConfig.PlotDimension, ValueRange>) - Constructor for class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
GroupCellKeyAndData - Class in com.rapidminer.gui.new_plotter.data
 
GroupCellKeyAndData() - Constructor for class com.rapidminer.gui.new_plotter.data.GroupCellKeyAndData
 
GroupCellKeyAndData(GroupCellKey, GroupCellData) - Constructor for class com.rapidminer.gui.new_plotter.data.GroupCellKeyAndData
 
GroupCellSeriesData - Class in com.rapidminer.gui.new_plotter.data
Contains a list of GroupCellKeyAndData.
GroupCellSeriesData() - Constructor for class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
groupDigits() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
GroupDocumentation - Class in com.rapidminer.tools.documentation
Documentation for a GroupTree.
GroupDocumentation(String) - Constructor for class com.rapidminer.tools.documentation.GroupDocumentation
 
GroupDocumentation(String, String, String) - Constructor for class com.rapidminer.tools.documentation.GroupDocumentation
 
GroupedANOVAOperator - Class in com.rapidminer.operator.preprocessing.transformation
This operator creates groups of the input example set based on the defined grouping attribute.
GroupedANOVAOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
GroupedModel - Class in com.rapidminer.operator
This model is a container for all models which should be applied in a sequence.
GroupedModel() - Constructor for class com.rapidminer.operator.GroupedModel
 
GroupingConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
GroupingConfigurationPanel(JTree, PlotInstance, DimensionConfig.PlotDimension) - Constructor for class com.rapidminer.gui.new_plotter.gui.GroupingConfigurationPanel
 
GroupTree - Class in com.rapidminer.tools
A group tree manages operator descriptions in a tree like manner.
GroupTree() - Constructor for class com.rapidminer.tools.GroupTree
 
GroupTree(GroupTree) - Constructor for class com.rapidminer.tools.GroupTree
Clone constructor.
GroupTreeNode - Class in com.rapidminer.tools
A group tree manages operator descriptions in a tree like manner.
GroupTreeRoot - Class in com.rapidminer.tools
A group tree manages operator descriptions in a tree like manner.
GroupTreeRoot(GroupTreeRoot) - Constructor for class com.rapidminer.tools.GroupTreeRoot
Clone constructor.
GSPOperator - Class in com.rapidminer.operator.learner.associations.gsp
This operator searches sequential patterns in a set of transactions.
GSPOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
GSPRenderer - Class in com.rapidminer.gui.renderer.associations
This class is the renderer for the GSP results.
GSPRenderer() - Constructor for class com.rapidminer.gui.renderer.associations.GSPRenderer
 
GSPSet - Class in com.rapidminer.operator.learner.associations.gsp
 
GSPSet() - Constructor for class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
gss(ExampleSet, LinkedList<Hypothesis>, double, double) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
Returns the n best hypothesis with maximum error epsilon with confidence 1-delta.
GSSModel - Class in com.rapidminer.operator.learner.igss.hypothesis
Wrapper class for rules found by the Iterating GSS algorithm.
GSSModel(ExampleSet, Hypothesis, double[]) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Creates a new GSSModel.
GUESS_ALL_TYPES_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
GUESS_TYPE_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
guessAllColumnTypes() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
GuessAllTypesAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
GuessAllTypesAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.GuessAllTypesAction
 
guessColumnType() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
guessingButtonsPanel - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
GuessTypeAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
GuessTypeAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.GuessTypeAction
 
guessValueTypes(File, String, String, char, boolean, boolean) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
guessValueTypes(ProgressListener) - Method in class com.rapidminer.operator.io.AbstractDataReader
Guesses the attribute value types based on the values in the first AbstractDataReader.PREVIEW_LINES rows.
guessValueTypes(DataResultSetTranslationConfiguration, DataResultSet, ProgressListener) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
guessValueTypes(DataResultSetTranslationConfiguration, DataResultSet, int, ProgressListener) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
GuessValueTypes - Class in com.rapidminer.operator.preprocessing
This operator can be used to (re-)guess the value types of all attributes.
GuessValueTypes(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.GuessValueTypes
 
guessValueTypes(String[], int[], boolean[], char) - Static method in class com.rapidminer.tools.att.AttributeDataSourceCreator
 
GUI_PLOTTER_ROWS_MAXIMUM_IF_RAPIDMINER_PROPERTY_NOT_READABLE - Static variable in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
GUIInputHandler - Class in com.rapidminer.gui
An input handler using a JOptionPane.
GUIInputHandler() - Constructor for class com.rapidminer.gui.GUIInputHandler
 
guiPanel - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the GUI used to display the given template
GZIP - Static variable in class com.rapidminer.io.Base64
Specify that data should be gzip-compressed in second bit.

H

H - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
HALF_SIZE - Static variable in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
HALF_SIZE - Static variable in class com.rapidminer.gui.look.icons.SliderThumb
 
HALF_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
HALF_YEAR_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
HALF_YEAR_RELATIVE_TO_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
HAMMING - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
HAMMING - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Hamming.
HammingWindowFunction - Class in com.rapidminer.tools.math.function.window
A Hamming window function.
HammingWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.HammingWindowFunction
 
HammingWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.HammingWindowFunction
 
HANDLE_VALUE_LABELS_MODES - Static variable in class com.rapidminer.operator.io.StataExampleSource
String descriptions of value label handling modes.
handleArguments(String[]) - Method in interface com.rapidminer.tools.LaunchListener.RemoteControlHandler
Callback method called when another client starts.
handleAverages(IOContainer, List<AverageVector>) - Static method in class com.rapidminer.operator.validation.Tools
Deprecated. This method is no longer needed.
handleAverages(IOContainer, List<AverageVector>, boolean) - Static method in class com.rapidminer.operator.validation.Tools
Deprecated. This method is no longer needed.
handleBrokenProxessXML(ProcessLocation, String, Exception) - Method in class com.rapidminer.gui.MainFrame
 
handleGetObject(String) - Method in class com.rapidminer.operator.libraries.OperatorLibraryDocBundle
 
handleGetObject(String) - Method in class com.rapidminer.tools.documentation.OperatorDocBundle
 
handleGetObject(String) - Method in class com.rapidminer.tools.ExtensibleResourceBundle
 
handleGrabAction(KeyEvent) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
If a key is being grabbed, this method should be called with the appropriate key event.
handleStatistics(String) - Method in class com.rapidminer.example.MinMaxStatistics
 
handleStatistics(String) - Method in class com.rapidminer.example.NominalStatistics
 
handleStatistics(String) - Method in class com.rapidminer.example.NumericalStatistics
 
handleStatistics(String) - Method in interface com.rapidminer.example.Statistics
 
handleStatistics(String) - Method in class com.rapidminer.example.UnknownStatistics
 
handleStatistics(String) - Method in class com.rapidminer.example.WeightedNumericalStatistics
 
handleUrl(String) - Static method in class com.rapidminer.tools.RMUrlHandler
 
HANN - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
HANNING - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Hanning.
HannWindowFunction - Class in com.rapidminer.tools.math.function.window
A Hann window function.
HannWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.HannWindowFunction
 
HannWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.HannWindowFunction
 
hasAbsolutStackedPlot() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
hasBackupDataTable() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns true if a backup of the current DataTable exists.
hasBreakpoint() - Method in class com.rapidminer.operator.Operator
Returns true iff this operator has a breakpoint at any possible position.
hasBreakpoint(int) - Method in class com.rapidminer.operator.Operator
Returns true iff a breakpoint is set at the given position
hasCache(OperatorDescription) - Static method in class com.rapidminer.gui.OperatorDocLoader
 
hasDataChanged() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
hasDuplicateValues() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
hasEditorFor(ParameterType) - Method in class com.rapidminer.gui.properties.PropertyPanel
 
hasErrors() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
hasErrors() - Method in class com.rapidminer.io.process.XMLErrorHandler
 
hasErrorsOrWarnings() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
hasFailedToday() - Method in class com.rapidminer.tools.usagestats.UsageStatistics
 
hasFarChild(double[]) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
hasFather() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
Returns true if node has father.
hashCode() - Method in interface com.rapidminer.example.Attribute
Returns the hash code.
hashCode() - Method in class com.rapidminer.example.AttributeDescription
 
hashCode() - Method in interface com.rapidminer.example.Attributes
Returns the hash code of this attribute set.
hashCode() - Method in class com.rapidminer.example.AttributeWeight
 
hashCode() - Method in class com.rapidminer.example.AttributeWeights
Returns the hash code of the weight map.
hashCode() - Method in interface com.rapidminer.example.ExampleSet
Returns the hash code.
hashCode() - Method in class com.rapidminer.example.set.AbstractExampleSet
Returns the hash code of all attributes.
hashCode() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.ConditionedExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.MappedExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.Partition
 
hashCode() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.SortedExampleSet
 
hashCode() - Method in class com.rapidminer.example.set.SplittedExampleSet
 
hashCode() - Method in class com.rapidminer.example.SimpleAttributes
 
hashCode() - Method in class com.rapidminer.example.table.AbstractAttribute
 
hashCode() - Method in class com.rapidminer.FileProcessLocation
 
hashCode() - Method in class com.rapidminer.generator.AttributePeak
 
hashCode() - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
hashCode() - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
hashCode() - Method in class com.rapidminer.generator.FeatureGenerator
 
hashCode() - Method in class com.rapidminer.generator.FloorCeilGenerator
 
hashCode() - Method in class com.rapidminer.generator.MinMaxGenerator
 
hashCode() - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
hashCode() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
hashCode() - Method in class com.rapidminer.gui.look.fc.Bookmark
 
hashCode() - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
hashCode() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
hashCode() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
hashCode() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter.SeriesAndItem
 
hashCode() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter.SeriesAndItem
 
hashCode() - Method in class com.rapidminer.gui.plotter.charts.RapidBarPainter
Returns a hash code for this instance.
hashCode() - Method in class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
Returns a hash code for this instance.
hashCode() - Method in class com.rapidminer.gui.plotter.NameValue
 
hashCode() - Method in class com.rapidminer.gui.plotter.WeightIndex
 
hashCode() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
hashCode() - Method in class com.rapidminer.gui.templates.OperatorParameterPair
 
hashCode() - Method in class com.rapidminer.gui.tools.VersionNumber
 
hashCode() - Method in class com.rapidminer.operator.features.transformation.Eigenvector
 
hashCode() - Method in class com.rapidminer.operator.features.transformation.WeightVector
 
hashCode() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
hashCode() - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
hashCode() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
 
hashCode() - Method in class com.rapidminer.operator.learner.associations.gsp.Item
 
hashCode() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression.Score
 
hashCode() - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
 
hashCode() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
 
hashCode() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
 
hashCode() - Method in class com.rapidminer.operator.learner.igss.Result
 
hashCode() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction.RuleWithScoreUpperBound
 
hashCode() - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
hashCode() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
hashCode() - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
hashCode() - Method in class com.rapidminer.operator.OperatorDescription
 
hashCode() - Method in class com.rapidminer.operator.ports.ProcessingStep
 
hashCode() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin.DoubleArrayWrapper
 
hashCode() - Method in class com.rapidminer.parameter.Parameters
 
hashCode() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
hashCode() - Method in class com.rapidminer.repository.RepositoryLocation
 
hashCode() - Method in class com.rapidminer.RepositoryProcessLocation
 
hashCode() - Method in class com.rapidminer.tools.container.Pair
 
hashCode() - Method in class com.rapidminer.tools.container.Tupel
 
hashCode() - Method in class com.rapidminer.tools.GroupTree
 
hashCode() - Method in class com.rapidminer.tools.GroupTreeNode
 
hashCode() - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
hashCode() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
hashCode() - Method in class com.rapidminer.tools.jdbc.TableName
 
hashCode() - Method in class com.rapidminer.tools.math.AverageVector
 
hashCode() - Method in class com.rapidminer.tools.math.Complex
 
hashCode() - Method in class com.rapidminer.tools.math.Peak
 
hashCode() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
hashCode() - Method in class com.rapidminer.tools.WeightedObject
 
HashTreeInnerNode - Class in com.rapidminer.operator.learner.associations.gsp
 
HashTreeInnerNode() - Constructor for class com.rapidminer.operator.learner.associations.gsp.HashTreeInnerNode
 
HashTreeLeafNode - Class in com.rapidminer.operator.learner.associations.gsp
 
HashTreeLeafNode() - Constructor for class com.rapidminer.operator.learner.associations.gsp.HashTreeLeafNode
 
HashTreeNode - Interface in com.rapidminer.operator.learner.associations.gsp
 
HashTreeRootNode - Class in com.rapidminer.operator.learner.associations.gsp
 
HashTreeRootNode() - Constructor for class com.rapidminer.operator.learner.associations.gsp.HashTreeRootNode
 
hasInput(Class<? extends IOObject>) - Method in class com.rapidminer.operator.Operator
Deprecated. use the input ports directly
hasLeftChild() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
hasLegend() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
hasLegend() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
hasMainFrame() - Method in enum com.rapidminer.RapidMiner.ExecutionMode
 
hasMetaDataChanged() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
hasMore() - Method in class com.rapidminer.tools.math.CombinationGenerator
Returns true if there are more combinations left.
hasNearChild(double[]) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
hasNext() - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowIterator
 
hasNext() - Method in class com.rapidminer.datatable.Example2DataTableRowIterator
 
hasNext() - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowIterator
 
hasNext() - Method in class com.rapidminer.example.AttributeIterator
 
hasNext() - Method in class com.rapidminer.example.AttributeRoleIterator
 
hasNext() - Method in class com.rapidminer.example.set.AttributesExampleReader
Returns true if there are more data rows.
hasNext() - Method in class com.rapidminer.example.set.ConditionExampleReader
Deprecated.  
hasNext() - Method in class com.rapidminer.example.set.IndexBasedExampleSetReader
 
hasNext() - Method in class com.rapidminer.example.set.MappedExampleReader
 
hasNext(int) - Method in class com.rapidminer.example.set.Partition
Returns true if the last possible index stored in lastElementIndex for all currently selected partitions is not yet reached.
hasNext() - Method in class com.rapidminer.example.set.SimpleExampleReader
Returns true if there are more data rows.
hasNext() - Method in class com.rapidminer.example.set.SkipNANExampleReader
 
hasNext() - Method in class com.rapidminer.example.set.SortedExampleReader
 
hasNext() - Method in class com.rapidminer.example.table.DatabaseDataRowReader
 
hasNext() - Method in class com.rapidminer.example.table.FileDataRowReader
Checks if another line exists and reads.
hasNext() - Method in class com.rapidminer.example.table.ListDataRowReader
 
hasNext() - Method in class com.rapidminer.example.table.RandomDataRowReader
 
hasNext() - Method in class com.rapidminer.example.table.ResultSetDataRowReader
 
hasNext() - Method in class com.rapidminer.example.table.SimpleArrayDataRowReader
 
hasNext() - Method in class com.rapidminer.example.table.SparseFormatDataRowReader
Checks if further examples exist.
hasNext() - Method in class com.rapidminer.operator.learner.associations.PowerSet
 
hasNext() - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
hasNext() - Method in interface com.rapidminer.operator.nio.model.DataResultSet
This returns if another row exists.
hasNext() - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
hasNext() - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
hasNext() - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
hasNominalLabels(ExampleSet) - Static method in class com.rapidminer.example.Tools
The example set has to have nominal labels.
hasOptionsDialog() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if this plotter provides an options dialog.
hasOptionsDialog() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
hasParseError(int, int) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
hasParseErrorInColumn(int) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
hasParseErrorInRow(int) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
hasRapidMinerValueLegend() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
hasRapidMinerValueLegend() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
hasRepairOptions() - Method in exception com.rapidminer.operator.ports.impl.CannotConnectPortException
 
hasRepairOptions() - Method in exception com.rapidminer.operator.ports.PortException
 
hasRightChild() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
hasSameConfiguration(GraphicsConfiguration, Color, Color) - Method in class com.rapidminer.gui.look.ToolbarHandlerBuffer
 
hasSameValues(Configurable) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
hasSameValues(Configurable) - Method in interface com.rapidminer.tools.config.Configurable
Compares the name and the parameter values of this Configurable with a given Configurable
hasSaveDestination() - Method in class com.rapidminer.Process
Returns true iff either a file or a repository location is defined.
hasSaveImageButton() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true, if plotter has capability to save an image on his own.
hasSaveImageButton() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
hasSelection() - Method in class com.rapidminer.repository.gui.RepositoryLocationChooser
Same as RepositoryLocationChooser.hasSelection(boolean) with parameter false.
hasSelection(boolean) - Method in class com.rapidminer.repository.gui.RepositoryLocationChooser
Returns true iff the user entered a valid, non-empty repository location.
hasSibling() - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
Returns true if this node is not the last one in the chain of nodes representing the same item as this node.
hasSpecial(String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
This returns if an attribute with the given role exists in the example set.
hasTwoChilds() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
hasWarnings() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
hasWarnings() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
hasWorkbook() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
Returns if there is an active workbook.
Header - Class in com.rapidminer.operator.learner.associations.fpgrowth
An entry in the header table.
Header() - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.Header
 
HEADER_HEIGHT - Static variable in class com.rapidminer.gui.flow.ProcessRenderer
 
HEADER_ROW - Variable in class com.rapidminer.gui.tools.table.EditableTableHeader
 
headerEditor - Variable in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
HeaderExampleSet - Class in com.rapidminer.example.set
This example set is a clone of the attributes without reference to any data.
HeaderExampleSet(ExampleSet) - Constructor for class com.rapidminer.example.set.HeaderExampleSet
 
HeaderExampleSet(HeaderExampleSet) - Constructor for class com.rapidminer.example.set.HeaderExampleSet
Header example set clone constructor.
Heap - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.util
Implements a Heap on n doubles and ints
Heap() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
Heap(int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
heap - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
heapify(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
heapify(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MaxHeap
 
heapify(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MinHeap
 
HIDDEN - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
hide() - Method in class com.rapidminer.gui.look.RoundedRectanglePopup
 
hideSplash() - Static method in class com.rapidminer.RapidMiner
 
hideToolTip(JComponent) - Static method in class com.rapidminer.gui.tools.ExtendedJSliderToolTips
 
HierarchicalClusterLeafNode - Class in com.rapidminer.operator.clustering
This class is an extension of the HierarchicalClusterNode, representing the leaf nodes of a hierarchical cluster tree.
HierarchicalClusterLeafNode(String) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
HierarchicalClusterLeafNode(String, Collection<Object>) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
HierarchicalClusterLeafNode(int, Collection<Object>) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
HierarchicalClusterLeafNode(int, Object) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
HierarchicalClusterModel - Class in com.rapidminer.operator.clustering
This class provides the data of a generic hierarchical cluster model.
HierarchicalClusterModel(ClusterModel) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterModel
Creates a hierarchical cluster model by copying a flat one.
HierarchicalClusterModel(HierarchicalClusterNode) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
HierarchicalClusterNode - Class in com.rapidminer.operator.clustering
This class represents a not leaf node of a hierarchical cluster tree.
HierarchicalClusterNode(String) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
HierarchicalClusterNode(int, double) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
HierarchicalClusterNode(String, double) - Constructor for class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
HierarchicalLearner - Class in com.rapidminer.operator.learner.meta
Deprecated. 
HierarchicalLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
HierarchicalModel - Class in com.rapidminer.operator.learner.meta
Deprecated. 
HierarchicalModel(ExampleSet, HierarchicalModel.Node) - Constructor for class com.rapidminer.operator.learner.meta.HierarchicalModel
Deprecated.  
HierarchicalModel.Node - Class in com.rapidminer.operator.learner.meta
Deprecated.  
HierarchicalModel.Node(String) - Constructor for class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
HierarchicalMultiClassLearner - Class in com.rapidminer.operator.learner.meta
This is a meta learner for classifying multiple classes using a hierarchical approach.
HierarchicalMultiClassLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
HierarchicalMultiClassModel - Class in com.rapidminer.operator.learner.meta
This model of the hierarchical learner.
HierarchicalMultiClassModel(ExampleSet, HierarchicalMultiClassModel.Node) - Constructor for class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel
 
HierarchicalMultiClassModel.Node - Class in com.rapidminer.operator.learner.meta
 
HierarchicalMultiClassModel.Node(String) - Constructor for class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
highlights - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
HINTON_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
HintonDiagram - Class in com.rapidminer.gui.plotter
Presents values by boxes more filled the higher the values are.
HintonDiagram(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.HintonDiagram
 
HintonDiagram(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.HintonDiagram
 
HISTOGRAM_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
HISTOGRAM_PLOT_COLOR - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
HistogramChart - Class in com.rapidminer.gui.plotter.charts
This is the histogram plotter based on JFreeCharts.
HistogramChart(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.HistogramChart
 
HistogramChart(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.HistogramChart
 
HistogramColorChart - Class in com.rapidminer.gui.plotter.charts
This is the histogram color plotter based on JFreeCharts.
HistogramColorChart(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
HistogramColorChart(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
HistogrammTemplatePanel - Class in com.rapidminer.gui.new_plotter.templates.gui
This class contains the GUI for the HistogramTemplate.
HistogrammTemplatePanel(HistogramTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.gui.HistogrammTemplatePanel
Creates a new GUI for a HistogramTemplate.
HistogramTemplate - Class in com.rapidminer.gui.new_plotter.templates
The template for a histogram plot.
HistogramTemplate() - Constructor for class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Creates a new HistogramTemplate.
HOME - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
horizontal - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
horizontalOffset - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
HOUR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
HOUR_MS - Static variable in class com.rapidminer.tools.TimeFormat
 
HOUR_RELATIVE_TO_DAY - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
HOUR_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
HTMLEditor - Class in com.rapidminer.gui.tools
A generic HTML editor.
HTMLEditor() - Constructor for class com.rapidminer.gui.tools.HTMLEditor
 
HTMLTokenMarker - Class in com.rapidminer.gui.tools.syntax
HTML token marker.
HTMLTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.HTMLTokenMarker
 
HTMLTokenMarker(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.HTMLTokenMarker
 
HUGE - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
HyperHyper - Class in com.rapidminer.operator.learner.functions.kernel.hyperhyper
This is a minimal SVM implementation.
HyperHyper(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperHyper
 
hyperlinkUpdate(HyperlinkEvent) - Method in class com.rapidminer.gui.dialog.Browser
 
HyperModel - Class in com.rapidminer.operator.learner.functions.kernel.hyperhyper
The model for the HyperHyper implementation.
HyperModel(ExampleSet, double, double[], double[], double[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel
 
HyperModelWeightsRenderer - Class in com.rapidminer.gui.renderer.models
 
HyperModelWeightsRenderer() - Constructor for class com.rapidminer.gui.renderer.models.HyperModelWeightsRenderer
 
HyperplaneModel - Class in com.rapidminer.operator.learner.functions
This model is a separating hyperplane for two classes.
HyperplaneModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.functions.HyperplaneModel
 
HyperplaneModel(ExampleSet, String, String) - Constructor for class com.rapidminer.operator.learner.functions.HyperplaneModel
 
HyperplaneModel(ExampleSet, String, String, Kernel) - Constructor for class com.rapidminer.operator.learner.functions.HyperplaneModel
 
HyperplaneModelRenderer - Class in com.rapidminer.gui.renderer.models
 
HyperplaneModelRenderer() - Constructor for class com.rapidminer.gui.renderer.models.HyperplaneModelRenderer
 
hypothesis - Variable in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
The all hypothesis of the model.
Hypothesis - Class in com.rapidminer.operator.learner.igss.hypothesis
Abstract superclass for all possible kinds of hypothesis.
Hypothesis(Attribute[], Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Create a new dummy hypothesis to allow calling the 'init' method, initialize the regularAttributes, label and p0 fields.
Hypothesis() - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
Hypothesis - Class in com.rapidminer.operator.learner.subgroups.hypothesis
This is a hypothesis for subgroup discovery.
Hypothesis() - Constructor for class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
Hypothesis(Collection<Literal>) - Constructor for class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
HYPOTHESIS_SPACE_TYPES - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 

I

I18N - Class in com.rapidminer.tools
 
I18N() - Constructor for class com.rapidminer.tools.I18N
 
ICON_PROTOCOLL - Static variable in class com.rapidminer.tools.NetTools
 
ICON_SIZE - Static variable in class com.rapidminer.gui.look.icons.ListViewIcon
 
IconFactory - Class in com.rapidminer.gui.look.icons
The factory used for creating and holding icon objects.
IconFactory() - Constructor for class com.rapidminer.gui.look.icons.IconFactory
 
IconSize - Enum in com.rapidminer.gui.tools
This enumeration hold the information about all available icon sizes (mainly used for actions).
id - Variable in class com.rapidminer.gui.tools.syntax.Token
The id of this token.
ID3Learner - Class in com.rapidminer.operator.learner.tree
This operator learns decision trees without pruning using nominal attributes only.
ID3Learner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.ID3Learner
 
ID3NumericalLearner - Class in com.rapidminer.operator.learner.tree
This operator learns decision trees without pruning using both nominal and numerical attributes.
ID3NumericalLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.ID3NumericalLearner
 
ID_COLUMN - Static variable in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
ID_COUNT - Static variable in class com.rapidminer.gui.tools.syntax.Token
The total number of defined token ids.
ID_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute id.
ids - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
The ids of all examples.
IdTagging - Class in com.rapidminer.operator.preprocessing
This operator adds an ID attribute to the given example set.
IdTagging(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.IdTagging
 
IGNORE - Static variable in class com.rapidminer.operator.io.StataExampleSource
Ignore existing value labels but let attribute be nominal.
ignore(RemoteRepository) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
ignoreList - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The list of columns which should not be used as dimension anchors.
ignoreMissings - Variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
IGSSResult - Class in com.rapidminer.operator.learner.igss
This class stores all results found by the IGSS algorithm.
IGSSResult(ExampleSet) - Constructor for class com.rapidminer.operator.learner.igss.IGSSResult
 
ILLEGAL_ACCESS_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
ILLEGAL_CHARACTER - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
ILLEGAL_DATA_FORMAT - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
ILLEGAL_TYPE - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
IllegalInputException - Exception in com.rapidminer.operator
Will be thrown if an operator needs an input type which is not provided or gets the wrong input.
IllegalInputException(Operator, Operator, Class) - Constructor for exception com.rapidminer.operator.IllegalInputException
 
IllegalInputException(Operator, Class) - Constructor for exception com.rapidminer.operator.IllegalInputException
 
IllegalInputException(Operator, String) - Constructor for exception com.rapidminer.operator.IllegalInputException
 
IllegalNumberOfInnerOperatorsException - Exception in com.rapidminer.operator
Will be thrown if an operator chain has the wrong number of inner operators.
IllegalNumberOfInnerOperatorsException(String, OperatorChain) - Constructor for exception com.rapidminer.operator.IllegalNumberOfInnerOperatorsException
 
illegalValue(Object, Object) - Method in class com.rapidminer.parameter.ParameterType
Can be called in order to report an illegal parameter value which is encountered during checkValue().
image - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
IMAGE_HEIGHT - Static variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
IMAGE_PREFERRED_HEIGHT - Static variable in class com.rapidminer.gui.tools.ImagePanel
 
IMAGE_PREFERRED_SIZE - Static variable in class com.rapidminer.gui.tools.ImagePanel
 
IMAGE_WIDTH - Static variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
ImageIconUIResource - Class in com.rapidminer.gui.look
The UI for image icons.
ImageIconUIResource() - Constructor for class com.rapidminer.gui.look.ImageIconUIResource
 
ImageIconUIResource(byte[]) - Constructor for class com.rapidminer.gui.look.ImageIconUIResource
 
ImageIconUIResource(Image) - Constructor for class com.rapidminer.gui.look.ImageIconUIResource
 
ImageIconUIResource(URL) - Constructor for class com.rapidminer.gui.look.ImageIconUIResource
 
ImageIconUIResource(String) - Constructor for class com.rapidminer.gui.look.ImageIconUIResource
 
imageLabel - Variable in class com.rapidminer.gui.look.fc.Item
 
ImagePanel - Class in com.rapidminer.gui.tools
This panel can be used to display an image.
ImagePanel(Image, int) - Constructor for class com.rapidminer.gui.tools.ImagePanel
 
ImageTextPanel - Class in com.rapidminer.gui.tools
This panel can be used to display an image and draw some text across it.
ImageTextPanel(Image, String, String[], int, int) - Constructor for class com.rapidminer.gui.tools.ImageTextPanel
 
ImageTextPanel(Image, String, String[], int, int, boolean) - Constructor for class com.rapidminer.gui.tools.ImageTextPanel
 
ImageTextPanel(Image, String, String[], int, int, boolean, int, int) - Constructor for class com.rapidminer.gui.tools.ImageTextPanel
 
IMPORT_ACCESS_FILE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
IMPORT_BLOB_ACTION - Static variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.BlobImportWizard
 
IMPORT_CSV_FILE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
IMPORT_DATABASE_TABLE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
IMPORT_EXCEL_FILE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
IMPORT_PROCESS_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
IMPORT_XML_FILE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
importData(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
importData(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
importData(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnListTransferHandler
 
importData(TransferHandler.TransferSupport) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
importData(File, RepositoryLocation) - Static method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataImportWizard
 
importParseRules(URL, Plugin) - Static method in class com.rapidminer.io.process.XMLImporter
This method adds the parse rules from the given resource to the import rule set.
ImportProcessAction - Class in com.rapidminer.gui.actions
Opens a process from a file.
ImportProcessAction() - Constructor for class com.rapidminer.gui.actions.ImportProcessAction
 
ImportWizardUtils - Class in com.rapidminer.operator.nio
 
ImportWizardUtils() - Constructor for class com.rapidminer.operator.nio.ImportWizardUtils
 
ImprovedNeuralNetLearner - Class in com.rapidminer.operator.learner.functions.neuralnet
This operator learns a model by means of a feed-forward neural network trained by a backpropagation algorithm (multi-layer perceptron).
ImprovedNeuralNetLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
 
ImprovedNeuralNetModel - Class in com.rapidminer.operator.learner.functions.neuralnet
The model of the improved neural net.
ImprovedNeuralNetModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
ImprovedNeuralNetModelRenderer - Class in com.rapidminer.gui.renderer.models
 
ImprovedNeuralNetModelRenderer() - Constructor for class com.rapidminer.gui.renderer.models.ImprovedNeuralNetModelRenderer
 
ImprovedNeuralNetVisualizer - Class in com.rapidminer.operator.learner.functions.neuralnet
Visualizes the improved neural net.
ImprovedNeuralNetVisualizer(ImprovedNeuralNetModel, String[]) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
inApplyLoop() - Method in class com.rapidminer.operator.Operator
Should be called if this operator performs a loop (for the loop time resetting used for Value creation used by DataTables).
includeBasis(int) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Include a basis function into the model.
includesLowerBound() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
includesUpperBound() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
incNummerOfMissing() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
increase the number of read missing value by one.
inConstructor() - Method in class com.rapidminer.doc.CiteTaglet
 
inConstructor() - Method in class com.rapidminer.doc.MathTaglet
 
inConstructor() - Method in class com.rapidminer.doc.ReferenceTaglet
 
inConstructor() - Method in class com.rapidminer.doc.RefTaglet
 
inConstructor() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
INCREASE_PROCESS_LAYOUT_HEIGHT_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
INCREASE_PROCESS_LAYOUT_WIDTH_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
increaseByUnknownAmount() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
increaseCurrentEvaluationCounter() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Getter and setter for subclasses
increaseFrequency() - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
increaseFrequency(double) - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
increaseFrequency(int) - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
increaseFrequency(int, int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This method increases the frequency of this current node by the given weight in given recusionDepth
increaseFrequency(int, int) - Method in interface com.rapidminer.operator.learner.associations.fpgrowth.FrequencyStack
Increases the frequency stored on stackHeight level of stack by value, if stackHeight is the top of stack, or stackHeight is top of stack + 1
increaseFrequency(int, int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.ListFrequencyStack
 
increaseFrequency() - Method in interface com.rapidminer.operator.learner.associations.Item
This method adds one to the frequency of this item
increaseFrequency(int) - Method in interface com.rapidminer.operator.learner.associations.Item
This method increases the frequency of this item by value
increaseTotalEvaluationCounter() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
INCREASING - Static variable in class com.rapidminer.example.AttributeWeights
Indicates that the weights should be sorted in ascending order.
INCREASING - Static variable in class com.rapidminer.example.set.SortedExampleSet
 
indent(int) - Static method in class com.rapidminer.tools.Tools
Returns a whitespace with length indent.
InDeterminateProgressBarPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the indeterminated progress bars.
INDEX - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
index - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
index - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
The corresponding indices for the known attribute values for each example.
INDEX_COLUMN_NAME - Static variable in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
INDEX_ENTRY - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
INDEX_LOG_FACTOR - Static variable in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
INDEX_MEAN - Static variable in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
INDEX_MISSING_WEIGHTS - Static variable in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
INDEX_SQUARED_VALUE_SUM - Static variable in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
INDEX_STANDARD_DEVIATION - Static variable in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
INDEX_VALUE_SUM - Static variable in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
IndexBasedExampleSetReader - Class in com.rapidminer.example.set
Returns only a subset of an example set specified by an instance of Partition.
IndexBasedExampleSetReader(ExampleSet) - Constructor for class com.rapidminer.example.set.IndexBasedExampleSetReader
 
IndexCachedDatabaseExampleTable - Class in com.rapidminer.example.table
This class is another data supplier for example sets.
IndexCachedDatabaseExampleTable(DatabaseHandler, String, int, boolean, LoggingHandler) - Constructor for class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
indexOf(Object) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
IndexOf - Class in com.rapidminer.tools.math.function.expressions.text
Returns the index of the search string within a given text.
IndexOf() - Constructor for class com.rapidminer.tools.math.function.expressions.text.IndexOf
 
Individual - Class in com.rapidminer.operator.features
Individuals contain all necessary informations for feature selection or weighting of example sets for population based search heuristics, including the performance.
Individual(double[]) - Constructor for class com.rapidminer.operator.features.Individual
Creates a new individual by cloning the given values.
Individual - Class in com.rapidminer.tools.math.optimization.ec.es
Individuals store information about the value vectors and the fitness.
Individual(double[]) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.Individual
 
IndividualOperator - Class in com.rapidminer.operator.features
A PopulationOperator that modifies a population by modifying all individuals independently.
IndividualOperator() - Constructor for class com.rapidminer.operator.features.IndividualOperator
 
IndividualSelector - Class in com.rapidminer.gui.dialog
This dialog can be used to select an individual from a population.
IndividualSelector(ExampleSet, Population) - Constructor for class com.rapidminer.gui.dialog.IndividualSelector
 
IndividualSelector(ExampleSet, Population, boolean) - Constructor for class com.rapidminer.gui.dialog.IndividualSelector
 
IndividualSelector(Frame, ExampleSet, Population, int, int, boolean) - Constructor for class com.rapidminer.gui.dialog.IndividualSelector
 
IndividualSelectorTableModel - Class in com.rapidminer.gui.dialog
The table model for the individual selector dialog.
IndividualSelectorTableModel(String[], Population) - Constructor for class com.rapidminer.gui.dialog.IndividualSelectorTableModel
 
indizes - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
inField() - Method in class com.rapidminer.doc.CiteTaglet
 
inField() - Method in class com.rapidminer.doc.MathTaglet
 
inField() - Method in class com.rapidminer.doc.ReferenceTaglet
 
inField() - Method in class com.rapidminer.doc.RefTaglet
 
inField() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
InfiniteValueReplenishment - Class in com.rapidminer.operator.preprocessing.filter
Replaces positive and negative infinite values in examples by one of the functions "none", "zero", "max_byte", "max_int", "max_double", and "missing".
InfiniteValueReplenishment(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
INFO_OPERATOR_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
INFO_OPERATOR_ACTION - Variable in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
InfoGainCriterion - Class in com.rapidminer.operator.learner.rules
The info gain criterion for rule learning.
InfoGainCriterion() - Constructor for class com.rapidminer.operator.learner.rules.InfoGainCriterion
 
InfoGainCriterion - Class in com.rapidminer.operator.learner.tree.criterions
This criterion implements the well known information gain in order to calculate the benefit of a split.
InfoGainCriterion() - Constructor for class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
InfoGainCriterion(double) - Constructor for class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
InfoGainRatioWeighting - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of a feature by computing the information gain ratio for the class distribution (if exampleSet would have been splitted according to each of the given features).
InfoGainRatioWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.InfoGainRatioWeighting
 
InfoGainWeighting - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of a feature by computing the information gain in class distribution, if exampleSet would be splitted after the feature.
InfoGainWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.InfoGainWeighting
 
InfoOperatorAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
InfoOperatorAction() - Constructor for class com.rapidminer.gui.operatortree.actions.InfoOperatorAction
 
informDataTableChange(DataTable) - Method in interface com.rapidminer.datatable.FilteredDataTable.DataTableFilteredListener
This method is called by a datatable, if its content is changed.
informDataTableChange(DataTable) - Method in interface com.rapidminer.datatable.ValueMappingDataTableView.MappedDataTableListener
This method is called by a datatable, if its content is changed.
informLibraryChanged(OperatorLibrary) - Method in interface com.rapidminer.OperatorLibraryService.OperatorLibraryListener
 
informLibraryLoaded(OperatorLibrary) - Method in interface com.rapidminer.OperatorLibraryService.OperatorLibraryListener
 
informLibraryUnloaded(OperatorLibrary) - Method in interface com.rapidminer.OperatorLibraryService.OperatorLibraryListener
 
informLinkAndBrushSelectionListeners(LinkAndBrushSelection) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
Informs all LinkAndBrushSelectionListener of a LinkAndBrushSelection.
informListenersOfChange(MetaData) - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
informMetaDataChanged(MetaData) - Method in interface com.rapidminer.operator.ports.MetaDataChangeListener
This method is called if the meta data is newly assigned.
informParameterChanged(String, String) - Method in interface com.rapidminer.tools.parameter.ParameterChangeListener
This method will be invoked whenever a parameter of the ParameterService has been changed.
informParameterSaved() - Method in interface com.rapidminer.tools.parameter.ParameterChangeListener
This method will be called whenever the settings will be saved.
informPlotInstanceChangeListener(PlotInstance, PlotInstance, AbstractConfigurationPanel.DatasetTransformationType) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
informProgressExit() - Method in class com.rapidminer.tools.math.som.KohonenNet
 
informStateChange(String, boolean) - Method in interface com.rapidminer.operator.nio.xml.XPathMatchesListModel.XPathMatchesResultListener
 
informTextChanged(String) - Method in interface com.rapidminer.gui.tools.ExtendedJTextField.TextChangeListener
This method will be called, whenever the content of the textfield changes, no matter if the changed happened by user input or programmatically.
infoTextLabel - Variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
init() - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
init(MainFrame) - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
init(MainFrame) - Method in interface com.rapidminer.gui.processeditor.results.ResultDisplay
Initializer called after the main frame is set up.
init(MainFrame) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
init() - Static method in class com.rapidminer.gui.renderer.RendererService
 
init(URL) - Static method in class com.rapidminer.gui.renderer.RendererService
 
init(String, InputStream) - Static method in class com.rapidminer.gui.renderer.RendererService
 
init(String, URL, ClassLoader) - Static method in class com.rapidminer.gui.renderer.RendererService
 
init(String, InputStream, ClassLoader) - Static method in class com.rapidminer.gui.renderer.RendererService
 
init(JEditTextArea, TextAreaPainter.Highlight) - Method in interface com.rapidminer.gui.tools.syntax.TextAreaPainter.Highlight
Called after the highlight painter has been added.
init() - Static method in class com.rapidminer.io.process.XMLImporter
Reads the parse rules from parserules.xml
init(Kernel, SVCExampleSet) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
init(Kernel, SVMExamples) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.ClassificationFunction
Does nothing.
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.GaussianMixtureFunction
Initializes some gaussian clusters.
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.GlobalAndLocalPatternsFunction
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.GridFunction
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.RandomClassificationFunction
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.RandomDotsClassificationFunction
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.RandomFunction
 
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.RegressionFunction
Does nothing.
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.RingClusteringFunction
Does nothing.
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.SpiralClusteringFunction
Does nothing.
init(RandomGenerator) - Method in interface com.rapidminer.operator.generator.TargetFunction
Should be called before the data is created.
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
Does nothing.
init(RandomGenerator) - Method in class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
Initializes some gaussian clusters.
init(double[], double) - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
init(SVMExamples, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Init the kernel
init(Kernel, SVMExamples) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Init the SVM
init(Kernel, SVMExamples) - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Initializes this SVM.
init(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
initialises the cache
init(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
init(Kernel, SVMExamples) - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
init(int) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Used to generate the first hypothesis or the first group of hypothesis.
init(int) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Creates all rules with length<=minComplexity.
init(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
init(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.DistanceNeighborhood
 
init(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood
 
init(ParameterHandler) - Method in interface com.rapidminer.operator.learner.local.Neighborhood
 
init(ParameterHandler) - Method in class com.rapidminer.operator.learner.local.RelativeNeighborhood
 
init(ExampleSet) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
This method will be invoked before the actual calculation is started.
init(ExampleSet) - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
Uses this example set in order to create appropriate criteria.
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
 
init(ParameterHandler) - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
Initializes the condition before checking anything.
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SingleAttributeFilter
 
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SubsetAttributeFilter
 
init(ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
init() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
init() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
Will be invoked before the setValue method is invoked for each example.
init() - Method in class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod
 
init() - Method in interface com.rapidminer.operator.preprocessing.normalization.NormalizationMethod
This method can be used to clear all member types right before the normalization model is retrieved.
init() - Static method in class com.rapidminer.RapidMiner
Initializes RapidMiner.
init() - Static method in class com.rapidminer.repository.RepositoryManager
 
init() - Static method in class com.rapidminer.tools.GlobalAuthenticator
This method is called to cause the loading of the class and the execution of static blocks.
init() - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
init() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
INIT - Static variable in class com.rapidminer.tools.LogService
Only the most important logging messaged should use this log verbosity.
init(ExampleSet) - Method in class com.rapidminer.tools.math.kernels.Kernel
Calculates all distances and store them in a matrix to speed up optimization.
init(Attributes, Attributes) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
If you intend to use the method DistanceMeasure.calculateDistance(Example, Example) or DistanceMeasure.calculateSimilarity(Example, Example) on examples of two different ExampleSets, you need to call this init method instead of DistanceMeasure.init(ExampleSet).
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
Before using a similarity measure, it is needed to initialize.
init(ExampleSet, ParameterHandler) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
If using this measure only on examples of the same example set, you can use this method.
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.GeneralizedIDivergence
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.ItakuraSaitoDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.KLDivergence
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.LogarithmicLoss
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.LogisticLoss
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.MahalanobisDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.SquaredEuclideanDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.divergences.SquaredLoss
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.mixed.MixedEuclideanDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.nominal.AbstractNominalSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.nominal.NominalDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.CamberraNumericalDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.ChebychevNumericalDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.InnerProductSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.JaccardNumericalSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
init(ExampleSet, ParameterHandler) - Method in class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
init(ParameterHandler) - Method in class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.ManhattanDistance
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.MaxProductSimilarity
 
init(ExampleSet) - Method in class com.rapidminer.tools.math.similarity.numerical.OverlapNumericalSimilarity
 
init(int, int[], boolean) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
init() - Static method in class com.rapidminer.tools.NetTools
 
init() - Static method in class com.rapidminer.tools.OperatorService
 
init() - Static method in class com.rapidminer.tools.ParameterService
Reads the configuration file if allowed by the ExecutionMode.
init(InputStream) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
init(Process) - Static method in class com.rapidminer.tools.RandomGenerator
Instantiates the global random number generator and initializes it with the random number generator seed specified in the global section of the configuration file.
init(String, Process) - Static method in class com.rapidminer.tools.ResultService
Initializes the ResultService.
init(PrintWriter) - Static method in class com.rapidminer.tools.ResultService
Initializes the ResultService.
init(Process) - Static method in class com.rapidminer.tools.ResultService
Initializes the ResultService.
init() - Static method in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
Starts the first timer.
init(ClassLoader) - Static method in class com.rapidminer.tools.XMLSerialization
 
INIT_DISTRIBUTION - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "List of the different init distributions"
init_kernel_cache(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Inits the kernel cache.
init_optimizer() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
init the optimizer
init_optimizer() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
init the optimizer
INIT_TYPE_MAX - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be initialized with the maximum value.
INIT_TYPE_MIN - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be initialized with the minimum value.
INIT_TYPE_ONE - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be initialized with one.
INIT_TYPE_RANDOM - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be randomly initialized.
INIT_TYPE_ZERO - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates that the start population should be initialized with zero.
init_working_set() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Initialises the working set
init_working_set() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Initialises the working set
initAboutTexts(Properties) - Static method in class com.rapidminer.tools.plugin.Plugin
 
initActions() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
initAll() - Static method in class com.rapidminer.tools.plugin.Plugin
Initializes all plugins if RapidMiner.PROPERTY_RAPIDMINER_INIT_PLUGINS is set.
initAlpha - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
initClassDefaults(UIDefaults) - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
initComponentDefaults(UIDefaults) - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
initDataForUsageType(ValueSource.SeriesUsageType, Iterable<DimensionConfig.PlotDimension>, int) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellData
Initializes a map from Dimension to double[] for the given SeriesUsageType.
initFinalChecks() - Static method in class com.rapidminer.tools.plugin.Plugin
 
initHighscore() - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
initHighscore() - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
initialize() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
initialize() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
initialize() - Method in class com.rapidminer.tools.config.ConfigurationManager
 
initializeData(Map<String, String>) - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
initParser(boolean) - Method in class com.rapidminer.tools.math.function.ExpressionParser
 
initPluginGuis(MainFrame) - Static method in class com.rapidminer.tools.plugin.Plugin
This method will try to invoke the method void initGui(MainFrame) of PluginInit class of every plugin.
initPlugins() - Static method in class com.rapidminer.tools.plugin.Plugin
This method will try to invoke the public static method initPlugin() of the class com.rapidminer.PluginInit for arbitrary initializations of the plugins.
initPluginSplashTexts(SplashScreen) - Static method in class com.rapidminer.tools.plugin.Plugin
 
initPluginUpdateManager() - Static method in class com.rapidminer.tools.plugin.Plugin
 
initSigma - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
initSystemColorDefaults(UIDefaults) - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
initWriting() - Method in class com.rapidminer.operator.AbstractIOObject
Initializes the writing of this object.
initWriting() - Method in class com.rapidminer.operator.performance.PerformanceVector
Init the value map which ensures an easy human readable format.
InMemoryZipFile - Class in com.rapid_i.deployment.update.client
 
InMemoryZipFile(byte[]) - Constructor for class com.rapid_i.deployment.update.client.InMemoryZipFile
 
inMethod() - Method in class com.rapidminer.doc.CiteTaglet
 
inMethod() - Method in class com.rapidminer.doc.MathTaglet
 
inMethod() - Method in class com.rapidminer.doc.ReferenceTaglet
 
inMethod() - Method in class com.rapidminer.doc.RefTaglet
 
inMethod() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
INNER_OPERATOR - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
innerModelSink - Variable in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
InnerNode - Class in com.rapidminer.operator.learner.functions.neuralnet
This class is used to represent a hidden node in the neural net.
InnerNode(String, int, RandomGenerator, ActivationFunction) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
InnerOperatorCondition - Interface in com.rapidminer.operator.condition
Deprecated. As of RM 5.0, inner operator conditions are implicit
InnerOperatorValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Parameter editor for ParameterTypeInnerOperator.
InnerOperatorValueCellEditor(ParameterTypeInnerOperator) - Constructor for class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
innerproduct(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
calculate inner product
innerProduct(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Return the inner product of x and y (x.length == y.length assumed)
innerProduct(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.Kernel
Calculates the inner product of the given vectors.
InnerProductSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
Similarity based on the inner product.
InnerProductSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.InnerProductSimilarity
 
inOverview() - Method in class com.rapidminer.doc.CiteTaglet
 
inOverview() - Method in class com.rapidminer.doc.MathTaglet
 
inOverview() - Method in class com.rapidminer.doc.ReferenceTaglet
 
inOverview() - Method in class com.rapidminer.doc.RefTaglet
 
inOverview() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
inPackage() - Method in class com.rapidminer.doc.CiteTaglet
 
inPackage() - Method in class com.rapidminer.doc.MathTaglet
 
inPackage() - Method in class com.rapidminer.doc.ReferenceTaglet
 
inPackage() - Method in class com.rapidminer.doc.RefTaglet
 
inPackage() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
INPUT - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
INPUT_CLASSES_LIST - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
InputDescription - Class in com.rapidminer.operator
This class is used to describe the required input of an operator and the operator's behavior with respect to consumption of this input object.
InputDescription(Class<?>) - Constructor for class com.rapidminer.operator.InputDescription
Creates a new input description for the given class.
InputDescription(Class<?>, boolean) - Constructor for class com.rapidminer.operator.InputDescription
Creates a new input description for the given class.
InputDescription(Class<?>, boolean, boolean) - Constructor for class com.rapidminer.operator.InputDescription
Creates a new input description for the given class.
InputDescription(Class<?>, boolean, boolean, String) - Constructor for class com.rapidminer.operator.InputDescription
Creates a new input description for the given class.
InputDialog - Class in com.rapidminer.gui.tools.dialogs
 
InputDialog(String) - Constructor for class com.rapidminer.gui.tools.dialogs.InputDialog
 
InputDialog(String, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.InputDialog
 
InputExistsCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if an IOObject exists.
InputExistsCondition() - Constructor for class com.rapidminer.operator.meta.branch.InputExistsCondition
Constructor used by reflection.
inputExtender - Variable in class com.rapidminer.operator.SimpleOperatorChain
 
InputHandler - Class in com.rapidminer.gui.tools.syntax
An input handler converts the user's key strokes into concrete actions.
InputHandler() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler
 
inputHandler - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
inputHandler - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
InputHandler - Interface in com.rapidminer
Handles user input in a way dependent on the execution mode.
InputHandler.Backspace - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.Backspace() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.Backspace
 
InputHandler.BackspaceWord - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.BackspaceWord() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.BackspaceWord
 
InputHandler.ClipCopy - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.ClipCopy() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.ClipCopy
 
InputHandler.ClipCut - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.ClipCut() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.ClipCut
 
InputHandler.ClipPaste - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.ClipPaste() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.ClipPaste
 
InputHandler.Delete - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.Delete() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.Delete
 
InputHandler.DeleteWord - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.DeleteWord() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.DeleteWord
 
InputHandler.DocumentEnd - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.DocumentEnd(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.DocumentEnd
 
InputHandler.DocumentHome - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.DocumentHome(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.DocumentHome
 
InputHandler.End - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.End(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.End
 
InputHandler.Home - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.Home(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.Home
 
InputHandler.insert_char - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.insert_char() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.insert_char
 
InputHandler.InsertBreak - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.InsertBreak() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.InsertBreak
 
InputHandler.InsertTab - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.InsertTab() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.InsertTab
 
InputHandler.MacroRecorder - Interface in com.rapidminer.gui.tools.syntax
Macro recorder.
InputHandler.NextChar - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.NextChar(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.NextChar
 
InputHandler.NextLine - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.NextLine(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.NextLine
 
InputHandler.NextPage - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.NextPage(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.NextPage
 
InputHandler.NextWord - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.NextWord(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.NextWord
 
InputHandler.NonRecordable - Interface in com.rapidminer.gui.tools.syntax
If an action implements this interface, it should not be recorded by the macro recorder.
InputHandler.NonRepeatable - Interface in com.rapidminer.gui.tools.syntax
If an action implements this interface, it should not be repeated.
InputHandler.Overwrite - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.Overwrite() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.Overwrite
 
InputHandler.PrevChar - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.PrevChar(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.PrevChar
 
InputHandler.PrevLine - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.PrevLine(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.PrevLine
 
InputHandler.PrevPage - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.PrevPage(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.PrevPage
 
InputHandler.PrevWord - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.PrevWord(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.PrevWord
 
InputHandler.Repeat - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.Repeat() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.Repeat
 
InputHandler.SelectAll - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.SelectAll() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.SelectAll
 
InputHandler.ToggleRect - Class in com.rapidminer.gui.tools.syntax
 
InputHandler.ToggleRect() - Constructor for class com.rapidminer.gui.tools.syntax.InputHandler.ToggleRect
 
InputHandler.Wrapper - Interface in com.rapidminer.gui.tools.syntax
For use by EditAction.Wrapper only.
inputMethodTextChanged(InputMethodEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
InputMissingMetaDataError - Class in com.rapidminer.operator.ports.metadata
Indicates that input for a port was missing or had the wrong type.
InputMissingMetaDataError(InputPort, Class<? extends IOObject>) - Constructor for class com.rapidminer.operator.ports.metadata.InputMissingMetaDataError
 
InputMissingMetaDataError(InputPort, Class<? extends IOObject>, Class<? extends IOObject>) - Constructor for class com.rapidminer.operator.ports.metadata.InputMissingMetaDataError
 
InputNode - Class in com.rapidminer.operator.learner.functions.neuralnet
The base node for reading the data from examples and feeding it into the neural net.
InputNode(String) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
inputNodeOutputIndices - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
inputNodes - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
inputPassword(String) - Method in class com.rapidminer.ConsoleInputHandler
 
inputPassword(String) - Method in class com.rapidminer.gui.GUIInputHandler
 
inputPassword(String) - Method in interface com.rapidminer.InputHandler
 
InputPort - Interface in com.rapidminer.operator.ports
A port that receives data from a connected output port.
InputPortExtender - Class in com.rapidminer.operator.ports
Port Extender that can be used if an operator needs to receive an arbitrary number of input objects.
InputPortExtender(String, Ports<InputPort>) - Constructor for class com.rapidminer.operator.ports.InputPortExtender
 
InputPortExtender(String, Ports<InputPort>, MetaData, boolean) - Constructor for class com.rapidminer.operator.ports.InputPortExtender
 
InputPortExtender(String, Ports<InputPort>, MetaData, int) - Constructor for class com.rapidminer.operator.ports.InputPortExtender
 
InputPortImpl - Class in com.rapidminer.operator.ports.impl
The default implementation of an InputPort
InputPortImpl(Ports<? extends Port>, String, boolean) - Constructor for class com.rapidminer.operator.ports.impl.InputPortImpl
Use the factory method InputPorts#createPort() to create InputPorts.
InputPorts - Interface in com.rapidminer.operator.ports
 
InputPortsImpl - Class in com.rapidminer.operator.ports.impl
 
InputPortsImpl(PortOwner) - Constructor for class com.rapidminer.operator.ports.impl.InputPortsImpl
 
insert(List<Operator>) - Method in class com.rapidminer.gui.actions.Actions
The given operators will be inserted at the last position of the currently selected operator chain.
INSERT_BREAK - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
INSERT_CHAR - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
INSERT_TAB - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
insertChosenOption(String) - Method in class com.rapidminer.operator.ports.quickfix.AttributeSelectionQuickFix
 
insertChosenOption(String) - Method in class com.rapidminer.operator.ports.quickfix.CategorySelectionQuickFix
 
insertChosenOption(String) - Method in class com.rapidminer.operator.ports.quickfix.DictionaryQuickFix
This method must be overridden from subclasses to use the chosen option
insertLines(int, int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Informs the token marker that lines have been inserted into the document.
INSETS - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
install() - Static method in class com.rapidminer.gui.look.RoundedPopupFactory
 
installAdditionalPorts(InputPorts, ParameterHandler) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
If the computation of this distance measure depends on additional IOObjects, this method can be overridden to install additional ports at the operator which uses this distance measure.
installBorderSettings() - Method in class com.rapidminer.gui.look.ui.RapidDockingUISettings
installs the borders
installButtonUI(AbstractButton) - Method in class com.rapidminer.gui.docking.RapidDockingToolbar
 
installComponents(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
installComponents() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
installComponents() - Method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
installDefaults() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
installDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.CheckBoxMenuItemUI
 
installDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.CheckBoxUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.EditorPaneUI
 
installDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
installDefaults(JLabel) - Method in class com.rapidminer.gui.look.ui.LabelUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.ListUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.MenuBarUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.MenuItemUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.MenuUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.PasswordFieldUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.PopupMenuUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.ProgressBarUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.RadioButtonMenuItemUI
 
installDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.TableUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.TextAreaUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.TextFieldUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.TextPaneUI
 
installDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
installDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
installDefaults() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
installDefaultStylesheet() - Method in class com.rapidminer.gui.tools.ExtendedHTMLJEditorPane
 
installDockViewTitleBarSettings() - Method in class com.rapidminer.gui.look.ui.RapidDockingUISettings
installs the DockVieTitleBar related properties
installEditableHeader(JTable, TableCellRenderer, TableCellEditor, Object[]) - Static method in class com.rapidminer.gui.tools.table.EditableHeaderJTable
Deprecated. This method installs the given renderer and editors to the header of the given table.
installListeners(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
installListeners() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
installListeners() - Method in class com.rapidminer.gui.look.ui.MenuUI
 
installListeners() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
installListeners(JSlider) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
installListeners() - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
installMenuItems(JPopupMenu) - Static method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
installMenuItems(JMenu) - Static method in class com.rapidminer.gui.dnd.OperatorTransferHandler
 
installStrings(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
installToolBarSettings() - Method in class com.rapidminer.gui.look.ui.RapidDockingUISettings
 
installToolTip() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Registers a new ToolTipWindow on this table.
installUI(JComponent) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ListUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.MenuItemUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.MenuUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
installUI(JComponent) - Method in class com.rapidminer.gui.look.ui.TreeUI
 
InstanceAveraging - Class in com.rapidminer.operator.learner.igss.utility
Abstract superclass for all instance-averaging functions.
InstanceAveraging(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Constructor
instantiate() - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Returns a new instance of OperatorDocumentationBrowser.
instantiate() - Static method in class com.rapidminer.gui.OperatorDocViewer
 
instantiateValueCellEditor(ParameterType, Operator) - Static method in class com.rapidminer.gui.properties.PropertyPanel
 
INSTANTIATION_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
IntArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by an integer array.
IntArrayDataRow(int[]) - Constructor for class com.rapidminer.example.table.IntArrayDataRow
Creates a new data row backed by an primitive array.
INTEGER - Static variable in class com.rapidminer.tools.Ontology
 
INTEGERS_CODING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
intelligentRound(double, double, double, int, boolean) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
Rounds value.
InteractionClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if att1 < 0 or att2 > 0 and att3 < 0.
InteractionClassificationFunction() - Constructor for class com.rapidminer.operator.generator.InteractionClassificationFunction
 
InteractiveAttributeWeighting - Class in com.rapidminer.operator.features.weighting
This operator shows a window with the currently used attribute weights and allows users to change the weight interactively.
InteractiveAttributeWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.InteractiveAttributeWeighting
 
INTERNAL_FIRST - Static variable in class com.rapidminer.gui.tools.syntax.Token
The first id that can be used for internal state in a token marker.
INTERNAL_FRAME_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
INTERNAL_LAST - Static variable in class com.rapidminer.gui.tools.syntax.Token
The last id that can be used for internal state in a token marker.
InternalBinominalRemapping - Class in com.rapidminer.operator.preprocessing.filter
Correct internal mapping of binominal attributes according to the specified positive and negative values.
InternalBinominalRemapping(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
 
InternalFrameBorder - Class in com.rapidminer.gui.look.borders
The UIResource for internal frame borders.
InternalFrameBorder() - Constructor for class com.rapidminer.gui.look.borders.InternalFrameBorder
 
InternalFrameTitlePane - Class in com.rapidminer.gui.look
The title pane used for internal frames.
InternalFrameTitlePane(JInternalFrame) - Constructor for class com.rapidminer.gui.look.InternalFrameTitlePane
 
InternalFrameUI - Class in com.rapidminer.gui.look.ui
The UI for internal frames.
InternalFrameUI(JInternalFrame) - Constructor for class com.rapidminer.gui.look.ui.InternalFrameUI
 
interpolateRect(BufferedImage, int, int, double, double, double[][], int, int, double, SOMMatrixColorizer) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
InterpolationMap - Class in com.rapidminer.gui.flow
Timer used to roll out names of operators.
InterpolationMap(Component) - Constructor for class com.rapidminer.gui.flow.InterpolationMap
 
IntSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
IntSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.IntSparseArrayDataRow
Creates an empty sparse array data row with size 0.
IntSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.IntSparseArrayDataRow
Creates a sparse array data row of the given size.
inType() - Method in class com.rapidminer.doc.CiteTaglet
 
inType() - Method in class com.rapidminer.doc.MathTaglet
 
inType() - Method in class com.rapidminer.doc.ReferenceTaglet
 
inType() - Method in class com.rapidminer.doc.RefTaglet
 
inType() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
INVALID - Static variable in class com.rapidminer.gui.tools.syntax.Token
Invalid token id.
invalidate() - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
invalidateLine(int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Marks a line as needing a repaint.
invalidateLineRange(int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Marks a range of lines as needing a repaint.
invalidateSelectedLines() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Repaints the lines containing the selection.
inverseNormal(double) - Method in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
Calculates the inverse of the normal distribution, e.g.inverseNormal(0.95)==1.64.
inverseTransform(Attribute, double) - Method in interface com.rapidminer.example.AttributeTransformation
 
inverseTransform(Attribute, double) - Method in class com.rapidminer.example.set.AttributeTransformationRemapping
 
inverseTransform(Attribute, double) - Method in class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
inverseTransform(Attribute, double) - Method in class com.rapidminer.example.set.AttributeTransformationWeighting
 
inverseTransform(double) - Method in interface com.rapidminer.gui.plotter.AxisTransformation
Returns the inverse transformation of the given value, e.g. just returning it (id) or applying a exponential function (for log transformation).
inverseTransform(double) - Method in class com.rapidminer.gui.plotter.AxisTransformationId
Transforms the given value by just returning it.
inverseTransform(double) - Method in class com.rapidminer.gui.plotter.AxisTransformationLog
Transforms the given value by applying an exponential function.
inverseTranslateRow(int) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
Translates the row index in the wrapped model to the row index in this model.
invert(boolean) - Method in enum com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition.ScanResult
 
invertMatrix(Matrix) - Static method in class com.rapidminer.tools.math.MathFunctions
 
invertSelection() - Method in class com.rapidminer.example.set.Partition
 
invertSelection() - Method in class com.rapidminer.example.set.SplittedExampleSet
Inverts the current selection
invokeCreationHooks(Operator) - Static method in class com.rapidminer.tools.OperatorService
This method must be called by each OperatorDescription.createOperatorInstance() call.
IO - Static variable in class com.rapidminer.tools.LogService
Indicates log messages concerning in- and output.
IO_CLASS - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
IO_OBJECT - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
IOConsumeOperator - Class in com.rapidminer.operator
Most RapidMiner operators should define their desired input and delivered output in a senseful way.
IOConsumeOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.IOConsumeOperator
 
IOConsumingDataSampleTest - Class in com.rapidminer.test
Tests the output-data of the operators IOConsumer and IOMultiplier
IOConsumingDataSampleTest(String, int) - Constructor for class com.rapidminer.test.IOConsumingDataSampleTest
 
IOContainer - Class in com.rapidminer.operator
Input for Operator.apply().
IOContainer() - Constructor for class com.rapidminer.operator.IOContainer
Creates a new and empty IOContainer.
IOContainer(Collection<? extends IOObject>) - Constructor for class com.rapidminer.operator.IOContainer
Creates a new IOContainer containing the contents of the Collection which must contain only IOObjects.
IOContainer(IOObject...) - Constructor for class com.rapidminer.operator.IOContainer
 
IOContainerReader - Class in com.rapidminer.operator.io
Dummy operator doing nothing.
IOContainerReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.IOContainerReader
 
IOContainerWriter - Class in com.rapidminer.operator.io
Dummy operator.
IOContainerWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.IOContainerWriter
 
IODescription - Interface in com.rapidminer.operator
This interface describes the (expected) input and (guaranteed) output classes of operators.
IOMerger - Class in com.rapidminer.operator
This operator returns the first non-null input it receives.
IOMerger(OperatorDescription) - Constructor for class com.rapidminer.operator.IOMerger
 
IOMultiplier - Class in com.rapidminer.operator
This operator copies its input to all connected output ports.
IOMultiplier(OperatorDescription) - Constructor for class com.rapidminer.operator.IOMultiplier
 
IOMultiplyOperator - Class in com.rapidminer.operator
In some cases you might want to apply different parts of the process on the same input object.
IOMultiplyOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.IOMultiplyOperator
 
IOObject - Interface in com.rapidminer.operator
This interface must be implemented by all objects that can be input/output objects for Operators.
IOObjectCollection<T extends IOObject> - Class in com.rapidminer.operator
A collection of similar IOObjects that can be created, e.g. in an iteration.
IOObjectCollection() - Constructor for class com.rapidminer.operator.IOObjectCollection
 
IOObjectCollection(List<T>) - Constructor for class com.rapidminer.operator.IOObjectCollection
 
IOObjectCollection(T[]) - Constructor for class com.rapidminer.operator.IOObjectCollection
 
IOObjectConverter<T> - Interface in com.rapidminer.operator
General purpose interface to convert objects to IOObjects.
IOObjectEntry - Interface in com.rapidminer.repository
 
IOObjectReader - Class in com.rapidminer.operator.io
Generic reader for all types of IOObjects.
IOObjectReader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.IOObjectReader
 
IOObjectSampleTest - Class in com.rapidminer.test
Performs the sample process and checks if the given IOObjects are part of the output.
IOObjectSampleTest(String, Collection<Class<IOObject>>) - Constructor for class com.rapidminer.test.IOObjectSampleTest
 
IOObjectSerializer - Class in com.rapidminer.operator.tools
 
IOObjectSerializer() - Constructor for class com.rapidminer.operator.tools.IOObjectSerializer
 
IOObjectWriter - Class in com.rapidminer.operator.io
Generic writer for all types of IOObjects.
IOObjectWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.IOObjectWriter
 
IORetrievalOperator - Class in com.rapidminer.operator
This operator can be used to retrieve the IOObject which was previously stored under the specified name.
IORetrievalOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.IORetrievalOperator
 
IOSelectOperator - Class in com.rapidminer.operator
This operator allows to choose special IOObjects from the given input.
IOSelectOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.IOSelectOperator
 
IOStorageOperator - Class in com.rapidminer.operator
This operator can be used to store the given IOObject into the process under the specified name (the IOObject will be "hidden" and can not be directly accessed by following operators.
IOStorageOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.IOStorageOperator
 
IQRNormalizationMethod - Class in com.rapidminer.operator.preprocessing.normalization
This is the normalization method for interquartile range.
IQRNormalizationMethod() - Constructor for class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationMethod
 
IQRNormalizationModel - Class in com.rapidminer.operator.preprocessing.normalization
This is the normalization model for the IQR normalization method.
IQRNormalizationModel(ExampleSet, HashMap<String, Tupel<Double, Double>>) - Constructor for class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationModel
 
IS_ACTIVATED_PARAMETER - Static variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
is_alpha_neg(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
is_alpha_neg(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
is_alpha_neg(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMregression
 
is_zero - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
is_zero - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
is_zero - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
isA(int, int) - Method in class com.rapidminer.tools.Ontology
Returns true if child is a parent.
isAbsolute(String) - Static method in class com.rapidminer.repository.RepositoryLocation
 
isActivated() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Indicated whether this column is actual read/imported or if it is ignored.
isActive() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
isActive() - Method in class com.rapidminer.gui.flow.FlowVisualizer
 
isAdd() - Method in class com.rapidminer.gui.flow.ExtensionButton
 
isAddingLabel() - Method in class com.rapidminer.operator.clustering.ClusterModel
This method returns whether this cluster model should add the assignment as a label.
isAllowEntries() - Method in class com.rapidminer.parameter.ParameterTypeRepositoryLocation
 
isAllowFolders() - Method in class com.rapidminer.parameter.ParameterTypeRepositoryLocation
 
isAtLeast(int, int, int) - Method in class com.rapidminer.gui.tools.VersionNumber
Returns if this number is at least as high as the given arguments.
isAtLeast(VersionNumber) - Method in class com.rapidminer.gui.tools.VersionNumber
 
isAtLeast(T) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
isAtMost(int, int, int) - Method in class com.rapidminer.gui.tools.VersionNumber
Returns if this number is at most as high as the given arguments.
isAtMost(VersionNumber) - Method in class com.rapidminer.gui.tools.VersionNumber
 
isAtMost(T) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
isAttributeNameSpecified() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
Returns whether the user specified a name different from the default.
isAttributeUsed(Attribute) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Returns the selection state of the attribute.
isAutoArrange() - Method in class com.rapidminer.gui.look.fc.FileList
 
isAutoIntending() - Method in enum com.rapidminer.parameter.TextType
 
isAutoNaming() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isAutoNaming() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isAutoNaming() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isAutoNaming() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
isAutoNaming() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
isAutoRangeRequired() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isAutoRangeRequired() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isAutoRangeRequired() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isAutoRanging() - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.associations.GSPRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.cluster.ClusterModelCentroidTableRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.math.NumericalMatrixTableRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.math.RainflowMatrixTableRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.models.DistributionModelTableRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.models.KernelModelSupportVectorRenderer
 
isAutoresize() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer
 
isBinominal() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
isBlobEntryForStoring(String, String) - Static method in class com.rapidminer.gui.tools.RepositoryGuiTools
This method will check if the given location is either empty or is an BlobEntry of the given mimeType.
isBlockCaretEnabled() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns true if the caret should be drawn as a block, false otherwise.
isBold(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns true for rule nodes.
isBold(V) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns true if the vertex with the given id should use a bold font.
isBold(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns false.
isBold(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
isBold() - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns true if boldface is enabled for this style.
isBorderOpaque() - Method in class com.rapidminer.gui.look.borders.InternalFrameBorder
 
isBorderOpaque() - Method in class com.rapidminer.gui.processeditor.results.RapidBorder
 
isBracketHighlightEnabled() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns true if bracket highlighting is enabled, false otherwise.
isBracketMatching() - Method in enum com.rapidminer.parameter.TextType
 
isCancelled() - Method in class com.rapidminer.gui.tools.ProgressThread
Returns true if the thread was cancelled.
isCapableToVisualize(Object) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
isCapableToVisualize(Object) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
isCapableToVisualize(Object) - Method in class com.rapidminer.gui.ExampleVisualizer
 
isCapableToVisualize(Object) - Method in interface com.rapidminer.ObjectVisualizer
 
isCapableToVisualize(Object) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
isCapableToVisualize(Object) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
isCaretBlinkEnabled() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns true if the caret is blinking, false otherwise.
isCaretVisible() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns true if the caret is visible, false otherwise.
isCategorical() - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
isCategorical() - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.look.fc.FileTable
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.properties.BasicPropertyTable
 
isCellEditable(EventObject) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.properties.DefaultPropertyTable
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.properties.ListTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.tools.JDBCDriverTableModel
 
isCellEditable(int) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
isCellEditable(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
isCellEditable(int, int) - Method in class com.rapidminer.operator.nio.AnnotationTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.operator.nio.Excel2007SheetTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.operator.nio.ExcelSheetTableModel
 
isCellEditable(int, int) - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
isCellEditable(EventObject) - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
isCellEditable(int, int) - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
isChanged() - Method in class com.rapidminer.gui.MainFrame
Returns true if the process has changed since the last save.
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
 
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
 
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
isClassificationModel() - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
isColorLogarithmic() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns whether the color is logarithmic or not.
isColumnMovable() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
isColumnMovable() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
isCommutative() - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
isCommutative() - Method in class com.rapidminer.generator.AverageGenerator
 
isCommutative() - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
isCommutative() - Method in class com.rapidminer.generator.BinaryNumericalGenerator
Must return true if this generator is commutative.
isCommutative() - Method in class com.rapidminer.generator.MinMaxGenerator
 
isCommutative() - Method in class com.rapidminer.generator.PowerGenerator
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.CollectionPrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.DistanceMeasurePrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetSizePrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.MetaData
Returns true if isData is compatible with this meta data, where this represents desired meta data and isData represents meta data that was actually delivered.
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.ParameterConditionedPrecondition
 
isCompatible(MetaData, CompatibilityLevel) - Method in interface com.rapidminer.operator.ports.metadata.Precondition
Returns true if the given object is compatible with this precondition.
isCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This will return whether this AggregationFunction is compatible with the given sourceAttribute.
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NominalAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
isCompatible() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregationFunction
 
isComplete() - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
isComplete() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
isComplete() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
Returns true if meta data is manually set.
isComplete() - Method in class com.rapidminer.repository.gui.NewRepositoryDialog
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.EqualOperatorVersionCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.EqualStringCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.EqualTypeCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.NonEqualStringCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.NonEqualTypeCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.OrParameterCondition
 
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.ParameterCondition
Subclasses have to implement this method in order to return if the condition is fulfilled.
isConditionFullfilled() - Method in class com.rapidminer.parameter.conditions.PortConnectedCondition
 
isConfigurable() - Method in class com.rapidminer.repository.db.DBRepository
 
isConfigurable() - Method in class com.rapidminer.repository.local.LocalRepository
 
isConfigurable() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
isConfigurable() - Method in interface com.rapidminer.repository.Repository
Returns true if the repository is configurable.
isConfigurable() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
isConnected() - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
isConnected() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
isConnected() - Method in interface com.rapidminer.operator.ports.Port
Returns true if connected to another Port.
isConnected() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
isContinuous() - Method in class com.rapidminer.tools.math.distribution.ContinuousDistribution
 
isContinuous() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
isContinuous() - Method in interface com.rapidminer.tools.math.distribution.Distribution
 
isCountingOnlyDistinct() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This determines, if values are counted only once, if occurring more than once.
isDataFlavorSupported(DataFlavor) - Method in class com.rapidminer.gui.dnd.TransferableOperator
 
isDataFlavorSupported(DataFlavor) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnCollectionTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
isDataFlavorSupported(DataFlavor) - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
isDataTableValid() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
isDate(int) - Method in interface com.rapidminer.datatable.DataTable
Indicates if the column with the given index is nominal.
isDate(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isDate(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isDate(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isDate(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isDate(int) - Method in class com.rapidminer.datatable.DataTableView
 
isDate(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
isDate(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
isDate(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isDate() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
isDate() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isDate() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isDate() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isDate() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
isDate(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
isDate() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
isDate(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isDateTime(int) - Method in interface com.rapidminer.datatable.DataTable
Indicates if the column with the given index is nominal.
isDateTime(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isDateTime(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isDateTime(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isDateTime(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isDateTime(int) - Method in class com.rapidminer.datatable.DataTableView
 
isDateTime(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
isDateTime(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
isDateTime(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isDateTime(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
isDateTime(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isDebugMode() - Method in class com.rapidminer.operator.Operator
 
isDefault(double, double) - Static method in class com.rapidminer.example.Tools
 
isDefined() - Method in class com.rapidminer.tools.parameter.Parameter
This method returns whether this parameter is a defined type.
isDeprecated() - Method in class com.rapidminer.operator.OperatorDescription
 
isDeprecated() - Method in class com.rapidminer.parameter.ParameterType
This returns whether this parameter is deprecated.
isDeselected(String) - Method in class com.rapidminer.datatable.AbstractDataTable
 
isDeselected(String) - Method in interface com.rapidminer.datatable.DataTable
 
isDetectErrorsInPreview() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
isDimensionUsed(DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
isDirectory() - Method in class com.rapidminer.gui.look.fc.Item
 
isDirty() - Method in class com.rapidminer.operator.Operator
Returns whether the results on the output ports of this operator are dirty.
isDisconnected() - Method in class com.rapidminer.operator.ports.MultiPortPairExtender.MultiPortPair
 
isDiscrete(int) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
isDiscrete(int) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
isDiscrete(int) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
isDiscrete() - Method in class com.rapidminer.tools.math.distribution.ContinuousDistribution
 
isDiscrete() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
isDiscrete() - Method in interface com.rapidminer.tools.math.distribution.Distribution
 
isDistance() - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This method returns a boolean whether this measure is a distance measure
isDistance() - Method in class com.rapidminer.tools.math.similarity.SimilarityMeasure
This method returns a boolean whether this measure is a distance measure
isDocumented() - Method in class com.rapidminer.operator.Value
Returns true if this value should be documented.
isDocumented() - Method in interface com.rapidminer.operator.ValueInterface
Returns true if this value should be documented.
isDomainZoomable() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the flag that determines whether or not zooming is enabled for the domain axis.
isDominated(AggregationIndividual, AggregationIndividual) - Static method in class com.rapidminer.operator.features.aggregation.AggregationNonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isDominated(Individual, Individual) - Static method in class com.rapidminer.operator.features.selection.NonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isDominated(Individual, Individual) - Static method in class com.rapidminer.tools.math.optimization.ec.es.NonDominatedSortingSelection
Returns true if the second performance vector is better in all fitness criteria than the first one (remember: the criteria should be maximized).
isDropLocationOk(List<Operator>, Point) - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
isDropLocationOk(List<Operator>, Point) - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
isDropOnTreeComponentPossible(Component, TreeNode, Transferable, int) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
Returns null if drop is not possible.
isEdgeLabelDecorating() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns true if the edge label should be decorated.
isEdgeLabelDecorating() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns false.
isEdgeLabelDecorating() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
isEditable() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns true if this text area is editable, false otherwise.
isEditable() - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
isEditing() - Static method in class com.rapidminer.gui.tools.EditBlockingProgressThread
 
isEditing() - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
isEmpty() - Method in class com.rapidminer.example.Example
 
isEmpty() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
isEmpty() - Method in class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
isEmpty() - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
isEmpty() - Method in class com.rapidminer.operator.Annotations
 
isEmpty() - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
isEmpty() - Method in interface com.rapidminer.tools.config.Configurable
Checks if the Configurable is empty (has no values/only empty values)
isEmulatingOldNames() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
This returns whether the old naming style should be kept from prior to 5.1.000 versions.
isEnabled(Object) - Method in class com.rapidminer.gui.tools.ExtendedListModel
Returns whether element is enabled or not.
isEnabled() - Method in class com.rapidminer.operator.Operator
Returns true if this operator is enabled and the parent (if not null) is also enabled.
isEnabled() - Method in class com.rapidminer.operator.OperatorChain
Returns the result of the super method if this operator does not have a parent.
isEnabled() - Method in class com.rapidminer.operator.OperatorDescription
Some operators may be disabled, e.g. because they cannot be applied inside an application server (file access etc.)
isEnabledForSelection(Object) - Method in class com.rapidminer.gui.tools.actions.SelectionDependentAction
This method must be implemented by subclasses to indicate if this action is available for this kind of object.
isEnforceFileExtensions() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns true if file extensions should be enforced, and false otherwise.
isEqual(double, double) - Static method in class com.rapidminer.tools.Tools
Returns true if the difference between both numbers is smaller than IS_ZERO.
isErrorTolerant() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
isExampleSetMandatory() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
isExampleSetMandatory() - Method in class com.rapidminer.operator.features.weighting.ComponentWeights
 
isExpanded() - Method in class com.rapidminer.operator.ExecutionUnit
Returns true if this operator should be painted expanded.
isExpanded() - Method in class com.rapidminer.operator.Operator
Returns true if this operator should be painted expanded.
isExpert() - Method in class com.rapidminer.parameter.ParameterType
Returns true if this parameter can only be seen in expert mode.
isExpertMode() - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
isExpertMode() - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
isFaultTolerant() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
isFileAccessParameter() - Method in class com.rapidminer.tools.parameter.ParameterScope
 
isFileSelected() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
isFileSelected() - Method in class com.rapidminer.gui.tools.ExtendedJFileChooser
 
isFileSpecified() - Method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Same as FileInputPortHandler.getSelectedFile(), but returns true if file is specified (in the respective way).
isFileSpecified() - Method in class com.rapidminer.operator.nio.file.FileOutputPortHandler
Same as #getSelectedFile(), but returns true if file is specified (in the respective way).
isFileSpecified() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Same as AbstractDataResultSetReader.getSelectedFile(), but returns true if file is specified (in the respective way).
isFilled() - Method in class com.rapidminer.tools.math.container.BoundedPriorityQueue
 
isFilteredOut(AttributeMetaData) - Method in class com.rapidminer.parameter.ParameterTypeAttribute
This method might be overridden by subclasses in order to select attributes which are applicable
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
This method tries to check if the given attribute is contained, removed from the resulting operation or if the result is unpredictable.
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.DateAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NominalAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NoMissingValuesAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericalAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SingleAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.SubsetAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.TransparentAttributeFilter
 
isFilteredOutMetaData(AttributeMetaData, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
isFiringEvents() - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
isFirstColumnHeader() - Method in class com.rapidminer.datatable.AbstractDataTable
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
isFirstColumnHeader() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.viewer.DataViewer
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
isFirstColumnHeader() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
isFirstColumnHeader() - Method in interface com.rapidminer.report.Tableable
 
isFirstLineHeader() - Method in class com.rapidminer.datatable.AbstractDataTable
 
isFirstLineHeader() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
isFirstLineHeader() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
isFirstLineHeader() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
isFirstLineHeader() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
isFirstLineHeader() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
isFirstLineHeader() - Method in class com.rapidminer.gui.viewer.DataViewer
 
isFirstLineHeader() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
isFirstLineHeader() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
isFirstLineHeader() - Method in interface com.rapidminer.report.Tableable
 
isFocusable() - Method in class com.rapidminer.gui.look.GenericArrowButton
 
isFulfilled(List) - Method in class com.rapidminer.tools.plugin.Dependency
Returns true if the list contains a plugin with the desired name and version.
isGreater(double, double) - Static method in class com.rapidminer.tools.Tools
Returns true if the d1 is greater than d2 and they are not equal.
isGreaterEqual(double, double) - Static method in class com.rapidminer.tools.Tools
Returns true if the d1 is greater than d1 or both are equal, or if one of the values is NaN
isGrouping() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isGrouping() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isGrouping() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
Returns true if at least one ValueSource in the PlotConfiguration uses the domain axis grouping provided by this DomainConfigManager.
isGroupingRequiredForNewValueSource(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Returns whether grouping is required or not.
isGuess() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
isGuessingCancelled() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
 
isGuiParameter() - Method in class com.rapidminer.tools.parameter.ParameterScope
 
isHeaderEditable - Variable in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
isHeaderEditable() - Method in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
isHeadless() - Method in enum com.rapidminer.RapidMiner.ExecutionMode
 
isHidden() - Method in class com.rapidminer.parameter.ParameterType
Returns true if this parameter is hidden or not all dependency conditions are fulfilled.
isHorizontalPlot(Plot) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns the plot orientation.
isIconDefined() - Method in class com.rapidminer.operator.OperatorDescription
This returns true if a specific icon already has been defined in this OperatorDescription.
isIdNeeded() - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
isIdNeeded() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetCartesian
 
isIdNeeded() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
isIdTagged(ExampleSet) - Static method in class com.rapidminer.example.Tools
The example set has to be tagged with ids.
isIgnoringMissings() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This determines, if any missing values will be just ignored or counted with the respective aggregation function.
isIn(double, double, double, double) - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
isIncludingIncompleteGroups() - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
isIncrementalUpdate() - Static method in class com.rapid_i.deployment.update.client.UpdateManager
 
isIndeterminate() - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
isInitialized() - Static method in class com.rapidminer.gui.renderer.RendererService
This returns whether the RendererService has already been initialized at least once.
isInlineTag() - Method in class com.rapidminer.doc.CiteTaglet
 
isInlineTag() - Method in class com.rapidminer.doc.MathTaglet
 
isInlineTag() - Method in class com.rapidminer.doc.ReferenceTaglet
 
isInlineTag() - Method in class com.rapidminer.doc.RefTaglet
 
isInlineTag() - Method in class com.rapidminer.doc.XMLExampleTaglet
 
isInputCompatible(MetaData, CompatibilityLevel) - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
isInputCompatible(MetaData, CompatibilityLevel) - Method in interface com.rapidminer.operator.ports.InputPort
Returns true if the given input is compatible with the preconditions.
isInTargetEncoding() - Method in class com.rapidminer.gui.renderer.DefaultReadable
 
isInTargetEncoding() - Method in class com.rapidminer.gui.viewer.AverageVectorViewer
 
isInTargetEncoding() - Method in class com.rapidminer.operator.AbstractModel
 
isInTargetEncoding() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
isInTargetEncoding() - Method in interface com.rapidminer.report.Readable
 
isInTargetEncoding() - Method in class com.rapidminer.tools.math.Averagable
 
isInteractive() - Method in class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
isInteractive() - Method in interface com.rapidminer.operator.ports.quickfix.QuickFix
Returns true if the fix requires user interaction.
isItalic() - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns true if italics is enabled for this style.
isItemSelected(Item) - Method in class com.rapidminer.gui.look.fc.FileList
 
isItemSelected(int, int) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
Returns if the given item is selected (aka value of 1 in the DimensionConfig.PlotDimension.SELECTED column)
isKeyAvailable() - Static method in class com.rapidminer.tools.cipher.CipherTools
 
isKnown() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
isLabelled(ExampleSet) - Static method in class com.rapidminer.example.Tools
The example set has to contain labels.
isLabelRotating() - Method in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
isLabelVisible() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
isLabelVisible() - Method in class com.rapidminer.gui.new_plotter.event.AxisParallelLineConfigurationChangeEvent
 
isLargeIcons() - Method in class com.rapidminer.gui.tools.ResourceTabbedPane
 
isLastStep(int) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
isLastStep(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
isLastStep(int) - Method in class com.rapidminer.repository.gui.NewRepositoryDialog
 
isLeaf(String) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns true for rule nodes.
isLeaf(V) - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns true if the node with the given id is a leaf.
isLeaf(String) - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns false.
isLeaf(String) - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
isLeaf() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.DimensionConfigTreeNode
 
isLeaf() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
isLeaf() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
isLeaf() - Method in class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
isLeaf(Object) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
isLeaf(Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
isLeaf(Object) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
isLeaf() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
isLeaf() - Method in class com.rapidminer.operator.learner.tree.Tree
 
isLeaf(Object) - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
isLeaf(Object) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
isLeaf(Object) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
isLeaf() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
isLeftToRight(Component) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
isLess(double, double) - Static method in class com.rapidminer.tools.Tools
Returns true if the d1 is less than d2 and they are not equal.
isLessEqual(double, double) - Static method in class com.rapidminer.tools.Tools
Returns true if the d1 is less than d1 or both are equal.
isLineHighlightEnabled() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Returns true if line highlight is enabled, false otherwise.
isLoadingManagedExtensions() - Method in enum com.rapidminer.RapidMiner.ExecutionMode
 
isLocalNormalized() - Method in class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
isLocationInExpandControl(int, int, int, int) - Method in class com.rapidminer.gui.look.ui.TreeUI
 
isLocked(V) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
isLocked() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
isLocked() - Method in interface com.rapidminer.operator.ports.Port
 
isLogarithmic() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isLogarithmic() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isLogarithmic() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isLogarithmicAxis() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
isLogarithmicDomainAxis() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isLogarithmicPossible() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
isLogScale() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
isLogScale() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
isManagingFocus() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns if this component can be traversed by pressing the Tab key.
isMandatory() - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
isMetaDataCacheable() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
isMetaDataCacheable() - Method in class com.rapidminer.operator.io.AbstractReader
 
isMetaDataCacheable() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
isMetaDataCacheable() - Method in class com.rapidminer.operator.io.ExampleSource
 
isMetaDatafixed() - Method in class com.rapidminer.operator.io.AbstractDataReader
Returns true when somebody called AbstractDataReader.fixMetaDataDefinition().
isMissing(int) - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Returns whether the value in the specified column in the current row is missing.
isMissing(int) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
isMissing(int) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Returns whether the value in the specified column in the current row is missing.
isMissing(int) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
isMissing(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
isMissing(int) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
isModifyingPreStartParameter() - Method in class com.rapidminer.tools.parameter.ParameterScope
 
isMouseWheelEnabled() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns true if the mouse wheel handler is enabled, and false otherwise.
isNameChanged() - Method in class com.rapidminer.gui.look.fc.BookmarkDialog
 
isNamespaceAware() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This method defines whether the XML should be parsed namespace aware or not.
isNativeLookAndFeel() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
isNeedingFullScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
 
isNeedingFullScan() - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
Indicates that this filter needs a full data scan and can evaluate its condition only after the full scan has been performed.
isNeedingFullScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
isNeedingScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
 
isNeedingScan() - Method in interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition
Indicates if this filter needs a data scan, i.e. an invocation of the check method for each example.
isNeedingScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
isNeedingScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NoMissingValuesAttributeFilter
 
isNeedingScan() - Method in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 
isNextLineRequested() - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Returns true if the next line should be repainted.
isNominal(int) - Method in interface com.rapidminer.datatable.DataTable
Indicates if the column with the given index is nominal.
isNominal(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isNominal(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isNominal(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isNominal(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isNominal(int) - Method in class com.rapidminer.datatable.DataTableView
 
isNominal(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
isNominal(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
isNominal(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isNominal() - Method in interface com.rapidminer.example.Attribute
Returns true if the attribute is nominal.
isNominal() - Method in class com.rapidminer.example.table.DateAttribute
Returns false.
isNominal() - Method in class com.rapidminer.example.table.NominalAttribute
 
isNominal() - Method in class com.rapidminer.example.table.NumericalAttribute
 
isNominal() - Method in class com.rapidminer.example.table.ViewAttribute
 
isNominal() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
isNominal() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isNominal() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isNominal() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isNominal() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
isNominal(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
isNominal(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isNominal() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
isNominal() - Method in class com.rapidminer.operator.ValueDouble
 
isNominal() - Method in interface com.rapidminer.operator.ValueInterface
Returns true if the value is nominal.
isNominal() - Method in class com.rapidminer.operator.ValueString
 
isNonEmpty(ExampleSet) - Static method in class com.rapidminer.example.Tools
The example set has to contain at least one example.
isNormalize() - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
isNotEqual(double, double) - Static method in class com.rapidminer.tools.Tools
Returns no Tools.isEqual(double, double).
isNumerical(int) - Method in interface com.rapidminer.datatable.DataTable
Indicates if the column with the given index is nominal.
isNumerical(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isNumerical(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isNumerical(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isNumerical(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isNumerical(int) - Method in class com.rapidminer.datatable.DataTableView
 
isNumerical(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
isNumerical(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
isNumerical(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isNumerical() - Method in interface com.rapidminer.example.Attribute
Returns true if the attribute is nominal.
isNumerical() - Method in class com.rapidminer.example.table.DateAttribute
 
isNumerical() - Method in class com.rapidminer.example.table.NominalAttribute
 
isNumerical() - Method in class com.rapidminer.example.table.NumericalAttribute
 
isNumerical() - Method in class com.rapidminer.example.table.ViewAttribute
 
isNumerical() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
isNumerical() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isNumerical() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isNumerical() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isNumerical() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns true if the output values of this value source (not the necessarily the input values) are numerical, either because the input data itself is numerical, or the applied grouping and aggregation function results in numerical values.
isNumerical(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
isNumerical(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isNumerical() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
isNumerical() - Method in class com.rapidminer.parameter.ParameterType
Returns true if the values of this parameter type are numerical, i.e. might be parsed by Double.parseDouble(String).
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeBoolean
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeCategory
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeChar
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
 
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseConnection
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseSchema
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeDatabaseTable
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeDouble
Returns true.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeInt
Returns true.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeList
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeParameterValue
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypePreview
 
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeSQLQuery
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeString
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
Returns false.
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
isNumerical() - Method in class com.rapidminer.parameter.ParameterTypeValue
Returns false.
isNumerical() - Method in class com.rapidminer.tools.config.ParameterTypeConfigurable
 
isOk() - Method in class com.rapidminer.gui.dialog.AttributeWeightsDialog
 
isOk() - Method in class com.rapidminer.gui.plotter.charts.PointsAndLinesDialog
 
isOk() - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog
 
isOk() - Method in class com.rapidminer.gui.properties.EnumerationPropertyDialog
 
isOk() - Method in class com.rapidminer.gui.properties.ListPropertyDialog
 
isOk() - Method in class com.rapidminer.gui.properties.PropertyDialog
 
isOk() - Method in class com.rapidminer.gui.properties.TextPropertyDialog
 
isOk() - Method in class com.rapidminer.gui.templates.BuildingBlockDialog
 
isOk() - Method in class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog
 
isOk() - Method in class com.rapidminer.gui.templates.SaveAsTemplateDialog
 
isOpaque() - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
isOptional() - Method in class com.rapidminer.operator.ports.metadata.PassThroughRule
 
isOptional() - Method in class com.rapidminer.parameter.ParameterType
Returns true if this parameter is optional.
isOverwriteEnabled() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns true if overwrite mode is enabled, false otherwise.
isParallel() - Method in class com.rapidminer.operator.Operator
This method must return true if the operator performs parallel execution of child operators and false otherwise.
isParameterSet(String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
This method checks whether the parameter with this generalized key is stored.
isParameterSet(String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
isParameterSet(String) - Method in class com.rapidminer.operator.Operator
Returns true iff the parameter with the given name is set.
isParameterSet(String) - Method in interface com.rapidminer.parameter.ParameterHandler
Returns true iff the parameter with the given name is set.
isPartiallySelected(TreePath) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
isPathSelected(TreePath, boolean) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
isPerformanceRequired() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Signals whether the subprocess must create a performance vector.
isPerformanceRequired() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
isPerformanceRequired() - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
isPlain() - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns true if no font styles are enabled.
isPlotSupported() - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Returns whether or not the plot supports shifting.
isPolynominal() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
isPredefined() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
isPreStartParameter() - Method in class com.rapidminer.tools.parameter.ParameterScope
 
isProcessConverted() - Method in class com.rapidminer.Process
This returns true if the process has been imported and ImportRules have been applied during importing.
isProcessingEvents() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
isProvidingCoordinates() - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
isProvidingCoordinates() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true, if plotter provides coordinates to show.
isProvidingCoordinates() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
isProvidingCoordinates() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
isPurchased(PackageDescriptor) - Method in class com.rapid_i.deployment.update.client.UpdateListPanel
Currently, this is an unused feature.
isPure(ExampleSet, double) - Method in class com.rapidminer.operator.learner.rules.Rule
 
isRangeZoomable() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Returns the flag that determines whether or not zooming is enabled for the range axis.
isReadOnly() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
isReadOnly() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
isReadOnly() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
isReadOnly() - Method in class com.rapidminer.repository.db.DBRepository
 
isReadOnly() - Method in interface com.rapidminer.repository.Entry
Returns true if this entry cannot be written to.
isReadOnly() - Method in class com.rapidminer.repository.local.SimpleEntry
 
isReadOnly() - Method in class com.rapidminer.repository.local.SimpleFolder
 
isReadOnly() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
isReadOnly() - Method in class com.rapidminer.repository.remote.RemoteFolder
 
isReadOnly() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
isReadOnly() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
This method returns if the connection entry is changeable by user.
isReadOnly() - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
isRefinementOf(ConjunctiveRuleModel) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
isRefinementOfPrunedRule(ConjunctiveRuleModel) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
isRemovingUnknownAssignments() - Method in class com.rapidminer.operator.clustering.ClusterModel
This method returns whether examples which can't be assigned should be removed from the resulting example set.
isRepeatEnabled() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Returns if repeating is enabled.
isReversable() - Method in interface com.rapidminer.example.AttributeTransformation
 
isReversable() - Method in class com.rapidminer.example.set.AttributeTransformationRemapping
 
isReversable() - Method in class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
isReversable() - Method in class com.rapidminer.example.set.AttributeTransformationWeighting
 
isRolloverBorders() - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
isRoot() - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
isRotatingEdgeLabels() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Returns true if the edge labels should be rotated.
isRotatingEdgeLabels() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns true.
isRotatingEdgeLabels() - Method in class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
isRunning() - Method in class com.rapidminer.operator.Operator
Returns if this operators Operator.execute() method is currently executed.
isSamplingSuggested() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns true iff this ValueSource suggests to sample the data if it is large.
isSatisfied(Operator) - Method in class com.rapidminer.io.process.conditions.ParameterEqualsCondition
 
isSatisfied(Operator) - Method in class com.rapidminer.io.process.conditions.ParameterUnequalsCondition
 
isSatisfied(Operator) - Method in interface com.rapidminer.io.process.conditions.ParseRuleCondition
 
isSaveable() - Method in interface com.rapidminer.gui.plotter.Plotter
Indicates if the plotter can save the data.
isSaveable() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
isSaveable() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
isSaveable() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
isScrollingToTopOnChange() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
isSelected(PackageDescriptor) - Method in class com.rapid_i.deployment.update.client.UpdateListPanel
 
isSelected(int) - Method in class com.rapidminer.example.set.Partition
Returns true iff the example with the given index is selected according to the current selection mask.
isSelected() - Method in class com.rapidminer.gui.actions.ToggleAction
 
isSelected() - Method in class com.rapidminer.gui.look.fc.FileTableLabel
 
isSelected() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
isSelectionRectangular() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Returns true if the selection is rectangular, false otherwise.
isSelfApplicable() - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
isSelfApplicable() - Method in class com.rapidminer.generator.AverageGenerator
 
isSelfApplicable() - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
isSelfApplicable() - Method in class com.rapidminer.generator.BinaryNumericalGenerator
Must return true if this generator is self applicable.
isSelfApplicable() - Method in class com.rapidminer.generator.MinMaxGenerator
 
isSelfApplicable() - Method in class com.rapidminer.generator.PowerGenerator
 
isSet() - Method in class com.rapidminer.gui.tools.CharTextField
 
isSet(String) - Method in class com.rapidminer.parameter.Parameters
Returns true if the parameter is set or has a default value.
isShowDimensionType() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
isShowDimensionType() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
isShowLegend() - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
isShowLegend() - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Returns true when the legend should be shown; false otherwise.
isShowLegendFrame() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
isShowLegendFrame() - Method in class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
isShowPasswords() - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
isSimilarity() - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
This method returns a boolean whether this measure is a similarity measure
isSkipComments() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
isSkipComments() - Method in class com.rapidminer.tools.LineParser
 
isSkippingUTF8BOM() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
isSortable() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
isSortable() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
isSortable() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
isSorting() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
isSparse() - Method in class com.rapidminer.operator.tools.ExampleSetToStream.Header
 
isSpecial(int) - Method in interface com.rapidminer.datatable.DataTable
Returns true if this column is a special column which might usually not be used for some plotters, for example weights or labels.
isSpecial(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isSpecial(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isSpecial(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isSpecial(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isSpecial(int) - Method in class com.rapidminer.datatable.DataTableView
 
isSpecial(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
isSpecial(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
isSpecial(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isSpecial() - Method in class com.rapidminer.example.AttributeRole
 
isSpecial(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isSpecial() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
isSpecified(String) - Method in class com.rapidminer.parameter.Parameters
Returns true iff the parameter value was explicitly set (as opposed to Parameters.isSet(String) which also takes into account a possible default value.
isSquared() - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
isStillRunning() - Method in class com.rapidminer.gui.dialog.StopDialog
 
isStructureLocked() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Returns true if the tree structure is currently locked for drag and drop and false otherwise.
isSuccessful() - Method in enum com.rapidminer.repository.RemoteProcessState
 
isSufficientLogVerbosity(int) - Method in class com.rapidminer.tools.LogService
Deprecated. Use Logger.isLoggable(Level)
isSupportedLookAndFeel() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
isSupportingAbsoluteValues() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if this plotter supports the usage of absolute values.
isSupportingAbsoluteValues() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
isSupportingAttributeRoles() - Method in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
isSupportingAttributeRoles() - Method in class com.rapidminer.operator.preprocessing.NoiseModel
 
isSupportingAttributeRoles() - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
isSupportingAttributeRoles() - Method in class com.rapidminer.operator.preprocessing.PreprocessingModel
Subclasses which need to have the attribute roles must return true.
isSupportingAttributeRoles() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Subclasses which need to have the attribute roles must return true.
isSupportingColumnWeights() - Method in interface com.rapidminer.datatable.DataTable
Returns true if this data table is supporting column weights.
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.DataTableView
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.SimpleDataTable
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.SortedDataTableView
 
isSupportingColumnWeights() - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isSupportingColumnWeights() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isSupportingExplosion() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
isSupportingExplosion() - Method in class com.rapidminer.gui.plotter.charts.PieChart2DPlotter
 
isSupportingExplosion() - Method in class com.rapidminer.gui.plotter.charts.PieChart3DPlotter
 
isSupportingExplosion() - Method in class com.rapidminer.gui.plotter.charts.RingChartPlotter
 
isSupportingFirstRowAsNames() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
This method might be overwritten by subclasses to avoid that the first row might be misinterpreted as attribute names.
isSupportingFirstRowAsNames() - Method in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
isSupportingLogScale(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Returns true if a log scale for this column is supported.
isSupportingLogScale(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
Returns true if a log scale for this column is supported.
isSupportingLogScale(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
Returns true if a log scale for this column is supported.
isSupportingLogScale(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if a log scale for this column is supported.
isSupportingLogScale(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns true if a log scale for this column is supported.
isSupportingLogScale(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Returns true if a log scale for this column is supported.
isSupportingLogScaleForPlotColumns() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Returns true.
isSupportingLogScaleForPlotColumns() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if a log scale for this column is supported.
isSupportingLogScaleForPlotColumns() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns true if a log scale for the plot columns is supported.
isSupportingSorting() - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
isSupportingSorting() - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
isSupportingSorting() - Method in interface com.rapidminer.gui.plotter.Plotter
Returns true if this plotter supports sorting for the selected plot dimension.
isSupportingSorting() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Returns false.
isSupportingView() - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
This operator does not support view creation proper.
isSupportingView() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Subclasses might overwrite this in order to hide the create_view parameter
isSymmetrical() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
isTerminated() - Method in enum com.rapidminer.repository.RemoteProcessState
 
isTime(int) - Method in interface com.rapidminer.datatable.DataTable
Indicates if the column with the given index is nominal.
isTime(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
isTime(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
isTime(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
isTime(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
isTime(int) - Method in class com.rapidminer.datatable.DataTableView
 
isTime(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
isTime(int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
isTime(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
isTime(int) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
isTime(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
isToolbarButton(JComponent) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
isToolbarButton(JComponent) - Static method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
isTrimLine() - Method in class com.rapidminer.tools.LineParser
 
isTrimLines() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
isTSQL - Variable in class com.rapidminer.gui.tools.syntax.SQLTokenMarker
 
isTutorialMode() - Method in class com.rapidminer.gui.MainFrame
 
isUpdatable() - Method in class com.rapidminer.operator.AbstractModel
This default implementation returns false.
isUpdatable() - Method in class com.rapidminer.operator.GroupedModel
Returns true if all inner models return true.
isUpdatable() - Method in class com.rapidminer.operator.learner.UpdateablePredictionModel
This implementation returns true.
isUpdatable() - Method in interface com.rapidminer.operator.Model
Returns true if this model is updatable.
isUsedAttribute - Variable in class com.rapidminer.operator.learner.functions.linear.LinearRegressionMethod.LinearRegressionResult
 
isUseful(Result, LinkedList<Result>, int, ExampleSet, int) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
Test if the model is useful according to the given criterion.
isUseQuotes() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
isUseQuotes() - Method in class com.rapidminer.tools.LineParser
 
isUserDefined() - Method in class com.rapidminer.gui.Perspective
 
isUserDefined() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
isUserDefined() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
isUsingAbsoluteValues() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns whether absolute values are used or not.
isUsingDomainGrouping() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Returns true if this ValueSource delivers aggregated values of some kind.
isUsingRelativeIndicator() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
isUsingRelativeUtilities() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
If true, uses relative utilities; otherwise not.
isUsingUserDefinedDateFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isUsingUserDefinedDateFormat() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isUsingUserDefinedDateFormat() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isUsingUserDefinedLowerBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isUsingUserDefinedLowerBound() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isUsingUserDefinedLowerBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isUsingUserDefinedLowerViewBound() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
isUsingUserDefinedUpperBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isUsingUserDefinedUpperBound() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isUsingUserDefinedUpperBound() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isUsingUserDefinedUpperViewBound() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
isValid() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
isValid() - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
isValid() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
isValid() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
isValid() - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
isValid() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
isValidForDataTable(DataTable) - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
isValidName(String) - Method in class com.rapidminer.gui.ApplicationPerspectives
Checks if the given string is valid as name of a new perspective.
isValidNumericalParameter(String) - Static method in class com.rapidminer.parameter.value.ParameterValues
 
isValidXPath(String) - Method in class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
Return true iff xPathString is a valid XPath, i.e. can be compiled without errors.
isValue() - Method in class com.rapidminer.parameter.ParameterTypeValue.OperatorValueSelection
 
isVLToolbarButton(JComponent) - Static method in class com.rapidminer.gui.look.RapidLookTools
 
isWide() - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
isXAxisLogarithmic() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns whether the domain (X) axis is logarithmic or not.
isYAxisLogarithmic() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns whether the range (Y) axis is logarithmic or not.
isYAxisLogarithmic() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Returns whether the range (Y) axis is logarithmic or not.
isZero(double) - Static method in class com.rapidminer.tools.Tools
Returns Tools.isEqual(double, double) for d and 0.
isZoomedIn() - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
ItakuraSaitoDistance - Class in com.rapidminer.tools.math.similarity.divergences
The "Itakura-Saito distance ".
ItakuraSaitoDistance() - Constructor for class com.rapidminer.tools.math.similarity.divergences.ItakuraSaitoDistance
 
Item - Class in com.rapidminer.gui.look.fc
An item for the item panel or the file list (might be a file or directory or an image...)
Item(ItemPanel, File) - Constructor for class com.rapidminer.gui.look.fc.Item
 
Item - Class in com.rapidminer.operator.learner.associations.gsp
 
Item(String, int) - Constructor for class com.rapidminer.operator.learner.associations.gsp.Item
 
Item - Interface in com.rapidminer.operator.learner.associations
Item the base class for itemsets and provide all necessary frequency information.
itemIterator() - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
 
itemPanel - Variable in class com.rapidminer.gui.look.fc.FileList
 
ItemPanel - Class in com.rapidminer.gui.look.fc
A panel containing all items (files etc.)
ItemPanel(FileList) - Constructor for class com.rapidminer.gui.look.fc.ItemPanel
 
ItemPanelKeyboardListener - Class in com.rapidminer.gui.look.fc
A keyboard listener used for the item panel.
ItemPanelKeyboardListener() - Constructor for class com.rapidminer.gui.look.fc.ItemPanelKeyboardListener
 
iterate(Object, Pattern, boolean, boolean, boolean) - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
iterate(Object, Pattern, boolean, int) - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
iterate(Object, Pattern, boolean, boolean, boolean) - Method in class com.rapidminer.operator.meta.FileIterator
 
iterate(Object, Pattern, boolean, int) - Method in class com.rapidminer.operator.meta.RepositoryIterator
 
iterate(Object, Pattern, boolean, boolean, boolean) - Method in class com.rapidminer.operator.meta.ZippedFileIterator
 
IteratingGSS - Class in com.rapidminer.operator.learner.igss
This operator implements the IteratingGSS algorithms presented in the diploma thesis 'Effiziente Entdeckung unabhängiger Subgruppen in grossen Datenbanken' at the Department of Computer Science, University of Dortmund.
IteratingGSS(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.igss.IteratingGSS
Must pass the given object to the superclass.
IteratingOperatorChain - Class in com.rapidminer.operator.meta
Performs its inner operators for the defined number of times.
IteratingOperatorChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.IteratingOperatorChain
 
IteratingPerformanceAverage - Class in com.rapidminer.operator.validation
This operator chain performs the inner operators the given number of times.
IteratingPerformanceAverage(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
IterationArrayList<E> - Class in com.rapidminer.tools
This class is an adapter to obtain an ArrayList given an Iterator.
IterationArrayList(Iterator<E>) - Constructor for class com.rapidminer.tools.IterationArrayList
 
IterativeFeatureAdding - Class in com.rapidminer.operator.features.selection
Adds iteratively the next feature according to given attribute name array.
IterativeFeatureAdding(int[], int) - Constructor for class com.rapidminer.operator.features.selection.IterativeFeatureAdding
 
IterativeTTestLinearRegressionMethod - Class in com.rapidminer.operator.learner.functions.linear
This implements an iterative T-Test based selection.
IterativeTTestLinearRegressionMethod() - Constructor for class com.rapidminer.operator.learner.functions.linear.IterativeTTestLinearRegressionMethod
 
iterator() - Method in interface com.rapidminer.datatable.DataTable
Returns an iterator over all DataTableRows.
iterator() - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
iterator() - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
iterator() - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
iterator() - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
iterator() - Method in class com.rapidminer.datatable.DataTableView
 
iterator() - Method in class com.rapidminer.datatable.SimpleDataTable
 
iterator() - Method in class com.rapidminer.datatable.SortedDataTableView
 
iterator() - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
iterator() - Method in class com.rapidminer.example.AbstractAttributes
 
iterator() - Method in interface com.rapidminer.example.Attributes
Iterates over all regular attributes.
iterator() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
Creates a new example set reader.
iterator() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Creates a new example set reader.
iterator() - Method in class com.rapidminer.example.set.ConditionedExampleSet
Returns a MappedExampleReader.
iterator() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
iterator() - Method in class com.rapidminer.example.set.MappedExampleSet
Returns a MappedExampleReader.
iterator() - Method in class com.rapidminer.example.set.ModelViewExampleSet
Creates a new example set reader.
iterator() - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
Creates an iterator over all examples.
iterator() - Method in class com.rapidminer.example.set.RemappedExampleSet
 
iterator() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
Creates a new example set reader.
iterator() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
iterator() - Method in class com.rapidminer.example.set.SimpleExampleSet
 
iterator() - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
iterator() - Method in class com.rapidminer.example.set.SortedExampleSet
Returns a SortedExampleReader.
iterator() - Method in class com.rapidminer.example.set.SplittedExampleSet
Returns an example reader that splits all examples that are not selected.
iterator() - Method in class com.rapidminer.gui.new_plotter.data.GroupCellSeriesData
 
iterator() - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
iterator() - Method in class com.rapidminer.operator.EnabledOperatorView
 
iterator() - Method in class com.rapidminer.operator.GroupedModel
 
iterator() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
iterator() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
iterator() - Method in class com.rapidminer.operator.learner.associations.PowerSet
 
iterator() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
iterator() - Method in class com.rapidminer.parameter.Parameters
 
iterator() - Method in class com.rapidminer.parameter.value.ParameterValueList
 
iterator() - Method in class com.rapidminer.tools.container.ValueSet
Returns an iterator over the values.
iterator() - Method in class com.rapidminer.tools.math.container.BallTree
 
iterator() - Method in class com.rapidminer.tools.math.container.KDTree
 
iterator() - Method in class com.rapidminer.tools.math.container.LinearList
 
iterator() - Method in class com.rapidminer.tools.math.ROCData
 

J

JaccardNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the Dice similarity for nominal attributes.
JaccardNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.JaccardNominalSimilarity
 
JaccardNumericalSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
A variant of the Jaccard coefficient defined for numeric attributes.
JaccardNumericalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.JaccardNumericalSimilarity
 
JamaDimensionalityReduction - Class in com.rapidminer.operator.features.transformation
Deprecated. 
JamaDimensionalityReduction(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.JamaDimensionalityReduction
Deprecated.  
JavaEditor - Class in com.rapidminer.gui.tools
A generic Java editor.
JavaEditor() - Constructor for class com.rapidminer.gui.tools.JavaEditor
 
JAVASCRIPT - Static variable in class com.rapidminer.gui.tools.syntax.HTMLTokenMarker
 
JavaScriptTokenMarker - Class in com.rapidminer.gui.tools.syntax
JavaScript token marker.
JavaScriptTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.JavaScriptTokenMarker
 
JavaTokenMarker - Class in com.rapidminer.gui.tools.syntax
Java token marker.
JavaTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.JavaTokenMarker
 
jdbcCompliant() - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
JDBCDriverTable - Class in com.rapidminer.gui.tools
This panel shows information about the available JDBC drivers.
JDBCDriverTable(DriverInfo[]) - Constructor for class com.rapidminer.gui.tools.JDBCDriverTable
 
JDBCDriverTableModel - Class in com.rapidminer.gui.tools
This panel shows information about the available JDBC drivers.
JDBCDriverTableModel(DriverInfo[]) - Constructor for class com.rapidminer.gui.tools.JDBCDriverTableModel
 
JDBCProperties - Class in com.rapidminer.tools.jdbc
This class encapsulates the necessary information to build a JDBC connection string (url) for a specific database system.
JDBCProperties(boolean) - Constructor for class com.rapidminer.tools.jdbc.JDBCProperties
 
JDBCProperties(Element, boolean) - Constructor for class com.rapidminer.tools.jdbc.JDBCProperties
 
JDelayedCalculationPanel - Class in com.rapidminer.gui.tools
A panel for delayed calculations.
JDelayedCalculationPanel() - Constructor for class com.rapidminer.gui.tools.JDelayedCalculationPanel
 
JEditTextArea - Class in com.rapidminer.gui.tools.syntax
jEdit's text area component.
JEditTextArea() - Constructor for class com.rapidminer.gui.tools.syntax.JEditTextArea
Creates a new JEditTextArea with the default settings.
JEditTextArea(TextAreaDefaults) - Constructor for class com.rapidminer.gui.tools.syntax.JEditTextArea
Creates a new JEditTextArea with the specified settings.
JFreeChartPlotEngine - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
This class creates a JFreeChart from a PlotConfiguration.
JFreeChartPlotEngine(PlotInstance, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
JFreeChartPlotEngine(PlotInstance, boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
JFreeChartPlotEngineListener - Interface in com.rapidminer.gui.new_plotter.listener
 
JMathPlotter - Class in com.rapidminer.gui.plotter.mathplot
The abstract super class for all plotters using the JMathPlot library.
JMathPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.JMathPlotter
Creates a new JMathPlotter.
JMathPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.JMathPlotter
Creates the new plotter and sets the data table.
JMathPlotter2D - Class in com.rapidminer.gui.plotter.mathplot
The abstract super class for all 2D plotters using the JMathPlot library.
JMathPlotter2D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.JMathPlotter2D
 
JMathPlotter2D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.JMathPlotter2D
 
JMathPlotter3D - Class in com.rapidminer.gui.plotter.mathplot
The abstract super class for all 3D plotters using the JMathPlot library.
JMathPlotter3D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.JMathPlotter3D
 
JMathPlotter3D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.JMathPlotter3D
 
JMySVMLearner - Class in com.rapidminer.operator.learner.functions.kernel
This learner uses the Java implementation of the support vector machine mySVM by Stefan Rüping.
JMySVMLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
JMySVMModel - Class in com.rapidminer.operator.learner.functions.kernel
The implementation for the mySVM model (Java version) by Stefan Rueping.
JMySVMModel(ExampleSet, SVMExamples, Kernel, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.JMySVMModel
 
JOIN_TYPE_INNER - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
JOIN_TYPE_LEFT - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
JOIN_TYPE_OUTER - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
JOIN_TYPE_RIGHT - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
JOIN_TYPES - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
joinAttributes(ExampleSetMetaData, String) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Joins the attributes of both example sets.
joinData(ExampleSet, ExampleSet, List<AbstractExampleSetJoin.AttributeSource>, List<Attribute>) - Method in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
joinData(ExampleSet, ExampleSet, List<AbstractExampleSetJoin.AttributeSource>, List<Attribute>) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetCartesian
Joins the data WITHOUT a WHERE criteria.
joinData(ExampleSet, ExampleSet, List<AbstractExampleSetJoin.AttributeSource>, List<Attribute>) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
JRadioSelectionPanel - Class in com.rapidminer.gui.tools
This Class provides an panel for multiple content, allowing the user to switch between content using a radio selection button group.
JRadioSelectionPanel() - Constructor for class com.rapidminer.gui.tools.JRadioSelectionPanel
 
JUSTIFY_CENTER - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
JUSTIFY_LEFT - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
JUSTIFY_RIGHT - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 

K

K - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
K_MEANS - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "Init distributions hard clustering"
KAPPA - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
Indicates kappa statistics.
KDBExampleSource - Class in com.rapidminer.operator.io
This class can read arff, comma separated values (csv), dbase and bibtex files.
KDBExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.KDBExampleSource
 
KdistanceContainer - Class in com.rapidminer.operator.preprocessing.outlier
This class represents a container for objects within a given distance from another object.
KdistanceContainer(SearchObject) - Constructor for class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
This constructor creates a container for an associated SearchObject so (which has to be referenced) and sets the other aspects of the contained data to zero; it also creates a list of Objects.
KDTree<T extends java.io.Serializable> - Class in com.rapidminer.tools.math.container
This class is an implementation of a KD-Tree for organizing multidimensional datapoints in a fashion supporting the search for nearest neighbours.
KDTree(int, DistanceMeasure) - Constructor for class com.rapidminer.tools.math.container.KDTree
 
KDTreeNode<T> - Class in com.rapidminer.tools.math.container
The node for a KD tree.
KDTreeNode(double[], T, int) - Constructor for class com.rapidminer.tools.math.container.KDTreeNode
 
KeepBest - Class in com.rapidminer.operator.features
Keeps the n best individuals and kicks out the rest.
KeepBest(int) - Constructor for class com.rapidminer.operator.features.KeepBest
 
keepOldAttributes() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
Indicates if the old attributes should be kept for learning the stacking model.
keepOldAttributes() - Method in class com.rapidminer.operator.learner.meta.Stacking
 
keepOldAttributes() - Method in class com.rapidminer.operator.learner.meta.Vote
 
keepRow(DataTableRow) - Method in interface com.rapidminer.datatable.DataTableFilterCondition
This method decides if the given data row is kept or filtered out.
keepRow(DataTableRow) - Method in class com.rapidminer.datatable.RangeFilterCondition
 
keepRow(DataTableRow) - Method in class com.rapidminer.datatable.RegionFilterCondition
 
keepRow(DataTableRow) - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
 
keepRow(DataTableRow) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
keepRow(DataTableRow) - Method in class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
keepRow(DataTableRow) - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
keepWorkbookOpen() - Method in class com.rapidminer.operator.io.ExcelExampleSource
inform the excel reader to keep the workbook open due to performance reasons.
KennardStoneSampling - Class in com.rapidminer.operator.preprocessing.sampling
This operator performs a Kennard-Stone Sampling.
KennardStoneSampling(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
kernel - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
Kernel - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Abstract base class for all kernels.
Kernel() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Class constructor
kernel - Variable in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
Kernel - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Abstract base class for all RVM / GP kernels.
Kernel() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
Constructor(s)
kernel - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
The kernel to be used as a basis
Kernel - Class in com.rapidminer.tools.math.kernels
Returns the distance of two examples.
Kernel() - Constructor for class com.rapidminer.tools.math.kernels.Kernel
 
KERNEL_ANOVA - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates an anova kernel.
KERNEL_ANOVA - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates an anova kernel.
kernel_cache - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Kernel cache
kernel_cache_size - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Number of elements in cache
KERNEL_CLASSES - Static variable in class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
KERNEL_DOT - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
Indicates a linear kernel.
KERNEL_DOT - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a linear kernel.
KERNEL_DOT - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
Indicates a linear kernel.
KERNEL_DOT - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a linear kernel.
KERNEL_EPANECHNIKOV - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a epanechnikov kernel.
KERNEL_EPANECHNIKOV - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a Epanechnikov kernel.
KERNEL_GAUSSIAN_COMBINATION - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a gaussian combination kernel.
KERNEL_GAUSSIAN_COMBINATION - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a Gaussian combination kernel.
KERNEL_MULTIQUADRIC - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a multiquadric kernel.
KERNEL_MULTIQUADRIC - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a multiquadric kernel.
KERNEL_NAMES - Static variable in class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
KERNEL_NEURAL - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
Indicates a neural net kernel.
KERNEL_NEURAL - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a neural net kernel.
KERNEL_POLYNOMIAL - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
Indicates a polynomial kernel.
KERNEL_POLYNOMIAL - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a polynomial kernel.
KERNEL_POLYNOMIAL - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a polynomial kernel.
KERNEL_RADIAL - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
Indicates a rbf kernel.
KERNEL_RADIAL - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Indicates a rbf kernel.
KERNEL_RADIAL - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a rbf kernel.
KERNEL_SIGMOID - Static variable in class com.rapidminer.tools.math.kernels.Kernel
Indicates a sigmoid kernel.
KERNEL_TYPES - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The kernels which can be used from RapidMiner for the mySVM / myKLR.
KERNEL_TYPES - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
 
KERNEL_TYPES - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The different kernel types implemented by the LibSVM package.
KERNEL_TYPES - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
 
KERNEL_TYPES - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The kernels which can be used for the EvoSVM.
KernelAnova - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Anova Kernel
KernelAnova() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova
Class constructor.
KernelBasisFunction - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
A basis function for kernels.
KernelBasisFunction(Kernel, double[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Constructor(s)
KernelBasisFunction(Kernel) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
 
KernelCache - Interface in com.rapidminer.tools.math.kernels
This is the interface describing the kernel cache.
KernelCauchy - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Cauchy kernel: K(x, y) = 1 / (1 + lengthScale^{-2} * ||x - y||^2)
KernelCauchy() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelCauchy
Constructor(s)
KernelCauchy(double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelCauchy
 
KernelDistribution - Class in com.rapidminer.tools.math.distribution.kernel
A kernel based empirical distribution.
KernelDistribution() - Constructor for class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
KernelDistributionModel - Class in com.rapidminer.operator.learner.bayes
KernelDistributionModel is a model for learners which estimate distributions of attribute values from example sets like NaiveBayes.
KernelDistributionModel(ExampleSet, boolean, int, int, double, int, int) - Constructor for class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
KernelDot - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Linear Kernel
KernelDot() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot
Class constructor
KernelDot(SVMExamples, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot
Class constructor
KernelEpanechnikov - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Epanechnikov Kernel
KernelEpanechnikov() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov
Class constructor.
KernelEpanechnikov - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Returns the value of the Epanechnikov kernel of both examples.
KernelEpanechnikov(double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelEpanechnikov
Constructor(s)
KernelEpanechnikov() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelEpanechnikov
 
KernelEuclideanDistance - Class in com.rapidminer.tools.math.similarity.numerical
This class uses the approach of Schoelkopf (2001) The Kernel Trick for Distances.
KernelEuclideanDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
KernelGaussianCombination - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Gaussian Combination Kernel
KernelGaussianCombination() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination
Class constructor.
KernelGaussianCombination - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Returns the value of the Gaussian combination kernel of both examples.
KernelGaussianCombination(double, double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination
Constructor(s)
KernelGaussianCombination() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination
 
KernelKMeans - Class in com.rapidminer.operator.clustering.clusterer
This operator is an implementation of kernel k means.
KernelKMeans(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.KernelKMeans
 
KernelLaplace - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Laplace kernel: K(x, y) = exp(-sqrt(lengthScale^{-2} * ||x - y||^2))
KernelLaplace() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace
Constructor(s)
KernelLaplace(double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace
 
KernelLogisticRegression - Class in com.rapidminer.operator.learner.functions.kernel
This operator determines a logistic regression model.
KernelLogisticRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
 
KernelLogisticRegressionModel - Class in com.rapidminer.operator.learner.functions.kernel
The model determined by the KernelLogisticRegression operator.
KernelLogisticRegressionModel(ExampleSet, List<SupportVector>, Kernel, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
Creates a classification model.
KernelLogisticRegressionOptimization - Class in com.rapidminer.operator.learner.functions.kernel
Evolutionary Strategy approach for optimization of the logistic regression problem.
KernelLogisticRegressionOptimization(ExampleSet, Kernel, double, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionOptimization
Creates a new evolutionary SVM optimization.
KernelModel - Class in com.rapidminer.operator.learner.functions.kernel
This is the abstract model class for all kernel models.
KernelModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.functions.kernel.KernelModel
 
KernelModelPlotRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the plot view of kernel models.
KernelModelPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.models.KernelModelPlotRenderer
 
KernelModelRow2DataTableRowWrapper - Class in com.rapidminer.datatable
This class wraps the data row of a kernel model.
KernelModelRow2DataTableRowWrapper(KernelModel, DataTableKernelModelAdapter, int) - Constructor for class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
KernelModelSupportVectorRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the support vector table view of a kernel model.
KernelModelSupportVectorRenderer() - Constructor for class com.rapidminer.gui.renderer.models.KernelModelSupportVectorRenderer
 
KernelModelWeightsRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the weight table view of a kernel model.
KernelModelWeightsRenderer() - Constructor for class com.rapidminer.gui.renderer.models.KernelModelWeightsRenderer
 
KernelMultiquadric - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Gaussian Combination Kernel
KernelMultiquadric() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric
Class constructor.
KernelMultiquadric - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Returns the value of the Multiquadric kernel of both examples.
KernelMultiquadric(double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric
Constructor(s)
KernelMultiquadric() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric
 
KernelNaiveBayes - Class in com.rapidminer.operator.learner.bayes
Kernel Naive Bayes learner.
KernelNaiveBayes(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
KernelNeural - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Neural Kernel
KernelNeural() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural
Class constructor
KernelPCA - Class in com.rapidminer.operator.features.transformation
This operator performs a kernel-based principal components analysis (PCA).
KernelPCA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.KernelPCA
 
KernelPCAModel - Class in com.rapidminer.operator.features.transformation
The model for the Kernel-PCA.
KernelPCAModel(ExampleSet) - Constructor for class com.rapidminer.operator.features.transformation.KernelPCAModel
 
KernelPCAModel(ExampleSet, double[], Matrix, ArrayList<double[]>, Kernel) - Constructor for class com.rapidminer.operator.features.transformation.KernelPCAModel
 
KernelPoly - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Laplace kernel: K(x, y) = (lengthScale^{-2} * (x * y) + bias)^order
KernelPoly() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
Constructor(s)
KernelPoly(double, double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
 
KernelPolynomial - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Polynomial Kernel
KernelPolynomial() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
Class constructor
KernelRadial - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel
Radial Kernel
KernelRadial() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
Class constructor.
KernelRadial - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Radial basis function (rbf) kernel: K(x, y) = exp(-lengthScale^{-2} * ||x - y||^2)
KernelRadial(double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
Constructor(s)
KernelRadial() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
 
KernelSigmoid - Class in com.rapidminer.operator.learner.functions.kernel.rvm.kernel
Returns the value of the Sigmoid kernel of both examples.
KernelSigmoid(double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelSigmoid
Constructor(s)
KernelSigmoid() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelSigmoid
 
key - Variable in class com.rapidminer.parameter.value.ParameterValues
 
KEY_COLOR_MAP - Static variable in class com.rapidminer.operator.Annotations
Colors for attribute values.
KEY_COMMENT - Static variable in class com.rapidminer.operator.Annotations
User defined comment.
KEY_DC_AUDIENCE - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_AUTHOR - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_CONTRIBUTOR - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_COVERAGE - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_CREATOR - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_DESCRIPTION - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_INSTRUCTIONAL_METHOD - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_PROVENANCE - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_PUBLISHER - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_RELATION - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_RIGHTS - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_RIGHTS_HOLDER - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_SOURCE - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_SUBJECT - Static variable in class com.rapidminer.operator.Annotations
 
KEY_DC_TITLE - Static variable in class com.rapidminer.operator.Annotations
 
KEY_SOURCE - Static variable in class com.rapidminer.operator.Annotations
Source, e.g.
KEY_UNIT - Static variable in class com.rapidminer.operator.Annotations
Physical unit of attributes.
KeyGenerationException - Exception in com.rapidminer.tools.cipher
This exception will be thrown if a problem during key generation occurs.
KeyGenerationException(String) - Constructor for exception com.rapidminer.tools.cipher.KeyGenerationException
 
KeyGeneratorTool - Class in com.rapidminer.tools.cipher
This class can be used to generate a new key and store it in the user directory.
KeyGeneratorTool() - Constructor for class com.rapidminer.tools.cipher.KeyGeneratorTool
 
keyListener - Variable in class com.rapidminer.gui.look.fc.FileList
 
keyPressed(KeyEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
keyPressed(KeyEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanelKeyboardListener
 
keyPressed(KeyEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Pan / Shifts a plot if the arrow keys are pressed.
keyPressed(KeyEvent) - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Handle a key pressed event.
keyReleased(KeyEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
keyReleased(KeyEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanelKeyboardListener
 
KEYS_ASCENDING - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
KEYS_DESCENDING - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
KEYS_DUBLIN_CORE - Static variable in class com.rapidminer.operator.Annotations
Custom keys defined by the Dublin Core standard.
KEYS_RAPIDMINER_IOOBJECT - Static variable in class com.rapidminer.operator.Annotations
Custom keys defined by RapidMiner
keySet() - Method in class com.rapidminer.example.Example
 
keySet() - Method in class com.rapidminer.operator.Annotations
 
keyToUpperCase(String) - Static method in class com.rapidminer.tools.documentation.GroupDocumentation
 
keyTyped(KeyEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
keyTyped(KeyEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanelKeyboardListener
 
keyTyped(KeyEvent) - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Handle a key typed event.
KEYWORD1 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Keyword 1 token id.
KEYWORD2 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Keyword 2 token id.
KEYWORD3 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Keyword 3 token id.
KeywordMap - Class in com.rapidminer.gui.tools.syntax
A KeywordMap is similar to a hashtable in that it maps keys to values.
KeywordMap(boolean) - Constructor for class com.rapidminer.gui.tools.syntax.KeywordMap
Creates a new KeywordMap.
KeywordMap(boolean, int) - Constructor for class com.rapidminer.gui.tools.syntax.KeywordMap
Creates a new KeywordMap.
KLDivergence - Class in com.rapidminer.tools.math.similarity.divergences
The "Kullback-Leibler divergence ".
KLDivergence() - Constructor for class com.rapidminer.tools.math.similarity.divergences.KLDivergence
 
KLR - Class in com.rapidminer.operator.learner.functions.kernel.logistic
The main class for the Kernel Logistic Regression.
KLR() - Constructor for class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
KLR(Operator) - Constructor for class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
klr() - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
KMeans - Class in com.rapidminer.operator.clustering.clusterer
This operator represents an implementation of k-means.
KMeans(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.KMeans
 
KMedoids - Class in com.rapidminer.operator.clustering.clusterer
This operator represents an implementation of k-medoids.
KMedoids(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.KMedoids
 
KNNClassificationModel - Class in com.rapidminer.operator.learner.lazy
An implementation of a knn model.
KNNClassificationModel(ExampleSet, GeometricDataCollection<Integer>, int, boolean) - Constructor for class com.rapidminer.operator.learner.lazy.KNNClassificationModel
 
KNNLearner - Class in com.rapidminer.operator.learner.lazy
A k nearest neighbor implementation.
KNNLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.lazy.KNNLearner
 
KNNRegressionModel - Class in com.rapidminer.operator.learner.lazy
An implementation of a knn model used for regression
KNNRegressionModel(ExampleSet, GeometricDataCollection<Double>, int, boolean) - Constructor for class com.rapidminer.operator.learner.lazy.KNNRegressionModel
 
KNOWN_AGGREGATION_FUNCTION_NAMES - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
KNOWN_AGGREGATION_FUNCTIONS - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
KNOWN_ATTRIBUTE_TYPES - Static variable in interface com.rapidminer.example.Attributes
All known names of regular and special attribute types as an array.
KNOWN_CONDITION_NAMES - Static variable in class com.rapidminer.example.set.ConditionedExampleSet
Array of short names for the known conditions.
KNOWN_POINT_STYLES - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
KohonenNet - Class in com.rapidminer.tools.math.som
This class can be used to train a Kohonen net.
KohonenNet(KohonenTrainingsData) - Constructor for class com.rapidminer.tools.math.som.KohonenNet
 
KohonenNode - Class in com.rapidminer.tools.math.som
This class represents a node in a KohonenNet.
KohonenNode(double[]) - Constructor for class com.rapidminer.tools.math.som.KohonenNode
 
KohonenTrainingsData - Interface in com.rapidminer.tools.math.som
This interface describes the training data for a Kohonen net.
KulczynskiNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the Kulczynski similarity for nominal attributes.
KulczynskiNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.KulczynskiNominalSimilarity
 

L

l - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
LABEL - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
LABEL - Static variable in class com.rapidminer.gui.tools.syntax.Token
Label token id.
LABEL_FONT - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
LABEL_FONT_BOLD - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
LABEL_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute label.
labelAttribute - Variable in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
labelAttribute - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
labelEdge(RenderContext<V, E>, Layout<V, E>, E, String) - Method in class com.rapidminer.gui.graphs.TreeModelEdgeLabelRenderer
 
LabelRotatingPlotterAdapter - Class in com.rapidminer.gui.plotter
 
LabelRotatingPlotterAdapter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
LabelUI - Class in com.rapidminer.gui.look.ui
The UI of labels.
LabelUI() - Constructor for class com.rapidminer.gui.look.ui.LabelUI
 
labelVertex(RenderContext<V, E>, Layout<V, E>, V, String) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
Labels the specified vertex with the specified label.
labelWeights - Variable in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
lambda(int) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
lagrangian multiplier of variable i
lambda(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
lagrangion multiplier of variable i
lambda_eq - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
lambda_eq - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
lambda_eq - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
lambda_factor - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
lambda_factor - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
lambda_WS - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
lambda_WS - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
LAPLACE - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
LARGE - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
large - Variable in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
The number of covered examples before normal approximation is used.
last - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
LAST_TYPE_INDEX - Static variable in class com.rapidminer.example.table.DataRowFactory
 
LAST_TYPE_INDEX - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
LAST_TYPE_INDEX - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
LAST_TYPE_INDEX - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
LastInnerOperatorCondition - Class in com.rapidminer.operator.condition
This condition can be used to define a output condition for the last operator in a chain (e.g. the last operator of a chain must deliver a performance vector).
LastInnerOperatorCondition(Class[]) - Constructor for class com.rapidminer.operator.condition.LastInnerOperatorCondition
Creates an inner operator condition.
LastInnerOperatorCondition(Class[], Class[]) - Constructor for class com.rapidminer.operator.condition.LastInnerOperatorCondition
Creates an inner operator condition.
LastInnerOperatorCondition(Class[], Class[], boolean) - Constructor for class com.rapidminer.operator.condition.LastInnerOperatorCondition
Creates an inner operator condition.
lastLine - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
The last tokenized line.
lastSelected - Variable in class com.rapidminer.gui.look.fc.FileList
 
lastToken - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
The last token in the list.
LatexOperatorDocGenerator - Class in com.rapidminer.doc
Formats operator documentation in LaTeX style.
LatexOperatorDocGenerator() - Constructor for class com.rapidminer.doc.LatexOperatorDocGenerator
 
launchFileEditor(File, int) - Static method in class com.rapidminer.tools.Tools
 
LaunchListener - Class in com.rapidminer.tools
When started for the first time, listens on a given socket.
LaunchListener.RemoteControlHandler - Interface in com.rapidminer.tools
Callbacks will be made to this interface when another client contacts us.
LAYOUT_BALLOON - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LAYOUT_CIRCLE - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LAYOUT_FR_LAYOUT - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LAYOUT_ISOM - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LAYOUT_KK_LAYOUT - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LAYOUT_SPRING - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LAYOUT_TREE - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
layoutDefault(JComponent, int, Collection<AbstractButton>) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
layoutDefault(JComponent, Collection<AbstractButton>) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
layoutDefault(JComponent, AbstractButton...) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
layoutDefault(JComponent, int, AbstractButton...) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
layoutDefault(JComponent, JPanel) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
layoutDefault(JComponent, JPanel, int) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
layoutDefault(JComponent, Collection<AbstractButton>) - Method in class com.rapidminer.gui.tools.dialogs.MultiConfirmDialog
 
layoutDefault(Map<String, Component>) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
layoutDefault(Map<String, Component>, int) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
layoutDefault(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
layoutDefault() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
LAYOUTS - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
LayoutSelection<V,E> - Class in com.rapidminer.gui.graphs
The layout selection for the GraphViewer.
LayoutSelection(GraphViewer<V, E>, Graph<V, E>) - Constructor for class com.rapidminer.gui.graphs.LayoutSelection
 
ld(double) - Static method in class com.rapidminer.tools.math.MathFunctions
This method returns the logarithmus dualis from value
LeafCreator - Interface in com.rapidminer.operator.learner.tree
This class can be used to transform an inner tree node into a leaf.
leafCreator - Variable in class com.rapidminer.operator.learner.tree.TreeBuilder
 
LeanFormatter - Class in com.rapidminer.gui.tools
A simple log formatter for dates.
LeanFormatter() - Constructor for class com.rapidminer.gui.tools.LeanFormatter
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.bayes.NaiveBayes
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.FastLargeMargin
Learns a new SVM model with the LibSVM package.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
Learns and returns a model.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
Learns and returns a model.
learn() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.GPBase
Does the hard work of learning the model from the inputs
learn() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression
The hard work is done here
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.GPLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperHyper
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
Learns a new SVM model with the LibSVM package.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
learn() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
The hard work is done here
learn() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
Does the hard work of learning the model from the inputs
learn() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMClassification
The hard work is done here
learn() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMRegression
The hard work is done here
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
Learns and returns a model.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.Perceptron
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionOperator
 
learn(ExampleSet, List<ExampleSet>) - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionOperator
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.lazy.AttributeBasedVotingLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.lazy.KNNLearner
 
learn(ExampleSet) - Method in interface com.rapidminer.operator.learner.Learner
Trains a model.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AdaBoost
Constructs a Model repeatedly running a weak learner, re-weighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AdditiveRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.Bagging
Constructs a Model by repeatedly running a base learner on subsamples.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.BayBoostStream
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
Constructs a Model repeatedly running a weak learner, reweighting the training example set accordingly, and combining the hypothesis using the available weighted performance values.
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.ClassificationByRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.MetaCost
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.RelativeRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.TransformedRegression
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.Tree2RuleConverter
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.RuleLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.SimpleRuleLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.SingleRuleLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.MultiwayDecisionTree
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.RandomForestLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
learn(ExampleSet) - Method in class com.rapidminer.operator.validation.ValidationChain
Applies the learner (= first encapsulated inner operator).
Learner - Interface in com.rapidminer.operator.learner
A Learner is an operator that encapsulates the learning step of a machine learning method.
LEARNER_CAPABILITIES - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
LearnerPrecondition - Class in com.rapidminer.operator.ports.metadata
 
LearnerPrecondition(CapabilityProvider, InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.LearnerPrecondition
 
learnFinalModel(ExampleSet) - Method in class com.rapidminer.operator.validation.ValidationChain
Applies the learner (= first encapsulated inner operator). for building the final model.
LearningCurveOperator - Class in com.rapidminer.operator.meta
This operator first divides the input example set into two parts, a training set and a test set according to the parameter "training_ratio".
LearningCurveOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.LearningCurveOperator
 
learnTree(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.TreeBuilder
 
LEAST - Static variable in interface com.rapidminer.example.Statistics
 
LeastAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Least Aggregation function.
LeastAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregationFunction
 
LeastAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregationFunction
 
LeastAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the LeastAggregationFunction.
LeastAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregator
 
LeastOccurringAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Mode Aggregation function.
LeastOccurringAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregationFunction
 
LeastOccurringAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregationFunction
 
LeastOccurringAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the LeastOccuringAggregationFunction.
LeastOccurringAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregator
 
left() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
left() - Method in interface com.rapidminer.gui.tools.SelectionNavigationListener
 
LEFT - Static variable in class com.rapidminer.gui.tools.ViewToolBar
 
LEFT_EXAMPLE_SET_INPUT - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
LEFT_OF_SCROLLBAR - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
Adding components with this name to the text area will place them left of the horizontal scroll bar.
leftLabelWeights - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
leftWeight - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
LegendConfiguration - Class in com.rapidminer.gui.new_plotter.configuration
 
LegendConfiguration() - Constructor for class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
LegendConfiguration.LegendPosition - Enum in com.rapidminer.gui.new_plotter.configuration
 
legendConfigurationChanged(LegendConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
legendConfigurationChanged(LegendConfigurationChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.LegendConfigurationListener
 
LegendConfigurationChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
LegendConfigurationChangeEvent(LegendConfiguration, LegendConfiguration.LegendPosition) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
LegendConfigurationChangeEvent(LegendConfiguration, Font) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
LegendConfigurationChangeEvent(LegendConfiguration, boolean, LegendConfigurationChangeEvent.LegendConfigurationChangeType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
 
LegendConfigurationChangeEvent(LegendConfiguration, Color, LegendConfigurationChangeEvent.LegendConfigurationChangeType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent
Only FRAME_COLOR or BACKGROUND_COLOR are allowed as type.
LegendConfigurationChangeEvent.LegendConfigurationChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
LegendConfigurationListener - Interface in com.rapidminer.gui.new_plotter.listener
 
LegendConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
LegendConfigurationPanel(PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.LegendConfigurationPanel
 
length - Variable in class com.rapidminer.gui.tools.syntax.Token
The length of this token.
length - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
The number of lines in the model being tokenized.
Length - Class in com.rapidminer.tools.math.function.expressions.text
Returns the length of the given string.
Length() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Length
 
LENGTH_BYTE - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
The length of a byte measured in bytes.
LENGTH_DOUBLE - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
The length of a double measured in bytes.
LENGTH_INT_32 - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
The length of an int measured in bytes.
lengthScale - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
LengthScale parameter
LenientRelativeError - Class in com.rapidminer.operator.performance
The average relative error in a lenient way of calculation: Sum(|label-predicted|/max(|label|, |predicted|))/#examples.
LenientRelativeError() - Constructor for class com.rapidminer.operator.performance.LenientRelativeError
 
LenientRelativeError(LenientRelativeError) - Constructor for class com.rapidminer.operator.performance.LenientRelativeError
 
LEQ - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
LESS - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
LESS_SPLIT - Static variable in class com.rapidminer.operator.learner.rules.Split
 
LessEqualsSplitCondition - Class in com.rapidminer.operator.learner.tree
A split condition for numerical values (less equals).
LessEqualsSplitCondition(Attribute, double) - Constructor for class com.rapidminer.operator.learner.tree.LessEqualsSplitCondition
 
LEVEL_MENU - Variable in class com.rapidminer.gui.tools.LoggingViewer
 
LEVELS - Static variable in class com.rapidminer.tools.WrapperLoggingHandler
 
LevenshteinDistance - Class in com.rapidminer.tools.math.similarity.nominal
This calculates the levenshtein distance of two strings.
LevenshteinDistance() - Constructor for class com.rapidminer.tools.math.similarity.nominal.LevenshteinDistance
 
LIBRARY_MIME_TYPE - Static variable in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
LibraryOperatorDescription - Class in com.rapidminer.operator.libraries
This is the abstract superclass for all OperatorDescriptions that are stored inside an OperatorLibrary.
LibraryOperatorDescription(OperatorLibrary, String, String, Class<? extends Operator>, ClassLoader, String, Plugin, OperatorDocBundle, List<VersionNumber>) - Constructor for class com.rapidminer.operator.libraries.LibraryOperatorDescription
 
LibraryOperatorDescription(OperatorLibrary, Element, Class<? extends Operator>) - Constructor for class com.rapidminer.operator.libraries.LibraryOperatorDescription
Operator for constructing these descriptions from xml that has been generated with the LibraryOperatorDescription.writeXML(Element) method.
LibSVMLearner - Class in com.rapidminer.operator.learner.functions.kernel
Applies the libsvm learner by Chih-Chung Chang and Chih-Jen Lin.
LibSVMLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
LibSVMModel - Class in com.rapidminer.operator.learner.functions.kernel
A model generated by the libsvm by Chih-Chung Chang and Chih-Jen Lin.
LibSVMModel(ExampleSet, svm_model, int, boolean) - Constructor for class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
LicenseConflictDialog - Class in com.rapid_i.deployment.update.client
This dialog helps the user to deactivate conflicting extensions.
LicenseConflictDialog(Collection<ManagedExtension>, Collection<ManagedExtension>) - Constructor for class com.rapid_i.deployment.update.client.LicenseConflictDialog
 
LIFT - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
Lift - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the lift of a rule.
Lift(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Lift
 
LIFT - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
LIFT - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
LiftChartGenerator - Class in com.rapidminer.operator.visualization
This operator creates a Lift chart for the given example set and model.
LiftChartGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.LiftChartGenerator
 
LiftChartRenderer - Class in com.rapidminer.gui.renderer.visualization
A renderer for the Lift Pareto chart.
LiftChartRenderer() - Constructor for class com.rapidminer.gui.renderer.visualization.LiftChartRenderer
 
LiftDataGenerator - Class in com.rapidminer.tools.math
Helper class containing some methods for Lift plots.
LiftDataGenerator() - Constructor for class com.rapidminer.tools.math.LiftDataGenerator
Creates a new Lift data generator.
LiftParetoChart - Class in com.rapidminer.operator.visualization
This object can usually not be passed to other operators but can simply be used for the inline visualization of a Lift Pareto chart (without a dialog).
LiftParetoChart(SimpleDataTable, String, boolean, boolean, boolean) - Constructor for class com.rapidminer.operator.visualization.LiftParetoChart
 
LiftParetoChartGenerator - Class in com.rapidminer.operator.visualization
This operator creates a Lift chart based on a Pareto plot for the discretized confidence values for the given example set and model.
LiftParetoChartGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
LIGHT_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
LIGHT_BROWN_FONT_COLOR - Static variable in class com.rapidminer.gui.tools.SwingTools
A brown font color.
LIGHT_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
LIGHTEST_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
LIGHTEST_RED - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
LIGHTEST_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
LimitCachedDatabaseExampleTable - Class in com.rapidminer.example.table
This class is another data supplier for example sets.
LimitCachedDatabaseExampleTable(DatabaseHandler, String, int) - Constructor for class com.rapidminer.example.table.LimitCachedDatabaseExampleTable
 
LINE_COLORS - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
LINE_HEIGHT - Static variable in class com.rapidminer.gui.tools.TextPanel
 
LINE_STROKES - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
LINE_STYLE_ICONS - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
LINE_STYLES - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
Linear - Class in com.rapidminer.operator.learner.igss.utility
The utility function Linear.
Linear(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.Linear
Constructs a new Linear with the given default probability.
LINEAR_SAMPLING - Static variable in class com.rapidminer.example.set.SplittedExampleSet
Indicates a non-shuffled sampling for partition building.
LinearCombinationOperator - Class in com.rapidminer.operator.features.construction
This operator applies a linear combination for each vector of the input ExampleSet, i.e.
LinearCombinationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.LinearCombinationOperator
 
LinearDiscriminantAnalysis - Class in com.rapidminer.operator.learner.bayes
This operator performs a linear discriminant analysis (LDA).
LinearDiscriminantAnalysis(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
LinearFunction - Class in com.rapidminer.operator.learner.functions.neuralnet
This function represents a linear activation function by calculating the identity function on the weighted sum.
LinearFunction() - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.LinearFunction
 
LinearList<T extends java.io.Serializable> - Class in com.rapidminer.tools.math.container
This class is an implementation of the GeometricDataCollection interface, which searches all datapoints linearly for the next k neighbours.
LinearList(DistanceMeasure) - Constructor for class com.rapidminer.tools.math.container.LinearList
 
LinearMySVMLearner - Class in com.rapidminer.operator.learner.functions.kernel
This class implements a special case of the MySVM by restricting it to the linear (dot) kernel.
LinearMySVMLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
LinearMySVMModel - Class in com.rapidminer.operator.learner.functions.kernel
An optimized implementation for Linear MySVM Models that only store the coefficients to save memory and apply these weights directly without kernel transformations.
LinearMySVMModel(ExampleSet, SVMExamples, Kernel, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.LinearMySVMModel
 
LinearRegression - Class in com.rapidminer.operator.learner.functions.linear
This operator calculates a linear regression model.
LinearRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
LinearRegression - Class in com.rapidminer.tools.math
This class can be used to calculate the coefficients of a (weighted) linear regression.
LinearRegression() - Constructor for class com.rapidminer.tools.math.LinearRegression
 
LinearRegressionMethod - Interface in com.rapidminer.operator.learner.functions.linear
This interface is for all classes that implement an integrated attribute selection algorithm for the LinearRegression operator.
LinearRegressionMethod.LinearRegressionResult - Class in com.rapidminer.operator.learner.functions.linear
 
LinearRegressionMethod.LinearRegressionResult() - Constructor for class com.rapidminer.operator.learner.functions.linear.LinearRegressionMethod.LinearRegressionResult
 
LinearRegressionModel - Class in com.rapidminer.operator.learner.functions
The model for linear regression.
LinearRegressionModel(ExampleSet, boolean[], double[], double[], double[], double[], double[], double[], boolean, String, String) - Constructor for class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
LinearRegressionModelTableRenderer - Class in com.rapidminer.gui.renderer.models
Renderer for the linear regression model.
LinearRegressionModelTableRenderer() - Constructor for class com.rapidminer.gui.renderer.models.LinearRegressionModelTableRenderer
 
LineChartConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
LineChartConfigurationPanel(boolean, JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.LineChartConfigurationPanel
 
LineFormat - Class in com.rapidminer.gui.new_plotter.configuration
 
LineFormat() - Constructor for class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
LineFormat.LineStyle - Enum in com.rapidminer.gui.new_plotter.configuration
 
lineFormatChanged(LineFormatChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
lineFormatChanged(LineFormatChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.configuration.LineFormatListener
 
LineFormatChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
LineFormatChangeEvent(LineFormat, Color) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
LineFormatChangeEvent(LineFormat, LineFormat.LineStyle) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
LineFormatChangeEvent(LineFormat, float) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.LineFormatChangeEvent
 
LineFormatListener - Interface in com.rapidminer.gui.new_plotter.configuration
 
lineHighlight - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
lineHighlight - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
lineHighlightColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
lineHighlightColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
lineInfo - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
An array for storing information about lines.
LineParser - Class in com.rapidminer.tools
 
LineParser() - Constructor for class com.rapidminer.tools.LineParser
 
LineParser(CSVResultSetConfiguration) - Constructor for class com.rapidminer.tools.LineParser
 
LineReader - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
A helper class for reading line based data formats
LineReader(File) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.LineReader
 
LineReader(File, Charset) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.LineReader
 
LineReader(InputStream, Charset) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.LineReader
 
LINES - Static variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
LINES_AND_POINTS - Static variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
LINES_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
lineSegment - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
lineToY(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Converts a line index to a y co-ordinate.
LinkAndBrushAxis - Interface in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis
 
LinkAndBrushCategoryPlot - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots
 
LinkAndBrushCategoryPlot() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot
 
LinkAndBrushChartPanel - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush
A Swing GUI component for displaying a JFreeChart object.
LinkAndBrushChartPanel(JFreeChart, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
LinkAndBrushChartPanel(JFreeChart, int, int, int, int, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
LinkAndBrushChartPanel(JFreeChart, int, int, int, int, boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
LinkAndBrushListener - Interface in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener
 
LinkAndBrushMaster - Class in com.rapidminer.gui.new_plotter.configuration
 
LinkAndBrushMaster(PlotConfiguration) - Constructor for class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
LinkAndBrushPlot - Interface in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots
 
LinkAndBrushSelection - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener
 
LinkAndBrushSelection(LinkAndBrushSelection.SelectionType, List<Pair<Integer, Range>>, List<Pair<Integer, Range>>) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection
 
LinkAndBrushSelection.SelectionType - Enum in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener
 
LinkAndBrushSelectionListener - Interface in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener
 
linkAndBrushUpdate(LinkAndBrushSelection) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
linkAndBrushUpdate(LinkAndBrushSelection) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushListener
 
LinkAndBrushXYPlot - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots
 
LinkAndBrushXYPlot() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot
 
LinkButton - Class in com.rapidminer.gui.tools.components
Can be used as a label that triggers an action event on every link activation click.
LinkButton(Action) - Constructor for class com.rapidminer.gui.tools.components.LinkButton
 
LinkButton(Action, boolean) - Constructor for class com.rapidminer.gui.tools.components.LinkButton
 
linkCounter - Static variable in class com.rapidminer.gui.OperatorDocumentationBrowser
 
linkIncrement() - Static method in class com.rapidminer.gui.OperatorDocumentationBrowser
Actually just returns a number that increases every time this method is called.
ListDataRowReader - Class in com.rapidminer.example.table
Iterates over a list of DataRows.
ListDataRowReader(Iterator<DataRow>) - Constructor for class com.rapidminer.example.table.ListDataRowReader
 
ListDescription - Class in com.rapidminer.operator
This helper class contains information about the XML definition of a list.
ListDescription(String, List<String[]>) - Constructor for class com.rapidminer.operator.ListDescription
 
ListeningJCheckBox - Class in com.rapidminer.gui.plotter.settings
 
ListeningJCheckBox(String, String, boolean) - Constructor for class com.rapidminer.gui.plotter.settings.ListeningJCheckBox
 
ListeningJComboBox - Class in com.rapidminer.gui.plotter.settings
 
ListeningJComboBox(String, int) - Constructor for class com.rapidminer.gui.plotter.settings.ListeningJComboBox
 
ListeningJComboBox(PlotterConfigurationModel, String, String[]) - Constructor for class com.rapidminer.gui.plotter.settings.ListeningJComboBox
 
ListeningJSlider - Class in com.rapidminer.gui.plotter.settings
 
ListeningJSlider(String, int, int, int) - Constructor for class com.rapidminer.gui.plotter.settings.ListeningJSlider
 
ListeningListSelectionModel - Class in com.rapidminer.gui.plotter.settings
 
ListeningListSelectionModel(String, JList) - Constructor for class com.rapidminer.gui.plotter.settings.ListeningListSelectionModel
 
ListFrequencyStack - Class in com.rapidminer.operator.learner.associations.fpgrowth
A frequency stack based on a list implementation.
ListFrequencyStack() - Constructor for class com.rapidminer.operator.learner.associations.fpgrowth.ListFrequencyStack
 
listModel - Variable in class com.rapidminer.gui.templates.BuildingBlockDialog
 
listOfDomainLines - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
list containing all AxisParallelLineConfiguration for the domain axis
listPane - Variable in class com.rapidminer.gui.templates.BuildingBlockDialog
 
listPane - Variable in class com.rapidminer.gui.templates.TemplatesDialog
 
ListPropertyDialog - Class in com.rapidminer.gui.properties
A Dialog displaying a ListPropertyTable.
ListPropertyDialog(ParameterTypeList, List<String[]>, Operator) - Constructor for class com.rapidminer.gui.properties.ListPropertyDialog
 
ListPropertyTable - Class in com.rapidminer.gui.properties
For ParameterTypeList the parameter values are parameter lists themselves.
ListPropertyTable(ParameterTypeList, List<String[]>, Operator) - Constructor for class com.rapidminer.gui.properties.ListPropertyTable
 
ListPropertyTable2 - Class in com.rapidminer.gui.properties
Parameter table for list and enumeration types.
ListPropertyTable2(ParameterTypeList, List<String[]>, Operator) - Constructor for class com.rapidminer.gui.properties.ListPropertyTable2
 
ListPropertyTable2(ParameterTypeEnumeration, List<String>, Operator) - Constructor for class com.rapidminer.gui.properties.ListPropertyTable2
 
ListTableModel - Class in com.rapidminer.gui.properties
Table model returning values from the list of string pairs.
ListTableModel(ParameterType[], List<String[]>) - Constructor for class com.rapidminer.gui.properties.ListTableModel
 
ListUI - Class in com.rapidminer.gui.look.ui
The UI used for lists.
ListUI() - Constructor for class com.rapidminer.gui.look.ui.ListUI
 
ListUtility - Class in com.rapidminer.gui.new_plotter.utility
 
ListUtility() - Constructor for class com.rapidminer.gui.new_plotter.utility.ListUtility
 
ListValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
A cell editor with a button that opens a ListPropertyDialog.
ListValueCellEditor(ParameterTypeList) - Constructor for class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
ListViewIcon - Class in com.rapidminer.gui.look.icons
The list view icon.
ListViewIcon() - Constructor for class com.rapidminer.gui.look.icons.ListViewIcon
 
Literal - Class in com.rapidminer.operator.learner.igss.hypothesis
Objects of this class represent a literal in a conjunctive rule.
Literal(Attribute, int) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Literal
Constructs a new Literal.
Literal(Attribute, int, int) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Literal
Constructs a new Literal.
Literal - Class in com.rapidminer.operator.learner.subgroups.hypothesis
A literator for a rule.
Literal(Attribute, double) - Constructor for class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
LITERAL1 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Literal 1 token id.
LITERAL2 - Static variable in class com.rapidminer.gui.tools.syntax.Token
Literal 2 token id.
load(File) - Static method in class com.rapidminer.example.AttributeWeights
Loads a new AttributeWeights object from the given XML file.
load(ProgressListener) - Method in class com.rapidminer.FileProcessLocation
 
load() - Method in class com.rapidminer.gui.Perspective
 
load(ProgressListener) - Method in interface com.rapidminer.ProcessLocation
Reads the process and returns it.
load() - Method in class com.rapidminer.repository.RepositoryManager
Loads the XML configuration file.
load(ProgressListener) - Method in class com.rapidminer.RepositoryProcessLocation
 
load(ClassLoader, String) - Static method in class com.rapidminer.tools.documentation.XMLOperatorDocBundle
Loads the default "OperatorDoc.xml" file from the given resource base name.
LOAD_DATA - Static variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
LOAD_DATA_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
LOAD_SERIES_DATA - Static variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
LOAD_SERIES_DATA_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
loadAll() - Method in class com.rapidminer.gui.ApplicationPerspectives
Loads all perspectives from the users config directory.
loadAllParameters(Configurator) - Method in class com.rapidminer.tools.config.ClientConfigurationManager
 
loadAllParameters(Configurator<?>) - Method in class com.rapidminer.tools.config.ConfigurationManager
Loads all parameters from a configuration file or database.
loadClass(String) - Method in class com.rapidminer.tools.plugin.AllPluginsClassLoader
 
loadClass(String, boolean) - Method in class com.rapidminer.tools.plugin.PluginClassLoader
 
loadData(File, char[], String, char, boolean, char, char, boolean, boolean, int, boolean, Charset, LoggingHandler) - Method in class com.rapidminer.tools.att.AttributeDataSourceCreator
 
LoadDataAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
LoadDataAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.LoadDataAction
 
LoadFileOperator - Class in com.rapidminer.operator.nio.file
 
LoadFileOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.file.LoadFileOperator
 
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
 
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Loads all PlotterTemplate settings from the given Element.
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
 
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
 
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
 
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
 
loadFromXML(Element) - Method in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
Loads all PlotterStyleProvider settings from the given Element.
loadFromXML(Node, DataTable) - Static method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
loadFromXML(Node, DataTable, HashMap<String, Class<? extends Plotter>>) - Static method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
loadIcons() - Static method in class com.rapidminer.gui.tools.SwingTools
 
loadInitialData(int) - Method in class com.rapidminer.Process
Loads results from the repository if specified in the ProcessContext.
loadJDBCProperties(File, boolean) - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
loadJDBCProperties(InputStream, String, boolean) - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
loadLibrary(BlobEntry) - Static method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
This method will load a library that has been stored into the given entry.
loadLibrary(OperatorLibrary) - Method in class com.rapidminer.OperatorLibraryService
This method loads the given library and registers all contained operators.
loadMetaDataFromParameters() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
loadOperatorDocumentation(boolean, boolean, OperatorDescription) - Static method in class com.rapidminer.gui.OperatorDocLoader
This is the method for loading an operator's documentation within the program.
LoadSeriesDataAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
LoadSeriesDataAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.LoadSeriesDataAction
 
loadWorkbook() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane
 
loadWorkbook() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane
 
LOCAL_TRANSFERRED_OPERATORS_FLAVOR - Static variable in class com.rapidminer.gui.dnd.TransferableOperator
 
LOCAL_TRANSFERRED_REPOSITORY_LOCATION_FLAVOR - Static variable in class com.rapidminer.gui.dnd.TransferableOperator
 
localizationResources - Static variable in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
The resourceBundle for the localization.
LocalNormalizationPlotterAdapter - Class in com.rapidminer.gui.plotter
 
LocalNormalizationPlotterAdapter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
LocalPolynomialExampleWeightingOperator - Class in com.rapidminer.operator.preprocessing.weighting
This operator performs a weighting of the examples and hence the resulting exampleset will contain a new weight attribute.
LocalPolynomialExampleWeightingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
LocalPolynomialRegressionModel - Class in com.rapidminer.operator.learner.local
 
LocalPolynomialRegressionModel(ExampleSet, GeometricDataCollection<LocalPolynomialRegressionModel.RegressionData>, Neighborhood, SmoothingKernel, int, double) - Constructor for class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
LocalPolynomialRegressionModel.RegressionData - Class in com.rapidminer.operator.learner.local
 
LocalPolynomialRegressionModel.RegressionData(double[], double, double) - Constructor for class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel.RegressionData
 
LocalPolynomialRegressionModelPlotRenderer - Class in com.rapidminer.gui.renderer.models
 
LocalPolynomialRegressionModelPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelPlotRenderer
 
LocalPolynomialRegressionModelTableRenderer - Class in com.rapidminer.gui.renderer.models
This class provides a viewer for the LocalPolynomialRegressionModel.
LocalPolynomialRegressionModelTableRenderer() - Constructor for class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer
 
LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable - Class in com.rapidminer.gui.renderer.models
 
LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable(String, LocalPolynomialRegressionModel) - Constructor for class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
LocalPolynomialRegressionOperator - Class in com.rapidminer.operator.learner.local
This operator provides functionality to perform a local regression.
LocalPolynomialRegressionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
LocalRepository - Class in com.rapidminer.repository.local
A repository backed by the local file system.
LocalRepository(String, File) - Constructor for class com.rapidminer.repository.local.LocalRepository
 
LocalRepositoryPanel - Class in com.rapidminer.repository.gui
 
LocalRepositoryPanel() - Constructor for class com.rapidminer.repository.gui.LocalRepositoryPanel
 
locate(String) - Method in class com.rapidminer.repository.db.DBRepository
 
locate(String) - Method in class com.rapidminer.repository.local.LocalRepository
 
locate(String) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
locate(String) - Method in interface com.rapidminer.repository.Repository
This will return the entry if existing or null if it can't be found.
locate(Repository, String, boolean) - Method in class com.rapidminer.repository.RepositoryManager
Looks up the entry with the given path in the given repository.
locate(String) - Method in class com.rapidminer.repository.resource.ResourceRepository
 
locateEntry() - Method in class com.rapidminer.repository.RepositoryLocation
Locates the corresponding entry in the repository.
locations - Variable in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
lock(V, boolean) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
lock() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
lock() - Method in interface com.rapidminer.operator.ports.Port
Locks the port so port extenders do not remove the port if disconnected.
LockTreeStructureAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
LockTreeStructureAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.LockTreeStructureAction
 
LOFOutlierOperator - Class in com.rapidminer.operator.preprocessing.outlier
This operator performs a LOF outlier search.
LOFOutlierOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
 
LOG - Static variable in class com.rapidminer.generator.ExponentialFunctionGenerator
 
LOG - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
log(String, int) - Method in class com.rapidminer.operator.Operator
 
log(String) - Method in class com.rapidminer.operator.Operator
 
log(String, int) - Method in class com.rapidminer.operator.ResultObjectAdapter
 
log(String) - Method in class com.rapidminer.operator.ResultObjectAdapter
 
log(String) - Method in interface com.rapidminer.tools.LoggingHandler
Logs a status message.
log(String, int) - Method in interface com.rapidminer.tools.LoggingHandler
Logs a message with the given log level.
log(Logger, Level, Throwable, String, Object...) - Static method in class com.rapidminer.tools.LogService
The methods in Logger do not provide a means to pass an exception AND I18N arguments, so this method provides a shortcut for this.
log(Object) - Method in class com.rapidminer.tools.math.function.expressions.LogarithmDualis
 
LOG - Static variable in class com.rapidminer.tools.math.SpectrumFilter
 
log(String, int) - Method in class com.rapidminer.tools.WrapperLoggingHandler
 
log(String) - Method in class com.rapidminer.tools.WrapperLoggingHandler
 
log2(double) - Static method in class com.rapidminer.operator.learner.igss.IGSSResult
Returns the logarithm to base 2.
log2(double) - Static method in class com.rapidminer.operator.learner.igss.IteratingGSS
Returns the logarithm to base 2
log2 - Static variable in class com.rapidminer.tools.math.MathFunctions
 
LOG2 - Static variable in class com.rapidminer.tools.math.SpectrumFilter
 
LOG_LINK - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
LOG_VERBOSITY_NAMES - Static variable in class com.rapidminer.tools.LogService
 
LOG_VIEWER_DOCK_KEY - Static variable in class com.rapidminer.gui.tools.LoggingViewer
 
LogarithmDualis - Class in com.rapidminer.tools.math.function.expressions
Calculates the logarithm to the base 2.
LogarithmDualis() - Constructor for class com.rapidminer.tools.math.function.expressions.LogarithmDualis
 
LogarithmicLoss - Class in com.rapidminer.tools.math.similarity.divergences
The "Logarithmic loss ".
LogarithmicLoss() - Constructor for class com.rapidminer.tools.math.similarity.divergences.LogarithmicLoss
 
logError(String) - Method in class com.rapidminer.operator.Operator
 
logError(String) - Method in class com.rapidminer.operator.ResultObjectAdapter
 
logError(String) - Method in interface com.rapidminer.tools.LoggingHandler
Logs an error message.
logError(String) - Method in class com.rapidminer.tools.WrapperLoggingHandler
 
LoggingHandler - Interface in com.rapidminer.tools
Implementations of this interface are able to handle different types of logging.
LoggingLevelMenu - Class in com.rapidminer.gui.tools
 
LoggingLevelMenu(LoggingViewer) - Constructor for class com.rapidminer.gui.tools.LoggingLevelMenu
 
LoggingListener - Interface in com.rapidminer
This listener can be used to register to process log changes (adding, removing, and changing data tables).
LoggingSearchAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
LoggingSearchAction(LoggingViewer) - Constructor for class com.rapidminer.gui.tools.actions.LoggingSearchAction
 
LoggingViewer - Class in com.rapidminer.gui.tools
A text area displaying the log output.
LoggingViewer() - Constructor for class com.rapidminer.gui.tools.LoggingViewer
 
login(String, String, char[]) - Static method in class com.rapidminer.tools.XmlRpcHandler
Handles the login to a given BugZilla XmlRpc server.
LogisticLoss - Class in com.rapidminer.operator.performance
The logistic loss of a classifier, defined as the average over all ln(1 + exp(-y * f(x)))
LogisticLoss() - Constructor for class com.rapidminer.operator.performance.LogisticLoss
Clone constructor.
LogisticLoss(LogisticLoss) - Constructor for class com.rapidminer.operator.performance.LogisticLoss
 
LogisticLoss - Class in com.rapidminer.tools.math.similarity.divergences
The "Logistic loss ".
LogisticLoss() - Constructor for class com.rapidminer.tools.math.similarity.divergences.LogisticLoss
 
LogisticRegression - Class in com.rapidminer.operator.learner.functions
This operator determines a logistic regression model.
LogisticRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.LogisticRegression
 
LogisticRegressionModel - Class in com.rapidminer.operator.learner.functions
The model determined by the LogisticRegression operator.
LogisticRegressionModel(ExampleSet, double[], double[], boolean) - Constructor for class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
LogisticRegressionOptimization - Class in com.rapidminer.operator.learner.functions
Evolutionary Strategy approach for optimization of the logistic regression problem.
LogisticRegressionOptimization(ExampleSet, boolean, int, int, int, int, int, double, boolean, int, double, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.operator.learner.functions.LogisticRegressionOptimization
Creates a new evolutionary optimization.
logln(int, String) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
log the output plus newline
logln(int, String) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
log the output plus newline
logMessage(String, int) - Static method in class com.rapidminer.tools.LogService
Deprecated. please do not use this log method any longer, use the method WrapperLoggingHandler.log(String, int) instead
logNote(String) - Method in class com.rapidminer.operator.Operator
 
logNote(String) - Method in class com.rapidminer.operator.ResultObjectAdapter
 
logNote(String) - Method in interface com.rapidminer.tools.LoggingHandler
Logs a note message.
logNote(String) - Method in class com.rapidminer.tools.WrapperLoggingHandler
 
logPadFactor - Static variable in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
LogProductAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Log Product Aggregation function.
LogProductAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
LogProductAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
LogProductAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the LogProductAggregationFunction
LogProductAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregator
 
logResult(String) - Static method in class com.rapidminer.tools.ResultService
Writes the string in the general result file.
logResult(String, PrintWriter) - Static method in class com.rapidminer.tools.ResultService
Writes the string in the given stream.
logResult(ResultObject) - Static method in class com.rapidminer.tools.ResultService
Writes the result string from the given result object in the result file.
logResult(ResultObject, PrintWriter) - Static method in class com.rapidminer.tools.ResultService
Writes the result string from the given result object in the result file.
logScale - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
LogService - Class in com.rapidminer.tools
Utility class providing static methods for logging.
logWarning(String) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
logWarning(String) - Method in class com.rapidminer.operator.Operator
 
logWarning(String) - Method in class com.rapidminer.operator.ResultObjectAdapter
 
logWarning(String) - Method in interface com.rapidminer.tools.LoggingHandler
Logs a warning message.
logWarning(String) - Method in class com.rapidminer.tools.WrapperLoggingHandler
 
logXToBaseY(double, double) - Method in class com.rapidminer.tools.math.similarity.BregmanDivergence
 
LongArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a long array.
LongArrayDataRow(long[]) - Constructor for class com.rapidminer.example.table.LongArrayDataRow
Creates a new data row backed by an primitive array.
LongMessageDialog - Class in com.rapidminer.gui.tools.dialogs
 
LongMessageDialog(String, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.LongMessageDialog
 
LongSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
LongSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.LongSparseArrayDataRow
Creates an empty sparse array data row with size 0.
LongSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.LongSparseArrayDataRow
Creates a sparse array data row of the given size.
lookup(Segment, int, int) - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
Looks up a key.
lookup(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
 
lookup(String, String, RepositoryAccessor) - Method in class com.rapidminer.tools.config.ConfigurationManager
Looks up a Configurable of the given type.
lookupOperator(String) - Method in class com.rapidminer.operator.Operator
Looks up an operator with the given name in the containing process.
lookupOperator(String) - Method in class com.rapidminer.operator.OperatorChain
 
lower - Variable in class com.rapidminer.operator.generator.ClassificationFunction
 
lowerBound - Variable in class com.rapidminer.operator.generator.ClusterFunction
The lower bound for the dataset.
lowerBoundChanged() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EquidistantFixedBinCountCardPanel
 
LowerCase - Class in com.rapidminer.tools.math.function.expressions.text
Transforms the given string to lower case characters.
LowerCase() - Constructor for class com.rapidminer.tools.math.function.expressions.text.LowerCase
 
LVARIABLE - Static variable in class com.rapidminer.gui.tools.syntax.ShellScriptTokenMarker
 

M

M5_PRIME - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
Attribute selection method: M5 method
M5PLinearRegressionMethod - Class in com.rapidminer.operator.learner.functions.linear
This class implements the M5Prime feature selection method for Linear Regression.
M5PLinearRegressionMethod() - Constructor for class com.rapidminer.operator.learner.functions.linear.M5PLinearRegressionMethod
 
Macro2Log - Class in com.rapidminer.operator.visualization
This operator can be used to log the current value of the specified macro.
Macro2Log(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.Macro2Log
 
MACRO_TYPE_ATTRIBUTES - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
MACRO_TYPE_ATTRIBUTES - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
MACRO_TYPE_DATA - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
MACRO_TYPE_DATA - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
MACRO_TYPE_EXAMPLES - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
MACRO_TYPE_EXAMPLES - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
MACRO_TYPE_STATISTICS - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
MACRO_TYPE_STATISTICS - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
MACRO_TYPES - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
MACRO_TYPES - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
MacroConstructionOperator - Class in com.rapidminer.operator
This operator constructs new macros from expressions which might also use already existing macros.
MacroConstructionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.MacroConstructionOperator
 
MacroDefinedCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if a macro with the given name is defined.
MacroDefinedCondition() - Constructor for class com.rapidminer.operator.meta.branch.MacroDefinedCondition
Constructor used by reflection.
MacroDefinitionOperator - Class in com.rapidminer.operator
(Re-)Define macros for the current process.
MacroDefinitionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.MacroDefinitionOperator
 
MacroEditor - Class in com.rapidminer.gui.processeditor
 
MacroEditor(boolean) - Constructor for class com.rapidminer.gui.processeditor.MacroEditor
 
MacroHandler - Class in com.rapidminer
This class can be used to store macros for an process which can be defined by the operator MacroDefinitionOperator.
MacroHandler(Process) - Constructor for class com.rapidminer.MacroHandler
 
MAGIC_NUMBER - Static variable in class com.rapidminer.operator.tools.IOObjectSerializer
 
magicCaret - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
MahalanobisDistance - Class in com.rapidminer.tools.math.similarity.divergences
The "Mahalanobis distance ".
MahalanobisDistance() - Constructor for class com.rapidminer.tools.math.similarity.divergences.MahalanobisDistance
 
MailSender - Interface in com.rapidminer.tools
This is the interface for all mail sending techniques.
MailSenderSendmail - Class in com.rapidminer.tools
Sends a mail via sendmail.
MailSenderSendmail() - Constructor for class com.rapidminer.tools.MailSenderSendmail
 
MailSenderSMTP - Class in com.rapidminer.tools
Sends a mail via SMTP.
MailSenderSMTP() - Constructor for class com.rapidminer.tools.MailSenderSMTP
 
MailSessionFactory - Interface in com.rapidminer.tools
Creates mail sessions.
MailUtilities - Class in com.rapidminer.tools
 
MailUtilities() - Constructor for class com.rapidminer.tools.MailUtilities
 
main(String[]) - Static method in class com.rapidminer.doc.DocumentationGenerator
If no arguments are given, the LaTeX documentation of the RapidMiner core is generated.
main(String[]) - Static method in class com.rapidminer.gui.new_plotter.templates.TemplateChooser
!!
main(String[]) - Static method in class com.rapidminer.gui.RapidMinerGUI
 
main(String[]) - Static method in class com.rapidminer.RapidMinerCommandLine
 
main(String[]) - Static method in class com.rapidminer.repository.remote.RapidAnalyticsCLTool
 
main(String[]) - Static method in class com.rapidminer.test.AllTests
 
main(String[]) - Static method in class com.rapidminer.test.ExampleGenerator
 
main(String[]) - Static method in class com.rapidminer.test.OperatorDataSampleTest
 
main(String[]) - Static method in class com.rapidminer.test.ProcessCreator
 
main(String[]) - Static method in class com.rapidminer.tools.usagestats.UsageStatistics
 
MAIN_CRITERION_FIRST - Static variable in class com.rapidminer.operator.performance.PerformanceVector
 
mainButton - Variable in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
mainFrame - Variable in class com.rapidminer.gui.actions.ManageBuildingBlocksAction
 
mainFrame - Variable in class com.rapidminer.gui.actions.RunRemoteAction
 
MainFrame - Class in com.rapidminer.gui
The main component class of the RapidMiner GUI.
MainFrame() - Constructor for class com.rapidminer.gui.MainFrame
Creates a new main frame containing the RapidMiner GUI.
MainFrame(String) - Constructor for class com.rapidminer.gui.MainFrame
 
MAKE_DIRTY_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
makeAdditionalChecks(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeParameterPrecondition
Can be implemented by subclasses.
makeAdditionalChecks(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeSetPrecondition
Can be implemented by subclasses.
makeAdditionalChecks(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.CapabilityPrecondition
 
makeAdditionalChecks(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
Can be implemented by subclasses.
makeAdditionalChecks(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.LearnerPrecondition
 
makeAdditionalChecks(MetaData) - Method in class com.rapidminer.operator.ports.metadata.SimplePrecondition
Override this method to make additional checks.
makeAttribute() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
makeAttribute() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
makeAuthentication() - Method in class com.rapidminer.gui.tools.PasswordDialog
 
makeBluePaint(double, double) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates a blue gradient paint.
makeButtonPanel(Collection<AbstractButton>) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
makeButtonPanel(AbstractButton...) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
makeButtons() - Method in class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
makeButtons() - Method in class com.rapidminer.tools.config.gui.ConfigurationDialog
 
makeCancelButton() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Will listen to ESCAPE.
makeCancelButton(String) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
makeCancelButton() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
makeClobCreator(String, int) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeCloseButton() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Will be default button and listen to ESCAPE.
makeColumnAdd(StringBuilder, AttributeRole) - Method in class com.rapidminer.tools.jdbc.StatementCreator
This will create an add statement for the given role that can be used for constructing a table alteration.
makeColumnAlter(StringBuilder, AttributeRole) - Method in class com.rapidminer.tools.jdbc.StatementCreator
This will create an alteration statement for the given role.
makeColumnCreator(Attribute) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeColumnDrop(StringBuilder, Attribute) - Method in class com.rapidminer.tools.jdbc.StatementCreator
This will create an add statement for the given role that can be used for constructing a table alteration.
makeColumnIdentifier(Attribute) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Quotes and escapes the name of an attribute such that it can be used as an SQL column identifier.
makeConfigurableManagementPanel() - Method in class com.rapidminer.tools.config.gui.ConfigurationDialog
 
makeConfigurationPanel() - Method in class com.rapidminer.repository.db.DBRepository
 
makeConfigurationPanel() - Method in class com.rapidminer.repository.local.LocalRepository
 
makeConfigurationPanel() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
makeConfigurationPanel() - Method in interface com.rapidminer.repository.Repository
 
makeConfigurationPanel() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
makeConnectionManagementPanel() - Method in class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
makeDataResultSet(Operator) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
makeDataResultSet(Operator) - Method in interface com.rapidminer.operator.nio.model.DataResultSetFactory
Creates a result set.
makeDataResultSet(Operator) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
makeDataResultSet(Operator) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
makeDeleteStatement(TableName) - Method in class com.rapidminer.tools.jdbc.StatementCreator
DELETE FROM ...
makeDeleteStatement(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeDescriptionHeader() - Method in class com.rapidminer.gui.OperatorDocViewer
 
makeDirty() - Method in class com.rapidminer.operator.Operator
This method will flag this operator's results as dirty.
makeDirtyOnUpdate(Observable<? extends Object>) - Method in class com.rapidminer.operator.Operator
Observes the given Observable and sets this operators dirty flag to true upon any update.
makeDropDownButton(Action, Action...) - Static method in class com.rapidminer.gui.tools.components.DropDownButton
 
makeDropDownButton(Action) - Static method in class com.rapidminer.gui.tools.components.DropDownButton
 
makeDropDownButton(Action, Action...) - Static method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
makeDropDownButton(Action) - Static method in class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
makeDropDownButton(ToggleAction, Action...) - Static method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
makeDropDownButton(ToggleAction) - Static method in class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
makeDropStatement(TableName) - Method in class com.rapidminer.tools.jdbc.StatementCreator
DROP TABLE ...
makeDropStatement(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeExampleFooter(int) - Static method in class com.rapidminer.gui.OperatorDocViewer
 
makeExportPrintDropDownButton(Component, String) - Static method in class com.rapidminer.gui.tools.PrintingTools
 
makeExportPrintMenu(Component, String) - Static method in class com.rapidminer.gui.tools.PrintingTools
 
makeFactory(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.AbstractDataImportWizard
Creates a DataResultSetFactory for the AbstractDataResultSetReader given in the constructor.
makeFactory(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.CSVImportWizard
 
makeFactory(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.ExcelImportWizard
 
makeFactory(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.xml.XMLImportWizard
 
makeFileParameterType() - Method in class com.rapidminer.operator.io.AbstractStreamWriter
Creates (but does not add) the file parameter named by AbstractStreamWriter.getFileParameterName() that depends on whether or not AbstractStreamWriter.fileOutputPort is connected.
makeFileParameterType(ParameterHandler, String, String, PortProvider, String...) - Static method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Creates the file parameter named by fileParameterName that depends on whether or not the port returned by the given PortProvider is connected.
makeFileParameterType(ParameterHandler, String, String, PortProvider) - Static method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Uses a default description and a single file extension.
makeFileParameterType(ParameterHandler, String, String, String, PortProvider) - Static method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Uses a single allowed file extension.
makeFileParameterType(ParameterHandler, String, String, PortProvider) - Static method in class com.rapidminer.operator.nio.file.FileOutputPortHandler
Creates the file parameter named by fileParameterName that depends on whether or not the port returned by the given PortProvider is connected.
makeFileParameterType() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Creates (but does not add) the file parameter named by AbstractDataResultSetReader.getFileParameterName() that depends on whether or not AbstractDataResultSetReader.fileInputPort is connected.
MakefileTokenMarker - Class in com.rapidminer.gui.tools.syntax
Makefile token marker.
MakefileTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.MakefileTokenMarker
 
makeFlatteningPassThroughRule(OutputPort) - Method in class com.rapidminer.operator.ports.InputPortExtender
 
makeIdentifier(TableName) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeIdentifier(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Quotes and escapes the given name such that it can be used as an SQL table or column identifier.
makeInnerSinkExtender() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
makeInnerSinkExtender() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
makeInnerSinkExtender() - Method in class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
makeInputVector(Example) - Static method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
Create an input vector from an example
makeInsertStatement(TableName, ExampleSet) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Creates an SQL INSERT statement for filling attributes into a table.
makeInsertStatement(TableName, ExampleSet, int) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeIntegerCreator(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeKey(byte[]) - Static method in class com.rapidminer.tools.cipher.KeyGeneratorTool
 
makeLinearFunction(double) - Static method in class com.rapidminer.operator.annotation.PolynomialFunction
 
makeLogger() - Method in class com.rapidminer.Process
 
makeMainVisualizationComponent(Example) - Method in class com.rapidminer.gui.ExampleVisualizer
 
makeMetaData() - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
makeMetaData() - Method in interface com.rapidminer.operator.nio.model.DataResultSetFactory
Makes initial meta data.
makeMetaData() - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
makeMetaData() - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
makeNoButton() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
makeNodes(Example, FastExample2SparseTransform, boolean) - Static method in class com.rapidminer.operator.learner.functions.FastLargeMargin
Creates a data node row for the LibSVM (sparse format, i.e. each node keeps the index and the value if not default).
makeNodes(Example, FastExample2SparseTransform) - Static method in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
Creates a data node row for the LibSVM (sparse format, i.e. each node keeps the index and the value if not default).
makeOkButton() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Will be default button.
makeOkButton(String) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
makeOkButton() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
makeOperatorDocumentation(Operator) - Static method in class com.rapidminer.gui.OperatorDocViewer
 
makeParameterHeader(ParameterType) - Static method in class com.rapidminer.gui.OperatorDocViewer
 
makeParameterType() - Static method in enum com.rapidminer.tools.math.ROCBias
 
makePassThroughRule() - Method in class com.rapidminer.operator.ports.DummyPortPairExtender
The generated rule copies all meta data from the generated input ports to all generated output ports.
makePassThroughRule(OutputPort) - Method in class com.rapidminer.operator.ports.InputPortExtender
 
makePassThroughRule() - Method in class com.rapidminer.operator.ports.MultiInputPortPairExtender
 
makePassThroughRule() - Method in class com.rapidminer.operator.ports.MultiOutputPortPairExtender
 
makePassThroughRule(InputPort) - Method in class com.rapidminer.operator.ports.OutputPortExtender
The generated rule copies all meta data from the input port to all generated output ports.
makePassThroughRule() - Method in class com.rapidminer.operator.ports.PortPairExtender
The generated rule copies all meta data from the generated input ports to all generated output ports.
makePasswordAuthentication() - Method in class com.rapidminer.gui.security.UserCredential
 
makePrecondition(InputPort, int) - Method in class com.rapidminer.operator.ports.InputPortExtender
Subclasses might override this method in order to specify preconditions dependent on the number of port.
makePrecondition(InputPort) - Method in class com.rapidminer.operator.ports.InputPortExtender
 
makePrecondition() - Method in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
makePredefined() - Method in class com.rapidminer.gui.ApplicationPerspectives
 
makePredefined() - Method in class com.rapidminer.gui.Perspectives
 
makePreviewTableModel(ProgressListener) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
makePreviewTableModel(ProgressListener) - Method in interface com.rapidminer.operator.nio.model.DataResultSetFactory
This method has to return a table model that can be used for showing a preview.
makePreviewTableModel(ProgressListener) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
See class comment on ExcelSheetTableModel for a comment why that class is not used here.
makePreviewTableModel(ProgressListener) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
makeQueryBuilderPanel() - Method in class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder
 
makeQueryBuilderPanel(boolean) - Method in class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder
 
makeRedPaint(double, double) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates a red gradient paint.
makeRelative(RepositoryLocation) - Method in class com.rapidminer.repository.RepositoryLocation
Assume absoluteLocation == "//MyRepos/foo/bar/object" and relativeToFolder=//MyRepos/foo/baz/, then this method will return ..
makeRelativeRepositoryLocation(RepositoryLocation) - Method in class com.rapidminer.Process
Turns loc into a repository location relative to Process.getRepositoryLocation().
makeRepository() - Method in class com.rapidminer.repository.gui.LocalRepositoryPanel
 
makeRepository() - Method in class com.rapidminer.repository.gui.RemoteRepositoryPanel
 
makeRepository() - Method in interface com.rapidminer.repository.gui.RepositoryConfigurationPanel
(Asynchronously) creates a new repository and adds it to the RepositoryManager.
makeResultDisplay() - Static method in class com.rapidminer.gui.processeditor.results.ResultDisplayTools
 
makeSelectAllStatement(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
SELECT *
makeSelectAllStatement(TableName) - Method in class com.rapidminer.tools.jdbc.StatementCreator
SELECT *
makeSelectEmptySetStatement(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Deprecated. You don't want to use this method. Use the table meta data.
makeSelectSizeStatement(String) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Selects count(*).
makeSelectSizeStatement(TableName) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Selects count(*).
makeSelectStatement(String, boolean, String...) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeSession() - Method in class com.rapidminer.tools.DefaultMailSessionFactory
 
makeSession() - Method in interface com.rapidminer.tools.MailSessionFactory
 
makeSession() - Static method in class com.rapidminer.tools.MailUtilities
 
makeSynopsisHeader() - Method in class com.rapidminer.gui.OperatorDocViewer
 
makeTableCreator(Attributes, TableName, int) - Method in class com.rapidminer.tools.jdbc.StatementCreator
Creates an SQL statement for creating a table where each attribute is mapped to a column of an appropriate type.
makeTableForToolTip(ExampleSetMetaData) - Static method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
makeUserError(Operator) - Method in exception com.rapidminer.repository.MalformedRepositoryLocationException
 
makeVarcharCreator(String, int) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
makeYellowPaint(double, double) - Static method in class com.rapidminer.gui.tools.SwingTools
Creates a yellow gradient paint.
makeYesButton() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
MALFORMED_CRON_EXPRESSION - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
MALFORMED_PROCESS - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
MalformedRepositoryLocationException - Exception in com.rapidminer.repository
 
MalformedRepositoryLocationException(String) - Constructor for exception com.rapidminer.repository.MalformedRepositoryLocationException
 
MANAGE_BUILDING_BLOCKS_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
MANAGE_DB_CONNECTIONS_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
MANAGE_EXTENSIONS - Static variable in class com.rapid_i.deployment.update.client.ExtensionDialog
 
MANAGE_TEMPLATES_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
ManageBuildingBlocksAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ManageBuildingBlocksAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.ManageBuildingBlocksAction
 
ManageBuildingBlocksDialog - Class in com.rapidminer.gui.templates
The manage building blocks dialog assists the user in managing the saved building blocks.
ManageBuildingBlocksDialog(MainFrame) - Constructor for class com.rapidminer.gui.templates.ManageBuildingBlocksDialog
 
ManageDatabaseConnectionsDialog - Class in com.rapidminer.gui.tools.dialogs
Dialog to manage Database connections.
ManageDatabaseConnectionsDialog() - Constructor for class com.rapidminer.gui.tools.dialogs.ManageDatabaseConnectionsDialog
 
ManageDatabaseDriversDialog - Class in com.rapidminer.gui.tools.dialogs
 
ManageDatabaseDriversDialog() - Constructor for class com.rapidminer.gui.tools.dialogs.ManageDatabaseDriversDialog
 
ManagedExtension - Class in com.rapid_i.deployment.update.client
 
manageParallelLines(JFreeChartPlotEngine) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageParallelLinesAction
Opens the manage parallel lines dialog.
ManageParallelLinesAction - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.actions
This action opens a dialog which can be used to manage existing parallel lines of the current chart.
ManageParallelLinesAction(JFreeChartPlotEngine) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageParallelLinesAction
Creates a new ResourceAction which opens the ManageParallelLinesDialog when triggered.
ManageParallelLinesDialog - Class in com.rapidminer.gui.new_plotter.gui.dialog
This dialog allows the user to manage existing crosshair lines in an advanced chart.
ManageParallelLinesDialog() - Constructor for class com.rapidminer.gui.new_plotter.gui.dialog.ManageParallelLinesDialog
Creates a new ManageParallelLinesDialog.
ManageTemplatesAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ManageTemplatesAction() - Constructor for class com.rapidminer.gui.actions.ManageTemplatesAction
 
ManageTemplatesDialog - Class in com.rapidminer.gui.templates
The manage templates dialog assists the user in managing his created process templates.
ManageTemplatesDialog() - Constructor for class com.rapidminer.gui.templates.ManageTemplatesDialog
 
manageZoom(JFreeChartPlotEngine) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageZoomAction
Opens the manage zoom dialog.
ManageZoomAction - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.actions
This action allows the user to manually zoom in/do a selection on the current chart.
ManageZoomAction(JFreeChartPlotEngine) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.ManageZoomAction
Creates a new ResourceAction which opens the manage zoom dialog when triggered.
ManageZoomDialog - Class in com.rapidminer.gui.new_plotter.gui.dialog
This dialog allows the user to manually zoom in/do a selection on the chart.
ManageZoomDialog() - Constructor for class com.rapidminer.gui.new_plotter.gui.dialog.ManageZoomDialog
Creates a new AddParallelLineDialog.
MANDATORY - Static variable in class com.rapidminer.gui.ConditionalAction
 
ManhattanDistance - Class in com.rapidminer.tools.math.similarity.numerical
The Manhattan distance.
ManhattanDistance() - Constructor for class com.rapidminer.tools.math.similarity.numerical.ManhattanDistance
 
ManyToManyPassThroughRule - Class in com.rapidminer.operator.ports.metadata
Passes output i to input i.
ManyToManyPassThroughRule(InputPorts, OutputPorts) - Constructor for class com.rapidminer.operator.ports.metadata.ManyToManyPassThroughRule
 
ManyToOnePassThroughRule - Class in com.rapidminer.operator.ports.metadata
Delivers meta data received in the first input that is not null to the output port.
ManyToOnePassThroughRule(Collection<InputPort>, OutputPort) - Constructor for class com.rapidminer.operator.ports.metadata.ManyToOnePassThroughRule
 
MapBasedCache - Class in com.rapidminer.tools.math.kernels
Stores all distances in a map.
MapBasedCache(int) - Constructor for class com.rapidminer.tools.math.kernels.MapBasedCache
 
MapBasedCache(int, int) - Constructor for class com.rapidminer.tools.math.kernels.MapBasedCache
 
MapBasedNamespaceContext - Class in com.rapidminer.tools.xml
This is a NamespaceContext to use with the Java XML API that is based upon a map.
MapBasedNamespaceContext(Map<String, String>) - Constructor for class com.rapidminer.tools.xml.MapBasedNamespaceContext
 
MapBasedNamespaceContext(Map<String, String>, String) - Constructor for class com.rapidminer.tools.xml.MapBasedNamespaceContext
This creates a NamespaceContext with the given map.
mapFromParentValue(double) - Method in interface com.rapidminer.datatable.DataTableMappingProvider
Returns the mapped value for the originalValue.
mapFromParentValue(double) - Method in class com.rapidminer.datatable.NominalSortingDataTableMapping
 
mapIndex(int, int) - Method in interface com.rapidminer.datatable.DataTable
If a column is nominal, the index value must be mapped to the nominal value by this method.
mapIndex(int, int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.DataTableView
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.SortedDataTableView
 
mapIndex(int, int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
mapIndex(int) - Method in class com.rapidminer.example.set.Partition
Returns the actual example table index of the i-th example of the currently selected subset.
mapIndex(int) - Method in class com.rapidminer.example.table.BinominalMapping
Returns the attribute value, that is associated with this index.
mapIndex(int) - Method in interface com.rapidminer.example.table.NominalMapping
Returns the nominal value for an internal double representation (actually an integer index).
mapIndex(int) - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the attribute value, that is associated with this index.
mapIndex(int, int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
mapIndex(int) - Method in class com.rapidminer.tools.Ontology
Maps an index to its name.
mapLength - Variable in class com.rapidminer.gui.tools.syntax.KeywordMap
 
mapName(String) - Method in class com.rapidminer.tools.Ontology
Maps the name of a class to its index or -1 if unknown.
MappedExampleReader - Class in com.rapidminer.example.set
This example reader is based on the given mapping and skips all examples which are not part of the mapping.
MappedExampleReader(Iterator<Example>, int[]) - Constructor for class com.rapidminer.example.set.MappedExampleReader
Constructs a new mapped example reader.
MappedExampleSet - Class in com.rapidminer.example.set
This example set uses a mapping of indices to access the examples provided by the parent example set.
MappedExampleSet(ExampleSet, int[]) - Constructor for class com.rapidminer.example.set.MappedExampleSet
Constructs an example set based on the given mapping.
MappedExampleSet(ExampleSet, int[], boolean) - Constructor for class com.rapidminer.example.set.MappedExampleSet
Constructs an example set based on the given mapping.
MappedExampleSet(ExampleSet, int[], boolean, boolean) - Constructor for class com.rapidminer.example.set.MappedExampleSet
Constructs an example set based on the given mapping.
MappedExampleSet(MappedExampleSet) - Constructor for class com.rapidminer.example.set.MappedExampleSet
Clone constructor.
MAPPING_TABLE_NAME_PREFIX - Static variable in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
mapString(int, String) - Method in interface com.rapidminer.datatable.DataTable
If a column is nominal, the nominal value must be mapped to a (new) index by this method.
mapString(int, String) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
mapString(int, String) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
mapString(int, String) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
Please note that this method does not map new strings but is only able to deliver strings which where already known during construction.
mapString(int, String) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
Please note that this method does not map new strings but is only able to deliver strings which where already known during construction.
mapString(int, String) - Method in class com.rapidminer.datatable.DataTableView
 
mapString(int, String) - Method in class com.rapidminer.datatable.SimpleDataTable
 
mapString(int, String) - Method in class com.rapidminer.datatable.SortedDataTableView
 
mapString(int, String) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
mapString(String) - Method in class com.rapidminer.example.table.BinominalMapping
Returns the index for the nominal attribute value str.
mapString(String) - Method in interface com.rapidminer.example.table.NominalMapping
Returns the internal double representation (actually an integer index) for the given nominal value.
mapString(String) - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the index for the nominal attribute value str.
mapString(int, String) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
mapToParentValue(double) - Method in interface com.rapidminer.datatable.BidirectionalMappingProvider
 
mapToParentValue(double) - Method in class com.rapidminer.datatable.NominalSortingDataTableMapping
 
mapValue(double) - Method in class com.rapidminer.tools.math.distribution.ContinuousDistribution
 
mapValue(double) - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
mapValue(double) - Method in interface com.rapidminer.tools.math.distribution.Distribution
this method should return a string representation of the given value.
MARGIN - Static variable in class com.rapidminer.gui.graphs.GraphViewer
 
MARGIN - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
MARGIN - Static variable in class com.rapidminer.gui.tools.TextPanel
 
Margin - Class in com.rapidminer.operator.performance
The margin of a classifier, defined as the minimal confidence for the correct label.
Margin() - Constructor for class com.rapidminer.operator.performance.Margin
Clone constructor.
Margin(Margin) - Constructor for class com.rapidminer.operator.performance.Margin
 
marginIcon(String) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
marginIcon(String) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
markDropOver(Point) - Method in class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
markDropOver(Point) - Method in class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
markTokens(Segment, int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
A wrapper for the lower-level markTokensImpl method that is called to split a line up into tokens.
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.BatchFileTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.CTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.HTMLTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.MakefileTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.PatchTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.PerlTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.PHPTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.PropsTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.PythonTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.ShellScriptTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.SQLTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.TeXTokenMarker
 
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
An abstract method that splits a line up into tokens.
markTokensImpl(byte, Segment, int) - Method in class com.rapidminer.gui.tools.syntax.XMLTokenMarker
 
MassiveDataGenerator - Class in com.rapidminer.operator.generator
Generates huge amounts of data in either sparse or dense format.
MassiveDataGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.MassiveDataGenerator
 
MasterOfDesaster - Class in com.rapidminer.gui.new_plotter
This class can be used to register errors which occur during plotting and cannot be caught during the configuration of the plot.
MasterOfDesaster() - Constructor for class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
masterOfDesasterChanged(MasterOfDesaster) - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
masterOfDesasterChanged(MasterOfDesaster) - Method in interface com.rapidminer.gui.new_plotter.listener.MasterOfDesasterListener
 
MasterOfDesasterListener - Interface in com.rapidminer.gui.new_plotter.listener
 
matches(String) - Method in class com.rapidminer.gui.tools.CamelCaseFilter
 
matches(Object) - Method in class com.rapidminer.gui.tools.FilterableListModel.FilterCondition
 
Matches - Class in com.rapidminer.tools.math.function.expressions.text
Returns true if and only if the given text matches the given expression.
Matches() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Matches
 
matchesFilter(Pattern, String, String, String) - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
matchesFilter(Pattern, String, String, String) - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
MaterializeDataInMemory - Class in com.rapidminer.operator.preprocessing
Creates a fresh and clean copy of the data in memory.
MaterializeDataInMemory(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
 
materializeExampleSet(ExampleSet, int) - Static method in class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
This method will return a completely materialized copy of the example set
MathFunctions - Class in com.rapidminer.tools.math
This class provides mathematical functions not already provided by java.lang.Math: tanh() : tangens hyperbolicus, y = tanh(x) = (e^x - e^-x) / (e^x + e^-x)
MathFunctions() - Constructor for class com.rapidminer.tools.math.MathFunctions
 
MathTaglet - Class in com.rapidminer.doc
A taglet with name "@rapidminer.math" can be used in the Javadoc comments of an operator to produce mathematical code.
MathTaglet() - Constructor for class com.rapidminer.doc.MathTaglet
 
MATRIX_P - Static variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
MATRIX_U - Static variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
MATRIX_U_STAR - Static variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
matrixDivision(double[][], double) - Static method in class com.rapidminer.tools.math.VectorMath
 
MatrixPropertyDialog - Class in com.rapidminer.gui.properties
A Dialog displaying a MatrixPropertyTable.
MatrixPropertyDialog(ParameterTypeMatrix, double[][], Operator) - Constructor for class com.rapidminer.gui.properties.MatrixPropertyDialog
 
MatrixPropertyTable - Class in com.rapidminer.gui.properties
For ParameterTypeMatrix
MatrixPropertyTable(String, String, String, double[][], Operator) - Constructor for class com.rapidminer.gui.properties.MatrixPropertyTable
 
MatrixPropertyTableModel - Class in com.rapidminer.gui.properties
A table model model used by MatrixPropertyTable.
MatrixPropertyTableModel(String, String, int, int) - Constructor for class com.rapidminer.gui.properties.MatrixPropertyTableModel
 
MatrixTools - Class in com.rapidminer.tools.math.matrix
This is a class containing general methods for matrices.
MatrixTools() - Constructor for class com.rapidminer.tools.math.matrix.MatrixTools
 
MatrixValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
A cell editor with a button that opens a MatrixPropertyDialog.
MatrixValueCellEditor(ParameterTypeMatrix) - Constructor for class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
MAX - Static variable in class com.rapidminer.generator.MinMaxGenerator
 
max_allowed_error - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
MAX_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
MAX_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
MAX_CONFIDENCE - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
MAX_CONVICTION - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
MAX_GAIN - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
max_iteration - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
MAX_LA_PLACE - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
MAX_LIFT - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
MAX_LIFT_POINTS - Static variable in class com.rapidminer.tools.math.LiftDataGenerator
Defines the maximum amount of points which is plotted in the ROC curve.
MAX_RATING - Static variable in interface com.rapidminer.operator.ports.quickfix.QuickFix
 
MAX_RELATIVE_ERROR - Static variable in class com.rapidminer.test_utils.RapidAssert
 
MAX_ROC_POINTS - Static variable in class com.rapidminer.tools.math.ROCDataGenerator
Defines the maximum amount of points which is plotted in the ROC curve.
MaxAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Max Aggregation function.
MaxAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregationFunction
 
MaxAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregationFunction
 
MaxAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the MaxAggregationFunction
MaxAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MaxAggregator
 
maxBasisVectors - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
maxCategoryCount() - Method in class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
MaxDepthTermination - Class in com.rapidminer.operator.learner.tree
Terminates if a maximal depth is reached.
MaxDepthTermination(int) - Constructor for class com.rapidminer.operator.learner.tree.MaxDepthTermination
 
MaxFitnessCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided performance measure has the desired maximum fitness.
MaxFitnessCondition() - Constructor for class com.rapidminer.operator.meta.branch.MaxFitnessCondition
Constructor used by reflection.
MaxFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the maximum.
MaxFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
MaxFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
maxGap - Variable in class com.rapidminer.operator.learner.associations.gsp.CountingInformations
 
MaxHeap - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.util
Implements a MaxHeap on n doubles and ints
MaxHeap(int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MaxHeap
 
maximalElement(double[]) - Static method in class com.rapidminer.tools.math.VectorMath
This method returns the maximal skalar inside this vector.
maximization(ExampleSet, int, double[][], FlatFuzzyClusterModel) - Method in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
 
MAXIMIZATION - Static variable in class com.rapidminer.operator.performance.MDLCriterion
Indicates that the fitness should be higher for larger numbers of features.
MAXIMUM - Static variable in interface com.rapidminer.example.Statistics
 
MAXIMUM - Static variable in class com.rapidminer.tools.LogService
Normally this log verbosity should not be used by operators.
MAXIMUM - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
Maximum - Class in com.rapidminer.tools.math.function.expressions
Calculates the maximum of an arbitrary number of arguments.
Maximum() - Constructor for class com.rapidminer.tools.math.function.expressions.Maximum
 
maximumTwoNominalAttributes(ExampleSet, String) - Static method in class com.rapidminer.example.Tools
The attributes all have to be nominal and have a maximum of two values or binominal.
maxIterations - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
MaxNumberOfAttributesCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided example set has a maximum number of regular attributes.
MaxNumberOfAttributesCondition() - Constructor for class com.rapidminer.operator.meta.branch.MaxNumberOfAttributesCondition
Constructor used by reflection.
MaxNumberOfExamplesCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided example set has a maximum number of examples.
MaxNumberOfExamplesCondition() - Constructor for class com.rapidminer.operator.meta.branch.MaxNumberOfExamplesCondition
Constructor used by reflection.
MaxPerformanceValueCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided performance measure is smaller than the desired performance value.
MaxPerformanceValueCondition() - Constructor for class com.rapidminer.operator.meta.branch.MaxPerformanceValueCondition
Constructor used by reflection.
MaxProductSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
Specialized similarity that takes the maximum product of two feature values.
MaxProductSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.MaxProductSimilarity
 
maxValue - Variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
The maxValue of this attribute.
maxWeight - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The maximum column weight (if weights are available in data table).
McLainSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements a McLain smoothing kernel with fixed epsilon on 1 for normalization, so that it returns a weight of 1 on distance 0.
McLainSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.McLainSmoothingKernel
 
MDInteger - Class in com.rapidminer.operator.ports.metadata
 
MDInteger() - Constructor for class com.rapidminer.operator.ports.metadata.MDInteger
This constructor will build a unkown number
MDInteger(int) - Constructor for class com.rapidminer.operator.ports.metadata.MDInteger
 
MDInteger(MDInteger) - Constructor for class com.rapidminer.operator.ports.metadata.MDInteger
 
MDLCriterion - Class in com.rapidminer.operator.performance
Measures the length of an example set (i.e. the number of attributes).
MDLCriterion() - Constructor for class com.rapidminer.operator.performance.MDLCriterion
 
MDLCriterion(int) - Constructor for class com.rapidminer.operator.performance.MDLCriterion
 
MDLCriterion(MDLCriterion) - Constructor for class com.rapidminer.operator.performance.MDLCriterion
 
MDNumber<T extends java.lang.Number> - Class in com.rapidminer.operator.ports.metadata
A number which is not known exactly, but maybe only in terms of upper or lower bounds.
MDNumber() - Constructor for class com.rapidminer.operator.ports.metadata.MDNumber
 
MDNumber(MDNumber<T>) - Constructor for class com.rapidminer.operator.ports.metadata.MDNumber
 
MDNumber(T) - Constructor for class com.rapidminer.operator.ports.metadata.MDNumber
 
MDNumber.Relation - Enum in com.rapidminer.operator.ports.metadata
 
MDReal - Class in com.rapidminer.operator.ports.metadata
 
MDReal() - Constructor for class com.rapidminer.operator.ports.metadata.MDReal
 
MDReal(Double) - Constructor for class com.rapidminer.operator.ports.metadata.MDReal
 
MDReal(MDReal) - Constructor for class com.rapidminer.operator.ports.metadata.MDReal
 
MDTransformationRule - Interface in com.rapidminer.operator.ports.metadata
A rule that transforms meta data, e.g. delivering it from one port to another or by generating new.
MDTransformer - Class in com.rapidminer.operator.ports.metadata
This class mirrors the behavior of an Operator's apply-method with respect to the I/O meta data.
MDTransformer(Operator) - Constructor for class com.rapidminer.operator.ports.metadata.MDTransformer
 
mean - Variable in class com.rapidminer.tools.math.distribution.NormalDistribution
 
MeanAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Mean Aggregation function.
MeanAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregationFunction
 
MeanAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregationFunction
 
MeanAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the MeanAggregationFunction
MeanAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MeanAggregator
 
MEASURE_TYPES - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
MeasuredPerformance - Class in com.rapidminer.operator.performance
Superclass for performance citeria that are actually measured (not estimated).
MeasuredPerformance() - Constructor for class com.rapidminer.operator.performance.MeasuredPerformance
 
MeasuredPerformance(MeasuredPerformance) - Constructor for class com.rapidminer.operator.performance.MeasuredPerformance
 
MEDIAN - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
MEDIAN - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
MedianAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Median Aggregation function.
MedianAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregationFunction
 
MedianAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregationFunction
 
MedianAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the MeanAggregationFunction It uses a linear time algorithm for computing the median, but also the memory consumption will grow (double) linearly with the size of the dataset.
MedianAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MedianAggregator
 
MedianFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the (weighted) median of some values.
MedianFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
MedianFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
MemoryCleanUp - Class in com.rapidminer.operator
Cleans up unused memory resources.
MemoryCleanUp(OperatorDescription) - Constructor for class com.rapidminer.operator.MemoryCleanUp
 
MemoryExampleTable - Class in com.rapidminer.example.table
This class is the core data supplier for example sets.
MemoryExampleTable(Attribute...) - Constructor for class com.rapidminer.example.table.MemoryExampleTable
Creates a new instance of MemoryExampleTable.
MemoryExampleTable(List<Attribute>) - Constructor for class com.rapidminer.example.table.MemoryExampleTable
Creates a new instance of MemoryExampleTable.
MemoryExampleTable(List<Attribute>, DataRowFactory, int) - Constructor for class com.rapidminer.example.table.MemoryExampleTable
Creates a new instance of MemoryExampleTable.
MemoryExampleTable(List<Attribute>, DataRowReader) - Constructor for class com.rapidminer.example.table.MemoryExampleTable
Creates an empty memory example table and fills it with the data rows read from i.
MemoryExampleTable(List<Attribute>, DataRowReader, boolean) - Constructor for class com.rapidminer.example.table.MemoryExampleTable
Creates an empty memory example table and fills it with the data rows read from i.
MENU_BAR_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
MENU_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
MENU_ICON_SIZE - Static variable in class com.rapidminer.gui.look.icons.IconFactory
 
MenuBackgroundPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the menu backgrounds.
MenuBarBackgroundPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the menu bar backgrounds.
MenuBarBorder - Class in com.rapidminer.gui.look.borders
The UIResource for menu bar borders.
MenuBarBorder() - Constructor for class com.rapidminer.gui.look.borders.MenuBarBorder
 
MenuBarUI - Class in com.rapidminer.gui.look.ui
The UI for menu bars.
MenuBarUI() - Constructor for class com.rapidminer.gui.look.ui.MenuBarUI
 
MenuBorder - Class in com.rapidminer.gui.look.borders
The UIResource for menu borders.
MenuBorder() - Constructor for class com.rapidminer.gui.look.borders.MenuBorder
 
menuFont - Static variable in class com.rapidminer.gui.look.fc.Item
 
MenuItemFadingPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the faded menu items.
MenuItemUI - Class in com.rapidminer.gui.look.ui
The UI for menu items.
MenuItemUI() - Constructor for class com.rapidminer.gui.look.ui.MenuItemUI
 
MenuSeparatorPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for the menu separators.
MenuUI - Class in com.rapidminer.gui.look.ui
The UI for menus.
MenuUI() - Constructor for class com.rapidminer.gui.look.ui.MenuUI
 
merge(AttributeMetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
Sets types and ranges to the superset of this and the argument.
merge(SetRelation) - Method in enum com.rapidminer.operator.ports.metadata.SetRelation
 
merge(List<ExampleSet>) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
 
merge(JDBCProperties) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
Overrides all fields specified by other.
MergeNominalValues - Class in com.rapidminer.operator.preprocessing.filter
Merges two nominal values of a given regular attribute.
MergeNominalValues(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
mergeQuotedSplits(String, String[], String) - Static method in class com.rapidminer.tools.Tools
Deprecated. Please use Tools.quotedSplit(String, Pattern, char, char) or Tools.quotedSplit(String, Pattern) instead
mergeSetRelation(SetRelation) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Changes the knowledge about the attributes in this set.
mergeWeights(AttributeWeights) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
MESSAGE - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
MESSAGE_EXTENDED - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
MessageDialog - Class in com.rapidminer.gui.tools.dialogs
 
MessageDialog(String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MessageDialog
 
MessageDialog(String, JComponent, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MessageDialog
 
MetaCost - Class in com.rapidminer.operator.learner.meta
This operator uses a given cost matrix to compute label predictions according to classification costs.
MetaCost(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.MetaCost
 
MetaCostModel - Class in com.rapidminer.operator.learner.meta
This class is associated to the MetaCost operator and supports the evaluation procedures of the MetaCost method.
MetaCostModel(ExampleSet, Model[], double[][]) - Constructor for class com.rapidminer.operator.learner.meta.MetaCostModel
 
MetaData - Class in com.rapidminer.operator.ports.metadata
Meta data about an IOObject.
MetaData() - Constructor for class com.rapidminer.operator.ports.metadata.MetaData
 
MetaData(Class<? extends IOObject>) - Constructor for class com.rapidminer.operator.ports.metadata.MetaData
 
MetaData(Class<? extends IOObject>, String, Object) - Constructor for class com.rapidminer.operator.ports.metadata.MetaData
 
MetaData(Class<? extends IOObject>, Map<String, Object>) - Constructor for class com.rapidminer.operator.ports.metadata.MetaData
 
MetaDataChangeListener - Interface in com.rapidminer.operator.ports
Classes implementing this interface can be added to inputports as listener.
MetaDataDeclarationEditor - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
An editor to declare meta data information (attributes, value types, roles, ...) in a importing wizard
MetaDataDeclarationEditor(AbstractDataReader, boolean) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclarationEditor
 
MetaDataDeclarationWizardStep - Class in com.rapidminer.operator.nio
This Wizard Step might be used to defined the meta data of each attribute.
MetaDataDeclarationWizardStep(WizardState) - Constructor for class com.rapidminer.operator.nio.MetaDataDeclarationWizardStep
 
MetaDataDeclerationWizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
 
MetaDataDeclerationWizardStep(String, AbstractDataReader) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
MetaDataError - Interface in com.rapidminer.operator.ports.metadata
An error that belongs to a port.
MetaDataInfo - Enum in com.rapidminer.operator.ports.metadata
An answer to a meta data question that cannot always be answered with certainty.
MetaDataProvider - Interface in com.rapidminer.parameter
Many parameter types depend on MetaData arriving at the operator they belong to.
MetaDataTableHeaderCellEditor - Class in com.rapidminer.operator.nio
 
MetaDataTableHeaderCellEditor() - Constructor for class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
MetaDataTools - Class in com.rapidminer.tools.metadata
Tools class for handling meta data.
MetaDataTools() - Constructor for class com.rapidminer.tools.metadata.MetaDataTools
 
MetaDataUnderspecifiedError - Class in com.rapidminer.operator.ports.metadata
 
MetaDataUnderspecifiedError(InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.MetaDataUnderspecifiedError
 
MetaDataUpdateQueue - Class in com.rapidminer.gui
This queue updates the meta data on any update received from a process.
MetaDataUpdateQueue(MainFrame) - Constructor for class com.rapidminer.gui.MetaDataUpdateQueue
 
MetaDataViewer - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the meta data by means of a JTable.
MetaDataViewer(ExampleSet, boolean) - Constructor for class com.rapidminer.gui.viewer.MetaDataViewer
 
MetaDataViewerTable - Class in com.rapidminer.gui.viewer
Can be used to display (parts of) the meta data by means of a JTable.
MetaDataViewerTable() - Constructor for class com.rapidminer.gui.viewer.MetaDataViewerTable
 
MetaDataViewerTable(ExampleSet) - Constructor for class com.rapidminer.gui.viewer.MetaDataViewerTable
 
MetaDataViewerTableModel - Class in com.rapidminer.gui.viewer
The model for the MetaDataViewerTable.
MetaDataViewerTableModel(ExampleSet) - Constructor for class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
MetaModel - Interface in com.rapidminer.operator.learner.meta
This interface provides methods for accessing the different models encapsulated in this model for graphical representation.
MetaModelRenderer - Class in com.rapidminer.gui.renderer.models
 
MetaModelRenderer() - Constructor for class com.rapidminer.gui.renderer.models.MetaModelRenderer
 
METHOD_PROPORTION_TRANSFORMATION - Static variable in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
METHOD_RANGE_TRANSFORMATION - Static variable in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
METHOD_Z_TRANSFORMATION - Static variable in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
METHODS - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
MILLISECOND - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MILLISECOND_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MILLISECOND_RELATIVE_TO_SECOND - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MIN - Static variable in class com.rapidminer.generator.MinMaxGenerator
 
MIN_ADVANTAGE - Static variable in class com.rapidminer.operator.learner.meta.AdaBoost
Discard models with an advantage of less than the specified value.
MIN_ADVANTAGE - Static variable in class com.rapidminer.operator.learner.meta.BayBoostStream
Discard models with an advantage of less than the specified value.
MIN_ADVANTAGE - Static variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Discard models with an advantage of less than the specified value.
MIN_ADVANTAGE - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Discard models with an advantage of less than the specified value.
MIN_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
MIN_BIN_NUMBER - Static variable in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
min_delta_log_alpha - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
MIN_LIFT_RATIO_SOFT_CLASSIFIER - Static variable in class com.rapidminer.operator.learner.meta.BayBoostStream
The probabilistic prediction of soft classifiers is restricted, similar to a confidence bound.
MIN_MODEL_NUMBER - Variable in class com.rapidminer.operator.learner.igss.IteratingGSS
minimal model number for example_criterion
MIN_MS - Static variable in class com.rapidminer.tools.TimeFormat
 
MIN_PTS_NAME - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
MIN_RATING - Static variable in interface com.rapidminer.operator.ports.quickfix.QuickFix
 
MinAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Min Aggregation function.
MinAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregationFunction
 
MinAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregationFunction
 
MinAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the MaxAggregationFunction
MinAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.MinAggregator
 
MinFitnessCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided performance measure has a minimum fitness.
MinFitnessCondition() - Constructor for class com.rapidminer.operator.meta.branch.MinFitnessCondition
Constructor used by reflection.
MinFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the minimum.
MinFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.MinFunction
 
MinFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.MinFunction
 
minGap - Variable in class com.rapidminer.operator.learner.associations.gsp.CountingInformations
 
MinHeap - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.util
Implements a MinHeap on n doubles and ints
MinHeap(int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MinHeap
 
minimalElement(double[]) - Static method in class com.rapidminer.tools.math.VectorMath
This method returns the smallest skalar inside this vector
MinimalEntropyDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes all numeric attributes in the dataset into nominal attributes.
MinimalEntropyDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
 
MinimalGainHandler - Interface in com.rapidminer.operator.learner.tree
This interface indicates that the criterion is able to handle a minimal gain prepruning.
MINIMIZATION - Static variable in class com.rapidminer.operator.performance.MDLCriterion
Indicates that the fitness should be higher for smaller numbers of features.
minimize_ij(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
MINIMUM - Static variable in interface com.rapidminer.example.Statistics
 
MINIMUM - Static variable in class com.rapidminer.tools.LogService
Indicates the lowest log verbosity.
MINIMUM - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
Minimum - Class in com.rapidminer.tools.math.function.expressions
Calculates the minimum of an arbitrary number of arguments.
Minimum() - Constructor for class com.rapidminer.tools.math.function.expressions.Minimum
 
minLeafSizeTerminator - Variable in class com.rapidminer.operator.learner.tree.TreeBuilder
 
MinMaxBinDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes all numeric attributes in the dataset into nominal attributes.
MinMaxBinDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
MinMaxCriterion - Class in com.rapidminer.operator.performance
This criterion should be used as wrapper around other performance criteria (see MinMaxWrapper).
MinMaxCriterion() - Constructor for class com.rapidminer.operator.performance.MinMaxCriterion
Necessary for newInstance() during loading.
MinMaxCriterion(MeasuredPerformance, double) - Constructor for class com.rapidminer.operator.performance.MinMaxCriterion
 
MinMaxCriterion(MinMaxCriterion) - Constructor for class com.rapidminer.operator.performance.MinMaxCriterion
 
MinMaxGenerator - Class in com.rapidminer.generator
This class has two numerical input attributes and one output attribute.
MinMaxGenerator(int) - Constructor for class com.rapidminer.generator.MinMaxGenerator
 
MinMaxGenerator() - Constructor for class com.rapidminer.generator.MinMaxGenerator
 
MinMaxNormalizationModel - Class in com.rapidminer.operator.preprocessing.normalization
A simple model which can be used to transform all regular attributes into a value range between the given min and max values.
MinMaxNormalizationModel(ExampleSet, double, double, HashMap<String, Tupel<Double, Double>>) - Constructor for class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel
Create a new normalization model.
MinMaxStatistics - Class in com.rapidminer.example
Attribute statistics object for (pseudo-)numerical attributes like real numerical attributes or date attributes.
MinMaxStatistics() - Constructor for class com.rapidminer.example.MinMaxStatistics
 
MinMaxWrapper - Class in com.rapidminer.operator.performance
Wraps a MinMaxCriterion around each performance criterion of type MeasuredPerformance.
MinMaxWrapper(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.MinMaxWrapper
 
MinNumberOfAttributesCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided example set has a minimum number of regular attributes.
MinNumberOfAttributesCondition() - Constructor for class com.rapidminer.operator.meta.branch.MinNumberOfAttributesCondition
Constructor used by reflection.
MinNumberOfExamplesCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided example set has a minimum number of examples.
MinNumberOfExamplesCondition() - Constructor for class com.rapidminer.operator.meta.branch.MinNumberOfExamplesCondition
Constructor used by reflection.
MinPerformanceValueCondition - Class in com.rapidminer.operator.meta.branch
This condition tests if the provided performance measure has the desired performance value.
MinPerformanceValueCondition() - Constructor for class com.rapidminer.operator.meta.branch.MinPerformanceValueCondition
Constructor used by reflection.
MinSizeTermination - Class in com.rapidminer.operator.learner.tree
Terminates if the example set has less than minSize examples.
MinSizeTermination(int) - Constructor for class com.rapidminer.operator.learner.tree.MinSizeTermination
 
MINUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MINUTE_RELATIVE_TO_DAY - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MINUTE_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MINUTE_RELATIVE_TO_HOUR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
minValue - Variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
The minValue of this attribute.
Missing - Class in com.rapidminer.tools.math.function.expressions
Returns true if the given argument is a missing value; false otherwise.
Missing() - Constructor for class com.rapidminer.tools.math.function.expressions.Missing
 
MISSING_NOMINAL_VALUE - Static variable in interface com.rapidminer.example.Attribute
Indicates a missing value for nominal values.
MISSING_PARAMETER - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
MISSING_VALUE - Static variable in class com.rapidminer.tools.math.function.ExpressionParserConstants
 
MissingAttributesCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to excludes all examples containing no missing values from an example set.
MissingAttributesCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.MissingAttributesCondition
Throws an exception since this condition does not support parameter string.
MissingIOObjectException - Exception in com.rapidminer.operator
Will be thrown if an operator can not get its desired input.
MissingIOObjectException(Class) - Constructor for exception com.rapidminer.operator.MissingIOObjectException
 
MissingLabelsCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to exclude examples with known labels from an example set.
MissingLabelsCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.MissingLabelsCondition
Throws an exception since a parameter string is not allowed for this condition.
MissingValueImputation - Class in com.rapidminer.operator.preprocessing.filter
The operator MissingValueImpution imputes missing values by learning models for each attribute (except the label) and applying those models to the data set.
MissingValueImputation(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
 
MissingValueReplenishment - Class in com.rapidminer.operator.preprocessing.filter
Replaces missing values in examples.
MissingValueReplenishment(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
MissingValueReplenishmentView - Class in com.rapidminer.operator.preprocessing.filter
This operator simply creates a new view on the input data without changing the actual data or creating a new data table.
MissingValueReplenishmentView(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishmentView
 
MissingValuesAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This condition checks whether an attribute contains less than a specified fraction of missing values.
MissingValuesAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
MIXED_MEASURES_TYPE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
MixedEuclideanDistance - Class in com.rapidminer.tools.math.similarity.mixed
Euclidean distance for numerical and nominal values.
MixedEuclideanDistance() - Constructor for class com.rapidminer.tools.math.similarity.mixed.MixedEuclideanDistance
 
mkdir() - Method in class com.rapidminer.repository.local.SimpleFolder
 
MODE - Static variable in interface com.rapidminer.example.Statistics
 
MODE - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
MODE - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
ModeAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Mode Aggregation function.
ModeAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregationFunction
 
ModeAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregationFunction
 
ModeAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the ModeAggregationFunction.
ModeAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregator
 
ModeFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the mode of some values.
ModeFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
ModeFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
model - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.GPBase
 
Model - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
The learned model.
Model(Kernel, double[][], Matrix, Matrix, Matrix, int, boolean) - Constructor for class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Model
Constructors
Model - Class in com.rapidminer.operator.learner.functions.kernel.rvm
The lerned model.
Model(double[], KernelBasisFunction[], boolean, boolean) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.Model
Constructors
model - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
 
Model - Interface in com.rapidminer.operator
Model is the interface for all objects which change a data set.
MODEL_DOMAIN_AXIS_NAME - Static variable in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
MODEL_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
ModelApplicationRule - Class in com.rapidminer.operator.ports.metadata
This rule might be used, if a model is applied on a data set.
ModelApplicationRule(InputPort, OutputPort, InputPort, boolean) - Constructor for class com.rapidminer.operator.ports.metadata.ModelApplicationRule
 
ModelApplier - Class in com.rapidminer.operator
This operator applies a Model to an ExampleSet.
ModelApplier(OperatorDescription) - Constructor for class com.rapidminer.operator.ModelApplier
 
ModelBasedSampling - Class in com.rapidminer.operator.preprocessing.sampling
Sampling based on a model.
ModelBasedSampling(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
ModelGrouper - Class in com.rapidminer.operator
This operator groups all input models together into a grouped (combined) model.
ModelGrouper(OperatorDescription) - Constructor for class com.rapidminer.operator.ModelGrouper
 
modelIndex(int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
ModelLoader - Class in com.rapidminer.operator.io
Reads a Model from a file that was generated by an operator like Learner in a previous process.
ModelLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ModelLoader
 
ModelMetaData - Class in com.rapidminer.operator.ports.metadata
This class is holds the informations for all models.
ModelMetaData() - Constructor for class com.rapidminer.operator.ports.metadata.ModelMetaData
Clone constructor
ModelMetaData(ExampleSetMetaData) - Constructor for class com.rapidminer.operator.ports.metadata.ModelMetaData
 
ModelMetaData(Class<? extends Model>, ExampleSetMetaData) - Constructor for class com.rapidminer.operator.ports.metadata.ModelMetaData
 
modelOutput - Variable in class com.rapidminer.operator.learner.meta.AbstractStacking
 
ModelUngrouper - Class in com.rapidminer.operator
This operator ungroups a previously grouped model (ModelGrouper) and delivers the grouped input models.
ModelUngrouper(OperatorDescription) - Constructor for class com.rapidminer.operator.ModelUngrouper
 
ModelUpdater - Class in com.rapidminer.operator
This operator updates a Model with an ExampleSet.
ModelUpdater(OperatorDescription) - Constructor for class com.rapidminer.operator.ModelUpdater
 
ModelViewExampleSet - Class in com.rapidminer.example.set
This is a generic example set (view on the view stack of the data) which can be used to apply any preprocessing model and create a view from it.
ModelViewExampleSet(ExampleSet, ViewModel) - Constructor for class com.rapidminer.example.set.ModelViewExampleSet
 
ModelViewExampleSet(ModelViewExampleSet) - Constructor for class com.rapidminer.example.set.ModelViewExampleSet
Clone constructor.
ModelWriter - Class in com.rapidminer.operator.io
Writes the input model in the file specified by the corresponding parameter.
ModelWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ModelWriter
 
modes - Static variable in class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
modifiyMetaData(ExampleSetMetaData, int) - Method in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.discretization.AbstractDiscretizationOperator
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
This method isn't used anymore, since the calling super function is overridden.
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData, InputPort, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.normalization.IQRNormalizationMethod
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData, InputPort, ParameterHandler) - Method in interface com.rapidminer.operator.preprocessing.normalization.NormalizationMethod
This modifies the meta data of the given attribute and returns a collection of all derived attributes.
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData, InputPort, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationMethod
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData, InputPort, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData, InputPort, ParameterHandler) - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationNormalizationMethod
 
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
If this preprocessing operator generates new attributes, the corresponding meta data should be returned by this method.
modifyAttributeMetaData(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesOperator
 
modifyExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeSubsetPassThroughRule
 
modifyExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPassThroughRule
This method might be used for convenience for slight modifications of the exampleSet like adding an attribute.
modifyExampleSetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
This method can be used by subclasses to additionally change the example set meta data delivered to the inner learner
modifyExampleSetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.learner.meta.AdaBoost
 
modifyExampleSetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
 
modifyExampleSetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
 
modifyExampleSetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.learner.meta.ClassificationByRegression
 
modifyExampleSetMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.learner.meta.TransformedRegression
 
modifyGeneratedModelMetaData(PredictionModelMetaData) - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
Modifies the meta data of the generated model.
modifyGeneratedModelMetaData(PredictionModelMetaData) - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
 
modifyGeneratedModelMetaData(PredictionModelMetaData) - Method in class com.rapidminer.operator.learner.meta.ClassificationByRegression
Transforms the regression label back into a classification label.
modifyInnerOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.FeatureOperator
Subclasses might override this method in order to change the meta data delivered to the inner operators.
modifyInnerOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
 
modifyInnerOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
modifyInnerOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
modifyInnerOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
Subclasses might override this method to define the meta data transformation performed by this operator.
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.AbstractFeatureConstruction
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.AttributeConstruction
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.LinearCombinationOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.construction.ProductGenerationOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.AbstractFeatureSelection
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.RemoveUselessFeatures
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.transformation.FourierTransform
 
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.AttributeAddingExampleSetPassThroughRule
 
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPassThroughRule
 
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.FlatteningPassThroughRule
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.ports.metadata.GenerateNewExampleSetMDRule
Modifies the standard meta data before it is passed to the output.
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.GenerateNewMDRule
Modifies the standard meta data before it is passed to the output.
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ManyToManyPassThroughRule
Modifies the received meta data before it is passed to the output.
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ManyToOnePassThroughRule
Modifies the standard meta data before it is passed to the output.
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.ModelApplicationRule
 
modifyMetaData(MetaData, int) - Method in class com.rapidminer.operator.ports.metadata.OneToManyPassThroughRule
Modifies the received meta data before it is passed to the output.
modifyMetaData(MetaData) - Method in class com.rapidminer.operator.ports.metadata.PassThroughRule
Modifies the received meta data before it is passed to the output.
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.Deobfuscator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.ExampleSetTranspose
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AbstractFilteredDataProcessing
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilter
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Construction2Names
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ExampleSetToDictionary
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishmentView
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.RemoveDuplicates
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.SetData
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.IdTagging
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.NoiseOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.Obfuscator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.outlier.AbstractOutlierDetection
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Subclasses might override this method to define the meta data transformation performed by this operator.
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractSamplingOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.sampling.ModelBasedSampling
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.transformation.ExampleSetTransformationOperator
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
modifyMetaData(ExampleSetMetaData) - Method in class com.rapidminer.operator.preprocessing.weighting.AbstractExampleWeighting
 
modifyOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.FeatureOperator
Subclasses might override this method in order to change the final outputed meta data
modifyOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
 
modifyOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
modifyOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
modifyOutputExampleSet(ExampleSetMetaData) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
 
MONTH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MONTH_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MONTH_RELATIVE_TO_QUARTER - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
MONTH_RELATIVE_TO_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Receives notification of mouse clicks on the panel.
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeMouseSelectionManager
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTableColumnFitMouseListener
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.tools.LoggingViewer
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
mouseClicked(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.look.ui.ToolBarUI.RapidLookDockingListener
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles a 'mouse dragged' event.
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mouseDragged(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.look.ButtonListener
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.look.ToggleButtonListener
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles a 'mouse entered' event.
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.tools.LoggingViewer
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
mouseEntered(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.look.ButtonListener
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.look.ToggleButtonListener
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles a 'mouse exited' event.
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.tools.LoggingViewer
 
mouseExited(MouseEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
mouseExited(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
mouseExited(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
mouseExited(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Implementation of the MouseMotionListener's method.
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mouseMoved(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.ui.EditorPaneUI.EditorPanePopupListener
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.ui.ToolBarUI.RapidLookDockingListener
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles a 'mouse pressed' event.
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.tools.LoggingViewer
 
mousePressed(MouseEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
mousePressed(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
mousePressed(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
mousePressed(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.FileTable
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.Item
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.ui.EditorPaneUI.EditorPanePopupListener
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles a 'mouse released' event.
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.PlotterMouseHandler
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.tools.LoggingViewer
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.gui.tools.OperatorList
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
mouseReleased(MouseEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
mouseWheelMoved(MouseWheelEvent) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
move(int, int) - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
move(int, int) - Method in class com.rapidminer.parameter.value.ParameterValueList
 
move(int, int) - Method in class com.rapidminer.parameter.value.ParameterValueRange
Do nothing.
move(int, int) - Method in class com.rapidminer.parameter.value.ParameterValues
 
move(Folder) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
move(Folder, String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
move(Folder) - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
move(Folder) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
move(Folder, String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
move(Folder) - Method in class com.rapidminer.repository.db.DBRepository
 
move(Folder, String) - Method in class com.rapidminer.repository.db.DBRepository
 
move(Folder) - Method in interface com.rapidminer.repository.Entry
Needs to be implemented only for folders in the same repository.
move(Folder, String) - Method in interface com.rapidminer.repository.Entry
Needs to be implemented only for folders in the same repository.
move(Folder) - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
move(Folder) - Method in class com.rapidminer.repository.local.SimpleEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.local.SimpleEntry
 
move(Folder) - Method in class com.rapidminer.repository.local.SimpleFolder
 
move(Folder, String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
move(Folder) - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
move(Folder) - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
move(Folder) - Method in class com.rapidminer.repository.remote.RemoteEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.remote.RemoteEntry
 
move(Folder) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
move(Folder, String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
move(RepositoryLocation, Folder, ProgressListener) - Method in class com.rapidminer.repository.RepositoryManager
Moves an entry to a given destination folder.
move(RepositoryLocation, Folder, String, ProgressListener) - Method in class com.rapidminer.repository.RepositoryManager
Moves an entry to a given destination folder with the name newName.
move(Folder) - Method in class com.rapidminer.repository.resource.ResourceEntry
 
move(Folder, String) - Method in class com.rapidminer.repository.resource.ResourceEntry
 
MoveColumnAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
MoveColumnAction(ExtendedJTable, IconSize, int) - Constructor for class com.rapidminer.gui.actions.MoveColumnAction
 
moveSelectedItems(int, int) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
moveToIndex(Operator, int) - Method in class com.rapidminer.operator.ExecutionUnit
Moves an operator to the given index.
mu - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
MultiAxesCrosshairOverlay - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
A CrosshairOverlay which supports multiple range axes.
MultiAxesCrosshairOverlay() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
 
MultiClassificationFunction - Class in com.rapidminer.operator.generator
The label is the first class, if the sum of all arguments modulo 2 is 0, it is the second class if the sum modulo 3 is 0 and the third class if the sum modulo 5 is 0.
MultiClassificationFunction() - Constructor for class com.rapidminer.operator.generator.MultiClassificationFunction
 
MultiClassificationPerformance - Class in com.rapidminer.operator.performance
Measures the accuracy and classification error for both binary classification problems and multi class problems.
MultiClassificationPerformance() - Constructor for class com.rapidminer.operator.performance.MultiClassificationPerformance
Creates a MultiClassificationPerformance with undefined type.
MultiClassificationPerformance(int) - Constructor for class com.rapidminer.operator.performance.MultiClassificationPerformance
Creates a MultiClassificationPerformance with the given type.
MultiClassificationPerformance(MultiClassificationPerformance) - Constructor for class com.rapidminer.operator.performance.MultiClassificationPerformance
Clone constructor.
MultiClassificationPerformanceRenderer - Class in com.rapidminer.gui.renderer.performance
 
MultiClassificationPerformanceRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.MultiClassificationPerformanceRenderer
 
MultiConfirmDialog - Class in com.rapidminer.gui.tools.dialogs
 
MultiConfirmDialog(String, int, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MultiConfirmDialog
 
MultiCriterionDecisionStumps - Class in com.rapidminer.operator.learner.tree
A DecisionStump clone that allows to specify different utility functions.
MultiCriterionDecisionStumps(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
MultiCriterionDecisionStumps.DecisionStumpModel - Class in com.rapidminer.operator.learner.tree
 
MultiCriterionDecisionStumps.DecisionStumpModel(Attribute, double, ExampleSet, boolean, boolean) - Constructor for class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps.DecisionStumpModel
 
MultidimensionalArraySet<E> - Class in com.rapidminer.tools.container
This class represents a multidimensional array whose dimensions have to be specified during construction.
MultidimensionalArraySet(int[]) - Constructor for class com.rapidminer.tools.container.MultidimensionalArraySet
The constructor.
MultiInputPortPairExtender - Class in com.rapidminer.operator.ports
 
MultiInputPortPairExtender(String, Ports<OutputPort>, Ports<InputPort>[]) - Constructor for class com.rapidminer.operator.ports.MultiInputPortPairExtender
 
MultiModelByRegression - Class in com.rapidminer.operator.learner.meta
MultiModels are used for multi class learning tasks.
MultiModelByRegression(ExampleSet, Model[]) - Constructor for class com.rapidminer.operator.learner.meta.MultiModelByRegression
 
MultiOutputPortPairExtender - Class in com.rapidminer.operator.ports
 
MultiOutputPortPairExtender(String, Ports<InputPort>, Ports<OutputPort>[]) - Constructor for class com.rapidminer.operator.ports.MultiOutputPortPairExtender
 
MultiPageDialog - Class in com.rapidminer.gui.tools.dialogs
 
MultiPageDialog(Dialog, String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
MultiPageDialog(Dialog, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
MultiPageDialog(Frame, String, boolean, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
MultiPageDialog(Frame, String, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
MULTIPLE_SELECTION - Static variable in interface com.rapidminer.gui.plotter.Plotter
Indicates that multiple values can be selected by the user for a dimension.
MULTIPLE_SELECTION_SCATTER_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
MULTIPLE_SERIES_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
MultipleLabelGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes with more than one label.
MultipleLabelGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.MultipleLabelGenerator
 
MultipleLabelIterator - Class in com.rapidminer.operator.meta
Performs the inner operator for all label attributes, i.e. special attributes whose role name starts with "label".
MultipleLabelIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.MultipleLabelIterator
 
MultipleLinesLabel - Class in com.rapidminer.gui.look.fc
A new swing component similar to a label but containing multiple lines.
MultipleLinesLabel() - Constructor for class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
MultipleLinesLabel(String) - Constructor for class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
MultipleLinesLabel(String, int) - Constructor for class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
MultipleLinesLabel(String, int, int) - Constructor for class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
MultipleLinesLabel(String, int, int, int) - Constructor for class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
MultipleScatterPlotter - Class in com.rapidminer.gui.plotter.charts
This is a multiple scatter plotter.
MultipleScatterPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
MultipleScatterPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
MultipleScatterPlotter.SeriesAndItem - Class in com.rapidminer.gui.plotter.charts
 
MultipleScatterPlotter.SeriesAndItem(int, int) - Constructor for class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter.SeriesAndItem
 
MultipleSeriesChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the multiple series chart plotter.
MultipleSeriesChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
MultipleSeriesChartPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
Multiplicity - Enum in com.rapidminer.operator.ports
 
multiply(double) - Method in class com.rapidminer.operator.ports.metadata.MDInteger
 
multiply(double) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
multiply(double) - Method in class com.rapidminer.operator.ports.metadata.MDReal
 
multiplyComponents(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
multiplyOpacities256(int, int) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
Multiplies two opacities with range [0,255].
MultiPortPairExtender<S extends Port,M extends Port> - Class in com.rapidminer.operator.ports
This class observes a set of input and output ports and adds additional ports as needed to several Ports collections.
MultiPortPairExtender(String, Ports<S>, Ports<M>[]) - Constructor for class com.rapidminer.operator.ports.MultiPortPairExtender
 
MultiPortPairExtender.MultiPortPair - Class in com.rapidminer.operator.ports
 
MultiPortPairExtender.MultiPortPair(S, ArrayList<M>) - Constructor for class com.rapidminer.operator.ports.MultiPortPairExtender.MultiPortPair
 
multiPorts - Variable in class com.rapidminer.operator.ports.MultiPortPairExtender.MultiPortPair
 
MultiquadricKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the Multiquadric kernel of both examples.
MultiquadricKernel() - Constructor for class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
MultiwayDecisionTree - Class in com.rapidminer.operator.learner.tree
This operator is a meta learner for numerical tree builder.
MultiwayDecisionTree(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.MultiwayDecisionTree
 
mustHaveUpperBoundOne(double) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
mutate(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationMutation
Invokes the method mutate(int[]) for each individual.
Mutation - Interface in com.rapidminer.tools.math.optimization.ec.es
A mutation operator which can be applied on the population.
MUTATION_TYPES - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
The names of the mutation types.
MutualInformationMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the mutual information matrix between all attributes of the input example set.
MutualInformationMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.MutualInformationMatrixOperator
 
MyKLRLearner - Class in com.rapidminer.operator.learner.functions.kernel
This is the Java implementation of myKLR by Stefan Rüping.
MyKLRLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
MyKLRModel - Class in com.rapidminer.operator.learner.functions.kernel
The model for the MyKLR learner by Stefan Rueping.
MyKLRModel(ExampleSet, SVMExamples, Kernel, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.MyKLRModel
 

N

n - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
nabla(int) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
nabla(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
nabla(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
nabla(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMregression
 
NaiveBayes - Class in com.rapidminer.operator.learner.bayes
Naive Bayes learner.
NaiveBayes(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.bayes.NaiveBayes
 
NAME - Static variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.AnnotationCellEditor
 
NAME - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
NAME - Static variable in class com.rapidminer.operator.nio.AnnotationCellEditor
 
name - Variable in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
NAME_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
NAME_PARAMETER - Static variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
NameBasedWeighting - Class in com.rapidminer.operator.features.weighting
This operator is able to create feature weights based on regular expressions defined for the feature names.
NameBasedWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
nameLabel - Variable in class com.rapidminer.gui.look.fc.Item
 
NAMES - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
NAMES - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
The names of the criteria.
NAMES - Static variable in class com.rapidminer.operator.performance.RankCorrelation
 
NAMES - Static variable in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
The names of the criteria.
NAMESPACE_COLUMN - Static variable in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
 
NamespaceMapTableModel - Class in com.rapidminer.operator.nio.xml
A model for the mapping of ids to namespaces.
NamespaceMapTableModel(Map<String, String>) - Constructor for class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
Creates a new NamespaceMapTableModel and initializes its data: namespaceMap is a map of already set mappings, namespaces is a list of all namespaces to which an id could be assigned.
NameValue - Class in com.rapidminer.gui.plotter
A helper class for keeping values and names together sortable.
NameValue(String, double) - Constructor for class com.rapidminer.gui.plotter.NameValue
 
NARROW - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
NearestNeighborNeighborhood - Class in com.rapidminer.operator.learner.local
 
NearestNeighborNeighborhood() - Constructor for class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood
 
NEGATIVE_CLASS - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
NEGATIVE_CLASS - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
NEGATIVE_INDEX - Static variable in class com.rapidminer.example.table.BinominalMapping
Nominal index of the value that will be treated as the "negative" value of this attribute.
NEGATIVE_PREDICTIVE_VALUE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
NEGATIVE_RULE - Static variable in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
Neighborhood - Interface in com.rapidminer.operator.learner.local
This interface provides methods to construct a neighborhood from a specified geometric data collection.
NEIGHBORHOOD_CLASSES - Static variable in class com.rapidminer.operator.learner.local.Neighborhoods
 
NEIGHBORHOOD_NAMES - Static variable in class com.rapidminer.operator.learner.local.Neighborhoods
 
Neighborhoods - Class in com.rapidminer.operator.learner.local
This class supports convenient methods for parameter depended creation of neighborhoods.
Neighborhoods() - Constructor for class com.rapidminer.operator.learner.local.Neighborhoods
 
NEQ1 - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
NEQ2 - Static variable in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
net - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
netStarted(NeuralNetEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
netStopped(NeuralNetEvent) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
netStoppedError(NeuralNetEvent, String) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
NetTools - Class in com.rapidminer.tools
Class providing new protocolls special for RapidMiner.
NetTools() - Constructor for class com.rapidminer.tools.NetTools
 
NeuralNetGraphRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the graph view of a neural network.
NeuralNetGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.models.NeuralNetGraphRenderer
 
NeuralNetLearner - Class in com.rapidminer.operator.learner.functions.neuralnet
This operator learns a model by means of a feed-forward neural network.
NeuralNetLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
Creates a new Neural Network learner.
NeuralNetModel - Class in com.rapidminer.operator.learner.functions.neuralnet
This is the model for the neural net learner.
NeuralNetModel(ExampleSet, NeuralNet, int, double, double) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel
 
NeuralNetVisualizer - Class in com.rapidminer.operator.learner.functions.neuralnet
Visualizes a neural net.
NeuralNetVisualizer(NeuralNetModel) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
NeuralNetVisualizer(NeuralNet, String[]) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
NEVER - Static variable in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
 
NEW_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
NEW_BUILDING_BLOCK_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
NEW_ELEMENT_NAME - Static variable in class com.rapidminer.operator.repository.RepositoryEntryRenameOperator
 
NEW_FOLDER_ACTION - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
NEW_OPERATOR_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
NEW_OPERATOR_DOCK_KEY - Static variable in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
NEW_OPERATOR_MENU - Static variable in class com.rapidminer.gui.operatormenu.OperatorMenu
 
NEW_PERSPECTIVE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
NewAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
NewAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.NewAction
 
NewBuildingBlockAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
NewBuildingBlockAction(Actions) - Constructor for class com.rapidminer.gui.actions.NewBuildingBlockAction
 
NewBuildingBlockDialog - Class in com.rapidminer.gui.templates
This dialog can be used to add a new building block to the process setup.
NewBuildingBlockDialog() - Constructor for class com.rapidminer.gui.templates.NewBuildingBlockDialog
 
NewBuildingBlockMenu - Class in com.rapidminer.gui.templates
This menu contains all building blocks, the predefined and the user defined.
NewBuildingBlockMenu(Actions) - Constructor for class com.rapidminer.gui.templates.NewBuildingBlockMenu
 
newInstance() - Method in class com.rapidminer.generator.AbsoluteValueGenerator
 
newInstance() - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
newInstance() - Method in class com.rapidminer.generator.AverageGenerator
 
newInstance() - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
newInstance() - Method in class com.rapidminer.generator.ConstantGenerator
 
newInstance() - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
newInstance() - Method in class com.rapidminer.generator.FeatureGenerator
Subclasses must implement this method so that a new instance of this generator class is returned.
newInstance() - Method in class com.rapidminer.generator.FloorCeilGenerator
 
newInstance() - Method in class com.rapidminer.generator.MinMaxGenerator
 
newInstance() - Method in class com.rapidminer.generator.PowerGenerator
 
newInstance() - Method in class com.rapidminer.generator.ReciprocalValueGenerator
 
newInstance() - Method in class com.rapidminer.generator.SignumGenerator
 
newInstance() - Method in class com.rapidminer.generator.SquareRootGenerator
 
newInstance() - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
newInstance(String) - Static method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
newInstance(String) - Static method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Creates a MultiClassificationPerformance with the given type.
newInstance(String) - Static method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Creates a WeightedMultiClassPerformance with the given type.
NewOperatorAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
NewOperatorAction(Actions) - Constructor for class com.rapidminer.gui.actions.NewOperatorAction
 
NewOperatorDialog - Class in com.rapidminer.gui.dialog
A dialog for adding new operators to the currently selected operator chain of the operator tree.
NewOperatorDialog(Actions) - Constructor for class com.rapidminer.gui.dialog.NewOperatorDialog
 
NewOperatorDialog(Actions, Class<? extends IOObject>, Class<? extends IOObject>, OperatorCapability, OperatorCapability, boolean) - Constructor for class com.rapidminer.gui.dialog.NewOperatorDialog
 
NewOperatorEditor - Class in com.rapidminer.gui.processeditor
This container contains all available operators in a grouped view (tree).
NewOperatorEditor() - Constructor for class com.rapidminer.gui.processeditor.NewOperatorEditor
 
NewOperatorGroupTree - Class in com.rapidminer.gui.processeditor
This tree displays all groups and can be used to change the selected operators.
NewOperatorGroupTree(NewOperatorEditor) - Constructor for class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
NewOperatorGroupTreeModel - Class in com.rapidminer.gui.processeditor
This is the model for the group selection tree in the new operator editor panel.
NewOperatorGroupTreeModel() - Constructor for class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
NewOperatorGroupTreeRenderer - Class in com.rapidminer.gui.processeditor
The renderer for the group tree (displays a small group icon).
NewOperatorGroupTreeRenderer() - Constructor for class com.rapidminer.gui.processeditor.NewOperatorGroupTreeRenderer
 
NewOperatorMenu - Class in com.rapidminer.gui.operatormenu
An operator menu which can be used to add a new operator to the currently selected operator.
NewOperatorMenu() - Constructor for class com.rapidminer.gui.operatormenu.NewOperatorMenu
 
NewPerspectiveAction - Class in com.rapidminer.gui.actions
 
NewPerspectiveAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.NewPerspectiveAction
 
newProcess() - Method in class com.rapidminer.gui.MainFrame
Creates a new process.
NewRepositoryDialog - Class in com.rapidminer.repository.gui
A dialog to create new remote or local repositories.
NewRevisionAction - Class in com.rapidminer.repository.remote
 
NewRevisionAction(RemoteProcessEntry) - Constructor for class com.rapidminer.repository.remote.NewRevisionAction
 
next() - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowIterator
 
next() - Method in class com.rapidminer.datatable.Example2DataTableRowIterator
 
next() - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowIterator
 
next() - Method in class com.rapidminer.example.AttributeIterator
 
next() - Method in class com.rapidminer.example.AttributeRoleIterator
 
next() - Method in class com.rapidminer.example.set.AttributesExampleReader
Returns a new example based on the current data row.
next() - Method in class com.rapidminer.example.set.ConditionExampleReader
Deprecated.  
next() - Method in class com.rapidminer.example.set.IndexBasedExampleSetReader
 
next() - Method in class com.rapidminer.example.set.MappedExampleReader
 
next() - Method in class com.rapidminer.example.set.SimpleExampleReader
Returns a new example based on the current data row.
next() - Method in class com.rapidminer.example.set.SkipNANExampleReader
 
next() - Method in class com.rapidminer.example.set.SortedExampleReader
 
next() - Method in class com.rapidminer.example.table.DatabaseDataRowReader
 
next() - Method in class com.rapidminer.example.table.FileDataRowReader
Returns the next Example.
next() - Method in class com.rapidminer.example.table.ListDataRowReader
 
next() - Method in class com.rapidminer.example.table.RandomDataRowReader
 
next() - Method in class com.rapidminer.example.table.ResultSetDataRowReader
 
next() - Method in class com.rapidminer.example.table.SimpleArrayDataRowReader
 
next() - Method in class com.rapidminer.example.table.SparseFormatDataRowReader
Returns the next Example.
next() - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
next() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
next - Variable in class com.rapidminer.gui.tools.syntax.Token
The next token in the linked list.
next() - Method in class com.rapidminer.operator.io.AbstractDataReader.DataSet
Proceed to the next row if existent.
next() - Method in class com.rapidminer.operator.learner.associations.PowerSet
 
next(ProgressListener) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
next(ProgressListener) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
Proceed to the next row if existent.
next(ProgressListener) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
next(ProgressListener) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
next(ProgressListener) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
NEXT_CHAR - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
NEXT_LINE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
NEXT_PAGE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
NEXT_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
nextDateInRange(Date, Date) - Method in class com.rapidminer.tools.RandomGenerator
Returns a random date between the given ones.
nextDoubleArray(int) - Method in class com.rapidminer.tools.RandomGenerator
This method returns a randomly filled array of given length
nextDoubleInRange(double, double) - Method in class com.rapidminer.tools.RandomGenerator
Returns the next pseudorandom, uniformly distributed double value between lowerBound and upperBound from this random number generator's sequence (exclusive of the interval endpoint values).
nextGeneration() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Increase the generation number by one.
nextGeneration() - Method in class com.rapidminer.operator.features.Population
Increase the generation number by one.
nextGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
nextGeneration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
nextIntInRange(int, int) - Method in class com.rapidminer.tools.RandomGenerator
Returns the next pseudorandom, uniformly distributed int value between lowerBound and upperBound from this random number generator's sequence (lower bound inclusive, upper bound exclusive).
nextIntSetWithRange(int, int, int) - Method in class com.rapidminer.tools.RandomGenerator
Returns a set of integer within the given range and given size
nextIteration() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVMOptimization
 
nextIteration() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionOptimization
 
nextIteration() - Method in class com.rapidminer.operator.meta.ESParameterOptimization
 
nextIteration() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
This method is invoked after each evaluation.
nextIteration() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
This method is invoked after each evaluation.
nextLineRequested - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker
True if the next line should be painted.
nextLongInRange(long, long) - Method in class com.rapidminer.tools.RandomGenerator
returns the next pseudorandom, uniformly distributed long value between lowerBound and upperBound from this random number generator's sequence (exclusive of the interval endpoint values).
nextString(int) - Method in class com.rapidminer.tools.RandomGenerator
Returns a random String of the given length.
nextTabStop(float, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Implementation of TabExpander interface.
nextTip() - Method in class com.rapidminer.gui.tools.TipOfTheDayProvider
 
no() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
NO_CONSTRUCTOR_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
NO_DATE_FORMAT - Static variable in class com.rapidminer.gui.tools.ExtendedJTable
 
NO_DESCRIPTION_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
NO_MUTATION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates no mutation.
NO_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
NO_OPTIONS - Static variable in class com.rapidminer.io.Base64
No options specified.
NO_PARENT - Static variable in class com.rapidminer.tools.Ontology
 
NO_SELECTION - Static variable in interface com.rapidminer.gui.plotter.Plotter
Indicates that no plot values can be selected by the user.
NO_SELECTION - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
Attribute selection method: No attribute selection
NO_SORTING - Static variable in class com.rapidminer.example.AttributeWeights
Indicates that the weights should not be sorted at all.
NO_SUCH_ENTRY - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_SUCH_GROUP - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_SUCH_PROCESS - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_SUCH_REVISION - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_SUCH_TRIGGER - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_SUCH_USER - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_SUCH_USER_IN_GROUP - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
NO_UNIQUE_DESCRIPTION_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
NoAttributeLeftTermination - Class in com.rapidminer.operator.learner.tree
Terminates if the example set does not have any regular attributes.
NoAttributeLeftTermination() - Constructor for class com.rapidminer.operator.learner.tree.NoAttributeLeftTermination
 
NoBugError - Interface in com.rapidminer
All exceptions that are no bugs (but caused by an error of the user) should implement this interface in order to indicate that this should not issue a bug report.
Node - Class in com.rapidminer.operator.learner.functions.neuralnet
A node is the abstract superclass for all types of neural net nodes and also represents the connection between other nodes of the neural net.
Node(String, int, int) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.Node
 
nodeItem - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
nodeListToString(NodeList) - Static method in class com.rapidminer.operator.nio.xml.XMLDomHelper
 
NOISE - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
NOISE_CLUSTER_DESCRIPTION - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
NoiseModel - Class in com.rapidminer.operator.preprocessing
 
NoiseModel(ExampleSet, RandomGenerator, List<String[]>, double, double, double, double, String[]) - Constructor for class com.rapidminer.operator.preprocessing.NoiseModel
 
NoiseOperator - Class in com.rapidminer.operator.preprocessing
This operator adds random attributes and white noise to the data.
NoiseOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.NoiseOperator
 
NOMINAL - Static variable in class com.rapidminer.tools.Ontology
 
Nominal2Date - Class in com.rapidminer.operator.preprocessing.filter
This operator parses given nominal attributes in order to create date and / or time attributes.
Nominal2Date(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
Nominal2String - Class in com.rapidminer.operator.preprocessing.filter
Converts all nominal attributes to string attributes.
Nominal2String(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
NOMINAL_MEASURES_TYPE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
NominalAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements an abstract superclass for all Nominal aggregation functions, the new attribute will have an empty mapping.
NominalAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.NominalAggregationFunction
 
NominalAttribute - Class in com.rapidminer.example.table
This class holds all information on a single nominal attribute.
NominalAttribute(String, int) - Constructor for class com.rapidminer.example.table.NominalAttribute
 
NominalAttribute(NominalAttribute) - Constructor for class com.rapidminer.example.table.NominalAttribute
 
NominalAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class implements the condition if an attribute is nominal.
NominalAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.NominalAttributeFilter
 
NominalDistance - Class in com.rapidminer.tools.math.similarity.nominal
A distance measure for nominal values accounting a value of one if two values are unequal.
NominalDistance() - Constructor for class com.rapidminer.tools.math.similarity.nominal.NominalDistance
 
NominalExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
NominalExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.NominalExampleSetGenerator
 
NominalMapping - Interface in com.rapidminer.example.table
This class is used to map between the nominal values for a certain attribute and the internal double value representations which is used for nominal values in order to reduce memory usage.
NominalNumbers2Numerical - Class in com.rapidminer.operator.preprocessing.filter
This operator transforms nominal attributes into numerical ones.
NominalNumbers2Numerical(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
NominalSortingDataTableMapping - Class in com.rapidminer.datatable
A view on a dataTable which changes the mapping of nominal values such that nominal values or ordered lexically ascending or descending with increasing index values.
NominalSortingDataTableMapping(ValueMappingDataTableView, int, boolean) - Constructor for class com.rapidminer.datatable.NominalSortingDataTableMapping
 
NominalSplitCondition - Class in com.rapidminer.operator.learner.tree
A split condition for nominal values (equals).
NominalSplitCondition(Attribute, String) - Constructor for class com.rapidminer.operator.learner.tree.NominalSplitCondition
 
NominalStatistics - Class in com.rapidminer.example
Attribute statistics object for nominal attributes.
NominalStatistics() - Constructor for class com.rapidminer.example.NominalStatistics
 
NominalToBinominal - Class in com.rapidminer.operator.preprocessing.filter
This operator maps the values of all nominal values to binary attributes.
NominalToBinominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
NominalToBinominalModel - Class in com.rapidminer.operator.preprocessing.filter
This model maps the values of all nominal values to binary attributes.
NominalToBinominalModel(ExampleSet, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel
 
NominalToNumeric - Class in com.rapidminer.operator.preprocessing.filter
This operator maps all non numeric attributes to real valued attributes.
NominalToNumeric(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
NominalToNumeric.NominalToNumericModel - Class in com.rapidminer.operator.preprocessing.filter
Deprecated. 
NominalToNumeric.NominalToNumericModel(ExampleSet, int) - Constructor for class com.rapidminer.operator.preprocessing.filter.NominalToNumeric.NominalToNumericModel
Deprecated.  
NoMissingAttributesCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to excludes all examples containing missing values from an example set.
NoMissingAttributesCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.NoMissingAttributesCondition
Throws an exception since this condition does not support parameter string.
NoMissingAttributeValueCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to excludes all examples containing missing values within specified attributes from an example set.
NoMissingAttributeValueCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.NoMissingAttributeValueCondition
 
NoMissingLabelsCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to exclude examples with unknown labels from an example set.
NoMissingLabelsCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.NoMissingLabelsCondition
Throws an exception since a parameter string is not allowed for this condition.
NoMissingValuesAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class implements a no missing value filter for attributes.
NoMissingValuesAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.NoMissingValuesAttributeFilter
 
NON_DOMINATED_SORTING_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
NON_DOMINATED_SORTING_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
NON_DOMINATED_SORTING_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a multi-objective selection scheme (NSGA II).
NonDominatedSorting - Class in com.rapidminer.operator.preprocessing.filter
This operator sorts a given example set according to a subset of attributes and will sort pareto dominated examples after non dominated.
NonDominatedSorting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NonDominatedSorting
 
NonDominatedSortingSelection - Class in com.rapidminer.operator.features.selection
Performs the non dominated sorting selection from NSGA II.
NonDominatedSortingSelection(int) - Constructor for class com.rapidminer.operator.features.selection.NonDominatedSortingSelection
 
NonDominatedSortingSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Performs the non-dominated sorting selection from NSGA-II.
NonDominatedSortingSelection(int) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.NonDominatedSortingSelection
Creates a new NSGA-II selection.
NONE - Static variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.AnnotationCellEditor
 
NONE - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
NONE - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
NONE - Static variable in class com.rapidminer.operator.nio.AnnotationCellEditor
 
NONE - Static variable in class com.rapidminer.tools.math.SpectrumFilter
 
NONE - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Hanning.
NonEqualStringCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a string parameter (also string category) has NOT a certain value.
NonEqualStringCondition(ParameterHandler, String, boolean, String...) - Constructor for class com.rapidminer.parameter.conditions.NonEqualStringCondition
 
NonEqualStringCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.NonEqualStringCondition
 
NonEqualTypeCondition - Class in com.rapidminer.parameter.conditions
This condition checks if a type parameter (category) has NOT a certain value.
NonEqualTypeCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.NonEqualTypeCondition
 
NonEqualTypeCondition(ParameterHandler, String, String[], boolean, int...) - Constructor for class com.rapidminer.parameter.conditions.NonEqualTypeCondition
 
NonGraphicalRenderer - Class in com.rapidminer.gui.renderer
This renderer can be used for objects not providing a true graphical representation.
NonGraphicalRenderer() - Constructor for class com.rapidminer.gui.renderer.NonGraphicalRenderer
 
NONINCREASING - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
NonLinearFunction - Class in com.rapidminer.operator.generator
The label is att1*att2*att3 + att1*att2 + att2*att2.
NonLinearFunction() - Constructor for class com.rapidminer.operator.generator.NonLinearFunction
 
NonSpecialAttributesExampleSet - Class in com.rapidminer.example.set
This example set treats all special attributes as regular attributes.
NonSpecialAttributesExampleSet(ExampleSet) - Constructor for class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
NonSpecialAttributesExampleSet(NonSpecialAttributesExampleSet) - Constructor for class com.rapidminer.example.set.NonSpecialAttributesExampleSet
Clone constructor.
NonWritableDataRow - Class in com.rapidminer.example.table
This data row can be wrapped around another data row (delegate) in order to prevent writing access.
NonWritableDataRow(DataRow) - Constructor for class com.rapidminer.example.table.NonWritableDataRow
 
NoOpUserError - Exception in com.rapidminer
An exception caused outside an operator which is not a bug, but caused by the user.
NoOpUserError(Throwable, int, Object[]) - Constructor for exception com.rapidminer.NoOpUserError
Creates a new NoOpUserError.
NoOpUserError(Throwable, int) - Constructor for exception com.rapidminer.NoOpUserError
Convenience constructor for messages with no arguments and cause.
NoOpUserError(int, Object[]) - Constructor for exception com.rapidminer.NoOpUserError
 
NoOpUserError(int) - Constructor for exception com.rapidminer.NoOpUserError
Convenience constructor for messages with no arguments.
NoOpUserError(int, Object) - Constructor for exception com.rapidminer.NoOpUserError
Convenience constructor for messages with exactly one argument.
NoOpUserError(Throwable, int, Object) - Constructor for exception com.rapidminer.NoOpUserError
Convenience constructor for messages with exactly one arguments and cause.
NoOpUserError(int, Object, Object) - Constructor for exception com.rapidminer.NoOpUserError
Convenience constructor for messages with exactly two arguments.
norm2(int[], double[], int[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
calculate ||x-y||^2
norm2(double[], double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.Kernel
Calculates l2-norm(x, y)^2 = ||x - y||^2
norm2(double[], double[]) - Method in class com.rapidminer.tools.math.kernels.Kernel
Calculates the L2-norm, i.e.
norm_l2(double[]) - Method in class com.rapidminer.operator.generator.SincFunction
 
norm_l2(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.Model
 
NORMAL - Static variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
NormalDistribution - Class in com.rapidminer.tools.math.distribution
This class represents a gaussian normal distribution.
NormalDistribution(double, double) - Constructor for class com.rapidminer.tools.math.distribution.NormalDistribution
 
normalInverse(double) - Static method in class com.rapidminer.tools.math.MathFunctions
Returns the value x for which the area under the normal probability density function (integrated from minus infinity to this value x) is equal to the given probability.
Normalization - Class in com.rapidminer.operator.preprocessing.normalization
This operator performs a normalization.
Normalization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.normalization.Normalization
Creates a new Normalization operator.
NORMALIZATION_METHODS - Static variable in class com.rapidminer.operator.preprocessing.normalization.Normalization
This must not be modified outside this class!
NormalizationMethod - Interface in com.rapidminer.operator.preprocessing.normalization
This is an interface for all Normalization methods.
normalize() - Method in class com.rapidminer.example.AttributeWeights
This method normalizes all weights to the range 0 to 1.
normalize(double[], double, double) - Static method in class com.rapidminer.tools.math.VectorMath
 
NormalizedAbsoluteError - Class in com.rapidminer.operator.performance
Normalized absolute error is the total absolute error normalized by the error simply predicting the average of the actual values.
NormalizedAbsoluteError() - Constructor for class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
NormalizedAbsoluteError(NormalizedAbsoluteError) - Constructor for class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
normalizeVersion(String) - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
Adds leading zeroes until the version is of the form "XX.XX.XXX".
NormalKernel - Class in com.rapidminer.tools.math.distribution.kernel
A normal kernel.
NormalKernel(double) - Constructor for class com.rapidminer.tools.math.distribution.kernel.NormalKernel
 
NOT_SORTED - Static variable in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
NOTE - Static variable in class com.rapidminer.tools.LogService
Use this log verbosity for logging of important notes, i.e. things less important than warnings but important enough to see for all not interested in the detailed status messages.
notifiyOperatorChanged(LibraryOperatorDescription) - Method in class com.rapidminer.OperatorLibraryService
This notifies that the given operator has changed
notifyLibraryChanged(OperatorLibrary) - Method in class com.rapidminer.OperatorLibraryService
This notifies that the given library has changed.
notifyOperatorRenaming(String, String, String) - Method in class com.rapidminer.parameter.ParameterType
This method gives a hook for the parameter type to react on a renaming of an operator.
notifyOperatorRenaming(String, String, String) - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
notifyOperatorRenaming(String, String, String) - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
 
notifyOperatorRenaming(String, String, String) - Method in class com.rapidminer.parameter.ParameterTypeList
 
notifyOperatorRenaming(String, String, String) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
notifyOperatorRenaming(String, String, String) - Method in class com.rapidminer.parameter.ParameterTypeValue
 
notifyRenaming(String, String) - Method in class com.rapidminer.operator.Operator
This method is called when the operator with "oldName" is renamed to "newName".
notifyRenaming(String, String) - Method in class com.rapidminer.operator.OperatorChain
 
notifyRenaming(String, String) - Method in class com.rapidminer.parameter.Parameters
 
notifyRenaming(String, String) - Method in class com.rapidminer.Process
 
NULL - Static variable in class com.rapidminer.gui.tools.syntax.Token
Normal text token id.
NullCoordinateTransformation - Class in com.rapidminer.gui.plotter
This transformation just does nothing.
NullCoordinateTransformation() - Constructor for class com.rapidminer.gui.plotter.NullCoordinateTransformation
 
NUMBER_OF_CONDITIONS - Static variable in class com.rapidminer.gui.ConditionalAction
 
NUMBER_OF_PERMANENT_DIMENSIONS - Static variable in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTreeModel
 
NUMBER_OF_SPECIAL_COLUMNS - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
numberOfAttributes - Variable in class com.rapidminer.operator.generator.ClusterFunction
The number of attributes.
numberOfAttributes - Variable in class com.rapidminer.operator.generator.RegressionFunction
 
numberOfCombinations - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
numberOfExamples - Variable in class com.rapidminer.operator.generator.ClusterFunction
 
numberOfExamples - Variable in class com.rapidminer.operator.generator.RegressionFunction
 
numberOfExamplesIsUnkown() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
numberOfMissings - Variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
The number of missing values which were read during the guessing.
numberOfParameters - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
numberOfPrepruningAlternatives - Variable in class com.rapidminer.operator.learner.tree.TreeBuilder
 
NumberParser - Class in com.rapidminer.tools
A heuristic number parser.
NumberParser() - Constructor for class com.rapidminer.tools.NumberParser
 
NUMERICAL - Static variable in class com.rapidminer.tools.Ontology
 
Numerical2Date - Class in com.rapidminer.operator.preprocessing.filter
This operator transforms a Ontology.NUMERICAL attribute into a Ontology.DATE_TIME attribute.
Numerical2Date(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
Numerical2Real - Class in com.rapidminer.operator.preprocessing.filter
Converts all numerical attributes (especially integer attributes) to real valued attributes.
Numerical2Real(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
NUMERICAL_MEASURES_TYPE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
NumericalAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Sum Aggregation function.
NumericalAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregationFunction
 
NumericalAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an implementation of a Aggregator for numerical attributes.
NumericalAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
 
NumericalAttribute - Class in com.rapidminer.example.table
This class holds all information on a single numerical attribute.
NumericalAttribute(String) - Constructor for class com.rapidminer.example.table.NumericalAttribute
Creates a simple attribute which is not part of a series and does not provide a unit string.
NumericalAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class implements the condition if an attribute is numeric.
NumericalAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.NumericalAttributeFilter
 
NumericalMatrix - Class in com.rapidminer.operator.visualization.dependencies
A simple (symmetrical) matrix which can be used for correlation or covariance matrices.
NumericalMatrix(String, String[], boolean) - Constructor for class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
NumericalMatrix(String, String[], Matrix, boolean) - Constructor for class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
NumericalMatrix(String, String[], String[], Matrix) - Constructor for class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
NumericalMatrix(String, ExampleSet, boolean) - Constructor for class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
NumericalMatrixPairwiseRenderer - Class in com.rapidminer.gui.renderer.math
 
NumericalMatrixPairwiseRenderer() - Constructor for class com.rapidminer.gui.renderer.math.NumericalMatrixPairwiseRenderer
 
NumericalMatrixPlotRenderer - Class in com.rapidminer.gui.renderer.math
 
NumericalMatrixPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.math.NumericalMatrixPlotRenderer
 
NumericalMatrixTableRenderer - Class in com.rapidminer.gui.renderer.math
 
NumericalMatrixTableRenderer() - Constructor for class com.rapidminer.gui.renderer.math.NumericalMatrixTableRenderer
 
NumericalMatrixViewerTableModel - Class in com.rapidminer.gui.viewer
The model for a NumericalMatrix.
NumericalMatrixViewerTableModel(NumericalMatrix) - Constructor for class com.rapidminer.gui.viewer.NumericalMatrixViewerTableModel
 
NumericalSplitter - Class in com.rapidminer.operator.learner.rules
Find the best split point for numerical attributes according to accuracy.
NumericalSplitter() - Constructor for class com.rapidminer.operator.learner.rules.NumericalSplitter
 
NumericalSplitter(Criterion) - Constructor for class com.rapidminer.operator.learner.rules.NumericalSplitter
 
NumericalSplitter - Class in com.rapidminer.operator.learner.tree
Calculates the best split point for numerical attributes according to a given criterion.
NumericalSplitter(Criterion) - Constructor for class com.rapidminer.operator.learner.tree.NumericalSplitter
 
NumericalStatistics - Class in com.rapidminer.example
Attribute statistics object for numerical attributes.
NumericalStatistics() - Constructor for class com.rapidminer.example.NumericalStatistics
 
NumericalValueRange - Class in com.rapidminer.gui.new_plotter.utility
A numerical range.
NumericalValueRange(double, double, int) - Constructor for class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
NumericalValueRange(double, double, int, DateFormat, boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
Creates a new NumericalValueRange.
NumericalValueRange(double, double, int, boolean, boolean) - Constructor for class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
NumericToBinominal - Class in com.rapidminer.operator.preprocessing.filter
Converts all numerical attributes to binary ones.
NumericToBinominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
NumericToFormattedNominal - Class in com.rapidminer.operator.preprocessing.filter
This operator tries to parse numerical values and formats them in the specified number format.
NumericToFormattedNominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
NumericToNominal - Class in com.rapidminer.operator.preprocessing.filter
Converts all numerical attributes to nominal ones.
NumericToNominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
NumericToPolynominal - Class in com.rapidminer.operator.preprocessing.filter
Converts all numerical attributes to nominal ones.
NumericToPolynominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.NumericToPolynominal
 
NumericValueAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This class implements a condition for the AttributeFilter operator.
NumericValueAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 

O

Obfuscator - Class in com.rapidminer.operator.preprocessing
This operator takes an ExampleSet as input and maps all nominal values to randomly created strings.
Obfuscator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.Obfuscator
 
obj - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker.LineInfo
This is for use by the token marker implementations themselves.
ObjectVisualizer - Interface in com.rapidminer
Interface managing the visualization of objects.
ObjectVisualizerService - Class in com.rapidminer.tools
This class provides the management of ObjectVisualizers.
ObjectVisualizerService() - Constructor for class com.rapidminer.tools.ObjectVisualizerService
 
Observable<A> - Interface in com.rapidminer.tools
Reimplementation of the Java 1.0 Observer pattern.
observe(RemoteRepository) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
Observer<A> - Interface in com.rapidminer.tools
 
Odds - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the odds of a rule.
Odds(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Odds
 
ODDS - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
ODDS_RATIO - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
OddsRatio - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the odds ratio.
OddsRatio(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.OddsRatio
 
OFF - Static variable in class com.rapidminer.tools.LogService
For switching off logging during testing.
offer(E) - Method in class com.rapidminer.tools.math.container.BoundedPriorityQueue
 
offsetToX(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Converts an offset in a line into an x co-ordinate.
ok() - Method in class com.rapid_i.deployment.update.client.UpdateDialog
 
ok() - Method in class com.rapidminer.gui.dialog.UnknownParametersInfoDialog
 
ok() - Method in class com.rapidminer.gui.flow.QuickFixDialog
 
ok() - Method in class com.rapidminer.gui.new_plotter.gui.ColorSchemeDialog
 
ok() - Method in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialog
 
ok() - Method in class com.rapidminer.gui.properties.EnumerationPropertyDialog
 
ok() - Method in class com.rapidminer.gui.properties.ListPropertyDialog
 
ok() - Method in class com.rapidminer.gui.properties.TextPropertyDialog
 
ok() - Method in class com.rapidminer.gui.security.PasswordManager
 
ok() - Method in class com.rapidminer.gui.templates.BuildingBlockDialog
 
ok() - Method in class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog
 
ok() - Method in class com.rapidminer.gui.templates.SaveAsTemplateDialog
 
ok() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
ok() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
ok() - Method in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
ok() - Method in class com.rapidminer.gui.tools.dialogs.SetParameterDialog
 
ok() - Method in class com.rapidminer.repository.gui.RepositoryConfigurationDialog
 
ok() - Method in class com.rapidminer.repository.gui.RunRemoteDialog
 
ok() - Method in class com.rapidminer.repository.remote.AccessRightsDialog
 
OK - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
ok() - Method in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
 
OK_CANCEL_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
OK_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
ONE_POINT - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
ONE_POINT - Static variable in class com.rapidminer.operator.features.selection.SelectionCrossover
 
OneRErrorWeighting - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of a feature by computing the error rate of a OneR Model on the exampleSet without this feature.
OneRErrorWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.OneRErrorWeighting
 
OneThirdClassification - Class in com.rapidminer.operator.generator
The label is positive if att1 < 0.3333 and negative else.
OneThirdClassification() - Constructor for class com.rapidminer.operator.generator.OneThirdClassification
 
OneToManyPassThroughRule - Class in com.rapidminer.operator.ports.metadata
A rule which copies meta data from one input port to several output ports.
OneToManyPassThroughRule(InputPort, OutputPorts) - Constructor for class com.rapidminer.operator.ports.metadata.OneToManyPassThroughRule
 
OneToManyPassThroughRule(InputPort, Collection<OutputPort>) - Constructor for class com.rapidminer.operator.ports.metadata.OneToManyPassThroughRule
 
OneVariableNonLinearFunction - Class in com.rapidminer.operator.generator
The label is 3*att1*att1*att1 - att1*att1 + 1000 / abs(att1) + 2000 * abs(att1).
OneVariableNonLinearFunction() - Constructor for class com.rapidminer.operator.generator.OneVariableNonLinearFunction
 
onlyNominalAttributes(ExampleSet, String) - Static method in class com.rapidminer.example.Tools
The attributes all have to be nominal or binary.
onlyNonMissingValues(ExampleSet, String) - Static method in class com.rapidminer.example.Tools
The data set is not allowed to contain missing values.
onlyNumericalAttributes(ExampleSet, String) - Static method in class com.rapidminer.example.Tools
The attributes all have to be numerical.
onlyWarnForNonSufficientCapabilities() - Method in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
onlyWarnForNonSufficientCapabilities() - Method in class com.rapidminer.operator.learner.AbstractLearner
 
Ontology - Class in com.rapidminer.tools
Very simple ontology class.
opaqueness - Variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
open(File) - Static method in class com.rapidminer.gui.actions.ImportProcessAction
 
open() - Static method in class com.rapidminer.gui.actions.OpenAction
 
open(ProcessLocation, boolean) - Static method in class com.rapidminer.gui.actions.OpenAction
This method will open the process specified by the process location.
open(String, boolean) - Static method in class com.rapidminer.gui.actions.OpenAction
 
OPEN_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
OPEN_ACTION - Variable in class com.rapidminer.repository.gui.RepositoryTree
 
OPEN_ATTRIBUTE_FILE_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
OPEN_TEMPLATE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
OPEN_WINDOW - Static variable in class com.rapidminer.gui.security.PasswordManager
 
OpenAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
OpenAction() - Constructor for class com.rapidminer.gui.actions.OpenAction
 
openAttributeFile() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
openAttributeFile(File) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
OpenAttributeFileAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
OpenAttributeFileAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.OpenAttributeFileAction
 
OpenEntryAction - Class in com.rapidminer.repository.gui.actions
This action opens the selected entry.
OpenEntryAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.OpenEntryAction
 
openInputStream() - Method in interface com.rapidminer.repository.BlobEntry
Opens a stream to read from this entry.
openInputStream() - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
openInputStream() - Method in class com.rapidminer.repository.remote.RemoteBlobEntry
 
openOutputStream(String) - Method in interface com.rapidminer.repository.BlobEntry
Opens a stream to this blob, setting its mime type to the given value.
openOutputStream(String) - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
openOutputStream(String) - Method in class com.rapidminer.repository.remote.RemoteBlobEntry
 
openProcess(ProcessEntry) - Static method in class com.rapidminer.repository.gui.RepositoryTree
Opens the process held by the given entry (in the background) and opens it.
openRecentProcess() - Method in class com.rapidminer.gui.tools.WelcomeScreen
 
openSelectedFile() - Method in class com.rapidminer.operator.nio.file.FileInputPortHandler
Same as FileInputPortHandler.getSelectedFile(), but opens the stream.
openSelectedFile() - Method in class com.rapidminer.operator.nio.file.FileOutputPortHandler
Returns an OutputStream, depending on whether the FileOutputPortHandler.fileOutputPort is connected or a file name is given.
openSelectedFile() - Method in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Same as AbstractDataResultSetReader.getSelectedFile(), but opens the stream.
openStream() - Method in class com.rapidminer.operator.nio.file.BufferedFileObject
 
openStream() - Method in class com.rapidminer.operator.nio.file.FileObject
Open Stream to read data in this Object.
openStream() - Method in class com.rapidminer.operator.nio.file.RepositoryBlobObject
 
openStream() - Method in class com.rapidminer.operator.nio.file.SimpleFileObject
 
openStream() - Method in class com.rapidminer.operator.nio.file.ZipEntryObject
 
operate(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.AttributeGenerator
Determines the applicable generators and generates up to numberOfNewAttributes new attributes.
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ConstantGeneration
 
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.DirectedGeneratingMutation
Performs one of the following three mutations: add a newly generated attribute add an original attribute remove an attribute
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.EquivalentAttributeRemoval
 
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
Subclasses must implement this method providing a list of new individuals.
operate(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
Operates on all individuals, removes the original individuals and adds the new ones.
operate(ExampleSetBasedPopulation) - Method in interface com.rapidminer.operator.features.construction.ExampleSetBasedPopulationOperator
Modifies the population.
operate(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionMutation
 
operate(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedTournamentSelection
 
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.FourierGeneratingMutation
Performs one of the following three mutations: add a newly generated attribute add an original attribute remove an attribute
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.FourierGenerator
 
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.GeneratingMutation
Performs one of the following three mutations: add a newly generated attribute add an original attribute remove an attribute
operate(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.RemoveUselessAttributes
 
operate(Individual) - Method in class com.rapidminer.operator.features.IndividualOperator
Subclasses must implement this method providing a list of new individuals.
operate(Population) - Method in class com.rapidminer.operator.features.IndividualOperator
Operates on all individuals, removes the original individuals and adds the new ones.
operate(Population) - Method in class com.rapidminer.operator.features.KeepBest
 
operate(Population) - Method in interface com.rapidminer.operator.features.PopulationOperator
Modifies the population.
operate(Population) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
operate(Population) - Method in class com.rapidminer.operator.features.RedundanceRemoval
 
operate(Individual) - Method in class com.rapidminer.operator.features.selection.BackwardElimination
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.BestSelection
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.BoltzmannSelection
Applies the method from the superclass and decreases the temperature in the adaptive case.
operate(Population) - Method in class com.rapidminer.operator.features.selection.CutSelection
 
operate(Individual) - Method in class com.rapidminer.operator.features.selection.ForwardSelection
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.IterativeFeatureAdding
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.NonDominatedSortingSelection
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.RankSelection
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.RouletteWheel
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.SaveIntermediateWeights
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.SelectionCrossover
 
operate(Individual) - Method in class com.rapidminer.operator.features.selection.SelectionMutation
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.StochasticUniversalSampling
 
operate(Individual) - Method in class com.rapidminer.operator.features.selection.SwitchingForwardSelection
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.TournamentSelection
 
operate(Population) - Method in class com.rapidminer.operator.features.selection.UniformSelection
 
operate(Individual) - Method in class com.rapidminer.operator.features.weighting.SimpleWeighting
 
operate(Population) - Method in class com.rapidminer.operator.features.weighting.VarianceAdaption
 
operate(Individual) - Method in class com.rapidminer.operator.features.weighting.WeightingMutation
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.BoltzmannSelection
Applies the method from the superclass and decreases the temperature in the adaptive case.
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.Crossover
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.CutSelection
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.ElitistSelection
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.GaussianMutation
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.NonDominatedSortingSelection
Performs non-dominated sorting selection from NSGA-II.
operate(Population) - Method in interface com.rapidminer.tools.math.optimization.ec.es.PopulationOperator
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.RankSelection
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.RouletteWheel
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.SparsityMutation
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.StochasticUniversalSampling
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.SwitchingMutation
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.TournamentSelection
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.UniformSelection
 
operate(Population) - Method in class com.rapidminer.tools.math.optimization.ec.es.VarianceAdaption
 
OPERATOR - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
OPERATOR - Static variable in class com.rapidminer.gui.tools.syntax.Token
Operator token id.
Operator - Class in com.rapidminer.operator
An operator accepts an array of input objects and generates an array of output objects that can be processed by other operators.
Operator(OperatorDescription) - Constructor for class com.rapidminer.operator.Operator
Creates an unnamed operator.
operator - Variable in class com.rapidminer.parameter.value.ParameterValues
 
OPERATOR_CHAIN_SELECTED - Static variable in class com.rapidminer.gui.ConditionalAction
 
OPERATOR_DESCRIPTION - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
OPERATOR_DISABLED_ERROR - Static variable in exception com.rapidminer.operator.OperatorCreationException
 
OPERATOR_HELP_DOCK_KEY - Static variable in class com.rapidminer.gui.OperatorDocumentationBrowser
 
OPERATOR_HELP_DOCK_KEY - Static variable in class com.rapidminer.gui.OperatorDocViewer
 
OPERATOR_NAME - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
OPERATOR_PREFIX - Static variable in class com.rapidminer.tools.documentation.OperatorDocBundle
 
OPERATOR_SELECTED - Static variable in class com.rapidminer.gui.ConditionalAction
 
operatorAdded(Operator) - Method in interface com.rapidminer.operator.AddListener
 
operatorAdded(Operator) - Method in interface com.rapidminer.ProcessSetupListener
Called if a new operator was added to the process.
OperatorCapability - Enum in com.rapidminer.operator
The possible capabilities for all learners.
OperatorChain - Class in com.rapidminer.operator
An OperatorChain is an Operator that contains children which are again Operators and which it can execute once ore several times during its own execution.
OperatorChain(OperatorDescription) - Constructor for class com.rapidminer.operator.OperatorChain
Deprecated. Use OpertorChain(OperatorDescription, String...) to assign names to subprocesses.
OperatorChain(OperatorDescription, String...) - Constructor for class com.rapidminer.operator.OperatorChain
 
operatorChanged(Operator) - Method in interface com.rapidminer.ProcessSetupListener
Called if an operator changed in any way, e.g. if it was renamed.
operatorCreated(Operator) - Method in interface com.rapidminer.operator.tools.OperatorCreationHook
 
OperatorCreationException - Exception in com.rapidminer.operator
Exception class whose instances are thrown during the creation of operators.
OperatorCreationException(int, String, Throwable) - Constructor for exception com.rapidminer.operator.OperatorCreationException
Code must be one of the constants of this class.
OperatorCreationHook - Interface in com.rapidminer.operator.tools
Hook called whenever an operator is created.
OperatorDataSampleTest - Class in com.rapidminer.test
Extends the JUnit test case by a method for checking the output of an process.
OperatorDataSampleTest(String) - Constructor for class com.rapidminer.test.OperatorDataSampleTest
 
OperatorDescription - Class in com.rapidminer.operator
Data container for name, class, short name, path and the (very short) description of an operator.
OperatorDescription(String, Element, ClassLoader, Plugin, OperatorDocBundle) - Constructor for class com.rapidminer.operator.OperatorDescription
Parses an operator in the RM 5.0 xml standard for operator definitions.
OperatorDescription(String, String, Class<? extends Operator>, ClassLoader, String, Plugin) - Constructor for class com.rapidminer.operator.OperatorDescription
Constructor for programmatic (non-parsed) creation of OperatorDescriptions, e.g. by a GenericOperatorFactory.
OperatorDescription(String, String, Class<? extends Operator>, ClassLoader, String, Plugin, OperatorDocBundle) - Constructor for class com.rapidminer.operator.OperatorDescription
Constructor for programmatic (non-parsed) creation of OperatorDescriptions, e.g. by a GenericOperatorFactory.
OperatorDescription(ClassLoader, String, String, String, String, String, String, Plugin) - Constructor for class com.rapidminer.operator.OperatorDescription
Deprecated. No I18N support.
OperatorDescription(ClassLoader, String, String, String, String, String, String, String, String, Plugin) - Constructor for class com.rapidminer.operator.OperatorDescription
Deprecated. This constructor cannot provide an internationalization mechanism since description is not taken from operator documentation bundle.
OperatorDescription(String, Class<? extends Operator>, GroupTree, ClassLoader, String, Plugin) - Constructor for class com.rapidminer.operator.OperatorDescription
Deprecated. 
OperatorDescription(String, Class<? extends Operator>, GroupTree, ClassLoader, String, Plugin, OperatorDocBundle) - Constructor for class com.rapidminer.operator.OperatorDescription
Deprecated. 
OperatorDocBundle - Class in com.rapidminer.tools.documentation
A resource bundle that maps operator names to OperatorDocumentation instances.
OperatorDocBundle() - Constructor for class com.rapidminer.tools.documentation.OperatorDocBundle
 
OperatorDocBundle(Map<String, OperatorDocumentation>, Map<String, GroupDocumentation>) - Constructor for class com.rapidminer.tools.documentation.OperatorDocBundle
 
OperatorDocEditor - Class in com.rapidminer.gui
Extends the standard operator documentation viewer with edit functionality.
OperatorDocEditor() - Constructor for class com.rapidminer.gui.OperatorDocEditor
 
OperatorDocGenerator - Interface in com.rapidminer.doc
Generates the documentation for operators.
OperatorDocLoader - Class in com.rapidminer.gui
This class loads the operator's descriptions either live from the internet wiki or from the resources.
OperatorDocLoader() - Constructor for class com.rapidminer.gui.OperatorDocLoader
 
OperatorDocToHtmlConverter - Class in com.rapidminer.gui
The OperatorDocToHtmlConverter-Class is made for handling a request for a documantation accompanying an operator given.
OperatorDocToHtmlConverter() - Constructor for class com.rapidminer.gui.OperatorDocToHtmlConverter
 
OperatorDocumentation - Class in com.rapidminer.tools.documentation
The operator documentation, currently consisting of a short synopsis, a long help text plus examples.
OperatorDocumentation(String) - Constructor for class com.rapidminer.tools.documentation.OperatorDocumentation
 
OperatorDocumentationBrowser - Class in com.rapidminer.gui
This class contains methods that generate an item that shows a help text eiter from an xml-file if provided or from the description contained by the operator itself.
OperatorDocumentationBrowser() - Constructor for class com.rapidminer.gui.OperatorDocumentationBrowser
 
OperatorDocViewer - Class in com.rapidminer.gui
Displays HTML help text for an operator
OperatorDocViewer() - Constructor for class com.rapidminer.gui.OperatorDocViewer
 
OperatorEnabler - Class in com.rapidminer.operator.meta
This operator can be used to enable and disable other operators.
OperatorEnabler(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.OperatorEnabler
 
OperatorEnablerRepairRule - Class in com.rapidminer.io.process.rules
 
OperatorEnablerRepairRule() - Constructor for class com.rapidminer.io.process.rules.OperatorEnablerRepairRule
 
OperatorException - Exception in com.rapidminer.operator
Exception class whose instances are thrown by instances of the class Operator or of one of its subclasses.
OperatorException(String) - Constructor for exception com.rapidminer.operator.OperatorException
 
OperatorException(String, Throwable) - Constructor for exception com.rapidminer.operator.OperatorException
 
OperatorException(String, Throwable, Object...) - Constructor for exception com.rapidminer.operator.OperatorException
 
operatorExported(Operator, Element) - Method in interface com.rapidminer.io.process.ProcessXMLFilter
 
OperatorGroupMenu - Class in com.rapidminer.gui.operatormenu
A menu for operator groups.
OperatorGroupMenu(String) - Constructor for class com.rapidminer.gui.operatormenu.OperatorGroupMenu
 
operatorImported(Operator, Element) - Method in interface com.rapidminer.io.process.ProcessXMLFilter
 
OperatorInfoPanel - Class in com.rapidminer.gui.dialog
An info panel for operators.
OperatorInfoPanel(OperatorDescription) - Constructor for class com.rapidminer.gui.dialog.OperatorInfoPanel
 
OperatorInfoScreen - Class in com.rapidminer.gui.dialog
An info screen for operators.
OperatorInfoScreen(Operator) - Constructor for class com.rapidminer.gui.dialog.OperatorInfoScreen
 
OperatorInsertionQuickFix - Class in com.rapidminer.operator.ports.quickfix
Quick fix that inserts a operator into an existing connection.
OperatorInsertionQuickFix(String, Object[], int, InputPort) - Constructor for class com.rapidminer.operator.ports.quickfix.OperatorInsertionQuickFix
 
OperatorInsertionQuickFix(String, Object[], int, InputPort, int, int) - Constructor for class com.rapidminer.operator.ports.quickfix.OperatorInsertionQuickFix
 
OperatorLibrary - Interface in com.rapidminer.operator.libraries
This is the interface for all OperatorLibraries.
OperatorLibraryDocBundle - Class in com.rapidminer.operator.libraries
This class wraps a given OperatorLibrary into a OperatorDocBundle to provide the necessary information to have a nice GUI integration.
OperatorLibraryDocBundle(OperatorLibrary) - Constructor for class com.rapidminer.operator.libraries.OperatorLibraryDocBundle
 
OperatorLibraryService - Class in com.rapidminer
This singleton Service keeps track of all currently loaded OperatorLibrarys.
OperatorLibraryService() - Constructor for class com.rapidminer.OperatorLibraryService
 
OperatorLibraryService.OperatorLibraryListener - Interface in com.rapidminer
Classes implementing this interface and having added with OperatorLibraryService.registerOperatorLibraryListener(OperatorLibraryListener) will be informed whenever an OperatorLibrary is added or removed.
OperatorList - Class in com.rapidminer.gui.tools
This class specifies a special JList which is capable of showing all available kinds of RapidMiner operators, allowing the user to drag a copy of them into his own process tree.
OperatorList() - Constructor for class com.rapidminer.gui.tools.OperatorList
Creates a new instance of OperatorList
OperatorList(boolean, boolean) - Constructor for class com.rapidminer.gui.tools.OperatorList
Creates a new instance of OperatorList
OperatorListCellRenderer - Class in com.rapidminer.gui.tools
A renderer for operator list cells that displays the operator's icon and name.
OperatorListCellRenderer(boolean) - Constructor for class com.rapidminer.gui.tools.OperatorListCellRenderer
 
OperatorLoopError - Class in com.rapidminer.operator.ports.metadata
Indicates that the process data flow contains a loop.
OperatorLoopError(InputPort) - Constructor for class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
OperatorLoopError(OutputPort) - Constructor for class com.rapidminer.operator.ports.metadata.OperatorLoopError
 
OperatorMenu - Class in com.rapidminer.gui.operatormenu
This is the abstract superclass for all menu containing operators.
OperatorMenu(String, boolean) - Constructor for class com.rapidminer.gui.operatormenu.OperatorMenu
 
OperatorParameterPair - Class in com.rapidminer.gui.templates
A helper class for pairs of operators and their parameters.
OperatorParameterPair(String, String) - Constructor for class com.rapidminer.gui.templates.OperatorParameterPair
 
OperatorPropertyPanel - Class in com.rapidminer.gui.properties
This panel displays parameters of an operator.
OperatorPropertyPanel(MainFrame) - Constructor for class com.rapidminer.gui.properties.OperatorPropertyPanel
 
OperatorPropertyTable - Class in com.rapidminer.gui.properties
This is the most important implementation of PropertyTable.
OperatorPropertyTable(MainFrame) - Constructor for class com.rapidminer.gui.properties.OperatorPropertyTable
Deprecated. 
operatorRegistered(OperatorDescription, OperatorDocBundle) - Method in class com.rapidminer.gui.operatormenu.OperatorMenu
 
operatorRegistered(OperatorDescription, OperatorDocBundle) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
operatorRegistered(OperatorDescription, OperatorDocBundle) - Method in class com.rapidminer.tools.GroupTreeRoot
This method will be called by the OperatorService, whenever a new Operator has been registered.
operatorRegistered(OperatorDescription, OperatorDocBundle) - Method in interface com.rapidminer.tools.OperatorService.OperatorServiceListener
This will be called if an operator is registered.
operatorRemoved(Operator, int, int) - Method in interface com.rapidminer.ProcessSetupListener
Called if an operator was removed from the process.
OperatorResourceConsumptionHandler - Class in com.rapidminer.tools
This class handles all existing ResourceConsumptionEstimator values, which are stored in the "OperatorsResourceConsumption.csv" file.
OperatorResourceConsumptionHandler() - Constructor for class com.rapidminer.tools.OperatorResourceConsumptionHandler
 
operators - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
OperatorSelector - Class in com.rapidminer.operator.meta
This operator can be used to employ a single inner operator or operator chain.
OperatorSelector(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.OperatorSelector
 
OperatorService - Class in com.rapidminer.tools
This class maintains all registered operators in the current context.
OperatorService() - Constructor for class com.rapidminer.tools.OperatorService
 
OperatorService.OperatorServiceListener - Interface in com.rapidminer.tools
The interface for all Listener to the OperatorService.
OperatorStatisticsComparator - Class in com.rapidminer.tools.usagestats
Sorts operators such that frequently used operators are first.
OperatorStatisticsComparator(UsageStatistics.StatisticsScope, OperatorStatisticsValue) - Constructor for class com.rapidminer.tools.usagestats.OperatorStatisticsComparator
 
OperatorStatisticsValue - Enum in com.rapidminer.tools.usagestats
 
OperatorTransferHandler - Class in com.rapidminer.gui.dnd
Transfer handler that supports dragging operators.
OperatorTransferHandler() - Constructor for class com.rapidminer.gui.dnd.OperatorTransferHandler
 
OperatorTree - Class in com.rapidminer.gui.operatortree
Displays the process definition as a JTree.
OperatorTree(MainFrame) - Constructor for class com.rapidminer.gui.operatortree.OperatorTree
Creates a new operator tree.
OperatorTreeCellEditor - Class in com.rapidminer.gui.operatortree
Editor for tree cells that displays a text field to change the operator name.
OperatorTreeCellEditor(JTree) - Constructor for class com.rapidminer.gui.operatortree.OperatorTreeCellEditor
 
OperatorTreeCellRenderer - Class in com.rapidminer.gui.operatortree
A renderer for operator tree cells that displays the operator's icon, name, class, breakpoints, droplines and error hints.
OperatorTreeCellRenderer() - Constructor for class com.rapidminer.gui.operatortree.OperatorTreeCellRenderer
 
OperatorTreePanel - Class in com.rapidminer.gui.operatortree
 
OperatorTreePanel(MainFrame) - Constructor for class com.rapidminer.gui.operatortree.OperatorTreePanel
 
OperatorTreeTransferHandler - Class in com.rapidminer.gui.dnd
Transfer handler for an OperatorTree.
OperatorTreeTransferHandler(OperatorTree) - Constructor for class com.rapidminer.gui.dnd.OperatorTreeTransferHandler
 
OperatorTreeTransferHandler.Position - Enum in com.rapidminer.gui.dnd
 
operatorTypeName - Variable in class com.rapidminer.io.process.rules.AbstractParseRule
 
operatorUnregistered(OperatorDescription) - Method in class com.rapidminer.gui.operatormenu.OperatorMenu
 
operatorUnregistered(OperatorDescription) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
operatorUnregistered(OperatorDescription) - Method in class com.rapidminer.tools.GroupTreeRoot
This method will be called by the OperatorService, whenever an Operator has been unregistered.
operatorUnregistered(OperatorDescription) - Method in interface com.rapidminer.tools.OperatorService.OperatorServiceListener
This method will be called if an operator is removed.
OperatorUsageStatistics - Class in com.rapidminer.tools.usagestats
Collects statistics abut a single operator.
OperatorUsageStatistics() - Constructor for class com.rapidminer.tools.usagestats.OperatorUsageStatistics
 
OperatorValueValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Parameter editor for ParameterTypeValue, i.e. the parameter type for values which are provided by operators.
OperatorValueValueCellEditor(ParameterTypeValue) - Constructor for class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
OperatorVersion - Class in com.rapidminer.operator
Operators can change their behaviour from one version to another.
OperatorVersion(String) - Constructor for class com.rapidminer.operator.OperatorVersion
Parses a version string of the form x.xx.xxx
OperatorVersion(int, int, int) - Constructor for class com.rapidminer.operator.OperatorVersion
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Accuracy
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Bias
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Binomial
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Lift
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Odds
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.OddsRatio
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Precision
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.Squared
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
optimisticEstimate(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.utility.WRAcc
 
Optimization - Interface in com.rapidminer.tools.math.optimization
General interface for all optimization methods.
OPTIMIZATION_DIRECTION_MAXIMIZE - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
OPTIMIZATION_DIRECTION_MINIMIZE - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
OPTIMIZATION_DIRECTIONS - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
OptimizationFunction - Interface in com.rapidminer.operator.learner.functions.kernel.evosvm
Subclasses might implement the optimization function in different ways, e.g.
OptimizationValueType - Enum in com.rapidminer.tools.math.optimization.ec.es
Evolutionary Strategy approach for all real-valued optimization tasks.
optimize() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Calls the optimizer
optimize() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Calls the optimizer
optimize() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
Calls the optimizer
optimize() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMregression
Calls the optimizer
optimize() - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Starts the optimization.
optimize() - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Invoke this method for optimization.
optimize() - Method in interface com.rapidminer.tools.math.optimization.Optimization
Should be invoked to start optimization.
ORDER_BY - Variable in class com.rapidminer.gui.look.fc.FileList
 
ORDER_BY_FILE_MODIFIED - Static variable in class com.rapidminer.gui.look.fc.FileList
 
ORDER_BY_FILE_NAME - Static variable in class com.rapidminer.gui.look.fc.FileList
 
ORDER_BY_FILE_SIZE - Static variable in class com.rapidminer.gui.look.fc.FileList
 
ORDER_BY_FILE_TYPE - Static variable in class com.rapidminer.gui.look.fc.FileList
 
orderBy(String, boolean) - Method in class com.rapidminer.gui.look.fc.FileList
 
ORDERED - Static variable in class com.rapidminer.io.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc- 1940.html.
OrderedSamplingWithoutReplacement - Class in com.rapidminer.tools.math.sampling
Implements iterative, linear sampling without replacement.
OrderedSamplingWithoutReplacement(RandomGenerator, int, int) - Constructor for class com.rapidminer.tools.math.sampling.OrderedSamplingWithoutReplacement
Constructor for an absolute number of elements.
OrderedSamplingWithoutReplacement(RandomGenerator, int, double) - Constructor for class com.rapidminer.tools.math.sampling.OrderedSamplingWithoutReplacement
Constructor for a relative fraction of elements.
ordinalNumber(int) - Static method in class com.rapidminer.tools.Tools
Returns the name for an ordinal number.
ORIENTATION_TYPE_HORIZONTAL - Static variable in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
ORIENTATION_TYPE_HORIZONTAL - Static variable in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
ORIENTATION_TYPE_VERTICAL - Static variable in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
ORIENTATION_TYPE_VERTICAL - Static variable in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
ORIGINAL_WEIGHTS - Static variable in class com.rapidminer.example.AttributeWeights
Indicates that the the actual weights should be used for sorting.
OrParameterCondition - Class in com.rapidminer.parameter.conditions
 
OrParameterCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.OrParameterCondition
 
OrParameterCondition(ParameterHandler, boolean, ParameterCondition...) - Constructor for class com.rapidminer.parameter.conditions.OrParameterCondition
 
OrParameterCondition(ParameterHandler, String, boolean, ParameterCondition...) - Constructor for class com.rapidminer.parameter.conditions.OrParameterCondition
 
OUTLIER_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute outlier.
OUTPUT - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
OUTPUT_CLASSES_LIST - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
OUTPUT_TYPE_BINARY - Static variable in interface com.rapidminer.operator.io.OutputTypes
 
OUTPUT_TYPE_XML - Static variable in interface com.rapidminer.operator.io.OutputTypes
 
OUTPUT_TYPE_XML_ZIPPED - Static variable in interface com.rapidminer.operator.io.OutputTypes
 
OUTPUT_TYPES - Static variable in interface com.rapidminer.operator.io.OutputTypes
 
outputExtender - Variable in class com.rapidminer.operator.SimpleOperatorChain
 
OutputLocation - Class in com.rapidminer.repository.gui.process
Required to wrap around string for instanceof check in tree model.
OutputLocation(String) - Constructor for class com.rapidminer.repository.gui.process.OutputLocation
 
OutputNode - Class in com.rapidminer.operator.learner.functions.neuralnet
This node represents the output node(s) of a neural network.
OutputNode(String, Attribute, double, double) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
outputNodeInputIndices - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
outputNodes - Variable in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
OutputPort - Interface in com.rapidminer.operator.ports
An output port which forwards it output to a connected input port.
OutputPortExtender - Class in com.rapidminer.operator.ports
Does the same as its superclass but provides also a method to generate a meta data transformation rule that copies from an input to all generated output ports.
OutputPortExtender(String, Ports<OutputPort>) - Constructor for class com.rapidminer.operator.ports.OutputPortExtender
 
OutputPortImpl - Class in com.rapidminer.operator.ports.impl
 
OutputPortImpl(Ports<? extends Port>, String, boolean) - Constructor for class com.rapidminer.operator.ports.impl.OutputPortImpl
Use the factory method OutputPorts#createPort() to create OutputPorts.
OutputPorts - Interface in com.rapidminer.operator.ports
 
OutputPortsImpl - Class in com.rapidminer.operator.ports.impl
 
OutputPortsImpl(PortOwner) - Constructor for class com.rapidminer.operator.ports.impl.OutputPortsImpl
 
OutputStreamMultiplier - Class in com.rapidminer.tools
A stream that writes all that is written to it to a set of other output streams.
OutputStreamMultiplier(OutputStream[]) - Constructor for class com.rapidminer.tools.OutputStreamMultiplier
 
OutputTypes - Interface in com.rapidminer.operator.io
This enumeration contains the possible save types.
OverlapNumericalSimilarity - Class in com.rapidminer.tools.math.similarity.numerical
A variant of simple matching for numerical attributes.
OverlapNumericalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.numerical.OverlapNumericalSimilarity
 
overlayChanged(OverlayChangeEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Handles a change to an overlay by repainting the panel.
OVERVIEW_DOCK_KEY - Static variable in class com.rapidminer.gui.flow.OverviewPanel
 
OverviewPanel - Class in com.rapidminer.gui.flow
 
OverviewPanel(ProcessRenderer) - Constructor for class com.rapidminer.gui.flow.OverviewPanel
 
OVERWRITE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
overwrite - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
OVERWRITE - Static variable in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
OVERWRITE - Static variable in class com.rapidminer.operator.repository.RepositoryEntryRenameOperator
 
OVERWRITE_MODE_APPEND - Static variable in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
OVERWRITE_MODE_APPEND - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
OVERWRITE_MODE_NONE - Static variable in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
OVERWRITE_MODE_NONE - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
OVERWRITE_MODE_OVERWRITE - Static variable in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
OVERWRITE_MODE_OVERWRITE - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
OVERWRITE_MODE_OVERWRITE_FIRST - Static variable in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
OVERWRITE_MODE_OVERWRITE_FIRST - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
OVERWRITE_MODES - Static variable in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
OVERWRITE_MODES - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
overwriteSetSelectedText(String) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Similar to setSelectedText(), but overstrikes the appropriate number of characters if overwrite mode is enabled.

P

pack() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
pack(ExtendedJTable) - Method in class com.rapidminer.gui.tools.ExtendedJTablePacker
 
PACKAGEID_RAPIDMINER - Static variable in class com.rapid_i.deployment.update.client.UpdateManager
 
packColumn() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
padFactor - Static variable in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
PAGE_SETUP_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
pageSetup() - Static method in class com.rapidminer.gui.actions.PrintAction
 
PageSetupAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
PageSetupAction() - Constructor for class com.rapidminer.gui.actions.PageSetupAction
 
paint(Graphics) - Method in class com.rapidminer.gui.look.fc.FileTable
 
paint(Graphics) - Method in class com.rapidminer.gui.look.fc.FileTableLabel
 
paint(Graphics) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
paint(Graphics) - Method in class com.rapidminer.gui.look.GenericArrowButton
 
paint(Component, Graphics, int, int, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.ButtonBorderPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.CheckboxPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.ComboBoxPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.DeterminateProgressBarPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.InDeterminateProgressBarPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.MenuBackgroundPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.MenuItemFadingPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.MenuSeparatorPainter
 
paint(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.painters.RadioButtonPainter
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.PopupMenuSeparatorUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
paint(Graphics) - Method in class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
paint(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
paint(Graphics) - Method in class com.rapidminer.gui.tools.SplashScreen
 
paint(Graphics) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Repaints the text.
paint(Graphics) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
paint(Graphics) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
paint(Graphics) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
paint2DPlots(Graphics2D) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
paintAndrewsPlot(Graphics) - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
paintBackground(Graphics, JMenuItem, Color) - Method in class com.rapidminer.gui.look.ui.CheckBoxMenuItemUI
 
paintBackground(Graphics, JMenuItem, Color) - Method in class com.rapidminer.gui.look.ui.MenuItemUI
 
paintBackground(Graphics, JMenuItem, Color) - Method in class com.rapidminer.gui.look.ui.MenuUI
 
paintBackground(Graphics, JMenuItem, Color) - Method in class com.rapidminer.gui.look.ui.RadioButtonMenuItemUI
 
paintBar(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class com.rapidminer.gui.plotter.charts.RapidBarPainter
Paints a single bar instance.
paintBar(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
Paints a single bar instance.
paintBar(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge) - Method in class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
 
paintBarShadow(Graphics2D, BarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in class com.rapidminer.gui.plotter.charts.RapidBarPainter
Paints a single bar instance.
paintBarShadow(Graphics2D, XYBarRenderer, int, int, RectangularShape, RectangleEdge, boolean) - Method in class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ButtonBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ComboBoxBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ComboBoxEditorBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ComboBoxListCellRendererFocusBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.DummyBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.EmptyButtonBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.EmptyComboBoxBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.InternalFrameBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.MenuBarBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.MenuBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.PopupBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.PopupMenuBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ProgressBarBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ScrollPaneBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.SpinnerBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.SplitPaneBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.TableHeaderBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.TextFieldBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ToolBarBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.look.borders.ToolTipBorder
 
paintBorder(Graphics) - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.rapidminer.gui.processeditor.results.RapidBorder
 
paintBracketHighlight(Graphics, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintButton(Graphics, int, int) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paintButtonDisabled(Graphics, int, int, boolean) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paintButtonPressed(Graphics, int, int) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paintButtonPressed(Graphics, AbstractButton) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
paintButtonPressed(Graphics, AbstractButton) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
paintButtonPressed(Graphics, AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
paintButtonPressed(Graphics, AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
paintCaret(Graphics, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintCell(Graphics, int, Rectangle, ListCellRenderer, ListModel, ListSelectionModel, int) - Method in class com.rapidminer.gui.look.ui.ListUI
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.flow.OverviewPanel
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.look.ui.SpinnerButton
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Paints the component by drawing the chart to fill the entire component, but allowing for the insets (which will be non-zero if a border has been set for this component).
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Invokes super method and sets correct color schemes.
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.PlotterLegend
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.tools.ArrowButton
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.tools.ImagePanel
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.tools.ImageTextPanel
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.tools.SystemMonitor
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.tools.TextPanel
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
paintComponent(Graphics) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
paintComponent(Graphics) - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
paintContentBorder(Graphics, int, int) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintCurrentValue(Graphics, Rectangle, boolean) - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
paintDeterminate(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ProgressBarUI
 
paintDeviationChart(Graphics, int, int) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
paintDisabledText(JLabel, Graphics, String, int, int) - Method in class com.rapidminer.gui.look.ui.LabelUI
 
paintEnabledText(JLabel, Graphics, String, int, int) - Method in class com.rapidminer.gui.look.ui.LabelUI
 
painter - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
paintFocus(Graphics, Rectangle, Dimension) - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
paintFocus(Graphics) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
paintFocusIndicator(Graphics, int, Rectangle[], int, Rectangle, Rectangle, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintGraph(Graphics, int, int) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
paintHighlight(Graphics, int, int) - Method in interface com.rapidminer.gui.tools.syntax.TextAreaPainter.Highlight
This should paint the highlight and delgate to the next highlight painter.
paintHighlight(Graphics, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintHorizontalSeparators(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.TreeUI
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.CheckBoxIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.CheckBoxMenuItemIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.ListViewIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.RadioButtonIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.icons.SliderThumb
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyleIcon
 
paintIcon(Component, Graphics, int, int) - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
paintIconForVertex(RenderContext<V, E>, V, Layout<V, E>) - Method in class com.rapidminer.gui.graphs.TreeModelNodeRenderer
Paint v's icon on g at (x,y).
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.AbstractCachedPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.ButtonBorderPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.CheckboxPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.ComboBoxPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.DeterminateProgressBarPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.InDeterminateProgressBarPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuBackgroundPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuItemFadingPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuSeparatorPainter
 
paintImage(Component, Graphics, int, int, int, int, Image, Object[]) - Method in class com.rapidminer.gui.look.painters.RadioButtonPainter
 
paintIncreaseHighlight(Graphics) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
paintIndeterminate(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.ProgressBarUI
 
paintInvalid - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
paintInvalid - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintLabels(Graphics) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintLine(Graphics, TokenMarker, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintLineHighlight(Graphics, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintMajorTickForHorizSlider(Graphics, Rectangle, int) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintMajorTickForVertSlider(Graphics, Rectangle, int) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintMinorTickForHorizSlider(Graphics, Rectangle, int) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintMinorTickForVertSlider(Graphics, Rectangle, int) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintOverlay(Graphics2D, ChartPanel) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
 
paintParallelPlot(Graphics) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
paintParetoChart(Graphics) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
paintPlainLine(Graphics, int, Font, Color, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintPlotter(Graphics) - Method in class com.rapidminer.gui.plotter.GridVizPlotter
 
paintPlotter(Graphics) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
paintQuartiles(Graphics2D, int, int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class com.rapidminer.gui.graphs.TreeModelNodeRenderer
 
paintSom(Graphics) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
paintSurveyPlot(Graphics) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
paintSyntaxLine(Segment, Token, SyntaxStyle[], TabExpander, Graphics, int, int) - Static method in class com.rapidminer.gui.tools.syntax.SyntaxUtilities
Paints the specified line onto the graphics context.
paintSyntaxLine(Graphics, TokenMarker, int, Font, Color, int, int) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
paintTabBackground(Graphics, int, int, int, int, int, int, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintTabBorder(Graphics, int, int, int, int, int, int, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintTabBorderFree(Graphics, int, int, int, int, int, int, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintTabBorderSelected(Graphics, int, int, int, int, int, int, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintText(Graphics, AbstractButton, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
paintText(Graphics, JMenuItem, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.CheckBoxMenuItemUI
 
paintText(Graphics, AbstractButton, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
paintText(Graphics, JMenuItem, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.MenuItemUI
 
paintText(Graphics, JMenuItem, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.MenuUI
 
paintText(Graphics, JMenuItem, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.RadioButtonMenuItemUI
 
paintText(Graphics, AbstractButton, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
paintText(Graphics, int, Font, FontMetrics, int, String, Rectangle, boolean) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
paintText(Graphics, AbstractButton, Rectangle, String) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
paintThumb(Graphics, JComponent, Rectangle) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
paintThumb(Graphics) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintTitleBackground(Graphics) - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.AbstractCachedPainter
Paints the representation to cache to the supplied Graphics.
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.ButtonBorderPainter
 
paintToImage(Component, Graphics, int, int) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.ButtonPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.CheckboxPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.ComboBoxPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.DeterminateProgressBarPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.InDeterminateProgressBarPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuBackgroundPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuItemFadingPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.MenuSeparatorPainter
 
paintToImage(Component, Graphics, int, int, Object[]) - Method in class com.rapidminer.gui.look.painters.RadioButtonPainter
 
paintTrack(Graphics, JComponent, Rectangle) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
paintTrack(Graphics) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
paintVertex(RenderContext<V, E>, Layout<V, E>, V) - Method in class com.rapidminer.gui.graphs.TreeModelNodeRenderer
 
Pair<T,K> - Class in com.rapidminer.tools.container
A basic container class for a pair of objects.
Pair(T, K) - Constructor for class com.rapidminer.tools.container.Pair
 
PAIR_SEPARATOR - Static variable in class com.rapidminer.parameter.Parameters
 
PairwiseMatrix2DataTableRowIterator - Class in com.rapidminer.datatable
This iterator iterates over examples of a numerical matrix and creates CorrelationMatrixRow2DataTableRowWrapper objects.
PairwiseMatrix2DataTableRowIterator(NumericalMatrix) - Constructor for class com.rapidminer.datatable.PairwiseMatrix2DataTableRowIterator
Creates a new DataTable iterator for the given numerical matrix.
PairwiseMatrix2DataTableRowIterator(NumericalMatrix, boolean) - Constructor for class com.rapidminer.datatable.PairwiseMatrix2DataTableRowIterator
Creates a new iterator that will show the matrix symetrically only if matrix is symetrically and parameter showSymetrically is true.
PairwiseMatrix2DataTableRowWrapper - Class in com.rapidminer.datatable
This class allows to use the entries of a NumericalMatrix as basis for DataTableRow.
PairwiseMatrix2DataTableRowWrapper(NumericalMatrix, int, int) - Constructor for class com.rapidminer.datatable.PairwiseMatrix2DataTableRowWrapper
Creates a new wrapper.
panePopup - Variable in class com.rapidminer.gui.look.fc.FileList
 
PanningManager - Class in com.rapidminer.gui.flow
This manages the panning of the process flow design window.
PanningManager(JComponent) - Constructor for class com.rapidminer.gui.flow.PanningManager
 
PARALLEL_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
ParallelPlotter - Class in com.rapidminer.gui.plotter
This plotter plots the data in parallel coordinates.
ParallelPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.ParallelPlotter
 
ParallelPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.ParallelPlotter
 
ParallelPlotter2 - Class in com.rapidminer.gui.plotter.charts
This is the new parallel plotter.
ParallelPlotter2(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
ParallelPlotter2(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
parameter - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.GPBase
 
Parameter - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Holds the GP parameters
Parameter() - Constructor for class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
Parameter - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Holds the RVM parameters
Parameter() - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
parameter - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
 
Parameter - Class in com.rapidminer.tools.parameter
Value and Definition of a Parameter.
Parameter(String) - Constructor for class com.rapidminer.tools.parameter.Parameter
This creates a new implicit Parameter.
Parameter(ParameterType) - Constructor for class com.rapidminer.tools.parameter.Parameter
This creates a new defined Parameter with a default scope and an undefined value.
Parameter(ParameterType, String) - Constructor for class com.rapidminer.tools.parameter.Parameter
 
PARAMETER_1_5_RULE - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
The parameter name for "If set to true, the 1/5 rule for variance adaption is used.
PARAMETER_ADAPTION_RADIUS_END - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the radius of the sphere around an stimulus, within an adaption occurs.
PARAMETER_ADAPTION_RADIUS_START - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the radius of the sphere around an stimulus, within an adaption occurs.
PARAMETER_ADAPTION_TYPE - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Use this adaption type for additional peaks.
PARAMETER_ADAPTION_TYPE - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "Use this adaption type for additional peaks.
PARAMETER_ADD_AS_LABEL - Static variable in class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
PARAMETER_ADD_AS_LABEL - Static variable in class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
 
PARAMETER_ADD_AS_LABEL - Static variable in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
PARAMETER_ADD_AS_LABEL - Static variable in class com.rapidminer.operator.clustering.FlattenClusterModel
 
PARAMETER_ADD_CLUSTER_ATTRIBUTE - Static variable in class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
The parameter name for "Indicates if a cluster id is generated as new special attribute.
PARAMETER_ADD_DEFAULT_MAPPING - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "If set to true, all original values which are not listed in the value mappings list are mapped to the default value.
PARAMETER_ADD_EXCEPTION - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
PARAMETER_ADD_EXCEPTION - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
PARAMETER_ADD_EXCEPTION - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
PARAMETER_ADD_INTERCEPT - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "Determines whether to include an intercept.
PARAMETER_ADD_NEW_LINE - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
 
PARAMETER_ADDITIONAL_PARAMETERS - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "Additional parameters for the gnuplot header.
PARAMETER_ADDITIONAL_PERFORMANCE_CRITERIA - Static variable in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
The parameter name for "List of classes that implement com.rapidminer..operator.performance.PerformanceCriterion.
PARAMETER_ADDITIONAL_VALUES - Static variable in class com.rapidminer.operator.preprocessing.filter.SetData
 
PARAMETER_ADDITIVE_REWEIGHT - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Boolean parameter: true for additive reweighting, false for multiplicative.
PARAMETER_ADJUSTMENTS - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
PARAMETER_AGGREGATION - Static variable in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
PARAMETER_AGGREGATION - Static variable in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
PARAMETER_AGGREGATION_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_AGGREGATION_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_AGGREGATION_FUNCTION - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_AGGREGATION_FUNCTION - Static variable in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
PARAMETER_AGGREGATION_FUNCTIONS - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_AGGREGATION_FUNCTIONS - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_ALGORITHM_TYPE - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "If 'parallel' the components are extracted simultaneously, 'deflation' the components are extracted one at a time"
PARAMETER_ALL_COMBINATIONS - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_ALL_COMBINATIONS - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_ALLOW_MARGINAL_SKEWS - Static variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Boolean parameter that switches between KBS (if set to false) and a boosting-like reweighting.
PARAMETER_ALLOW_UNKOWN_PREDICTIONS - Static variable in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
 
PARAMETER_ALLOWED_CONSECUTIVE_FAILS - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_ALLOWED_CONSECUTIVE_FAILS - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_ALPHA - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_ALPHA - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_ALPHA - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "constant in range [1, 2] used in approximation to neg-entropy when fun="logcosh""
PARAMETER_ALPHA - Static variable in class com.rapidminer.operator.learner.bayes.RegularizedDiscriminantAnalysis
 
PARAMETER_ALPHA - Static variable in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
 
PARAMETER_ALPHA_MAX - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "Prune basis function if its alpha is bigger than this"
PARAMETER_ANNOTATIONS - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
 
PARAMETER_ANNOTATIONS - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_ANOVA_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
PARAMETER_APPLICATION_GRID_SIZE - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_APPLICATION_PARAMETERS - Static variable in class com.rapidminer.operator.ModelApplier
The possible parameters used by the model during application time.
PARAMETER_APPLY_ON_COMPLETE_SET - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
PARAMETER_APPLY_TO_SPECIAL_FEATURES - Static variable in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
The parameter name for "Consider also special attributes (label, id...)
PARAMETER_ASSOCIATIVE_ATTRIBUTE_MERGING - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Post processing after crossover (only possible for runs with only one generator).
PARAMETER_AT_LEAST - Static variable in class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
PARAMETER_ATTRIBUTE - Static variable in class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
PARAMETER_ATTRIBUTE - Static variable in class com.rapidminer.operator.meta.ValueIteration
 
PARAMETER_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.SingleAttributeFilter
 
PARAMETER_ATTRIBUTE - Static variable in class com.rapidminer.operator.visualization.dependencies.RainflowMatrixOperator
 
PARAMETER_ATTRIBUTE - Static variable in class com.rapidminer.operator.visualization.dependencies.TransitionMatrixOperator
 
PARAMETER_ATTRIBUTE_CONSTRUCTIONS_FILE - Static variable in class com.rapidminer.operator.io.AttributeConstructionsLoader
The parameter name for "Filename for the attribute constructions file.
PARAMETER_ATTRIBUTE_CONSTRUCTIONS_FILE - Static variable in class com.rapidminer.operator.io.AttributeConstructionsWriter
The parameter name for "Filename for the attribute construction description file.
PARAMETER_ATTRIBUTE_DESCRIPTION_FILE - Static variable in class com.rapidminer.operator.io.ExampleSetWriter
The parameter name for "File to save the attribute descriptions to.
PARAMETER_ATTRIBUTE_DESCRIPTION_FILE - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Name of the attribute description file.
PARAMETER_ATTRIBUTE_FOR_COMPARISON_GROUP - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
The parameter name for "The name of the nominal attribute to which values should be added.
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
The parameter name for "The name of the nominal attribute to which values should be added.
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
The parameter name for "The name of the nominal attribute which values should be merged.
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.SetData
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.Sorting
The parameter name for "Indicates the attribute which should be used for determining the sorting.
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.preprocessing.GroupByOperator
 
PARAMETER_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.visualization.Data2Log
 
PARAMETER_ATTRIBUTE_NAME_REGEX - Static variable in class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
PARAMETER_ATTRIBUTE_NAME_REGEX - Static variable in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
PARAMETER_ATTRIBUTE_NAMES_COLUMN - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
PARAMETER_ATTRIBUTE_NAMING_MODE - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
The parameter name for "Determines which SPSS variable properties should be used for attribute naming.
PARAMETER_ATTRIBUTE_NAMING_MODE - Static variable in class com.rapidminer.operator.io.StataExampleSource
The parameter name for "Determines which attribute properties should be used for attribute naming.
PARAMETER_ATTRIBUTE_ORDER - Static variable in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
The parameter name for "The algorithm takes this attribute order to calculate correlation and filter.
PARAMETER_ATTRIBUTE_SELECTION - Static variable in class com.rapidminer.gui.renderer.weights.AttributeWeightsTableRenderer
 
PARAMETER_ATTRIBUTE_TYPE - Static variable in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
The parameter name for "Attribute type of the discretized attribute.
PARAMETER_ATTRIBUTE_VALUE - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
PARAMETER_ATTRIBUTE_VALUE - Static variable in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
PARAMETER_ATTRIBUTE_VALUE - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
PARAMETER_ATTRIBUTE_WEIGHTS_FILE - Static variable in class com.rapidminer.operator.io.AttributeWeightsLoader
The parameter name for "Filename of the attribute weights file.
PARAMETER_ATTRIBUTE_WEIGHTS_FILE - Static variable in class com.rapidminer.operator.io.AttributeWeightsWriter
The parameter name for "Filename for the attribute weight file.
PARAMETER_ATTRIBUTES - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Filename for the XML attribute description file.
PARAMETER_ATTRIBUTES - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
PARAMETER_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.SubsetAttributeFilter
 
PARAMETER_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
The parameter name for "The attributes to which the mapping correction should be applied.
PARAMETER_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.filter.NonDominatedSorting
The parameter name for "Indicates the attribute which should be used for determining the sorting.
PARAMETER_ATTRIBUTES_LOWER_BOUND - Static variable in class com.rapidminer.operator.generator.ExampleSetGenerator
The parameter name for "The minimum value for the attributes.
PARAMETER_ATTRIBUTES_LOWER_BOUND - Static variable in class com.rapidminer.operator.generator.MultipleLabelGenerator
The parameter name for "The minimum value for the attributes.
PARAMETER_ATTRIBUTES_PER_PEAK - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Use this number of additional peaks for each found peak.
PARAMETER_ATTRIBUTES_PER_PEAK - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "Use this number of additional peaks for each found peak.
PARAMETER_ATTRIBUTES_UPPER_BOUND - Static variable in class com.rapidminer.operator.generator.ExampleSetGenerator
The parameter name for "The maximum value for the attributes.
PARAMETER_ATTRIBUTES_UPPER_BOUND - Static variable in class com.rapidminer.operator.generator.MultipleLabelGenerator
The parameter name for "The maximum value for the attributes.
PARAMETER_AUTOMATIC_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
PARAMETER_AUTOMATIC_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
PARAMETER_AUTOMATIC_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
PARAMETER_AUTOMATIC_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
PARAMETER_AUTOMATIC_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_AVERAGE_CONFIDENCES - Static variable in class com.rapidminer.operator.learner.meta.Bagging
Name of the flag indicating internal bootstrapping.
PARAMETER_AVERAGE_PERFORMANCES_ONLY - Static variable in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
PARAMETER_AVERAGE_PERFORMANCES_ONLY - Static variable in class com.rapidminer.operator.validation.BatchXValidation
The parameter name for "Indicates if only performance vectors should be averaged or all types of averagable result vectors"
PARAMETER_AVERAGE_PERFORMANCES_ONLY - Static variable in class com.rapidminer.operator.validation.BootstrappingValidation
 
PARAMETER_AVERAGE_PERFORMANCES_ONLY - Static variable in class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
PARAMETER_AVERAGE_PERFORMANCES_ONLY - Static variable in class com.rapidminer.operator.validation.XValidation
The parameter name for "Indicates if only performance vectors should be averaged or all types of averagable result vectors"
PARAMETER_BACKWARD_SELECTION_THRESHOLD - Static variable in class com.rapidminer.operator.learner.functions.linear.IterativeTTestLinearRegressionMethod
 
PARAMETER_BALANCE_COST - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Adapts Cpos and Cneg to the relative size of the classes"
PARAMETER_BALANCE_COST - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Adapts Cpos and Cneg to the relative size of the classes"
PARAMETER_BALANCE_DATA - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
PARAMETER_BANDWIDTH - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_BANDWIDTH_SELECTION - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_BATCH_SIZE - Static variable in class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
PARAMETER_BATCH_SIZE - Static variable in class com.rapidminer.operator.learner.meta.BayBoostStream
Name of the variable specifying the maximal number of iterations of the learner.
PARAMETER_BATCH_SIZE - Static variable in class com.rapidminer.operator.meta.BatchProcessing
 
PARAMETER_BINNING_TYPE - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_BLOCK_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
PARAMETER_BODY_HTML - Static variable in class com.rapidminer.operator.tools.SendMailOperator
 
PARAMETER_BODY_PLAIN - Static variable in class com.rapidminer.operator.tools.SendMailOperator
 
PARAMETER_BOUNDED_MUTATION - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
The parameter name for "If set to true, the weights are bounded between 0 and 1.
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
The parameter name for "The cost parameter C for c_svc, epsilon_svr, and nu_svr.
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The SVM complexity constant (0: calculates probably good value).
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "The SVM complexity constant (0: calculates probably good value).
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM complexity constant (0: calculates probably good value).
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The cost parameter C for c_svc, epsilon_svr, and nu_svr.
PARAMETER_C - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
PARAMETER_C45_FILESTEM - Static variable in class com.rapidminer.operator.io.C45ExampleSource
The parameter name for "The path to either the C4.5 names file, the data file, or the filestem (without extensions).
PARAMETER_CACHE_PROCESS - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
If true, ProcessEmbeddingOperator.cachedProcess will be used in ProcessEmbeddingOperator.loadIncludedProcess().
PARAMETER_CACHE_SIZE - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Cache size in Megabyte.
PARAMETER_CALCULATE_CONFIDENCES - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Indicates if proper confidence values should be calculated.
PARAMETER_CALCULATE_TERM_FREQUENCIES - Static variable in class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
The parameter name for "Indicates if term frequency values should be generated (must be done if input data is given as simple occurence counts).
PARAMETER_CALCULATE_WEIGHTS - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
PARAMETER_CHANGE_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
PARAMETER_CHILD_CLASS - Static variable in class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
PARAMETER_CHILD_CLASS - Static variable in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
PARAMETER_CLASS_HANDLING - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
PARAMETER_CLASS_VALUE - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
PARAMETER_CLASS_WEIGHTS - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
The parameter name for "The weights w for all classes (first column: class name, second column: weight), i.e. set the parameters C of each class w * C (empty: using 1 for all classes where the weight was not defined).
PARAMETER_CLASS_WEIGHTS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The weights w for all classes (first column: class name, second column: weight), i.e. set the parameters C of each class w * C (empty: using 1 for all classes where the weight was not defined).
PARAMETER_CLASS_WEIGHTS - Static variable in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
The parameter name for "The weights for all classes (first column: class names, second column: weight), empty: using 1 for all classes.
PARAMETER_CLASS_WEIGHTS - Static variable in class com.rapidminer.operator.performance.PerformanceEvaluator
The parameter name for "The weights for all classes (first column: class name, second column: weight), empty: using 1 for all classes.
PARAMETER_CLASS_WEIGHTS - Static variable in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
The parameter name for "The weights for all classes (first column: class name, second column: weight), empty: using 1 for all classes.
PARAMETER_CLASSIFICATION_STRATEGIES - Static variable in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
The parameter name for "What strategy should be used for multi class classifications?
PARAMETER_CLUSTER_MODEL_FILE - Static variable in class com.rapidminer.operator.io.ClusterModelReader
The parameter name for "the file from which the cluster model is read"
PARAMETER_CLUSTER_MODEL_FILE - Static variable in class com.rapidminer.operator.io.ClusterModelWriter
The parameter name for "the file to which the cluster model is stored"
PARAMETER_CODING_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_COEF0 - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The parameter coef0 for polynomial and sigmoid kernel functions.
PARAMETER_COLUM_ROLE - Static variable in class com.rapidminer.operator.io.AbstractDataReader
hidden parameter which is used to construct the AbstractDataReader.PARAMETER_META_DATA
PARAMETER_COLUM_VALUE_TYPE - Static variable in class com.rapidminer.operator.io.AbstractDataReader
hidden parameter which is used to construct the AbstractDataReader.PARAMETER_META_DATA
PARAMETER_COLUMN_INDEX - Static variable in class com.rapidminer.operator.io.AbstractDataReader
hidden parameter which is used to construct the AbstractDataReader.PARAMETER_META_DATA
PARAMETER_COLUMN_INDEX - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
Parameters being part of the list for PARAMETER_META_DATA
PARAMETER_COLUMN_META_DATA - Static variable in class com.rapidminer.operator.io.AbstractDataReader
hidden parameter which is used to construct the AbstractDataReader.PARAMETER_META_DATA
PARAMETER_COLUMN_META_DATA - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_COLUMN_NAME - Static variable in class com.rapidminer.operator.io.AbstractDataReader
hidden parameter which is used to construct the AbstractDataReader.PARAMETER_META_DATA
PARAMETER_COLUMN_NAME - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_COLUMN_NAME - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_COLUMN_OFFSET - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
 
PARAMETER_COLUMN_ROLE - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_COLUMN_SELECTED - Static variable in class com.rapidminer.operator.io.AbstractDataReader
hidden parameter which is used to construct the AbstractDataReader.PARAMETER_META_DATA
PARAMETER_COLUMN_SELECTED - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_COLUMN_SEPARATOR - Static variable in class com.rapidminer.operator.io.CSVExampleSetWriter
The parameter name for the column separator parameter.
PARAMETER_COLUMN_SEPARATORS - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_COLUMN_SEPARATORS - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Column separators for data files (regular expression)"
PARAMETER_COLUMN_SEPARATORS - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_COLUMN_SEPARATORS - Static variable in class com.rapidminer.operator.io.URLExampleSource
 
PARAMETER_COLUMN_SEPARATORS - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_COLUMN_VALUE - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
The parameter name for "operator.OPERATORNAME.
PARAMETER_COLUMN_VALUE_TYPE - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_COLUMNS - Static variable in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
The parameter name for "List of replacement functions for each column.
PARAMETER_COMMAND - Static variable in class com.rapidminer.operator.CommandLineOperator
 
PARAMETER_COMMENT_CHARS - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_COMMENT_CHARS - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Lines beginning with these characters are ignored.
PARAMETER_COMMENT_CHARS - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_COMMENT_CHARS - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_COMPARATOR_CLASS - Static variable in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
The parameter name for "Fully qualified classname of the PerformanceComparator implementation.
PARAMETER_COMPARISON_GROUP - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_COMPARISON_GROUPS - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_COMPONENT_NUMBER - Static variable in class com.rapidminer.operator.features.weighting.ComponentWeights
The parameter name for "Create the weights of this component.
PARAMETER_COMPRESS - Static variable in class com.rapidminer.operator.io.XrffExampleSetWriter
The parameter name for "Indicates if the data file should be compressed.
PARAMETER_COMPUTE_SIMILARITIES - Static variable in class com.rapidminer.operator.similarity.CrossDistancesOperator
 
PARAMETER_CONDITION_BEFORE - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Evaluate condition before inner chain is applied (true) or after?
PARAMETER_CONDITION_CLASS - Static variable in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
The parameter name for "Implementation of the condition.
PARAMETER_CONDITION_TYPE - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
PARAMETER_CONDITION_VALUE - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
PARAMETER_CONDITIONS - Static variable in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
PARAMETER_CONFIDENCE - Static variable in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
The parameter name for "The confidence level used for pruning.
PARAMETER_CONFIDENCE_AGGREGATION - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
PARAMETER_CONFIDENCE_FOR_MULTICLASS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Indicates if proper confidence values should be calculated.
PARAMETER_CONNECTION - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_CONSIDER_REGULAR_EXPRESSIONS - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "Enables matching based on regular expressions; original values may be specified as regular expressions.
PARAMETER_CONSIDER_WEIGHTS - Static variable in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
PARAMETER_CONSTANT - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
The parameter name for "Value returned when method = constant.
PARAMETER_CONSTANT_GENERATION_PROB - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate random constant attributes with this probability.
PARAMETER_CONSTRAINT_DRAW_RANGE - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_CONTINUE_ON_ERROR - Static variable in class com.rapidminer.operator.io.IOObjectWriter
 
PARAMETER_CONVERGENCE_EPSILON - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "Precision on the KKT conditions"
PARAMETER_CONVERGENCE_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "Precision on the KKT conditions"
PARAMETER_CONVERGENCE_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Precision on the KKT conditions"
PARAMETER_CORRELATED - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "Indicates if the example set has correlated attributes"
PARAMETER_CORRELATION - Static variable in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
The parameter name for "Use this correlation for the filter relation.
PARAMETER_COST_MATRIX - Static variable in class com.rapidminer.operator.learner.meta.MetaCost
The parameter name for "The cost matrix in Matlab single line format"
PARAMETER_COST_MATRIX_FILE_LOCATION - Static variable in class com.rapidminer.operator.learner.meta.MetaCost
The parameter name for "File"
PARAMETER_COUNT_BACKWARDS - Static variable in class com.rapidminer.operator.preprocessing.filter.SetData
 
PARAMETER_COUNT_VALUE - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
PARAMETER_CREATE_CLUSTER_LABEL - Static variable in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
PARAMETER_CREATE_COMPLETE_MODEL - Static variable in class com.rapidminer.operator.validation.ValidationChain
The parameter name for "Indicates if a model of the complete data set should be additionally build after estimation.
PARAMETER_CREATE_FRAUD_LABEL - Static variable in class com.rapidminer.operator.generator.TransfersExampleSetGenerator
The parameter name for the creation of a fraud label.
PARAMETER_CREATE_ID - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
 
PARAMETER_CREATE_ID - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
 
PARAMETER_CREATE_LABEL - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
 
PARAMETER_CREATE_LABEL - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
 
PARAMETER_CREATE_NOMINAL_IDS - Static variable in class com.rapidminer.operator.preprocessing.IdTagging
The parameter name for "True if nominal ids (instead of integer ids) should be created"
PARAMETER_CREATE_NOMINAL_INDEX - Static variable in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
PARAMETER_CREATE_VIEW - Static variable in class com.rapidminer.operator.preprocessing.PreprocessingOperator
Indicates if this operator should create a view (new example set on the view stack) instead of directly changing the data.
PARAMETER_CREATE_WEIGHTS - Static variable in class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
PARAMETER_CRITERIA_WEIGHTS - Static variable in class com.rapidminer.operator.performance.WeightedPerformanceCreator
The parameter name for "The weights for several performance criteria.
PARAMETER_CRITERION - Static variable in class com.rapidminer.operator.features.weighting.ForestBasedWeighting
The parameter name for "Specifies the used criterion for selecting attributes and numerical splits.
PARAMETER_CRITERION - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
PARAMETER_CRITERION - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
The parameter name for "Specifies the used criterion for selecting attributes and numerical splits.
PARAMETER_CROSSOVER_PROB - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The probability for crossovers.
PARAMETER_CROSSOVER_PROB - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The probability for crossovers.
PARAMETER_CROSSOVER_PROB - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "The probability for crossovers.
PARAMETER_CROSSOVER_PROB - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_CROSSOVER_PROB - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_CROSSOVER_TYPE - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_CROSSOVER_TYPE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_CROSSOVER_TYPE - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
The parameter name for "Type of the crossover.
PARAMETER_CROSSOVER_TYPE - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
The parameter name for "Type of the crossover.
PARAMETER_CSV_FILE - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_CSV_FILE - Static variable in class com.rapidminer.operator.io.CSVExampleSetWriter
The parameter name for "The CSV file which should be written.
PARAMETER_CSV_FILE - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_CUSTOMER_ATTRIBUTE - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_DATA_FILE - Static variable in class com.rapidminer.operator.io.ArffExampleSource
The parameter name for "The path to the data file.
PARAMETER_DATA_FILE - Static variable in class com.rapidminer.operator.io.KDBExampleSource
The parameter name for "The file containing the data"
PARAMETER_DATA_FILE - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Name of the data file.
PARAMETER_DATA_FILE - Static variable in class com.rapidminer.operator.io.XrffExampleSource
The parameter name for "The path to the data file.
PARAMETER_DATABASE_FILE - Static variable in class com.rapidminer.operator.io.AccessDataReader
 
PARAMETER_DATABASE_FILE - Static variable in class com.rapidminer.operator.io.AccessDataWriter
 
PARAMETER_DATABASE_SYSTEM - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "Indicates the used database system"
PARAMETER_DATABASE_URL - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "The complete URL connection string for the database, e.g.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.generator.ExampleSetGenerator
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.C45ExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.ResultSetExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.io.XrffExampleSource
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.learner.associations.FrequentItemSetsToData
 
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetMerge
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATAMANAGEMENT - Static variable in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
The parameter name for "Determines, how the data is represented internally.
PARAMETER_DATE_FORMAT - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_DATE_FORMAT - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
PARAMETER_DATE_FORMAT - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
PARAMETER_DATE_FORMAT - Static variable in class com.rapidminer.tools.DateParser
 
PARAMETER_DATE_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
PARAMETER_DATE_UNIT - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
PARAMETER_DECAY - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
Indicates if the learning rate should be cooled down.
PARAMETER_DECIMAL_CHARACTER - Static variable in class com.rapidminer.tools.StrictDecimalFormat
 
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.io.C45ExampleSource
The parameter name for "Character that is used as decimal point.
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Character that is used as decimal point.
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Character that is used as decimal point.
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.io.URLExampleSource
The parameter name for "Character that is used as decimal point.
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.io.XrffExampleSource
The parameter name for "Character that is used as decimal point.
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
The parameter name for "Character that is used as decimal point.
PARAMETER_DECIMAL_POINT_CHARACTER - Static variable in class com.rapidminer.operator.preprocessing.GuessValueTypes
The parameter name for "Character that is used as decimal point.
PARAMETER_DEFAULT - Static variable in class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
The parameter name for "Function to apply to all columns that are not explicitly specified by parameter 'columns'.
PARAMETER_DEFAULT_AGGREGATION_FUNCTION - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_DEFAULT_AGGREGATION_FUNCTION - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_DEFAULT_ATTRIBUTE_NOISE - Static variable in class com.rapidminer.operator.preprocessing.NoiseOperator
The parameter name for "The standard deviation of the default attribute noise.
PARAMETER_DEFAULT_CONFIGURATION_NAME - Static variable in class com.rapidminer.parameter.ParameterTypeConfiguration
 
PARAMETER_DEFAULT_HIDDEN_LAYER_SIZE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The default size of hidden layers.
PARAMETER_DEFAULT_HIDDEN_LAYER_SIZE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
The parameter name for "The default size of hidden layers.
PARAMETER_DEFAULT_HIDDEN_LAYER_TYPE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The default layer type for the hidden layers.
PARAMETER_DEFAULT_NAMESPACE - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_DEFAULT_NOMINAL_MUTATION_RATE - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
PARAMETER_DEFAULT_NUMBER_OF_HIDDEN_LAYERS - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The number of hidden layers.
PARAMETER_DEFAULT_NUMBER_OF_HIDDEN_LAYERS - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
The parameter name for "The number of hidden layers.
PARAMETER_DEFAULT_VALUE - Static variable in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
PARAMETER_DEFAULT_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "The default value all original values are mapped to, if add_default_mapping is set to true.
PARAMETER_DEFAULT_VARCHAR_LENGTH - Static variable in class com.rapidminer.operator.io.DatabaseExampleSetWriter
The parameter name for "Default length of varchar columns.
PARAMETER_DEFAULT_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
PARAMETER_DEFAULT_WEIGHT - Static variable in class com.rapidminer.operator.performance.WeightedPerformanceCreator
The parameter name for "The default weight for all criteria not specified in the list 'criteria_weights'.
PARAMETER_DEFINE_BOUNDARIES - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
PARAMETER_DEFINE_CONNECTION - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_DEFINE_DIFFERENT_HIDDEN_LAYERS - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
 
PARAMETER_DEFINE_LABELS - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_DEFINE_QUERY - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_DEGREE - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The degree for a polynomial kernel function.
PARAMETER_DEGREE - Static variable in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
PARAMETER_DELAY - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
PARAMETER_DELAY_AMOUNT - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
PARAMETER_DELAY_MAX_AMOUNT - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
PARAMETER_DELAY_MIN_AMOUNT - Static variable in class com.rapidminer.operator.tools.DelayOperator.DelayProvider
 
PARAMETER_DELETE_OTHERS - Static variable in class com.rapidminer.operator.IOSelectOperator
 
PARAMETER_DELETE_TABLE - Static variable in class com.rapidminer.operator.visualization.ClearProcessLog
 
PARAMETER_DELETE_TEMP_FILES - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_DELETE_WHICH - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
PARAMETER_DELETION_TYPE - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
PARAMETER_DELIVER_INNER_RESULTS - Static variable in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
The parameter name for "Indicates if the additional results (other than example set) of the inner operator should also be returned.
PARAMETER_DELTA - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "desired confidence"
PARAMETER_DESCRIPTION - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
PARAMETER_DESELECT_UNKNOWN - Static variable in class com.rapidminer.operator.features.selection.AttributeWeightSelection
The parameter name for "Indicates if attributes which weight is unknown should be deselected.
PARAMETER_DESTINATION_TYPE - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
PARAMETER_DIMENSION - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Dimension of the example space.
PARAMETER_DIMENSION_NAME - Static variable in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
PARAMETER_DIMENSIONS - Static variable in class com.rapidminer.operator.features.transformation.DimensionalityReducer
Deprecated. The parameter name for "the number of dimensions in the result representation"
PARAMETER_DIRECTORY - Static variable in class com.rapidminer.operator.meta.FileIterator
 
PARAMETER_DIRECTORY - Static variable in class com.rapidminer.operator.meta.RepositoryIterator
 
PARAMETER_DISCOVERY_MODE - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_DISTANCE - Static variable in class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
PARAMETER_DISTANCE - Static variable in class com.rapidminer.operator.learner.local.DistanceNeighborhood
 
PARAMETER_DISTANCE - Static variable in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
The parameter name for "The distance for objects.
PARAMETER_DISTANCE_FUNCTION - Static variable in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
The parameter name for "Indicates which distance function will be used for calculating the distance between two objects"
PARAMETER_DISTANCE_FUNCTION - Static variable in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
The parameter name for "choose which distance function will be used for calculating "
PARAMETER_DISTANCE_FUNCTION - Static variable in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
The parameter name for "choose which distance function will be used for calculating "
PARAMETER_DISTRIBUTE_WEIGHTS - Static variable in class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
PARAMETER_DIVERGENCE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
PARAMETER_DRAW_DOMINATED_POINTS - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_DYNAMIC_INERTIA_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "If set to true the inertia weight is improved during run.
PARAMETER_DYNAMIC_INERTIA_WEIGHT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "If set to true the inertia weight is improved during run.
PARAMETER_DYNAMIC_SELECTION_PRESSURE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "If set to true the selection pressure is increased to maximum during the complete optimization run (only Boltzmann and tournament selection).
PARAMETER_DYNAMIC_SELECTION_PRESSURE - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "If set to true the selection pressure is increased to maximum during the complete optimization run (only Boltzmann and tournament selection).
PARAMETER_ELIMINATE_COLINEAR_FEATURES - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
The parameter name for "Indicates if the algorithm should try to delete colinear features during the regression.
PARAMETER_ENABLE - Static variable in class com.rapidminer.operator.meta.OperatorEnabler
The parameter name for "Indicates if the operator should be enabled (true) or disabled (false)"
PARAMETER_ENABLE_TIMEOUT - Static variable in class com.rapidminer.operator.meta.RandomOptimizationChain
 
PARAMETER_ENCODING - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_ENCODING - Static variable in class com.rapidminer.tools.io.Encoding
 
PARAMETER_END - Static variable in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
PARAMETER_ENTRY_NAME_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_ENTRY_TYPE - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Use this range for additional peaks for each found peak.
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "Use this range for additional peaks for each found peak.
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
The parameter name for "Tolerance of termination criterion.
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The width of the regression tube loss function of the regression SVM"
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Insensitivity constant.
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Tolerance of termination criterion.
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Insensitivity constant.
PARAMETER_EPSILON - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "approximation parameter"
PARAMETER_EPSILON_MINUS - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Epsilon for negative deviation only"
PARAMETER_EPSILON_MINUS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Epsilon for negative deviation only"
PARAMETER_EPSILON_PLUS - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Epsilon for positive deviation only"
PARAMETER_EPSILON_PLUS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Epsilon for positive deviation only"
PARAMETER_EPSILON_TOL - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "Tolerance for gamma induced projections"
PARAMETER_EQUIVALENCE_EPSILON - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Consider two attributes equivalent if their difference is not bigger than epsilon.
PARAMETER_EQUIVALENCE_EPSILON - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Consider two attributes equivalent if their difference is not bigger than epsilon.
PARAMETER_EQUIVALENCE_SAMPLES - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Check this number of samples to prove equivalency.
PARAMETER_EQUIVALENCE_SAMPLES - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Check this number of samples to prove equivalency.
PARAMETER_EQUIVALENCE_USE_STATISTICS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Recalculates attribute statistics before equivalence check.
PARAMETER_EQUIVALENCE_USE_STATISTICS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Recalculates attribute statistics before equivalence check.
PARAMETER_ERROR_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
The parameter name for "The optimization is stopped if the training error gets below this epsilon value.
PARAMETER_ERROR_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The optimization is stopped if the training error gets below this epsilon value.
PARAMETER_ERROR_EPSILON - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
The parameter name for "The optimization is stopped if the training error gets below this epsilon value.
PARAMETER_ERROR_TOLERANT - Static variable in class com.rapidminer.operator.io.AbstractDataReader
DO NOT SET THIS PARAMETER DIRECTLY.
PARAMETER_ERROR_TOLERANT - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_ESCAPE_CHARACTER - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_ESCAPE_CHARACTER - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_ESTIMATE_PERFORMANCE - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Indicates if this learner should also return a performance estimation.
PARAMETER_ESTIMATION_MODE - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_EXACT_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.BruteForceSelection
 
PARAMETER_EXACT_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
PARAMETER_EXACT_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
PARAMETER_EXAMPLE_FACTOR - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "used by example criterion to determine usefulness of a hypothesis"
PARAMETER_EXAMPLE_INDEX - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
PARAMETER_EXAMPLE_INDEX - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
PARAMETER_EXAMPLE_INDEX - Static variable in class com.rapidminer.operator.preprocessing.filter.SetData
 
PARAMETER_EXAMPLE_INDEX - Static variable in class com.rapidminer.operator.visualization.Data2Log
 
PARAMETER_EXAMPLE_SET_FILE - Static variable in class com.rapidminer.operator.io.ArffExampleSetWriter
The parameter name for "File to save the example set to.
PARAMETER_EXAMPLE_SET_FILE - Static variable in class com.rapidminer.operator.io.ExampleSetWriter
The parameter name for "File to save the example set to.
PARAMETER_EXAMPLE_SET_FILE - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
The parameter name for "File to save the example set to.
PARAMETER_EXAMPLE_SET_FILE - Static variable in class com.rapidminer.operator.io.XrffExampleSetWriter
The parameter name for "File to save the example set to.
PARAMETER_EXCEL_FILE - Static variable in class com.rapidminer.operator.io.ExcelExampleSetWriter
The parameter name for "The Excel spreadsheet file which should be written.
PARAMETER_EXCEL_FILE - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
The parameter name for "The Excel spreadsheet file which should be loaded.
PARAMETER_EXCEL_FILE - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
The parameter name for "The Excel spreadsheet file which should be loaded.
PARAMETER_EXCEL_FILE - Static variable in class com.rapidminer.operator.nio.ExcelFormatExampleSource
The parameter name for "The Excel spreadsheet file which should be loaded.
PARAMETER_EXCEPT - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
PARAMETER_EXCEPT_BLOCK_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.BlockTypeAttributeFilter
 
PARAMETER_EXCEPT_FEATURES_OF_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureBlockTypeFilter
The parameter name for "All features of this type will not be deselected.
PARAMETER_EXCEPT_FEATURES_OF_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureValueTypeFilter
The parameter name for "All features of this type will not be deselected.
PARAMETER_EXCEPT_FEATURES_WITH_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
The parameter name for "Does not remove attributes if their name fulfills this matching criterion (accepts regular expressions)"
PARAMETER_EXCEPT_REGULAR_EXPRESSION - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
PARAMETER_EXCEPT_VALUE_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
PARAMETER_EXCEPTION_MACRO - Static variable in class com.rapidminer.operator.meta.ExceptionHandling
 
PARAMETER_FEATURE_SELECTION - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
The parameter name for "The feature selection method used during regression.
PARAMETER_FILE - Static variable in class com.rapidminer.operator.FileEchoOperator
 
PARAMETER_FILE - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_FILE_NAME_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_FILE_PATH_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.features.construction.FeatureGenerationOperator
The parameter name for "Create the attributes listed in this file (written by an AttributeConstructionsWriter).
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
The parameter name for "Name of the file to read the data from.
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.io.IOContainerWriter
 
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
PARAMETER_FILENAME - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_FILTER - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_FILTER - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_FILTER_ATTRIBUTE - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
PARAMETER_FILTER_RELATION - Static variable in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
The parameter name for "Removes one of two features if their correlation fulfill this relation.
PARAMETER_FILTER_SPECIAL_FEATURES - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureFilter
The parameter name for "Filter also special attributes (label, id...)
PARAMETER_FILTER_TYPE - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
The parameter name for "Implementation of the condition.
PARAMETER_FILTERED_STRING - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_FILTERED_STRING - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_FIND_MIN_NUMBER_OF_ITEMSETS - Static variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
Indicates if this operator should try to find a minimum number of item sets by iteratively decreasing the minimum support.
PARAMETER_FIRST - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
PARAMETER_FIRST_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
PARAMETER_FIRST_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
PARAMETER_FIRST_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
The parameter name for "The first attribute of the attribute range which should be removed"
PARAMETER_FIRST_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.features.construction.ProductGenerationOperator
 
PARAMETER_FIRST_CLASS - Static variable in class com.rapidminer.operator.postprocessing.ThresholdCreator
The parameter name for "The class which should be considered as the first one (confidence 0).
PARAMETER_FIRST_EXAMPLE - Static variable in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
The parameter name for "The first example of the resulting example set.
PARAMETER_FIRST_LABEL - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_FIRST_ROW_AS_NAMES - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
The parameter name for "Indicates if the first row should be used for the attribute names.
PARAMETER_FIRST_ROW_AS_NAMES - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_FIRST_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
The parameter name for "The first value which should be merged.
PARAMETER_FORCE_ITERATIONS - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "make all iterations even if termination criterion is met"
PARAMETER_FORMAT - Static variable in class com.rapidminer.operator.io.ExampleSetWriter
The parameter name for "Format to use for output.
PARAMETER_FORMAT - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Format of the sparse data file.
PARAMETER_FORMAT_DATE - Static variable in class com.rapidminer.operator.io.CSVExampleSetWriter
Indicates if date attributes are written as a formated string or as milliseconds past since January 1, 1970, 00:00:00 GMT
PARAMETER_FORMAT_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
PARAMETER_FORWARD_SELECTION_THRESHOLD - Static variable in class com.rapidminer.operator.learner.functions.linear.IterativeTTestLinearRegressionMethod
 
PARAMETER_FRACTION - Static variable in class com.rapidminer.operator.meta.PartialExampleSetLearner
The parameter name for "The fraction of examples which shall be used.
PARAMETER_FRACTION_DIGITS - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
The parameter name for "The number of fraction digits in the output file (-1: all possible digits).
PARAMETER_FRACTION_HOLD_OUT_SET - Static variable in class com.rapidminer.operator.learner.meta.BayBoostStream
Parameter name to activate a hold out set for tuning.
PARAMETER_FUNCTION - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "The functional form of the G function used in the approximation to neg-entropy"
PARAMETER_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.AttributeConstruction
The parameter name for "List of functions to generate.
PARAMETER_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.FeatureGenerationOperator
The parameter name for "List of functions to generate.
PARAMETER_FUNCTIONS - Static variable in class com.rapidminer.operator.MacroConstructionOperator
The parameter name for "List of functions to generate.
PARAMETER_GAIN_THETA - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
PARAMETER_GAMMA - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The parameter gamma for polynomial, rbf, and sigmoid kernel functions (0 means 1/#attributes).
PARAMETER_GAMMA - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Boolean parameter to specify whether the label priors should be equally likely after first iteration.
PARAMETER_GENERATE_ALL_HYPOTHESIS - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "generate h->Y+/Y- or h->Y+ only.
PARAMETER_GENERATE_ITEM_SET_INDICATORS - Static variable in class com.rapidminer.operator.learner.associations.FrequentItemSetsToData
 
PARAMETER_GENERATED_KEYS_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.io.DatabaseExampleSetWriter
The name of the attributes which is added to the example set and which holds the auto generated primary keys.
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "Stop criterion: Stop after n generations without improval of the performance (-1: perform all generations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "Stop criterion: Stop after n generations without improval of the performance (-1: perform all generations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
The parameter name for "Stop after n generations without improvement of the performance (-1: stops if the maximum_number_of_generations is reached).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
The parameter name for "Stop after n generations without improvement of the performance (-1: stops if the number of features is reached).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.weighting.FeatureWeighting
The parameter name for "Stop after n generations without improvement of the performance.
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "Stop criterion: Stop after n generations without improval of the performance (-1: perform all generations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "Stop after this number of generations without improvement (-1: optimize until max_iterations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "Stop after this number of generations without improvement (-1: optimize until max_iterations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "Stop after this number of generations without improvement (-1: optimize until max_iterations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "Stop after this number of generations without improvement (-1: optimize until max_iterations).
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_GEOMETRICAL_TOL - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "Tolerance for geometry induced projections"
PARAMETER_GET_GENERATED_PRIMARY_KEYS - Static variable in class com.rapidminer.operator.io.DatabaseExampleSetWriter
The parameter allows to get back the primary keys, which were assigned to the inserted data rows.
PARAMETER_GLOBAL_BEST_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "The weight for the population's best position during run.
PARAMETER_GLOBAL_BEST_WEIGHT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "The weight for the population's best position during run.
PARAMETER_GP_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "Regression"
PARAMETER_GROUP_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
PARAMETER_GROUP_BY_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
PARAMETER_GROUP_BY_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_GROUP_BY_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_GROUP_SEPARATOR - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
Used for separation of digits (1,000,000.0 or 1.000.000,0) .
PARAMETER_GROUPED_DIGITS - Static variable in class com.rapidminer.tools.StrictDecimalFormat
 
PARAMETER_GROUPING_CHARACTER - Static variable in class com.rapidminer.tools.StrictDecimalFormat
 
PARAMETER_HANDLE_VALUE_LABELS - Static variable in class com.rapidminer.operator.io.StataExampleSource
The parameter name for "Specifies how to handle attributes with value labels, i.e. whether to ignore the labels or how to use them.
PARAMETER_HEADERS - Static variable in class com.rapidminer.operator.tools.SendMailOperator
 
PARAMETER_HIDDEN_LAYER_SIZES - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
 
PARAMETER_HIDDEN_LAYER_TYPES - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "Describes the name, the size, and the type of all hidden layers"
PARAMETER_HIDDEN_LAYERS - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
The parameter name for "The number of hidden layers.
PARAMETER_HIERARCHY - Static variable in class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
PARAMETER_HIERARCHY - Static variable in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
PARAMETER_HOLD_OUT_SET_RATIO - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "Uses this amount as a hold out set to estimate generalization error after learning (currently only used for multi-objective classification).
PARAMETER_ID_ATTRIBUTE - Static variable in class com.rapidminer.operator.io.ResultSetExampleSource
The parameter name for "The (case sensitive) name of the id attribute"
PARAMETER_ID_ATTRIBUTE - Static variable in class com.rapidminer.operator.io.XrffExampleSource
The parameter name for "The (case sensitive) name of the id attribute"
PARAMETER_ID_COLUMN - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
The parameter name for "Indicates which column should be used for the Id attribute (0: no id)"
PARAMETER_ID_COLUMN - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "Column number of the id attribute (only used if id_name is empty; 0 = none; negative values are counted from the last column)"
PARAMETER_ID_COLUMN - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
The parameter name for "Indicates which column should be used for the Id attribute (0: no id)"
PARAMETER_ID_COLUMN - Static variable in class com.rapidminer.operator.visualization.DatabaseExampleVisualizationOperator
 
PARAMETER_ID_NAME - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "Name of the id attribute (if empty, the column defined by id_column will be used)"
PARAMETER_IF_EXCEEDS_RANGE - Static variable in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
The parameter name for "What to do if range is exceeded.
PARAMETER_IF_EXCEEDS_REGION - Static variable in class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
The parameter name for "What to do if range is exceeded.
PARAMETER_IGNORE_MISSINGS - Static variable in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
 
PARAMETER_IGNORE_MISSINGS - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_IGNORE_MISSINGS - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_IGNORE_TYPE - Static variable in class com.rapidminer.operator.io.IOObjectReader
 
PARAMETER_IMPORTED_CELL_RANGE - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
 
PARAMETER_INCLUDE_SPECIAL_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
PARAMETER_INCLUDE_SPECIAL_ATTRIBUTES - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
 
PARAMETER_INDEX - Static variable in class com.rapidminer.operator.collections.SelectionOperator
 
PARAMETER_INDEX_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
PARAMETER_INDEX_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
PARAMETER_INERTIA_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "The (initial) weight for the old weighting.
PARAMETER_INERTIA_WEIGHT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "The (initial) weight for the old weighting.
PARAMETER_INITIALIZATION_DISTRIBUTION - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "Indicates the initialization distribution"
PARAMETER_INITIALIZE_WITH_INPUT_WEIGHTS - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
PARAMETER_INITIALIZE_WITH_INPUT_WEIGHTS - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
PARAMETER_INPUT_LAYER_TYPE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The default layer type for the input layers.
PARAMETER_INSTALL_TO_HOME - Static variable in class com.rapid_i.deployment.update.client.UpdateManager
 
PARAMETER_INTERMEDIATE_WEIGHTS_FILE - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
PARAMETER_INTERMEDIATE_WEIGHTS_GENERATIONS - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
PARAMETER_INTERNAL_DIRECTORY - Static variable in class com.rapidminer.operator.meta.ZippedFileIterator
 
PARAMETER_INTERPOLATE_RANK - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegression
The parameter name for "Interpolate prediction if predicted rank is not an integer?
PARAMETER_INVERT_FILTER - Static variable in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
The parameter name for "Indicates if only examples should be accepted which would normally filtered.
PARAMETER_INVERT_FILTER - Static variable in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
PARAMETER_INVERT_SELECTION - Static variable in class com.rapidminer.operator.tools.AttributeSubsetSelector
The parameter name for "Indicates if only examples should be accepted which would normally filtered.
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.io.IOObjectReader
The parameter name for "The class of the object(s) which should be saved.
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.IOConsumeOperator
 
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.IOMultiplyOperator
 
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.IORetrievalOperator
 
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.IOSelectOperator
 
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.IOStorageOperator
 
PARAMETER_IO_OBJECT - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
PARAMETER_IS_HIERARCHICAL_MODEL_FILE - Static variable in class com.rapidminer.operator.io.ClusterModelReader
 
PARAMETER_ITEM - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
PARAMETER_ITERATE - Static variable in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
The parameter name for "Impute missing values immediately after having learned the corresponding concept and iterate.
PARAMETER_ITERATE_OVER_FILES - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_ITERATE_OVER_SUBDIRS - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_ITERATION_MACRO - Static variable in class com.rapidminer.operator.meta.ExampleIterator
 
PARAMETER_ITERATION_MACRO - Static variable in class com.rapidminer.operator.meta.FeatureIterator
 
PARAMETER_ITERATION_MACRO - Static variable in class com.rapidminer.operator.meta.ValueIteration
 
PARAMETER_ITERATION_MACRO - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "the number of iterations"
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.AdaBoost
Name of the variable specifying the maximal number of iterations of the learner.
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.AdditiveRegression
The parameter name for "The number of iterations.
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.Bagging
Name of the variable specifying the maximal number of iterations of the learner.
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Name of the variable specifying the maximal number of iterations of the learner.
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.MetaCost
The parameter name for "The number of iterations (base models).
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Name of the variable specifying the maximal number of iterations of the learner.
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.meta.IteratingOperatorChain
The parameter name for "Number of iterations"
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.meta.RandomOptimizationChain
The parameter name for "The number of iterations to perform"
PARAMETER_ITERATIONS - Static variable in class com.rapidminer.operator.validation.IteratingPerformanceAverage
 
PARAMETER_JITTER_AMOUNT - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_JNDI_NAME - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_JOIN_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
PARAMETER_JOIN_TYPE - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
PARAMETER_K - Static variable in class com.rapidminer.operator.clustering.clusterer.FastKMeans
The parameter name for "the maximal number of clusters"
PARAMETER_K - Static variable in class com.rapidminer.operator.clustering.clusterer.KernelKMeans
The parameter name for "the maximal number of clusters"
PARAMETER_K - Static variable in class com.rapidminer.operator.clustering.clusterer.KMeans
The parameter name for "the maximal number of clusters"
PARAMETER_K - Static variable in class com.rapidminer.operator.clustering.clusterer.KMedoids
The parameter name for "the maximal number of clusters"
PARAMETER_K - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "the maximal number of clusters"
PARAMETER_K - Static variable in class com.rapidminer.operator.features.selection.AttributeWeightSelection
The parameter name for "Number k of attributes to be selected for weight-relations 'top k' or 'bottom k'.
PARAMETER_K - Static variable in class com.rapidminer.operator.learner.lazy.KNNLearner
The parameter name for "The used number of nearest neighbors.
PARAMETER_K - Static variable in class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood
 
PARAMETER_K - Static variable in class com.rapidminer.operator.similarity.CrossDistancesOperator
 
PARAMETER_K_BEST_RULES - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_K_Max - Static variable in class com.rapidminer.operator.clustering.clusterer.XMeans
Maximal number of Clusters
PARAMETER_K_Min - Static variable in class com.rapidminer.operator.clustering.clusterer.XMeans
Minimal number of Clusters
PARAMETER_KEEP_ALL - Static variable in class com.rapidminer.operator.features.construction.AttributeAggregationOperator
The parameter name for "Indicates if the all old attributes should be kept.
PARAMETER_KEEP_ALL - Static variable in class com.rapidminer.operator.features.construction.AttributeConstruction
The parameter name for "If set to true, all the original attributes are kept, otherwise they are removed from the example set.
PARAMETER_KEEP_ALL - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "If set to true, all the original attributes are kept, otherwise they are removed from the example set.
PARAMETER_KEEP_ALL - Static variable in class com.rapidminer.operator.features.construction.FeatureGenerationOperator
The parameter name for "If set to true, all the original attributes are kept, otherwise they are removed from the example set.
PARAMETER_KEEP_ALL - Static variable in class com.rapidminer.operator.features.construction.LinearCombinationOperator
The parameter name for "Indicates if the all old attributes should be kept.
PARAMETER_KEEP_ALL - Static variable in class com.rapidminer.operator.io.AttributeConstructionsLoader
The parameter name for "If set to true, all the original attributes are kept, otherwise they are removed from the example set.
PARAMETER_KEEP_ALL_ATTRIBUTES - Static variable in class com.rapidminer.operator.learner.meta.Stacking
 
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
The parameter name for "Keep the best n individuals in each generation.
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.operator.features.weighting.FeatureWeighting
The parameter name for "Keep the best n individuals in each generation.
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "Indicates if the best individual should survive (elititst selection).
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "Indicates if the best individual should survive (elititst selection).
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "Indicates if the best individual should survive (elititst selection).
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_KEEP_BEST - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_KEEP_BEST_INDIVIDUAL - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "If set to true, the best individual of each generations is guaranteed to be selected for the next generation (elitist selection).
PARAMETER_KEEP_BEST_INDIVIDUAL - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "If set to true, the best individual of each generations is guaranteed to be selected for the next generation (elitist selection).
PARAMETER_KEEP_BOTH_JOIN_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
PARAMETER_KEEP_MISSINGS - Static variable in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
PARAMETER_KEEP_MODEL - Static variable in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
PARAMETER_KEEP_OLD_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
PARAMETER_KEEP_OLD_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
PARAMETER_KEEP_OLD_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
PARAMETER_KEEP_OLD_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
PARAMETER_KEEP_OLD_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
PARAMETER_KEEP_SUBSET_ONLY - Static variable in class com.rapidminer.operator.preprocessing.AttributeSubsetPreprocessing
The parameter name for "Indicates if the attributes which did not match the regular expression should be removed by this operator.
PARAMETER_KERNEL_A - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The SVM kernel parameter a (neural).
PARAMETER_KERNEL_A - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter a (neural).
PARAMETER_KERNEL_A - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The SVM kernel parameter a (neural).
PARAMETER_KERNEL_A - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter a (neural).
PARAMETER_KERNEL_A - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The SVM kernel parameter a (neural).
PARAMETER_KERNEL_A - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter a (neural).
PARAMETER_KERNEL_B - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The SVM kernel parameter b (neural).
PARAMETER_KERNEL_B - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter b (neural).
PARAMETER_KERNEL_B - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The SVM kernel parameter b (neural).
PARAMETER_KERNEL_B - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter b (neural).
PARAMETER_KERNEL_B - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The SVM kernel parameter b (neural).
PARAMETER_KERNEL_B - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter b (neural).
PARAMETER_KERNEL_BIAS - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The bias used in the poly kernel.
PARAMETER_KERNEL_BIAS - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The bias used in the poly kernel.
PARAMETER_KERNEL_CACHE - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "Size of the cache for kernel evaluations im MB "
PARAMETER_KERNEL_CACHE - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "Size of the cache for kernel evaluations im MB "
PARAMETER_KERNEL_CACHE - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Size of the cache for kernel evaluations im MB "
PARAMETER_KERNEL_DEGREE - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The SVM kernel parameter degree (polynomial).
PARAMETER_KERNEL_DEGREE - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter degree (polynomial, anova, epanechnikov).
PARAMETER_KERNEL_DEGREE - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The degree used in the poly kernel.
PARAMETER_KERNEL_DEGREE - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter degree (polynomial, anova, Epanechnikov).
PARAMETER_KERNEL_DEGREE - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The degree used in the poly kernel.
PARAMETER_KERNEL_DEGREE - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter degree (polynomial, anova, Epanechnikov).
PARAMETER_KERNEL_GAMMA - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The SVM kernel parameter gamma (radial).
PARAMETER_KERNEL_GAMMA - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter gamma (radial, anova).
PARAMETER_KERNEL_GAMMA - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter gamma (RBF, anova).
PARAMETER_KERNEL_GAMMA - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter gamma (RBF, anova).
PARAMETER_KERNEL_LENGTHSCALE - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The lengthscale r for rbf kernel functions (exp{-1.0 * r^-2 * ||x - bla||}).
PARAMETER_KERNEL_LENGTHSCALE - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The lengthscale used in all kernels.
PARAMETER_KERNEL_SHIFT - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter shift (multiquadric).
PARAMETER_KERNEL_SHIFT - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The SVM kernel parameter shift (polynomial, Multiquadric).
PARAMETER_KERNEL_SHIFT - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter shift (polynomial, Multiquadric).
PARAMETER_KERNEL_SHIFT - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The SVM kernel parameter shift (polynomial, Multiquadric).
PARAMETER_KERNEL_SHIFT - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter shift (polynomial, Multiquadric).
PARAMETER_KERNEL_SIGMA1 - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter sigma1 (epanechnikov, gaussian combination, multiquadric).
PARAMETER_KERNEL_SIGMA1 - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The SVM kernel parameter sigma1 (Epanechnikov, Gaussian Combination, Multiquadric).
PARAMETER_KERNEL_SIGMA1 - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter sigma1 (Epanechnikov, Gaussian Combination, Multiquadric).
PARAMETER_KERNEL_SIGMA1 - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The SVM kernel parameter sigma1 (Epanechnikov, Gaussian Combination, Multiquadric).
PARAMETER_KERNEL_SIGMA1 - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter sigma1 (Epanechnikov, Gaussian Combination, Multiquadric).
PARAMETER_KERNEL_SIGMA2 - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter sigma2 (gaussian combination).
PARAMETER_KERNEL_SIGMA2 - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The SVM kernel parameter sigma2 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA2 - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter sigma2 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA2 - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The SVM kernel parameter sigma2 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA2 - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter sigma2 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA3 - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "The SVM kernel parameter sigma3 (gaussian combination).
PARAMETER_KERNEL_SIGMA3 - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The SVM kernel parameter sigma3 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA3 - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel parameter sigma3 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA3 - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The SVM kernel parameter sigma3 (Gaussian Combination).
PARAMETER_KERNEL_SIGMA3 - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel parameter sigma3 (Gaussian Combination).
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The SVM kernel type"
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "The kind of kernel.
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The SVM kernel type"
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The type of the kernel functions"
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The type of the kernel functions.
PARAMETER_KERNEL_TYPE - Static variable in class com.rapidminer.tools.math.kernels.Kernel
The parameter name for "The SVM kernel type"
PARAMETER_KEY - Static variable in class com.rapidminer.operator.ModelApplier
The parameter name for "value"
PARAMETER_L_NEG - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "A factor for the SVM complexity constant for negative examples"
PARAMETER_L_NEG - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "A factor for the SVM complexity constant for negative examples"
PARAMETER_L_POS - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "A factor for the SVM complexity constant for positive examples"
PARAMETER_L_POS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "A factor for the SVM complexity constant for positive examples"
PARAMETER_LABEL_ATTRIBUTE - Static variable in class com.rapidminer.operator.io.ResultSetExampleSource
The parameter name for "The (case sensitive) name of the label attribute"
PARAMETER_LABEL_COLUMN - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
The parameter name for "Indicates which column should be used for the label attribute (0: no label)"
PARAMETER_LABEL_COLUMN - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "Column number of the label attribute (only used if label_name is empty; 0 = none; negative values are counted from the last column)"
PARAMETER_LABEL_COLUMN - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
The parameter name for "Indicates which column should be used for the label attribute (0: no label)"
PARAMETER_LABEL_FILE - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Name of the data file containing the labels.
PARAMETER_LABEL_NAME - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "Name of the label attribute (if empty, the column defined by label_column will be used)"
PARAMETER_LABEL_NOISE - Static variable in class com.rapidminer.operator.preprocessing.NoiseOperator
The parameter name for "Add this percentage of a numerical label range as a normal distributed noise or probability for a nominal label change.
PARAMETER_LAPLACE_CORRECTION - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_LAPLACE_CORRECTION - Static variable in class com.rapidminer.operator.learner.bayes.NaiveBayes
 
PARAMETER_LAPLACE_K - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
PARAMETER_LARGE - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "the number of examples a hypothesis must cover before normal approximation is used"
PARAMETER_LAST - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
PARAMETER_LAST_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureRangeRemoval
The parameter name for "The last attribute of the attribute range which should be removed"
PARAMETER_LAST_EXAMPLE - Static variable in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
The parameter name for "The last example of the resulting example set.
PARAMETER_LAYOUT - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
PARAMETER_LEARN_ON_COMPLETE_CASES - Static variable in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
The parameter name for "Learn concepts to impute missing values only on the basis of complete cases (should be used in case learning approach can not handle missing values).
PARAMETER_LEARNING_RATE - Static variable in class com.rapidminer.operator.features.transformation.GHA
The parameter name for "The learning rate for GHA (small)"
PARAMETER_LEARNING_RATE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
The parameter name for "The learning rate determines by how much we change the weights at each step.
PARAMETER_LEARNING_RATE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The learning rate determines by how much we change the weights at each step.
PARAMETER_LEARNING_RATE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
The parameter name for "The learning rate determines by how much we change the weights at each step.
PARAMETER_LEARNING_RATE - Static variable in class com.rapidminer.operator.learner.functions.Perceptron
 
PARAMETER_LEARNING_RATE_END - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the strength of an adaption in the last round.
PARAMETER_LEARNING_RATE_START - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the strength of an adaption in the first round.
PARAMETER_LEAVE_ONE_OUT - Static variable in class com.rapidminer.operator.meta.XVPrediction
The parameter name for "Set the number of validations to the number of examples.
PARAMETER_LEAVE_ONE_OUT - Static variable in class com.rapidminer.operator.validation.WrapperXValidation
The parameter name for "Set the number of validations to the number of examples.
PARAMETER_LEAVE_ONE_OUT - Static variable in class com.rapidminer.operator.validation.XValidation
The parameter name for "Set the number of validations to the number of examples.
PARAMETER_LEFT_ATTRIBUTE_FOR_JOIN - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
PARAMETER_LIMIT_GENERATIONS_WITHOUT_IMPROVAL - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
PARAMETER_LIMIT_MAX - Static variable in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
PARAMETER_LIMIT_MAX_TOTAL_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
 
PARAMETER_LIMIT_MAX_TOTAL_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.construction.YAGGA
 
PARAMETER_LIMIT_NUMBER_OF_GENERATIONS - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
The parameter name for "Delivers the maximum amount of generations (-1: might use or deselect all features).
PARAMETER_LIMIT_TIME - Static variable in class com.rapidminer.operator.meta.IteratingOperatorChain
 
PARAMETER_LIMIT_TIME - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
PARAMETER_LINEAR_FACTOR - Static variable in class com.rapidminer.operator.preprocessing.NoiseOperator
The parameter name for "Linear factor multiplicated with the values of each random attribute"
PARAMETER_LINES - Static variable in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
PARAMETER_LIST - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
PARAMETER_LOCAL_BEST_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "The weight for the individual's best position during run.
PARAMETER_LOCAL_BEST_WEIGHT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "The weight for the individual's best position during run.
PARAMETER_LOCAL_NORMALIZATION - Static variable in class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
PARAMETER_LOCAL_RANDOM_SEED - Static variable in class com.rapidminer.tools.RandomGenerator
 
PARAMETER_LOCALE - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_LOCALE - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
PARAMETER_LOCALE - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
PARAMETER_LOCALE - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
PARAMETER_LOG - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_LOG_NAME - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
PARAMETER_LOG_NAME - Static variable in class com.rapidminer.operator.visualization.ClearProcessLog
 
PARAMETER_LOG_NAME - Static variable in class com.rapidminer.operator.visualization.ProcessLog2ExampleSet
 
PARAMETER_LOG_SCALE - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
PARAMETER_LOG_STDERR - Static variable in class com.rapidminer.operator.CommandLineOperator
 
PARAMETER_LOG_STDOUT - Static variable in class com.rapidminer.operator.CommandLineOperator
 
PARAMETER_LOG_VALUE - Static variable in class com.rapidminer.operator.tools.ConsolePrintOperator
 
PARAMETER_LOGFILE - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_LOGVERBOSITY - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_MACRO - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
The parameter name for "The values of the user defined macros.
PARAMETER_MACRO - Static variable in class com.rapidminer.operator.macros.UnsetMacroOperator
 
PARAMETER_MACRO - Static variable in class com.rapidminer.operator.SingleMacroDefinitionOperator
The parameter name for "The values of the user defined macros.
PARAMETER_MACRO_ENUM - Static variable in class com.rapidminer.operator.macros.UnsetMacroOperator
 
PARAMETER_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
PARAMETER_MACRO_NAME - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
PARAMETER_MACRO_NAME - Static variable in class com.rapidminer.operator.visualization.Macro2Log
 
PARAMETER_MACRO_START_VALUE - Static variable in class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
PARAMETER_MACRO_TYPE - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
PARAMETER_MACRO_VALUE - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
PARAMETER_MACROS - Static variable in class com.rapidminer.operator.MacroDefinitionOperator
 
PARAMETER_MACROS - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
PARAMETER_MAIN_CRITERION - Static variable in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
The parameter name for "The criterion used for comparing performance vectors.
PARAMETER_MAIN_CRITERION - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
PARAMETER_MAIN_CRITERION_ONLY - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
PARAMETER_MAX - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
The parameter name for "The maximal value which is mapped to false (included).
PARAMETER_MAX - Static variable in class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
The parameter name for "The maximum value after normalization"
PARAMETER_MAX_ABSOLUT_DECREASE - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_MAX_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_MAX_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_MAX_ATTRIBUTES - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Maximal number of attributes in first example set"
PARAMETER_MAX_BASIS_VECTORS - Static variable in class com.rapidminer.operator.learner.functions.kernel.GPLearner
The parameter name for "Maximum number of basis vectors to be used.
PARAMETER_MAX_CACHE - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_MAX_COEFFICIENT - Static variable in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
PARAMETER_MAX_COLUMN - Static variable in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
PARAMETER_MAX_COLUMN - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
PARAMETER_MAX_COMPLEXITY - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "the maximum complexity of hypothesis"
PARAMETER_MAX_CRITERION - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Maximal main criterion in first performance vector"
PARAMETER_MAX_DEGREE - Static variable in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
PARAMETER_MAX_DEPTH - Static variable in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
PARAMETER_MAX_DEPTH - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_MAX_EVALUATIONS - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "Stop after this many evaluations"
PARAMETER_MAX_EXAMPLES - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Maximal number of examples in first example set"
PARAMETER_MAX_FRACTION_MISSING - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.MissingValuesAttributeFilter
 
PARAMETER_MAX_GAP - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_MAX_GENERATED - Static variable in class com.rapidminer.operator.features.construction.DirectedGGA
The parameter name for "The maximum number of generated attributes per generation.
PARAMETER_MAX_GENERATIONS - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "Stop after this many evaluations"
PARAMETER_MAX_GENERATIONS - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "Stop after this many evaluations"
PARAMETER_MAX_GENERATIONS - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "Stop after this many evaluations"
PARAMETER_MAX_GENERATIONS - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_MAX_GENERATIONS - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_MAX_ITEMS - Static variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
The parameter name the maximum number of items.
PARAMETER_MAX_ITERATION - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "maximum number of iterations to perform"
PARAMETER_MAX_ITERATION - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "The maximum number of iterations used.
PARAMETER_MAX_ITERATIONS - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "Stop after this many iterations"
PARAMETER_MAX_ITERATIONS - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "Stop after this many iterations"
PARAMETER_MAX_ITERATIONS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Stop after this many iterations"
PARAMETER_MAX_ITERATIONS - Static variable in class com.rapidminer.operator.learner.functions.linear.IterativeTTestLinearRegressionMethod
 
PARAMETER_MAX_ITERATIONS - Static variable in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
PARAMETER_MAX_ITERATIONS - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Maximum number of iterations"
PARAMETER_MAX_LEAF_SIZE - Static variable in class com.rapidminer.operator.clustering.clusterer.TopDownClustering
The parameter name for "the maximal number of items in a cluster leaf"
PARAMETER_MAX_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.BruteForceSelection
 
PARAMETER_MAX_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
PARAMETER_MAX_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
PARAMETER_MAX_NUMBER_OF_NEW_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
The parameter name for "Max number of attributes to generate for an individual in one generation.
PARAMETER_MAX_OPTIMIZATION_STEPS - Static variable in class com.rapidminer.operator.clustering.clusterer.FastKMeans
The parameter name for "the maximal number of iterations performed for one run of the k method"
PARAMETER_MAX_OPTIMIZATION_STEPS - Static variable in class com.rapidminer.operator.clustering.clusterer.KernelKMeans
The parameter name for "the maximal number of iterations performed for one run of the k method"
PARAMETER_MAX_OPTIMIZATION_STEPS - Static variable in class com.rapidminer.operator.clustering.clusterer.KMeans
The parameter name for "the maximal number of iterations performed for one run of the k method"
PARAMETER_MAX_OPTIMIZATION_STEPS - Static variable in class com.rapidminer.operator.clustering.clusterer.KMedoids
The parameter name for "the maximal number of iterations performed for one run of the k method"
PARAMETER_MAX_OPTIMIZATION_STEPS - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "the maximal number of iterations performed for one run of the k method"
PARAMETER_MAX_OPTIMIZATION_STEPS - Static variable in class com.rapidminer.operator.clustering.clusterer.XMeans
The parameter name for "the maximal number of iterations performed for one run of the k-mean"
PARAMETER_MAX_ORIGINAL - Static variable in class com.rapidminer.operator.features.construction.DirectedGGA
The parameter name for "The maximum number of original attributes added per generation.
PARAMETER_MAX_REDUCTION_STEPS - Static variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
PARAMETER_MAX_RELATIVE_DECREASE - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_MAX_ROW - Static variable in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
PARAMETER_MAX_ROW - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
PARAMETER_MAX_RUNS - Static variable in class com.rapidminer.operator.clustering.clusterer.FastKMeans
The parameter name for "the maximal number of runs of the k method with random initialization that are performed"
PARAMETER_MAX_RUNS - Static variable in class com.rapidminer.operator.clustering.clusterer.KMeans
The parameter name for "the maximal number of runs of the k method with random initialization that are performed"
PARAMETER_MAX_RUNS - Static variable in class com.rapidminer.operator.clustering.clusterer.KMedoids
The parameter name for "the maximal number of runs of the k method with random initialization that are performed"
PARAMETER_MAX_RUNS - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "the maximal number of runs of the k method with random initialization that are performed"
PARAMETER_MAX_RUNS - Static variable in class com.rapidminer.operator.clustering.clusterer.XMeans
The parameter name for "the maximal number of runs of the k method with random initialization that are performed"
PARAMETER_MAX_TOTAL_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
The parameter name for "Max total number of attributes in all generations (-1: no maximum).
PARAMETER_MAX_TOTAL_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.construction.YAGGA
The parameter name for "Max total number of attributes in all generations (-1: no maximum).
PARAMETER_MAX_VALUE - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
PARAMETER_MAX_VALUE - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
PARAMETER_MAX_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "The upper bound for the weights.
PARAMETER_MAXIMAL_DEPTH - Static variable in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
The parameter name for the maximum tree depth.
PARAMETER_MAXIMAL_FITNESS - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
PARAMETER_MAXIMAL_FITNESS - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_MAXIMIZE - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "Number of generations after which to terminate the algorithm.
PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "Number of generations after which to terminate the algorithm.
PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
 
PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "Number of generations after which to terminate the algorithm.
PARAMETER_MEAN - Static variable in class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
PARAMETER_MEASURE - Static variable in class com.rapidminer.operator.validation.clustering.exampledistribution.ExampleDistributionEvaluator
 
PARAMETER_MEASURE_TYPES - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
PARAMETER_META_DATA - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
This parameter holds the hole information about the attribute columns.
PARAMETER_METHOD - Static variable in class com.rapidminer.operator.learner.lazy.DefaultLearner
The parameter name for "The method to compute the default.
PARAMETER_MIME_TYPE - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
PARAMETER_MIN - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
The parameter name for "The minimal value which is mapped to false (included).
PARAMETER_MIN - Static variable in class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
The parameter name for "The minimum value after normalization"
PARAMETER_MIN_ABSOLUT_INCREASE - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_MIN_ATTRIBUTES - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Minimal number of attributes in first example set"
PARAMETER_MIN_COEFFICIENT - Static variable in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
PARAMETER_MIN_COLUMN - Static variable in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
PARAMETER_MIN_COLUMN - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
PARAMETER_MIN_COMPLEXITY - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "the minimum complexity of hypothesis"
PARAMETER_MIN_CONFIDENCE - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
PARAMETER_MIN_CONFIDENCE - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
PARAMETER_MIN_CONFIDENCES - Static variable in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
PARAMETER_MIN_COVERAGE - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_MIN_CRITERION - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Minimal main criterion in first performance vector"
PARAMETER_MIN_CRITERION_VALUE - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
PARAMETER_MIN_DELTA_LOG_ALPHA - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "Abort iteration if largest log alpha change is smaller than this"
PARAMETER_MIN_EXAMPLES - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Minimal number of examples in first example set"
PARAMETER_MIN_GAP - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_MIN_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.BruteForceSelection
 
PARAMETER_MIN_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
PARAMETER_MIN_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
PARAMETER_MIN_NUMBER_OF_ITEMSETS - Static variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
Indicates the minimum number of item sets by iteratively decreasing the minimum support.
PARAMETER_MIN_RELATIVE_INCREASE - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_MIN_ROW - Static variable in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
PARAMETER_MIN_ROW - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
PARAMETER_MIN_SUPPORT - Static variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
The parameter name for "Minimal Support"
PARAMETER_MIN_SUPPORT - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_MIN_TOLERANCE - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
The parameter name for "The minimum tolerance for the removal of colinear features.
PARAMETER_MIN_UTILITY - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_MIN_UTILITY_PRUNING - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "minimum utility used for pruning"
PARAMETER_MIN_UTILITY_USEFUL - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "minimum utility for the usefulness of a rule"
PARAMETER_MIN_VALUE - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
PARAMETER_MIN_VALUE - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
PARAMETER_MIN_WEIGHT - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "The lower bound for the weights.
PARAMETER_MINIMAL_GAIN - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
The parameter name for the minimal gain.
PARAMETER_MINIMAL_LEAF_SIZE - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
The parameter name for "The minimal size of all leaves.
PARAMETER_MINIMAL_POINTS_LOWER_BOUND - Static variable in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
The parameter name for "The lower bound for MinPts for the Outlier test "
PARAMETER_MINIMAL_POINTS_UPPER_BOUND - Static variable in class com.rapidminer.operator.preprocessing.outlier.LOFOutlierOperator
The parameter name for "The upper bound for MinPts for the Outlier test "
PARAMETER_MINIMAL_SIZE_FOR_SPLIT - Static variable in class com.rapidminer.operator.learner.tree.AbstractTreeLearner
The parameter name for "The minimal size of all leaves.
PARAMETER_MINIMUM_BANDWIDTH - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_MINIMUM_WEIGHT - Static variable in class com.rapidminer.operator.performance.MinMaxWrapper
The parameter name for "Defines the weight for the minimum fitness agains the average fitness"
PARAMETER_MISCLASSIFICATION_COSTS_FIRST - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_MISCLASSIFICATION_COSTS_SECOND - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_MISSING_VALUE_EXPRESSION - Static variable in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
parameter to set the epxression
PARAMETER_MISSING_VALUE_NOMINAL - Static variable in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
parameter to set the missing value for nominal type
PARAMETER_MISSING_VALUE_NUMERIC - Static variable in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
parameter to set the missing value for numeric type
PARAMETER_MIXED_MEASURE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
PARAMETER_MODE - Static variable in class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
PARAMETER_MODE - Static variable in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
parameter to set the missing value type (numeric or nominal)
PARAMETER_MODEL_FILE - Static variable in class com.rapidminer.operator.io.ModelLoader
The parameter name for "Filename containing the model to load.
PARAMETER_MODEL_FILE - Static variable in class com.rapidminer.operator.io.ModelWriter
The parameter name for "Filename for the model file.
PARAMETER_MOMENTUM - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
The parameter name for "The momentum simply adds a fraction of the previous weight update to the current one (prevent local maxima and smoothes optimization directions).
PARAMETER_MOMENTUM - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The momentum simply adds a fraction of the previous weight update to the current one (prevent local maxima and smoothes optimization directions).
PARAMETER_MOMENTUM - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
The parameter name for "The momentum simply adds a fraction of the previous weight update to the current one (prevent local maxima and smoothes optimization directions).
PARAMETER_MULTIPLY_TYPE - Static variable in class com.rapidminer.operator.IOMultiplyOperator
 
PARAMETER_MULTIPLY_WHICH - Static variable in class com.rapidminer.operator.IOMultiplyOperator
 
PARAMETER_MUTATION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The type of the mutation operator.
PARAMETER_MUTATION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The type of the mutation operator.
PARAMETER_MUTATION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "The type of the mutation operator.
PARAMETER_MUTATION_TYPE - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_MUTATION_TYPE - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_MUTATION_VARIANCE - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
The parameter name for "The (initial) variance for each mutation.
PARAMETER_NAME - Static variable in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
The parameter name for "The name of the attribute of which the type should be changed.
PARAMETER_NAME - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "The name of the process log operator which produced the data table.
PARAMETER_NAME - Static variable in class com.rapidminer.operator.IORetrievalOperator
 
PARAMETER_NAME - Static variable in class com.rapidminer.operator.IOStorageOperator
 
PARAMETER_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
PARAMETER_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
The parameter name for "The name of the attribute of which the type should be changed.
PARAMETER_NAME_MAP - Static variable in class com.rapidminer.operator.meta.ParameterCloner
The parameter name for "A list mapping operator parameters from the set to other operator parameters in the process setup.
PARAMETER_NAME_MAP - Static variable in class com.rapidminer.operator.meta.ParameterSetter
The parameter name for "A list mapping operator names from the set to operator names in the process setup.
PARAMETER_NAME_OPT - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
PARAMETER_NAME_REQ - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
PARAMETER_NAME_ROC_BIAS - Static variable in enum com.rapidminer.tools.math.ROCBias
Parameter to select the bias type.
PARAMETER_NAME_STEM - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
PARAMETER_NAMESPACE - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_NAMESPACE_ID - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_NAMESPACES - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_NEGATIVE_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
The parameter name for "The first/negative/false value.
PARAMETER_NEIGHBORHOOD_TYPE - Static variable in class com.rapidminer.operator.learner.local.Neighborhoods
 
PARAMETER_NET_SIZE - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the size of the SOM net, by setting the length of every edge of the net.
PARAMETER_NEW_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
The parameter name for "The name of the new (copied) attribute.
PARAMETER_NEW_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
The parameter name for "The new name of the attribute.
PARAMETER_NEW_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
The parameter name for "The value which should be added.
PARAMETER_NEW_VALUES - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
PARAMETER_NO_PRE_PRUNING - Static variable in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
PARAMETER_NO_PRUNING - Static variable in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
The parameter name for "Disables the pruning and delivers an unpruned tree.
PARAMETER_NODE_DESCRIPTION - Static variable in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
PARAMETER_NOISE - Static variable in class com.rapidminer.operator.preprocessing.NoiseOperator
The parameter name for "List of noises for each attributes.
PARAMETER_NOMINAL_MEASURE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
PARAMETER_NOMINAL_MUTATION_RATE - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
 
PARAMETER_NOMINAL_SINGLE_VALUE_LOWER - Static variable in class com.rapidminer.operator.features.selection.RemoveUselessFeatures
The parameter name for "Removes all nominal attributes which provides less than the given amount of at least one value (-1: remove attributes with values occuring only once).
PARAMETER_NOMINAL_SINGLE_VALUE_UPPER - Static variable in class com.rapidminer.operator.features.selection.RemoveUselessFeatures
The parameter name for "Removes all nominal attributes which provides more than the given amount of only one value.
PARAMETER_NORMALIZATION_METHOD - Static variable in class com.rapidminer.operator.preprocessing.normalization.Normalization
 
PARAMETER_NORMALIZE - Static variable in class com.rapidminer.operator.features.weighting.StandardDeviationWeighting
The parameter name for "Indicates if the standard deviation should be divided by the minimum, maximum, or average of the attribute.
PARAMETER_NORMALIZE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
Indicates if the input data should be normalized between -1 and 1 before learning.
PARAMETER_NORMALIZE - Static variable in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
PARAMETER_NORMALIZE_WEIGHTS - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_NORMALIZE_WEIGHTS - Static variable in class com.rapidminer.operator.features.weighting.AbstractWeighting
The parameter name for "Activates the normalization of all weights.
PARAMETER_NORMALIZE_WEIGHTS - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "Activates the normalization of all weights.
PARAMETER_NORMALIZE_WEIGHTS - Static variable in class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
PARAMETER_NOTIFICATION_EMAIL - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_NU - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "The parameter nu for nu_svc, one_class, and nu_svr.
PARAMETER_NUMBER_ATTRIBUTES - Static variable in class com.rapidminer.operator.generator.MassiveDataGenerator
The parameter name for "The number of attributes.
PARAMETER_NUMBER_CLUSTERS - Static variable in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_CONSTRUCTED - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "The maximum number of attributes constructed in each generation.
PARAMETER_NUMBER_CUSTOMERS - Static variable in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.ChurnReductionExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.DirectMailingExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.ExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.MassiveDataGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.MultipleLabelGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.NominalExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.SalesExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.TeamProfitExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.TransfersExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_EXAMPLES - Static variable in class com.rapidminer.operator.generator.UpSellingExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_GROUPING_CHARACTER - Static variable in class com.rapidminer.operator.preprocessing.GuessValueTypes
The parameter name for "Character that is used as decimal point.
PARAMETER_NUMBER_ITEMS - Static variable in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.RandomSelection
 
PARAMETER_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.generator.ExampleSetGenerator
The parameter name for "The number of attributes.
PARAMETER_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.generator.NominalExampleSetGenerator
The parameter name for "The number of attributes.
PARAMETER_NUMBER_OF_BINS - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
PARAMETER_NUMBER_OF_BINS - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
Indicates the number of used bins.
PARAMETER_NUMBER_OF_BINS - Static variable in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
The parameter for the number of bins.
PARAMETER_NUMBER_OF_BINS - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
Indicates the number of used bins.
PARAMETER_NUMBER_OF_BINS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_NUMBER_OF_Class_OUTLIERS - Static variable in class com.rapidminer.operator.preprocessing.outlier.EcodbOperator
The parameter name for "The number of top-n Class Outliers to be looked for.
PARAMETER_NUMBER_OF_CLUSTER - Static variable in class com.rapidminer.operator.clustering.FlattenClusterModel
 
PARAMETER_NUMBER_OF_CLUSTERS - Static variable in class com.rapidminer.operator.clustering.clusterer.RandomClustering
 
PARAMETER_NUMBER_OF_COMPONENTS - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "Number components to be extracted (-1 number of attributes is used).
PARAMETER_NUMBER_OF_COMPONENTS - Static variable in class com.rapidminer.operator.features.transformation.GHA
The parameter name for "Number of components to compute.
PARAMETER_NUMBER_OF_COMPONENTS - Static variable in class com.rapidminer.operator.features.transformation.PCA
The parameter name for "Keep this number of components.
PARAMETER_NUMBER_OF_COMPONENTS - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
The parameter name for "Keep this number of components.
PARAMETER_NUMBER_OF_COPIES - Static variable in class com.rapidminer.operator.IOMultiplyOperator
 
PARAMETER_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
PARAMETER_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
 
PARAMETER_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
 
PARAMETER_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
 
PARAMETER_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_NUMBER_OF_DIMENSIONS - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the number of dimensions, the data shall be reduced.
PARAMETER_NUMBER_OF_FOLDS - Static variable in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
The parameter name for the number of folds.
PARAMETER_NUMBER_OF_ITERATIONS - Static variable in class com.rapidminer.operator.features.transformation.GHA
The parameter name for "Number of Iterations to apply the update rule.
PARAMETER_NUMBER_OF_ITERATIONS - Static variable in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
The parameter name for "Defines the number of optimization iterations.
PARAMETER_NUMBER_OF_ITERATIONS - Static variable in class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
PARAMETER_NUMBER_OF_KERNELS - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_NUMBER_OF_NEIGHBORS - Static variable in class com.rapidminer.operator.features.weighting.ReliefWeighting
The parameter name for "Number of nearest neigbors for relevance calculation.
PARAMETER_NUMBER_OF_NEIGHBORS - Static variable in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
The parameter name for "Specifies the k value for the k-th nearest neighbours to be the analyzed.
PARAMETER_NUMBER_OF_NEIGHBORS - Static variable in class com.rapidminer.operator.preprocessing.outlier.EcodbOperator
The parameter name for "Specifies the k value for the k-th nearest neighbours to be the analyzed.
PARAMETER_NUMBER_OF_OUTLIERS - Static variable in class com.rapidminer.operator.preprocessing.outlier.DKNOutlierOperator
The parameter name for "The number of top-n Outliers to be looked for.
PARAMETER_NUMBER_OF_PREPRUNING_ALTERNATIVES - Static variable in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
PARAMETER_NUMBER_OF_RANKS - Static variable in class com.rapidminer.operator.postprocessing.GeneratePredictionRankingOperator
 
PARAMETER_NUMBER_OF_STEPS - Static variable in class com.rapidminer.operator.features.selection.ForwardSelectionOperator
Deprecated.  
PARAMETER_NUMBER_OF_TREES - Static variable in class com.rapidminer.operator.learner.tree.RandomForestLearner
The parameter name for the number of trees.
PARAMETER_NUMBER_OF_VALIDATIONS - Static variable in class com.rapidminer.operator.meta.XVPrediction
The parameter name for "Number of subsets for the crossvalidation.
PARAMETER_NUMBER_OF_VALIDATIONS - Static variable in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
PARAMETER_NUMBER_OF_VALIDATIONS - Static variable in class com.rapidminer.operator.validation.BootstrappingValidation
 
PARAMETER_NUMBER_OF_VALIDATIONS - Static variable in class com.rapidminer.operator.validation.WrapperXValidation
The parameter name for "Number of subsets for the cross-validation"
PARAMETER_NUMBER_OF_VALIDATIONS - Static variable in class com.rapidminer.operator.validation.XValidation
The parameter name for "Number of subsets for the crossvalidation.
PARAMETER_NUMBER_OF_VALUES - Static variable in class com.rapidminer.operator.generator.NominalExampleSetGenerator
The parameter name for "The number of nominal values for each attribute.
PARAMETER_NUMBER_ORIGINAL - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "The maximum of original attributes added in each generation.
PARAMETER_NUMBER_SAMPLE_POINTS - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The number of virtual sample points to check for neighborship.
PARAMETER_NUMBER_TRANSACTIONS - Static variable in class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
The parameter name for "The number of generated examples.
PARAMETER_NUMERIC_CONDITION - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.NumericValueAttributeFilter
 
PARAMETER_NUMERICAL_MEASURE - Static variable in class com.rapidminer.tools.math.similarity.DistanceMeasures
 
PARAMETER_NUMERICAL_MIN_DEVIATION - Static variable in class com.rapidminer.operator.features.selection.RemoveUselessFeatures
The parameter name for "Removes all numerical attributes with standard deviation less or equal to this threshold.
PARAMETER_OBFUSCATION_MAP_FILE - Static variable in class com.rapidminer.operator.preprocessing.Deobfuscator
The parameter name for "File where the obfuscator map was written to.
PARAMETER_OBFUSCATION_MAP_FILE - Static variable in class com.rapidminer.operator.preprocessing.Obfuscator
The parameter name for "File where the obfuscator map should be written to.
PARAMETER_OBJECT_FILE - Static variable in class com.rapidminer.operator.io.IOObjectReader
The parameter name for "Filename of the object file.
PARAMETER_OBJECT_FILE - Static variable in class com.rapidminer.operator.io.IOObjectWriter
The parameter name for "Filename of the object file.
PARAMETER_OFFSET - Static variable in class com.rapidminer.operator.preprocessing.IdTagging
The parameter name for the offset added to the generated id.
PARAMETER_OFFSET - Static variable in class com.rapidminer.operator.preprocessing.NoiseOperator
The parameter name for "Offset added to the values of each random attribute"
PARAMETER_OLD_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
The parameter name for "The old name of the attribute.
PARAMETER_OLD_VALUES - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "The second value which should be merged.
PARAMETER_ONECLASS_CLASSIFICATION - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Indicates if the traditional libsvm one-class classification behavior should be used.
PARAMETER_ONLY_BEST - Static variable in class com.rapidminer.operator.meta.ExampleSetIterator
The parameter name for "Return only best result?
PARAMETER_ONLY_DISTINCT - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_ONLY_DISTINCT - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_ONLY_DISTINCT - Static variable in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
PARAMETER_OPAQUENESS - Static variable in class com.rapidminer.gui.plotter.charts.HistogramChart
 
PARAMETER_OPERATOR_NAME - Static variable in class com.rapidminer.operator.meta.OperatorEnabler
The parameter name for "The name of the operator which should be disabled or enabled"
PARAMETER_OPTIMIZATION_DIRECTION - Static variable in class com.rapidminer.operator.performance.AttributeCounter
The parameter name for "Indicates if the fitness should for maximal or minimal number of features.
PARAMETER_OPTIMIZATION_DIRECTION - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
PARAMETER_OPTIMIZATION_DIRECTION - Static variable in class com.rapidminer.operator.performance.SupportVectorCounter
The parameter name for "Indicates if the fitness should for maximal or minimal number of features.
PARAMETER_ORDER - Static variable in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
The parameter name for "Order of attributes in which missing values are estimated.
PARAMETER_ORIENTATION - Static variable in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
PARAMETER_ORIENTATION - Static variable in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
PARAMETER_OUTPUT_FILE - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "The gnuplot file.
PARAMETER_OUTPUT_LAYER_TYPE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The default layer type for the output layers.
PARAMETER_OUTPUT_TYPE - Static variable in class com.rapidminer.operator.io.IOObjectWriter
The parameter name for "Indicates the type of the output"
PARAMETER_OUTPUT_TYPE - Static variable in class com.rapidminer.operator.io.ModelWriter
The parameter name for "Indicates the type of the output"
PARAMETER_OVERWRITE_EXISTING_FILE - Static variable in class com.rapidminer.operator.io.ModelWriter
The parameter name for "Overwrite an existing file.
PARAMETER_OVERWRITE_MODE - Static variable in class com.rapidminer.operator.io.AccessDataWriter
The parameter name for "Indicates if an existing table should be overwritten.
PARAMETER_OVERWRITE_MODE - Static variable in class com.rapidminer.operator.io.AppendingExampleSetWriter
The parameter name for "Indicates if an existing table should be overwritten.
PARAMETER_OVERWRITE_MODE - Static variable in class com.rapidminer.operator.io.DatabaseExampleSetWriter
The parameter name for "Indicates if an existing table should be overwritten.
PARAMETER_OVERWRITE_MODE - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
The parameter name for "Indicates if an existing table should be overwritten.
PARAMETER_P - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "The fraction of allowed outliers.
PARAMETER_P - Static variable in class com.rapidminer.operator.features.selection.AttributeWeightSelection
The parameter name for "Percentage of attributes to be selected for weight-relations 'top p%' or 'bottom p%'.
PARAMETER_P - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Tolerance of loss function of epsilon-SVR.
PARAMETER_P - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
PARAMETER_P_CROSSOVER - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_P_CROSSOVER - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_P_CROSSOVER - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
The parameter name for "Probability for an individual to be selected for crossover.
PARAMETER_P_CROSSOVER - Static variable in class com.rapidminer.operator.features.weighting.EvolutionaryWeighting
The parameter name for "Probability for an individual to be selected for crossover.
PARAMETER_P_GENERATE - Static variable in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
The parameter name for "Probability for an individual to be selected for generation.
PARAMETER_P_INITIALIZE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_P_INITIALIZE - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
The parameter name for "Initial probability for an attribute to be switched on.
PARAMETER_P_MUTATION - Static variable in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
The parameter name for "Probability for an attribute to be changed (-1: 1 / numberOfAtts).
PARAMETER_P_MUTATION - Static variable in class com.rapidminer.operator.features.construction.YAGGA
The parameter name for "Probability for mutation (-1: 1/n).
PARAMETER_P_MUTATION - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
The parameter name for "Probability for an attribute to be changed (-1: 1 / numberOfAtt).
PARAMETER_PARAMETER_FILE - Static variable in class com.rapidminer.operator.io.ParameterSetLoader
The parameter name for "A file containing a parameter set.
PARAMETER_PARAMETER_FILE - Static variable in class com.rapidminer.operator.io.ParameterSetWriter
The parameter name for "A file containing a parameter set.
PARAMETER_PARAMETER_STRING - Static variable in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
The parameter name for "Parameter string for the condition, e.g.
PARAMETER_PARAMETERS - Static variable in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
The parameter name for "Parameters to optimize in the format OPERATORNAME.PARAMETERNAME.
PARAMETER_PARAMETERS - Static variable in class com.rapidminer.operator.meta.ParameterIteration
The parameter name for "A list of parameters to optimize"
PARAMETER_PARAMETERS - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_PARENT_CLASS - Static variable in class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
PARAMETER_PARENT_CLASS - Static variable in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
PARAMETER_PARENT_FOLDER_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_PARENT_PATH_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_PARSE_NUMBERS - Static variable in class com.rapidminer.tools.StrictDecimalFormat
 
PARAMETER_PARTITIONS - Static variable in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
PARAMETER_PASSWORD - Static variable in class com.rapidminer.operator.io.AccessDataReader
 
PARAMETER_PASSWORD - Static variable in class com.rapidminer.operator.io.AccessDataWriter
 
PARAMETER_PASSWORD - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "Password for the database.
PARAMETER_PATTERN - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
PARAMETER_PERCENTAGE_THRESHOLD - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
The parameter name for "Keep the all components with a cumulative variance smaller than the given threshold.
PARAMETER_PERFORMANCE_CHANGE - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Stop when performance of inner chain behaves like this.
PARAMETER_PERFORMANCE_FILE - Static variable in class com.rapidminer.operator.io.PerformanceLoader
The parameter name for "Filename for the performance file.
PARAMETER_PERFORMANCE_FILE - Static variable in class com.rapidminer.operator.io.PerformanceWriter
The parameter name for "Filename for the performance file.
PARAMETER_PERFORMANCE_TYPE - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
PARAMETER_PERMUTATE - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Indicates if the loaded data should be permuted.
PARAMETER_PERSISTENT - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_PLOT_COLUMN - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_PLOT_COLUMNS - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_PLOT_GENERATIONS - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_PLOTTER - Static variable in class com.rapidminer.gui.renderer.AbstractDataTablePlotterRenderer
 
PARAMETER_POINTS - Static variable in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
PARAMETER_POINTS_AND_LINES - Static variable in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
PARAMETER_POPULATION_CRITERIA_DATA_FILE - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_POPULATION_CRITERIA_DATA_FILE - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "Number of individuals per generation.
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "Number of individuals per generation.
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
The parameter name for "Number of individuals per generation.
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The population size (-1: number of examples)"
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "The population size (-1: number of examples)"
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The population size (-1: number of examples)"
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "The population size (-1: number of examples)"
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_POPULATION_SIZE - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_POSITIVE_LABEL - Static variable in class com.rapidminer.operator.postprocessing.RecallChooser
 
PARAMETER_POSITIVE_VALUE - Static variable in class com.rapidminer.operator.associations.AssociationRulesApplier
 
PARAMETER_POSITIVE_VALUE - Static variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPGrowth
 
PARAMETER_POSITIVE_VALUE - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_POSITIVE_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
The parameter name for "The second/positive/true value.
PARAMETER_PREDICT_UNKNOWN_COSTS - Static variable in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
The parameter name for "Use this cost value for predicting an example as unknown (-1: use same costs as for correct class).
PARAMETER_PREDICTION_NAME - Static variable in class com.rapidminer.operator.postprocessing.GeneratePredictionOperator
 
PARAMETER_PREFIX_MAP - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "Maps prefixes to names of special attributes.
PARAMETER_PREFIX_RANGE - Static variable in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
PARAMETER_PREFIX_RANGE_LIST - Static variable in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
PARAMETER_PREFIX_RANGE_MAX - Static variable in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
PARAMETER_PREFIX_RANGE_MIN - Static variable in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
PARAMETER_PREPARE_STATEMENT - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_PROCESS_DURATION_FOR_MAIL - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_PROCESS_FILE - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
The parameter name for "The process file which should be encapsulated by this operator"
PARAMETER_PROPAGATE_METADATA_RECURSIVELY - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
Determines whether meta data is propagated through the included process.
PARAMETER_PROPORTION - Static variable in class com.rapidminer.operator.preprocessing.outlier.DBOutlierOperator
The parameter name for "The proportion of objects related to D.
PARAMETER_PURENESS - Static variable in class com.rapidminer.operator.learner.rules.SimpleRuleLearner
 
PARAMETER_QUADRATIC_LOSS_NEG - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Use quadratic loss for negative deviation"
PARAMETER_QUADRATIC_LOSS_NEG - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Use quadratic loss for negative deviation"
PARAMETER_QUADRATIC_LOSS_POS - Static variable in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
The parameter name for "Use quadratic loss for positive deviation"
PARAMETER_QUADRATIC_LOSS_POS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Use quadratic loss for positive deviation"
PARAMETER_QUALITY - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "the quality, which has to be fulfilled for the stopping of the soft clustering"
PARAMETER_QUERY - Static variable in class com.rapidminer.operator.SQLExecution
The parameter name for "SQL query.
PARAMETER_QUERY - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "SQL query.
PARAMETER_QUERY_FILE - Static variable in class com.rapidminer.operator.SQLExecution
The parameter name for "File containing the query.
PARAMETER_QUERY_FILE - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "File containing the query.
PARAMETER_QUOTE_CHARACTER - Static variable in class com.rapidminer.operator.io.ExampleSource
Specifies the used quoting character.
PARAMETER_QUOTE_NOMINAL_VALUES - Static variable in class com.rapidminer.operator.io.CSVExampleSetWriter
Indicates if nominal values should be quoted with double quotes.
PARAMETER_QUOTE_NOMINAL_VALUES - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
Indicates if nominal values should be quoted with double quotes.
PARAMETER_QUOTES_CHARACTER - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_QUOTES_CHARACTER - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_QUOTES_CHARACTER - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The char that is used to surround nominal values.
PARAMETER_QUOTES_CHARACTER - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_QUOTING_ESCAPE_CHARACTER - Static variable in class com.rapidminer.operator.io.ExampleSource
Specifies the used character for escaping quoting.
PARAMETER_R - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
The parameter name for "Use this radius instead of the calculated one (-1 for calculated radius).
PARAMETER_RANDOM_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.NoiseOperator
The parameter name for "Adds this number of random attributes.
PARAMETER_RANDOM_CODE_MULTIPLICATOR - Static variable in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
The parameter name for "A multiplier regulating the codeword length in random code modus.
PARAMETER_RANDOM_SEED - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_RANGE - Static variable in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
PARAMETER_RANGE_MAX - Static variable in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
PARAMETER_RANGE_MIN - Static variable in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
PARAMETER_RANGE_NAME_TYPE - Static variable in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
Indicates if long range names should be used.
PARAMETER_RANGE_NAME_TYPE - Static variable in class com.rapidminer.operator.preprocessing.discretization.BinDiscretization
Indicates if long range names should be used.
PARAMETER_RANGE_NAME_TYPE - Static variable in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
Indicates if long range names should be used.
PARAMETER_RANGE_NAME_TYPE - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinMaxBinDiscretization
Indicates if long range names should be used.
PARAMETER_RANGE_NAMES - Static variable in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
The parameter name for "Defines the classes and the upper limits of each class.
PARAMETER_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
PARAMETER_RATIO_INTERNAL_BOOTSTRAP - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Name of the flag indicating internal bootstrapping.
PARAMETER_READ_ATTRIBUTE_NAMES - Static variable in class com.rapidminer.operator.io.URLExampleSource
 
PARAMETER_RECALL - Static variable in class com.rapidminer.operator.postprocessing.RecallChooser
 
PARAMETER_RECIPROCAL_VALUE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_RECODE_USER_MISSINGS - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
The parameter name for "Recode SPSS user missings to missing values.
PARAMETER_RECREATE_INDEX - Static variable in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
PARAMETER_RECURSIVE - Static variable in class com.rapidminer.operator.meta.AbstractFileIterator
 
PARAMETER_RECURSIVE - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_REDUCTION_TYPE - Static variable in class com.rapidminer.operator.features.transformation.FastICA
 
PARAMETER_REDUCTION_TYPE - Static variable in class com.rapidminer.operator.features.transformation.PCA
 
PARAMETER_REDUCTION_TYPE - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
 
PARAMETER_REGRESSION - Static variable in class com.rapidminer.operator.generator.MultipleLabelGenerator
The parameter name for "Defines if multiple labels for regression tasks should be generated.
PARAMETER_REGULAR_EXPRESSION - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
PARAMETER_REJECTION_SAMPLING - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "use rejection sampling instead of weighted examples"
PARAMETER_RELATIVE_ATTRIBUTE - Static variable in class com.rapidminer.operator.learner.meta.RelativeRegression
 
PARAMETER_RELATIVE_SIZE - Static variable in class com.rapidminer.operator.learner.local.RelativeNeighborhood
 
PARAMETER_REMOVE_DOUBLE_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
The parameter name for "Indicates if double attributes should be removed or renamed"
PARAMETER_REMOVE_EQUIVALENT - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Remove equivalent attributes.
PARAMETER_REMOVE_EQUIVALENT - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Remove equivalent attributes.
PARAMETER_REMOVE_FROM_PROCESS - Static variable in class com.rapidminer.operator.IOStorageOperator
 
PARAMETER_REMOVE_FROM_STORE - Static variable in class com.rapidminer.operator.IORetrievalOperator
 
PARAMETER_REMOVE_OLD_PREDICTIONS - Static variable in class com.rapidminer.operator.postprocessing.GeneratePredictionRankingOperator
 
PARAMETER_REMOVE_UNLABELED - Static variable in class com.rapidminer.operator.clustering.clusterer.ExampleSet2ClusterModel
 
PARAMETER_REMOVE_UNLABELED - Static variable in class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
 
PARAMETER_REMOVE_UNLABELED - Static variable in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
PARAMETER_REMOVE_UNLABELED - Static variable in class com.rapidminer.operator.clustering.FlattenClusterModel
 
PARAMETER_REMOVE_USELESS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Remove useless attributes.
PARAMETER_REMOVE_USELESS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Remove useless attributes.
PARAMETER_REMOVE_USELESS - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
Indicates if useless discretized attributes, i.e. such attributes with only a single range after discretization should be removed.
PARAMETER_RENAME_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
PARAMETER_REPLACE_BY - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "The new attribute value to use.
PARAMETER_REPLACE_BY - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
PARAMETER_REPLACE_BY - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
PARAMETER_REPLACE_WHAT - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "All occurrences of this value will be replaced.
PARAMETER_REPLACE_WHAT - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
PARAMETER_REPLACE_WHAT - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
PARAMETER_REPLENISHMENT_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
PARAMETER_REPLENISHMENT_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
The parameter name for "This value is used for some of the replenishment types.
PARAMETER_REPLENISHMENT_WHAT - Static variable in class com.rapidminer.operator.preprocessing.filter.InfiniteValueReplenishment
 
PARAMETER_REPLICATION_FACTOR - Static variable in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
PARAMETER_REPOSITORY_ENTRY - Static variable in class com.rapidminer.operator.io.RepositorySource
 
PARAMETER_REPOSITORY_ENTRY - Static variable in class com.rapidminer.operator.io.RepositoryStorer
 
PARAMETER_REPOSITORY_LOCATION - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
PARAMETER_REPOSITORY_LOCATION - Static variable in class com.rapidminer.operator.nio.file.WriteFileOperator
 
PARAMETER_REPOSITORY_PATH_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETER_RESCALE_LABEL_PRIORS - Static variable in class com.rapidminer.operator.learner.meta.BayBoostStream
Boolean parameter to specify whether the label priors should be equally likely after first iteration.
PARAMETER_RESCALE_LABEL_PRIORS - Static variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Boolean parameter to specify whether the label priors should be equally likely after first iteration.
PARAMETER_RESET_WEIGHTS - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "Set weights back to 1 when complexity is increased.
PARAMETER_RESTRICT_NUMBER - Static variable in class com.rapidminer.operator.features.selection.BruteForceSelection
 
PARAMETER_RESTRICT_NUMBER - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
PARAMETER_RESTRICTIVE_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Use restrictive generator selection (faster).
PARAMETER_RESTRICTIVE_SELECTION - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Use restrictive generator selection (faster).
PARAMETER_RESULT_FILE - Static variable in class com.rapidminer.operator.io.ResultWriter
The parameter name for "Appends the descriptions of the input objects to this file.
PARAMETER_RESULTFILE - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_RETURN_INNER_OUTPUT - Static variable in class com.rapidminer.operator.meta.branch.ProcessBranch
 
PARAMETER_RETURN_OPTIMIZATION_PERFORMANCE - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "Indicates if final optimization fitness should be returned as performance.
PARAMETER_RETURN_OPTIMIZATION_PERFORMANCE - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "Indicates if final optimization fitness should be returned as performance.
PARAMETER_RETURN_PERFORMANCE - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "Determines whether to return the performance.
PARAMETER_RETURN_PREPROCESSING_MODEL - Static variable in class com.rapidminer.operator.preprocessing.PreprocessingOperator
The parameter name for "Indicates if the preprocessing model should also be returned"
PARAMETER_RIDGE - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
The parameter name for "The ridge parameter used during ridge regression.
PARAMETER_RIDGE - Static variable in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
PARAMETER_RIDGE - Static variable in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
PARAMETER_RIGHT_ATTRIBUTE_FOR_JOIN - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
PARAMETER_ROC_CONVEX_HULL_FILTER - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
A parameter whether to discard all rules not lying on the convex hull in ROC space.
PARAMETER_ROLES - Static variable in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
PARAMETER_ROTATE_LABELS - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
PARAMETER_ROTATE_LABELS - Static variable in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
PARAMETER_ROTATE_LABELS - Static variable in class com.rapidminer.gui.renderer.models.DistributionModelPlotRenderer
 
PARAMETER_ROTATE_LABELS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_ROUND - Static variable in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
PARAMETER_ROUNDS - Static variable in class com.rapidminer.operator.learner.functions.Perceptron
 
PARAMETER_ROW_NORM - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "Indicates whether rows of the data matrix "
PARAMETER_ROW_NUMBER - Static variable in class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
PARAMETER_ROW_OFFSET - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
 
PARAMETER_RULE_GENERATION - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_RVM_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
The parameter name for "Regression RVM"
PARAMETER_SAMPLE - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
PARAMETER_SAMPLE - Static variable in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
PARAMETER_SAMPLE - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
PARAMETER_SAMPLE - Static variable in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
PARAMETER_SAMPLE_PROBABILITY - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
PARAMETER_SAMPLE_PROBABILITY_LIST - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.features.weighting.ReliefWeighting
The parameter name for "Number of examples used for determining the weights.
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "The fraction of the data set which should be read (1 = all; only used if sample_size = -1)"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "The fraction of the data set which should be read (1 = all; only used if sample_size = -1)"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
The parameter name for "The fraction of the data set which should be read (1 = all; only used if sample_size = -1)"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.io.StataExampleSource
The parameter name for "The fraction of the data set which should be read (1 = all; only used if sample_size = -1)"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.io.XrffExampleSource
The parameter name for "The fraction of the data set which should be read (1 = all; only used if sample_size = -1)"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.learner.meta.Bagging
Name of the flag indicating internal bootstrapping.
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.AbstractBootstrapping
The parameter name for "This ratio determines the size of the new example set.
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
The parameter name for "This ratio determines the size of the new example set.
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
The parameter name for "This ratio determines the size of the new example set.
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.RatioStratifiedSampling
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.validation.AbstractBootstrappingValidation
 
PARAMETER_SAMPLE_RATIO - Static variable in class com.rapidminer.operator.validation.BootstrappingValidation
 
PARAMETER_SAMPLE_RATIO_LIST - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "The exact number of samples which should be read (-1 = use sample ratio; if not -1, sample_ratio will not have any effect)"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "The exact number of samples which should be read (-1 = use sample ratio; if not -1, sample_ratio will not have any effect)"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
The parameter name for "The maximum number of examples to read from the data files (-1 = all)"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
The parameter name for "The exact number of samples which should be read (-1 = all; if not -1, sample_ratio will not have any effect)"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.io.StataExampleSource
The parameter name for "The exact number of samples which should be read (-1 = all; if not -1, sample_ratio will not have any effect)"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.io.XrffExampleSource
The parameter name for "The exact number of samples which should be read (-1 = use sample ratio; if not -1, sample_ratio will not have any effect)"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.preprocessing.sampling.AbsoluteSampling
The parameter name for "The number of examples which should be sampled"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.preprocessing.sampling.AbsoluteStratifiedSampling
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
The parameter name for "The number of examples which should be sampled"
PARAMETER_SAMPLE_SIZE - Static variable in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
The parameter name for "The fraction of examples which should be sampled"
PARAMETER_SAMPLE_SIZE_LIST - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.meta.AbsoluteSplitChain
The parameter name for "Defines the sampling type of this operator.
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.meta.LearningCurveOperator
The parameter name for "Defines the sampling type of the cross validation (linear = consecutive subsets, shuffled = random subsets, stratified = random subsets with class distribution kept constant)"
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.meta.PartialExampleSetLearner
The parameter name for "Defines the sampling type (linear = consecutive subsets, shuffled = random subsets, stratified = random subsets with class distribution kept constant)"
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.meta.RatioSplitChain
The parameter name for "Defines the sampling type of this operator.
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.meta.XVPrediction
The parameter name for "Defines the sampling type of the cross validation.
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.validation.WrapperXValidation
The parameter name for "Defines the sampling type of the cross validation (linear = consecutive subsets, shuffled = random subsets, stratified = random subsets with class distribution kept constant)"
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.validation.XValidation
The parameter name for "Defines the sampling type of the cross validation (linear = consecutive subsets, shuffled = random subsets, stratified = random subsets with class distribution kept constant)"
PARAMETER_SAMPLING_TYPE - Static variable in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
The parameter name for "Defines the sampling type of the cross validation (linear = consecutive subsets, shuffled = random subsets, stratified = random subsets with class distribution kept constant)"
PARAMETER_SAMPLING_WITH_REPLACEMENT - Static variable in class com.rapidminer.operator.learner.meta.MetaCost
The parameter name for "Use sampling with replacement (true) or without (false)"
PARAMETER_SAS_FILE - Static variable in class com.rapidminer.operator.nio.SASExampleSource
 
PARAMETER_SAVE_INTERMEDIATE_WEIGHTS - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
PARAMETER_SCALE - Static variable in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
The parameter name for "Scale the example values and store the scaling parameters for test set.
PARAMETER_SCALE - Static variable in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
The parameter name for "Scale the example values and store the scaling parameters for test set.
PARAMETER_SCHEMA_NAME - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_SCRIPT - Static variable in class com.rapidminer.operator.ScriptingOperator
 
PARAMETER_SEARCH_FOURIER_PEAKS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Use this number of highest frequency peaks for sinus generation.
PARAMETER_SEARCH_FOURIER_PEAKS - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "Use this number of highest frequency peaks for sinus generation.
PARAMETER_SEARCH_MODE - Static variable in class com.rapidminer.operator.similarity.CrossDistancesOperator
 
PARAMETER_SECOND_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
PARAMETER_SECOND_ATTRIBUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
PARAMETER_SECOND_ATTRIBUTE_NAME - Static variable in class com.rapidminer.operator.features.construction.ProductGenerationOperator
 
PARAMETER_SECOND_CLASS - Static variable in class com.rapidminer.operator.postprocessing.ThresholdCreator
The parameter name for "The class which should be considered as the second one (confidence 1).
PARAMETER_SECOND_LABEL - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_SECOND_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
The parameter name for "The second value which should be merged.
PARAMETER_SELECT_WHICH - Static variable in class com.rapidminer.operator.IOSelectOperator
 
PARAMETER_SELECT_WHICH - Static variable in class com.rapidminer.operator.meta.OperatorSelector
The parameter name for "Indicates if the operator which inner operator should be used".
PARAMETER_SELECTION_DIRECTION - Static variable in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
The parameter name for "Forward selection or backward elimination.
PARAMETER_SELECTION_SCHEME - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "The selection scheme of this EA.
PARAMETER_SELECTION_TYPE - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_SELECTION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The type of the selection operator.
PARAMETER_SELECTION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The type of the selection operator.
PARAMETER_SELECTION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "The type of the selection operator.
PARAMETER_SELECTION_TYPE - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_SELECTION_TYPE - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_SEND_MAIL - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_SEND_MAIL_ALWAYS - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_SEND_MAIL_FOR_LONG - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_SEND_MAIL_NEVER - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_SEND_MAIL_OPTIONS - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_SEPARATOR - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
PARAMETER_SERIES - Static variable in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
PARAMETER_SET_DEFAULT_VARCHAR_LENGTH - Static variable in class com.rapidminer.operator.io.DatabaseExampleSetWriter
The parameter name for "Set varchar columns to default length.
PARAMETER_SET_MACRO - Static variable in class com.rapidminer.operator.meta.AbstractIteratingOperatorChain
 
PARAMETER_SHEET_NUMBER - Static variable in class com.rapidminer.operator.io.ExcelExampleSource
The parameter name for "The number of the sheet which should be imported.
PARAMETER_SHEET_NUMBER - Static variable in class com.rapidminer.operator.nio.ExcelExampleSource
The parameter name for "The number of the sheet which should be imported.
PARAMETER_SHEET_NUMBER - Static variable in class com.rapidminer.operator.nio.ExcelFormatExampleSource
The parameter name for "The number of the sheet which should be imported.
PARAMETER_SHOW_BAR_LABELS - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
PARAMETER_SHOW_BAR_LABELS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_SHOW_CONVERGENCE_PLOT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "Indicates if a dialog with a convergence plot should be drawn.
PARAMETER_SHOW_CONVERGENCE_PLOT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
The parameter name for "Indicates if a dialog with a convergence plot should be drawn.
PARAMETER_SHOW_CONVERGENCE_PLOT - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "Indicates if a dialog with a convergence plot should be drawn.
PARAMETER_SHOW_CONVERGENCE_PLOT - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "Indicates if a dialog with a convergence plot should be drawn.
PARAMETER_SHOW_CONVERGENCE_PLOT - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_SHOW_CONVERGENCE_PLOT - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_SHOW_CUMULATIVE_LABELS - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
PARAMETER_SHOW_CUMULATIVE_LABELS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_SHOW_EDGE_LABELS - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
PARAMETER_SHOW_NODE_LABELS - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
PARAMETER_SHOW_POPULATION_PLOT - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
 
PARAMETER_SHOW_POPULATION_PLOTTER - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_SHOW_PROBABILITIES - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "Indicates if the probabilities will be shown in example table"
PARAMETER_SHOW_ROC_PLOT - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_SHOW_STOP_DIALOG - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
 
PARAMETER_SHOW_STOP_DIALOG - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_SHRINKAGE - Static variable in class com.rapidminer.operator.learner.meta.AdditiveRegression
The parameter name for "Reducing this learning rate prevent overfitting but increases the learning time.
PARAMETER_SHRINKING - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "Whether to use the shrinking heuristics.
PARAMETER_SHUFFLE - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
Indicates if the input data should be shuffled before learning.
PARAMETER_SIGMA - Static variable in class com.rapidminer.operator.features.construction.GaussFeatureConstructionOperator
 
PARAMETER_SIGNIFICANCE_LEVEL - Static variable in class com.rapidminer.operator.learner.functions.linear.TTestLinearRegressionMethod
 
PARAMETER_SIGNIFICANCE_LEVEL - Static variable in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
PARAMETER_SIZE_OF_BINS - Static variable in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
Indicates the number of used bins.
PARAMETER_SIZE_OF_BINS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_SKIP_COMMENTS - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_SKIP_COMMENTS - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_SKIP_COMMENTS - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_SKIP_CONSTANT_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
PARAMETER_SKIP_ERROR_LINES - Static variable in class com.rapidminer.operator.io.ExampleSource
Indicates if lines leading to errors should be skipped.
PARAMETER_SKIP_ERROR_LINES - Static variable in class com.rapidminer.operator.io.URLExampleSource
 
PARAMETER_SKIP_FEATURES_OF_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureBlockTypeFilter
The parameter name for "All features of this type will be deselected off.
PARAMETER_SKIP_FEATURES_OF_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureValueTypeFilter
The parameter name for "All features of this type will be deselected.
PARAMETER_SKIP_FEATURES_WITH_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
The parameter name for "Remove attributes with a matching name (accepts regular expressions)"
PARAMETER_SKIP_UNDEFINED_LABELS - Static variable in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
The parameter name for "If set to true, examples with undefined labels are skipped.
PARAMETER_SMOOTHING_KERNEL - Static variable in class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
PARAMETER_SOLVER - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
PARAMETER_SORT - Static variable in class com.rapidminer.operator.preprocessing.filter.MissingValueImputation
The parameter name for "Sort direction which is used in order strategy.
PARAMETER_SORT_COLUMN - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
PARAMETER_SORT_DECREASING - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
PARAMETER_SORT_DIRECTION - Static variable in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
PARAMETER_SORT_WEIGHTS - Static variable in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
PARAMETER_SORTING_DIMENSION - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
PARAMETER_SORTING_DIMENSION - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_SORTING_DIRECTION - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
PARAMETER_SORTING_DIRECTION - Static variable in class com.rapidminer.operator.preprocessing.discretization.AbsoluteDiscretization
 
PARAMETER_SORTING_DIRECTION - Static variable in class com.rapidminer.operator.preprocessing.filter.Sorting
The parameter name for "Indicates the direction of the sorting.
PARAMETER_SORTING_K - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
PARAMETER_SORTING_K - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_SORTING_TYPE - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
PARAMETER_SORTING_TYPE - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
PARAMETER_SOURCE_ATTRIBUTE - Static variable in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
PARAMETER_SOURCE_TYPE - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
PARAMETER_SPARSE_FRACTION - Static variable in class com.rapidminer.operator.generator.MassiveDataGenerator
The parameter name for "The fraction of default attributes.
PARAMETER_SPARSE_REPRESENTATION - Static variable in class com.rapidminer.operator.generator.MassiveDataGenerator
The parameter name for "Indicates if the example should be internally represented in a sparse format.
PARAMETER_SPECIAL_FORMAT - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
The parameter name for "Format string to use for output.
PARAMETER_SPECIFIY_POPULATION_SIZE - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_SPECIFIY_POPULATION_SIZE - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_SPLIT - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
PARAMETER_SPLIT_MODE - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
PARAMETER_SPLIT_PATTERN - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
PARAMETER_SPLIT_RATIO - Static variable in class com.rapidminer.operator.meta.RatioSplitChain
The parameter name for "Relative size of the training set.
PARAMETER_SPLIT_RATIO - Static variable in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
PARAMETER_SPLIT_RATIO - Static variable in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
PARAMETER_SPLIT_RATIO - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
PARAMETER_SPLIT_RATIO - Static variable in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
The parameter name for "Relative size of the training set"
PARAMETER_SQUARED_CORRELATION - Static variable in class com.rapidminer.operator.features.weighting.CorrelationWeighting
 
PARAMETER_SQUARED_CORRELATION - Static variable in class com.rapidminer.operator.visualization.dependencies.CorrelationMatrixOperator
 
PARAMETER_STANDARD_IMPORTS - Static variable in class com.rapidminer.operator.ScriptingOperator
 
PARAMETER_START - Static variable in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
PARAMETER_START_FRACTION - Static variable in class com.rapidminer.operator.meta.LearningCurveOperator
The parameter name for "Starts with this fraction of the training data and iteratively add step_fraction examples from the training data (-1: use step_fraction).
PARAMETER_START_POPULATION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The type of start population initialization.
PARAMETER_START_POPULATION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The type of start population initialization.
PARAMETER_START_POPULATION_TYPE - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "The type of start population initialization.
PARAMETER_START_SINUS_BOOST - Static variable in class com.rapidminer.operator.features.construction.FourierGGA
The parameter name for "Uses a fourier generation in this first generations"
PARAMETER_START_TEMPERATURE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "The scaling temperature (only Boltzmann selection).
PARAMETER_START_TEMPERATURE - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "The scaling temperature (only Boltzmann selection).
PARAMETER_STATISTICS - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
PARAMETER_STATISTICS - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
PARAMETER_STEP_FRACTION - Static variable in class com.rapidminer.operator.meta.LearningCurveOperator
The parameter name for "The fraction of examples which would be additionally used in each step.
PARAMETER_STEP_SIZE - Static variable in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
PARAMETER_STEPSIZE - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "the number of examples drawn before the next hypothesis update"
PARAMETER_STOPPING_BEHAVIOR - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_STOPPING_BEHAVIOR - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_STORE_OUTPUT - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
The parameter name for "Indicates if the operator output should be stored to a repository if the context of the embedded process defines output locations"
PARAMETER_STORE_WHICH - Static variable in class com.rapidminer.operator.IOStorageOperator
 
PARAMETER_STRENGTH_ATTRIBUTE - Static variable in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
PARAMETER_SUBJECT - Static variable in class com.rapidminer.operator.tools.SendMailOperator
 
PARAMETER_SUBSET_RATIO - Static variable in class com.rapidminer.operator.learner.tree.RandomTreeLearner
The parameter name for "Ratio of randomly chosen attributes to test"
PARAMETER_SUFFIX_ABSOLUTE_VALUES - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_SUFFIX_AXIS - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_SUFFIX_LOG_SCALE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_SUFFIX_SORTING - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_SUFFIX_ZOOM_FACTOR - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PARAMETER_SVM_TYPE - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The parameter name for "SVM for classification (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class)"
PARAMETER_SYMMETRICAL_MATRIX - Static variable in class com.rapidminer.operator.visualization.dependencies.RainflowMatrixOperator
 
PARAMETER_SYNCHRONIZE - Static variable in class com.rapidminer.operator.meta.ParameterIteration
The parameter name for "Synchronize parameter iteration"
PARAMETER_TABLE_NAME - Static variable in class com.rapidminer.operator.io.AccessDataWriter
 
PARAMETER_TABLE_NAME - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "Use this table if work_on_database is true or no other query is specified.
PARAMETER_TABLE_TYPE - Static variable in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
PARAMETER_TARGET_ATTRIBUTE - Static variable in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
PARAMETER_TARGET_CLASS - Static variable in class com.rapidminer.operator.visualization.LiftParetoChartGenerator
 
PARAMETER_TARGET_FUNCTION - Static variable in class com.rapidminer.operator.generator.ExampleSetGenerator
The parameter name for "Specifies the target function of this example set"
PARAMETER_TARGET_ROLE - Static variable in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
The parameter name for "The target type of the attribute (only changed if parameter change_attribute_type is true).
PARAMETER_TARGET_ROLE - Static variable in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
The parameter name for "The target type of the attribute (only changed if parameter change_attribute_type is true).
PARAMETER_TEMP_DIR - Static variable in class com.rapidminer.operator.ProcessRootOperator
 
PARAMETER_TEST_SET_SIZE - Static variable in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
PARAMETER_TEST_SET_SIZE - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
PARAMETER_TEXT - Static variable in class com.rapidminer.operator.FileEchoOperator
 
PARAMETER_THRESHOLD - Static variable in class com.rapidminer.operator.postprocessing.ThresholdCreator
The parameter name for "The confidence threshold to determine if the prediction should be positive.
PARAMETER_THRESHOLD_FILE - Static variable in class com.rapidminer.operator.io.ThresholdLoader
The parameter name for "Filename for the threshold file.
PARAMETER_THRESHOLD_FILE - Static variable in class com.rapidminer.operator.io.ThresholdWriter
The parameter name for "Filename for the threshold file.
PARAMETER_TIME_ATTRIBUTE - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_TIME_UNIT - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
PARAMETER_TIME_ZONE - Static variable in class com.rapidminer.operator.nio.model.AbstractDataResultSetReader
 
PARAMETER_TIME_ZONE - Static variable in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
PARAMETER_TIME_ZONE - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
PARAMETER_TIMEOUT - Static variable in class com.rapidminer.operator.meta.IteratingOperatorChain
The parameter name for "Timeout in minutes (-1: no timeout)"
PARAMETER_TIMEOUT - Static variable in class com.rapidminer.operator.meta.RandomOptimizationChain
The parameter name for "Timeout in minutes (-1 = no timeout)"
PARAMETER_TIMEOUT - Static variable in class com.rapidminer.operator.meta.RepeatUntilOperatorChain
The parameter name for "Timeout in minutes (-1 = no timeout)"
PARAMETER_TIMESTAMP - Static variable in class com.rapidminer.operator.io.DasyLabDataReader
 
PARAMETER_TIMESTAMP_OPTIONS - Static variable in class com.rapidminer.operator.io.DasyLabDataReader
 
PARAMETER_TITLE - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "The title of the plot.
PARAMETER_TO - Static variable in class com.rapidminer.operator.tools.SendMailOperator
 
PARAMETER_TOLERANCE - Static variable in class com.rapidminer.operator.features.transformation.FastICA
The parameter name for "A positive scalar giving the tolerance at which "
PARAMETER_TOURNAMENT_FRACTION - Static variable in class com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation
 
PARAMETER_TOURNAMENT_FRACTION - Static variable in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
The parameter name for "The fraction of the population used for tournament selection.
PARAMETER_TOURNAMENT_FRACTION - Static variable in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
The parameter name for "The fraction of the population used for tournament selection.
PARAMETER_TOURNAMENT_FRACTION - Static variable in class com.rapidminer.operator.learner.functions.LogisticRegression
The parameter name for "The fraction of the population used for tournament selection.
PARAMETER_TOURNAMENT_FRACTION - Static variable in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
PARAMETER_TOURNAMENT_FRACTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_TOURNAMENT_SIZE - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
The parameter name for "The fraction of the current population which should be used as tournament members (only tournament selection).
PARAMETER_TOURNAMENT_SIZE - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
The parameter name for "The fraction of the current population which should be used as tournament members (only tournament selection).
PARAMETER_TRAINING_CYCLES - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
The parameter name for "The number of training cycles used for the neural network training.
PARAMETER_TRAINING_CYCLES - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
The parameter name for "The number of training cycles used for the neural network training.
PARAMETER_TRAINING_CYCLES - Static variable in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
The parameter name for "The number of training cycles used for the neural network training.
PARAMETER_TRAINING_RATIO - Static variable in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
The parameter name for "Use this amount of input data for model learning and the rest for threshold optimization.
PARAMETER_TRAINING_RATIO - Static variable in class com.rapidminer.operator.meta.LearningCurveOperator
The parameter name for "The fraction of examples which shall be maximal used for training (dynamically growing), the rest is used for testing (fixed)"
PARAMETER_TRAINING_ROUNDS - Static variable in class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
The parameter name for "Defines the number of trainnig rounds"
PARAMETER_TRAINING_SET_SIZE - Static variable in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
PARAMETER_TRAINING_SET_SIZE - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
PARAMETER_TRANSFORM_BINOIMINAL - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
PARAMETER_TRANSFORMATION_METHOD - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegression
The parameter name for "Type of transformation to use on the labels (log, exp, transform to mean 0 and variance 1, rank, or none).
PARAMETER_TRIM_LINES - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_TRIM_LINES - Static variable in class com.rapidminer.operator.io.ExampleSource
Indicates if the lines should be trimmed during reading.
PARAMETER_TRIM_LINES - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_TRIM_LINES - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_TRIM_VALUES - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
PARAMETER_TYPE_ATTRIBUTE - Static variable in class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
PARAMETER_UNEXPECTED_VALUE_HANDLING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_UNFOLD - Static variable in class com.rapidminer.operator.collections.CollectionIterationOperator
 
PARAMETER_UNFOLD - Static variable in class com.rapidminer.operator.collections.CollectionOperator
 
PARAMETER_UNFOLD - Static variable in class com.rapidminer.operator.collections.SelectionOperator
 
PARAMETER_UNUSED_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Space separated list of functions which are not allowed in arguments for attribute construction.
PARAMETER_UPDATE_INCREMENTALLY - Static variable in class com.rapid_i.deployment.update.client.UpdateManager
 
PARAMETER_UPDATE_URL - Static variable in class com.rapid_i.deployment.update.client.UpdateManager
 
PARAMETER_UPPER_LIMIT - Static variable in class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
The parameter name for the upper limit.
PARAMETER_URL - Static variable in class com.rapidminer.operator.io.URLExampleSource
 
PARAMETER_URL - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
PARAMETER_USE_ABSOLUTE_CORRELATION - Static variable in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
The parameter name for "Indicates if the absolute value of the correlations should be used for comparison.
PARAMETER_USE_ABSOLUTE_VALUES - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate absolute values.
PARAMETER_USE_ABSOLUTE_VALUES - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate absolute values.
PARAMETER_USE_ABSOLUTE_VALUES - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate absolute values.
PARAMETER_USE_ABSOLUTE_WEIGHTS - Static variable in class com.rapidminer.operator.features.selection.AttributeWeightSelection
The parameter name for "Indicates if the absolute values of the weights should be used for comparison.
PARAMETER_USE_ABSOLUTE_WEIGHTS - Static variable in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
The parameter name for "Indicates that the absolute values of the input weights should be used to determine the feature adding order.
PARAMETER_USE_APPLICATION_GRID - Static variable in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
PARAMETER_USE_ATAN - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate arc tangens.
PARAMETER_USE_ATAN - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate arc tangens.
PARAMETER_USE_ATAN - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate arc tangens.
PARAMETER_USE_BIAS - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
PARAMETER_USE_BIAS - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
PARAMETER_USE_BIAS - Static variable in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
PARAMETER_USE_BINOMIAL - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "Switch to binomial utility funtion before increasing complexity"
PARAMETER_USE_CEIL - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate ceil values.
PARAMETER_USE_COMMENT_CHARACTERS - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Indicates if a comment character should be used"
PARAMETER_USE_COMPARISON_GROUPS - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_USE_COS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate cosinus.
PARAMETER_USE_COS - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate cosinus.
PARAMETER_USE_COS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate cosinus.
PARAMETER_USE_DEFAULT_AGGREGATION - Static variable in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
PARAMETER_USE_DEFAULT_AGGREGATION - Static variable in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
PARAMETER_USE_DEFAULT_NAMESPACE - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_USE_DEFAULT_SCHEMA - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
PARAMETER_USE_DIFF - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_USE_DIFF - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate differences.
PARAMETER_USE_DISTINCT - Static variable in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
PARAMETER_USE_DISTINCT - Static variable in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
PARAMETER_USE_DIV - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_USE_DIV - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate quotients.
PARAMETER_USE_EARLY_STOPPING - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_USE_EARLY_STOPPING - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
PARAMETER_USE_EARLY_STOPPING - Static variable in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
 
PARAMETER_USE_EARLY_STOPPING - Static variable in class com.rapidminer.operator.features.weighting.PSOWeighting
 
PARAMETER_USE_EARLY_STOPPING - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
PARAMETER_USE_EXACT_NUMBER - Static variable in class com.rapidminer.operator.features.selection.BruteForceSelection
 
PARAMETER_USE_EXACT_NUMBER - Static variable in class com.rapidminer.operator.features.selection.GeneticAlgorithm
 
PARAMETER_USE_EXACT_NUMBER - Static variable in class com.rapidminer.operator.meta.FeatureSubsetIteration
 
PARAMETER_USE_EXAMPLE_WEIGHTS - Static variable in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
PARAMETER_USE_EXAMPLE_WEIGHTS - Static variable in class com.rapidminer.operator.postprocessing.RecallChooser
 
PARAMETER_USE_EXAMPLE_WEIGHTS - Static variable in class com.rapidminer.operator.postprocessing.ThresholdFinder
 
PARAMETER_USE_EXAMPLE_WEIGHTS - Static variable in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
Indicates if example weights should be used.
PARAMETER_USE_EXAMPLE_WEIGHTS - Static variable in class com.rapidminer.operator.visualization.ROCChartGenerator
 
PARAMETER_USE_EXP - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate exponential functions.
PARAMETER_USE_EXP - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate exponential functions.
PARAMETER_USE_EXP - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate exponential functions.
PARAMETER_USE_FIRST_ROW_AS_ATTRIBUTE_NAMES - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_USE_FIRST_ROW_AS_ATTRIBUTE_NAMES - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_USE_FIXED_NUMBER_OF_ATTRIBUTES - Static variable in class com.rapidminer.operator.features.selection.RandomSelection
 
PARAMETER_USE_FLOOR - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate floor values.
PARAMETER_USE_FLOOR_CEIL_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate floor, ceil, and rounded values.
PARAMETER_USE_FLOOR_CEIL_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate floor, ceil, and rounded values.
PARAMETER_USE_GCD_FOR_STEP_SIZE - Static variable in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
PARAMETER_USE_GROUPING - Static variable in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
PARAMETER_USE_HEURISTIC_MUTATION_PROBABILITY - Static variable in class com.rapidminer.operator.features.construction.GeneratingGeneticAlgorithm
 
PARAMETER_USE_HEURISTIC_MUTATION_PROBABILITY - Static variable in class com.rapidminer.operator.features.construction.YAGGA
 
PARAMETER_USE_HEURISTIC_SUBSET_RATION - Static variable in class com.rapidminer.operator.learner.tree.RandomTreeLearner
 
PARAMETER_USE_HTML - Static variable in class com.rapidminer.operator.tools.SendMailOperator
 
PARAMETER_USE_ID - Static variable in class com.rapidminer.operator.preprocessing.join.ExampleSetJoin
 
PARAMETER_USE_INPUT - Static variable in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
The parameter name for "Indicates if the operator input should be used as input of the process"
PARAMETER_USE_K - Static variable in class com.rapidminer.operator.similarity.CrossDistancesOperator
 
PARAMETER_USE_KBS - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "use kbs to reweight examples after each iteration"
PARAMETER_USE_LOCAL_RANDOM_SEED - Static variable in class com.rapidminer.tools.RandomGenerator
 
PARAMETER_USE_LOG - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate logarithmic functions.
PARAMETER_USE_LOG - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate logarithmic functions.
PARAMETER_USE_LOG - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate logarithmic functions.
PARAMETER_USE_LONG_RANGE_NAMES - Static variable in class com.rapidminer.operator.preprocessing.discretization.MinimalEntropyDiscretization
Indicates if long range names should be used.
PARAMETER_USE_MAX - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate maximum values.
PARAMETER_USE_MAX - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate maximum values.
PARAMETER_USE_MAX - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate maximum values.
PARAMETER_USE_MIN - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate minimum values.
PARAMETER_USE_MIN - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate minimum values.
PARAMETER_USE_MIN - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate minimum values.
PARAMETER_USE_MODEL - Static variable in class com.rapidminer.operator.visualization.ROCChartGenerator
 
PARAMETER_USE_MULT - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_USE_MULT - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate products.
PARAMETER_USE_NAMESPACES - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_USE_PLUS - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
PARAMETER_USE_PLUS - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate sums.
PARAMETER_USE_POWER_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate the power of one attribute and another.
PARAMETER_USE_POWER_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate the power of one attribute and another.
PARAMETER_USE_POWER_FUNCTIONS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate the power of one attribute and another.
PARAMETER_USE_QUOTES - Static variable in class com.rapidminer.operator.io.CSVDataReader
 
PARAMETER_USE_QUOTES - Static variable in class com.rapidminer.operator.io.ExampleSource
The parameter name for "Indicates if quotes should be regarded (slower!).
PARAMETER_USE_QUOTES - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
PARAMETER_USE_QUOTES - Static variable in class com.rapidminer.operator.io.SparseFormatExampleSource
Determines whether nominal values are surrounded by quotes or not.
PARAMETER_USE_QUOTES - Static variable in class com.rapidminer.operator.nio.CSVExampleSource
 
PARAMETER_USE_RECIPROCALS - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate reciprocal values.
PARAMETER_USE_RELATIVE_DECREASE - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
PARAMETER_USE_RELATIVE_INCREASE - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
PARAMETER_USE_ROBUST_ESTIMATION - Static variable in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
PARAMETER_USE_ROUNDED - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate rounded values.
PARAMETER_USE_SGN - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate signum values.
PARAMETER_USE_SGN - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate signum values.
PARAMETER_USE_SIN - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate sinus.
PARAMETER_USE_SIN - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate sinus.
PARAMETER_USE_SIN - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate sinus.
PARAMETER_USE_SQRT_OF_EXAMPLES - Static variable in class com.rapidminer.operator.preprocessing.discretization.FrequencyDiscretization
The parameter name for "If true, the number of bins is instead determined by the square root of the number of non-missing values.
PARAMETER_USE_SQUARE_ROOTS - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate square root values.
PARAMETER_USE_SQUARE_ROOTS - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate square root values.
PARAMETER_USE_SQUARE_ROOTS - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate square root values.
PARAMETER_USE_STANDARD_CONSTANTS - Static variable in class com.rapidminer.operator.features.construction.AttributeConstruction
Indicates if standard constants like e or pi should be available.
PARAMETER_USE_STANDARD_CONSTANTS - Static variable in class com.rapidminer.operator.MacroConstructionOperator
Indicates if standard constants like e or pi should be available.
PARAMETER_USE_SUBSET_FOR_TRAINING - Static variable in class com.rapidminer.operator.learner.meta.BayesianBoosting
Name of the flag indicating internal bootstrapping.
PARAMETER_USE_SUBSET_FOR_TRAINING - Static variable in class com.rapidminer.operator.learner.meta.MetaCost
The parameter name for "Fraction of examples used for training.
PARAMETER_USE_TAN - Static variable in class com.rapidminer.operator.features.construction.AGA
The parameter name for "Generate tangens.
PARAMETER_USE_TAN - Static variable in class com.rapidminer.operator.features.construction.CompleteFeatureGenerationOperator
The parameter name for "Generate tangens.
PARAMETER_USE_TAN - Static variable in class com.rapidminer.operator.features.construction.YAGGA2
The parameter name for "Generate tangens.
PARAMETER_USE_UNDERSCORE_IN_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToBinominal
 
PARAMETER_USE_UNDERSCORE_IN_NAME - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
PARAMETER_USE_VALUE_LABELS - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
The parameter name for "Use SPSS value labels as values.
PARAMETER_USE_WEIGHTS - Static variable in class com.rapidminer.operator.clustering.clusterer.KernelKMeans
The parameter name for "the decision if exampleweights should be used "
PARAMETER_USE_WEIGHTS - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
PARAMETER_USE_WEIGHTS - Static variable in class com.rapidminer.operator.validation.BootstrappingValidation
 
PARAMETER_USEFUL_CRITERION - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "criterion to decide if the complexity is increased "
PARAMETER_USER_RESULT_INDIVIDUAL_SELECTION - Static variable in class com.rapidminer.operator.features.FeatureOperator
 
PARAMETER_USERNAME - Static variable in class com.rapidminer.operator.io.AccessDataReader
 
PARAMETER_USERNAME - Static variable in class com.rapidminer.operator.io.AccessDataWriter
 
PARAMETER_USERNAME - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
The parameter name for "Database username.
PARAMETER_UTILITY_FUNCTION - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
The parameter name for "the utility function to be used"
PARAMETER_UTILITY_FUNCTION - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
PARAMETER_VALUE - Static variable in class com.rapidminer.operator.preprocessing.filter.SetData
 
PARAMETER_VALUE - Static variable in class com.rapidminer.operator.SingleMacroDefinitionOperator
 
PARAMETER_VALUE_MAPPINGS - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
The parameter name for "The first value which should be merged.
PARAMETER_VALUE_TYPE - Static variable in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
PARAMETER_VALUE_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
PARAMETER_VALUE_TYPE - Static variable in class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
PARAMETER_VALUES - Static variable in class com.rapidminer.operator.features.construction.ConditionedFeatureGeneration
 
PARAMETER_VALUES - Static variable in class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
PARAMETER_VALUES - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "A whitespace separated list of values which should be plotted.
PARAMETER_VALUES - Static variable in class com.rapidminer.operator.MacroDefinitionOperator
The parameter name for "The values of the user defined macros.
PARAMETER_VALUES - Static variable in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
A specification of the parameter values for a parameter.
PARAMETER_VALUES - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
PARAMETER_VARIANCE_THRESHOLD - Static variable in class com.rapidminer.operator.features.transformation.PCA
The parameter name for "Keep the all components with a cumulative variance smaller than the given threshold.
PARAMETER_WEIGHT - Static variable in class com.rapidminer.operator.features.selection.AttributeWeightSelection
The parameter name for "Use this weight for the selection relation.
PARAMETER_WEIGHT_AGGREGATION - Static variable in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
PARAMETER_WEIGHT_ATTRIBUTE - Static variable in class com.rapidminer.operator.io.ResultSetExampleSource
The parameter name for "The (case sensitive) name of the weight attribute"
PARAMETER_WEIGHT_COLUMN - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "Column number of the weight attribute (only used if weight_name is empty; 0 = none, negative values are counted from the last column)"
PARAMETER_WEIGHT_NAME - Static variable in class com.rapidminer.operator.io.SimpleExampleSource
Deprecated. The parameter name for "Name of the weight attribute (if empty, the column defined by weight_column will be used)"
PARAMETER_WEIGHT_RELATION - Static variable in class com.rapidminer.operator.features.selection.AttributeWeightSelection
The parameter name for "Selects only weights which fulfill this relation.
PARAMETER_WEIGHTED_VOTE - Static variable in class com.rapidminer.operator.learner.lazy.KNNLearner
The parameter name for "Indicates if the votes should be weighted by similarity.
PARAMETER_WEIGHTS - Static variable in class com.rapidminer.operator.features.weighting.FeatureWeighting
The parameter name for "Use these weights for the creation of individuals in each generation.
PARAMETER_WINDOW_SIZE - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
PARAMETER_WRITE_ATTRIBUTE_NAMES - Static variable in class com.rapidminer.operator.io.CSVExampleSetWriter
Indicates if the attribute names should be written as first row.
PARAMETER_X_AXIS - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "The values of the x-axis.
PARAMETER_XPATH_FOR_ATTRIBUTE - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_XPATH_FOR_EXAMPLES - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_XPATHS_FOR_ATTRIBUTES - Static variable in class com.rapidminer.operator.nio.xml.XMLExampleSource
 
PARAMETER_Y_AXIS - Static variable in class com.rapidminer.operator.io.GNUPlotOperator
The parameter name for "The values of the y-axis (for 3d plots).
PARAMETER_Z_SCALE - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegression
The parameter name for "Scale transformed values to mean 0 and standard deviation 1?
PARAMETER_ZIPFILE - Static variable in class com.rapidminer.operator.meta.ZippedFileIterator
 
PARAMETER_ZIPPED - Static variable in class com.rapidminer.operator.io.ExampleSetWriter
The parameter name for "Indicates if the data file content should be zipped.
PARAMETER_ZIPPED - Static variable in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
The parameter name for "Indicates if the data file content should be zipped.
ParameterChangeListener - Interface in com.rapidminer.gui.properties
This listeners listens for changes of a ParameterValueKeyCellEditor and notifies the corresponding value cell editors.
ParameterChangeListener - Interface in com.rapidminer.tools.parameter
This interface can be implemented in order to be informed whenever a parameter in the ParameterService changes.
ParameterCloner - Class in com.rapidminer.operator.meta
Sets a list of parameters using existing parameter values.
ParameterCloner(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ParameterCloner
 
ParameterCondition - Class in com.rapidminer.parameter.conditions
The ParameterCondition interface can be used to define dependencies for parameter types, e.g. to show certain parameters only in cases where another parameter has a specified value.
ParameterCondition(Element) - Constructor for class com.rapidminer.parameter.conditions.ParameterCondition
This constructor is the inverse to ParameterCondition.getDefinitionAsXML(Element) and must be implemented by the subclasses.
ParameterCondition(ParameterHandler, boolean) - Constructor for class com.rapidminer.parameter.conditions.ParameterCondition
This constructor can be used when this condition does not depend on any other parameter but outer conditions as for example the version of the operator.
ParameterCondition(ParameterHandler, String, boolean) - Constructor for class com.rapidminer.parameter.conditions.ParameterCondition
 
ParameterConditionedPrecondition - Class in com.rapidminer.operator.ports.metadata
This precondition wraps around another precondition and performs the check only if a parameter combination is fulfilled.
ParameterConditionedPrecondition(InputPort, Precondition, ParameterHandler, String, String) - Constructor for class com.rapidminer.operator.ports.metadata.ParameterConditionedPrecondition
 
ParameterEqualsCondition - Class in com.rapidminer.io.process.conditions
 
ParameterEqualsCondition(Element) - Constructor for class com.rapidminer.io.process.conditions.ParameterEqualsCondition
 
parameterHandler - Variable in class com.rapidminer.parameter.conditions.ParameterCondition
 
ParameterHandler - Interface in com.rapidminer.parameter
This interface defines that instance are able to handle parameters.
ParameterIteratingOperatorChain - Class in com.rapidminer.operator.meta
Provides an operator chain which operates on given parameters depending on specified values for these parameters.
ParameterIteratingOperatorChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
ParameterIteratingOperatorChain(OperatorDescription, String) - Constructor for class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
 
ParameterIteration - Class in com.rapidminer.operator.meta
In contrast to the GridSearchParameterOptimizationOperator operator this operators simply uses the defined parameters and perform the inner operators for all possible combinations.
ParameterIteration(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ParameterIteration
 
ParameterIterationDataSampleTest - Class in com.rapidminer.test
Class to test the parameter-iteration.
ParameterIterationDataSampleTest(String, int, int[], double[]) - Constructor for class com.rapidminer.test.ParameterIterationDataSampleTest
 
ParameterizedMeasuredPerformanceCriterion - Class in com.rapidminer.operator.performance
This is the abstract superclass of all PerformanceCriterions that are controlled by parameters.
ParameterizedMeasuredPerformanceCriterion(ParameterHandler) - Constructor for class com.rapidminer.operator.performance.ParameterizedMeasuredPerformanceCriterion
 
ParameterizedMeasuredPerformanceCriterion(ParameterizedMeasuredPerformanceCriterion) - Constructor for class com.rapidminer.operator.performance.ParameterizedMeasuredPerformanceCriterion
 
parameterKey - Variable in class com.rapidminer.io.process.conditions.ParameterEqualsCondition
 
ParameterOptimizationOperator - Class in com.rapidminer.operator.meta
This operator provides basic functions for all other parameter optimization operators.
ParameterOptimizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ParameterOptimizationOperator
 
parameters - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
Parameters - Class in com.rapidminer.parameter
This class is a collection of the parameter values of a single operator.
Parameters() - Constructor for class com.rapidminer.parameter.Parameters
Creates an empty parameters object without any parameter types.
Parameters(List<ParameterType>) - Constructor for class com.rapidminer.parameter.Parameters
Constructs an instance of Parameters for the given list of ParameterTypes.
PARAMETERS_AGGREGATION - Static variable in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
PARAMETERS_ENTRY_TYPE - Static variable in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
PARAMETERS_EXPLOSION_AMOUNT - Static variable in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
PARAMETERS_EXPLOSION_GROUPS - Static variable in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
PARAMETERS_RELATIVE_TO - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
PARAMETERS_USE_DISTINCT - Static variable in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
parameters_working_set_size - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
parameters_working_set_size - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
ParameterScope - Class in com.rapidminer.tools.parameter
The ParameterScope defines where the associated Parameter is used.
ParameterScope() - Constructor for class com.rapidminer.tools.parameter.ParameterScope
 
parameterSelectionChanged(Operator, String, String) - Method in interface com.rapidminer.gui.properties.ParameterChangeListener
 
parameterSelectionChanged(Operator, String, String) - Method in class com.rapidminer.gui.properties.PropertyTableParameterChangeListener
 
ParameterService - Class in com.rapidminer.tools
This class loads the RapidMiner property files and provides methods to access them.
ParameterService() - Constructor for class com.rapidminer.tools.ParameterService
 
ParameterSet - Class in com.rapidminer.operator.meta
A set of parameters generated by a ParameterOptimizationOperator.
ParameterSet(Operator[], String[], String[], PerformanceVector) - Constructor for class com.rapidminer.operator.meta.ParameterSet
Constructs a new ParameterSet.
ParameterSetDataSampleTest - Class in com.rapidminer.test
 
ParameterSetDataSampleTest(String, double) - Constructor for class com.rapidminer.test.ParameterSetDataSampleTest
 
ParameterSetLoader - Class in com.rapidminer.operator.io
Reads a set of parameters from a file that was written by a ParameterOptimizationOperator.
ParameterSetLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ParameterSetLoader
 
ParameterSetter - Class in com.rapidminer.operator.meta
Sets a set of parameters.
ParameterSetter(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ParameterSetter
 
ParameterSettingQuickFix - Class in com.rapidminer.operator.ports.quickfix
 
ParameterSettingQuickFix(Operator, String) - Constructor for class com.rapidminer.operator.ports.quickfix.ParameterSettingQuickFix
 
ParameterSettingQuickFix(Operator, String, String) - Constructor for class com.rapidminer.operator.ports.quickfix.ParameterSettingQuickFix
 
ParameterSettingQuickFix(Operator, String, String, Object...) - Constructor for class com.rapidminer.operator.ports.quickfix.ParameterSettingQuickFix
This constructor will build a quickfix that let's the user select an appropriate value for the given parameter.
ParameterSettingQuickFix(Operator, String, String, String, Object...) - Constructor for class com.rapidminer.operator.ports.quickfix.ParameterSettingQuickFix
This constructor will build a quickfix that will automatically set the parameter to the given value without further user interaction.
ParameterSetWriter - Class in com.rapidminer.operator.io
Writes a parameter set into a file.
ParameterSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ParameterSetWriter
 
ParameterTupelCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
 
ParameterTupelCellEditor(ParameterTypeTupel) - Constructor for class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
ParameterType - Class in com.rapidminer.parameter
A ParameterType holds information about type, range, and default value of a parameter.
ParameterType(Element) - Constructor for class com.rapidminer.parameter.ParameterType
This is the inversed constructor to ParameterType.getDefinitionAsXML(Document).
ParameterType(String, String) - Constructor for class com.rapidminer.parameter.ParameterType
Creates a new ParameterType.
ParameterTypeAttribute - Class in com.rapidminer.parameter
This attribute type supports the user by let him select an attribute name from a combo box of known attribute names.
ParameterTypeAttribute(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, InputPort) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, InputPort, int...) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, InputPort, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, InputPort, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, InputPort, boolean, boolean, int...) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, InputPort, boolean, int...) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttribute(String, String, MetaDataProvider, boolean, int...) - Constructor for class com.rapidminer.parameter.ParameterTypeAttribute
 
ParameterTypeAttributeFile - Class in com.rapidminer.parameter
A parameter type for parameters which stands for attribute description files (RapidMiner XML descriptions).
ParameterTypeAttributeFile(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributeFile
 
ParameterTypeAttributeFile(String, String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributeFile
 
ParameterTypeAttributes - Class in com.rapidminer.parameter
A parameter type for selecting several attributes.
ParameterTypeAttributes(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributes
 
ParameterTypeAttributes(String, String, InputPort) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributes
 
ParameterTypeAttributes(String, String, InputPort, int...) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributes
 
ParameterTypeAttributes(String, String, InputPort, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributes
 
ParameterTypeAttributes(String, String, InputPort, boolean, int...) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributes
 
ParameterTypeAttributes(String, String, InputPort, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeAttributes
 
ParameterTypeBoolean - Class in com.rapidminer.parameter
A parameter type for boolean parameters.
ParameterTypeBoolean(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeBoolean
 
ParameterTypeBoolean(String, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeBoolean
 
ParameterTypeBoolean(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeBoolean
 
ParameterTypeCategory - Class in com.rapidminer.parameter
A parameter type for categories.
ParameterTypeCategory(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeCategory
 
ParameterTypeCategory(String, String, String[], int, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeCategory
 
ParameterTypeCategory(String, String, String[], int) - Constructor for class com.rapidminer.parameter.ParameterTypeCategory
 
ParameterTypeChar - Class in com.rapidminer.parameter
A parameter type for char values.
ParameterTypeChar(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeChar
 
ParameterTypeChar(String, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeChar
 
ParameterTypeChar(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeChar
 
ParameterTypeChar(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeChar
 
ParameterTypeChar(String, String, char, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeChar
 
ParameterTypeChar(String, String, char) - Constructor for class com.rapidminer.parameter.ParameterTypeChar
 
ParameterTypeColor - Class in com.rapidminer.parameter
A parameter type for colors.
ParameterTypeColor(String, String, Color) - Constructor for class com.rapidminer.parameter.ParameterTypeColor
 
ParameterTypeColor(String, String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeColor
 
ParameterTypeConfigurable - Class in com.rapidminer.tools.config
A ParameterType which offers a selection field for Configurables.
ParameterTypeConfigurable(Element) - Constructor for class com.rapidminer.tools.config.ParameterTypeConfigurable
 
ParameterTypeConfigurable(String, String, String) - Constructor for class com.rapidminer.tools.config.ParameterTypeConfigurable
 
ParameterTypeConfiguration - Class in com.rapidminer.parameter
This parameter type will lead to a GUI element which can be used as initialization for a sort of operator configuration wizard.
ParameterTypeConfiguration(Class<? extends ConfigurationWizardCreator>, ConfigurationListener) - Constructor for class com.rapidminer.parameter.ParameterTypeConfiguration
 
ParameterTypeConfiguration(Class<? extends ConfigurationWizardCreator>, Map<String, String>, ConfigurationListener) - Constructor for class com.rapidminer.parameter.ParameterTypeConfiguration
 
ParameterTypeConfiguration(Class<? extends ConfigurationWizardCreator>, Map<String, String>, ConfigurationListener, Object[]) - Constructor for class com.rapidminer.parameter.ParameterTypeConfiguration
 
ParameterTypeDatabaseConnection - Class in com.rapidminer.parameter
A parameter type for categories.
ParameterTypeDatabaseConnection(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
ParameterTypeDatabaseConnection(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
ParameterTypeDatabaseConnection(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
ParameterTypeDatabaseSchema - Class in com.rapidminer.parameter
This parameter type shows available database tables.
ParameterTypeDatabaseSchema(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
ParameterTypeDatabaseSchema(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
ParameterTypeDatabaseSchema(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
ParameterTypeDatabaseTable - Class in com.rapidminer.parameter
This parameter type shows available database tables.
ParameterTypeDatabaseTable(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
ParameterTypeDatabaseTable(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
ParameterTypeDatabaseTable(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
ParameterTypeDateFormat - Class in com.rapidminer.parameter
A ParameterType for DateFormats.
ParameterTypeDateFormat(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDateFormat
This is the constructor for date format if no example set meta data is available.
ParameterTypeDateFormat(ParameterTypeAttribute, String, String, InputPort, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDateFormat
This is the constructor for parameter types of operators which transform an example set.
ParameterTypeDirectory - Class in com.rapidminer.parameter
A parameter type for directories.
ParameterTypeDirectory(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDirectory
 
ParameterTypeDirectory(String, String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeDirectory
 
ParameterTypeDouble - Class in com.rapidminer.parameter
A parameter type for double values.
ParameterTypeDouble(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeDouble
 
ParameterTypeDouble(String, String, double, double) - Constructor for class com.rapidminer.parameter.ParameterTypeDouble
 
ParameterTypeDouble(String, String, double, double, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDouble
 
ParameterTypeDouble(String, String, double, double, double) - Constructor for class com.rapidminer.parameter.ParameterTypeDouble
 
ParameterTypeDouble(String, String, double, double, double, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeDouble
 
ParameterTypeEnumeration - Class in com.rapidminer.parameter
This is a parameter type that will present a list of values.
ParameterTypeEnumeration(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeEnumeration
 
ParameterTypeEnumeration(String, String, ParameterType) - Constructor for class com.rapidminer.parameter.ParameterTypeEnumeration
 
ParameterTypeEnumeration(String, String, ParameterType, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeEnumeration
 
ParameterTypeExpression - Class in com.rapidminer.parameter
This attribute type supports the user by letting him define an expression with a user interface known from calculators.
ParameterTypeExpression(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeExpression
 
ParameterTypeExpression(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeExpression
This constructor will generate a ParameterType that does not use the MetaData of an associated InputPort to verify the expressions.
ParameterTypeExpression(String, String, InputPort) - Constructor for class com.rapidminer.parameter.ParameterTypeExpression
 
ParameterTypeExpression(String, String, InputPort, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeExpression
 
ParameterTypeExpression(String, String, InputPort, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeExpression
 
ParameterTypeFile - Class in com.rapidminer.parameter
A parameter type for files.
ParameterTypeFile(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeFile
 
ParameterTypeFile(String, String, boolean, String[]) - Constructor for class com.rapidminer.parameter.ParameterTypeFile
Creates a new parameter type for files with the given extension.
ParameterTypeFile(String, String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeFile
Creates a new parameter type for files with the given extension.
ParameterTypeFile(String, String, String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeFile
Creates a new parameter type for file with the given extension.
ParameterTypeFile(String, String, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeFile
 
ParameterTypeInnerOperator - Class in com.rapidminer.parameter
Helper class for GUI purposes.
ParameterTypeInnerOperator(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeInnerOperator
 
ParameterTypeInnerOperator(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeInnerOperator
 
ParameterTypeInt - Class in com.rapidminer.parameter
A parameter type for integer values.
ParameterTypeInt(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeInt
 
ParameterTypeInt(String, String, int, int) - Constructor for class com.rapidminer.parameter.ParameterTypeInt
 
ParameterTypeInt(String, String, int, int, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeInt
 
ParameterTypeInt(String, String, int, int, int) - Constructor for class com.rapidminer.parameter.ParameterTypeInt
 
ParameterTypeInt(String, String, int, int, int, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeInt
 
ParameterTypeList - Class in com.rapidminer.parameter
A parameter type for parameter lists.
ParameterTypeList(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeList
 
ParameterTypeList(String, String, ParameterType) - Constructor for class com.rapidminer.parameter.ParameterTypeList
Deprecated. 
ParameterTypeList(String, String, ParameterType, List<String[]>) - Constructor for class com.rapidminer.parameter.ParameterTypeList
Deprecated. 
ParameterTypeList(String, String, ParameterType, ParameterType, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeList
 
ParameterTypeList(String, String, ParameterType, ParameterType) - Constructor for class com.rapidminer.parameter.ParameterTypeList
 
ParameterTypeList(String, String, ParameterType, ParameterType, List<String[]>, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeList
 
ParameterTypeList(String, String, ParameterType, ParameterType, List<String[]>) - Constructor for class com.rapidminer.parameter.ParameterTypeList
 
ParameterTypeMatrix - Class in com.rapidminer.parameter
A parameter type for parameter matrices.
ParameterTypeMatrix(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeMatrix
 
ParameterTypeMatrix(String, String, String, String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeMatrix
 
ParameterTypeMatrix(String, String, String, String, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeMatrix
 
ParameterTypeNumber - Class in com.rapidminer.parameter
An abstract superclass for all numerical parameter types.
ParameterTypeNumber(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeNumber
 
ParameterTypeNumber(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeNumber
 
ParameterTypeParameterValue - Class in com.rapidminer.parameter
Helper class for GUI purposes.
ParameterTypeParameterValue(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeParameterValue
 
ParameterTypeParameterValue(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeParameterValue
 
ParameterTypePassword - Class in com.rapidminer.parameter
A parameter for passwords.
ParameterTypePassword(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypePassword
 
ParameterTypePreview - Class in com.rapidminer.parameter
This parameter type will lead to a GUI element which can be used as initialization for a results preview.
ParameterTypePreview(Class<? extends PreviewCreator>, PreviewListener) - Constructor for class com.rapidminer.parameter.ParameterTypePreview
 
ParameterTypePreview(String, String, Class<? extends PreviewCreator>, PreviewListener) - Constructor for class com.rapidminer.parameter.ParameterTypePreview
 
ParameterTypeRegexp - Class in com.rapidminer.parameter
A parameter type for regular expressions.
ParameterTypeRegexp(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeRegexp
 
ParameterTypeRegexp(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeRegexp
 
ParameterTypeRegexp(String, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeRegexp
This constructer additionally specifies if this parameter type is expert.
ParameterTypeRegexp(String, String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeRegexp
 
ParameterTypeRepositoryLocation - Class in com.rapidminer.parameter
A parameter type for specifying a repository location.
ParameterTypeRepositoryLocation(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeRepositoryLocation
Creates a new parameter type for files with the given extension.
ParameterTypeRepositoryLocation(String, String, boolean, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeRepositoryLocation
Creates a new parameter type for files with the given extension.
ParameterTypeSingle - Class in com.rapidminer.parameter
An abstract superclass for single, i.e. non-list, parameters.
ParameterTypeSingle(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeSingle
 
ParameterTypeSingle(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeSingle
 
ParameterTypeSQLQuery - Class in com.rapidminer.parameter
A parameter type that has a specialized renderer for editing SQL queries.
ParameterTypeSQLQuery(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeSQLQuery
 
ParameterTypeSQLQuery(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeSQLQuery
 
ParameterTypeSQLQuery(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeSQLQuery
 
ParameterTypeString - Class in com.rapidminer.parameter
A parameter type for String values.
ParameterTypeString(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeString
 
ParameterTypeString(String, String, boolean, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeString
 
ParameterTypeString(String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeString
 
ParameterTypeString(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeString
 
ParameterTypeString(String, String, String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeString
 
ParameterTypeString(String, String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeString
 
ParameterTypeStringCategory - Class in com.rapidminer.parameter
A parameter type for categories.
ParameterTypeStringCategory(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeStringCategory
 
ParameterTypeStringCategory(String, String, String[]) - Constructor for class com.rapidminer.parameter.ParameterTypeStringCategory
 
ParameterTypeStringCategory(String, String, String[], String) - Constructor for class com.rapidminer.parameter.ParameterTypeStringCategory
 
ParameterTypeStringCategory(String, String, String[], String, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeStringCategory
 
ParameterTypeText - Class in com.rapidminer.parameter
A parameter type for longer texts.
ParameterTypeText(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeText
 
ParameterTypeText(String, String, TextType) - Constructor for class com.rapidminer.parameter.ParameterTypeText
Creates a new optional parameter type for longer texts.
ParameterTypeText(String, String, TextType, String) - Constructor for class com.rapidminer.parameter.ParameterTypeText
Creates a new parameter type for longer texts with the given default value.
ParameterTypeText(String, String, TextType, boolean) - Constructor for class com.rapidminer.parameter.ParameterTypeText
Creates a new parameter type for longer texts.
ParameterTypeTupel - Class in com.rapidminer.parameter
This is a parameter type that contains a number of subtypes.
ParameterTypeTupel(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeTupel
 
ParameterTypeTupel(String, String, ParameterType...) - Constructor for class com.rapidminer.parameter.ParameterTypeTupel
 
ParameterTypeValue - Class in com.rapidminer.parameter
This parameter type allows to select either Operator Values or Parameters for logging purposes.
ParameterTypeValue(Element) - Constructor for class com.rapidminer.parameter.ParameterTypeValue
 
ParameterTypeValue(String, String) - Constructor for class com.rapidminer.parameter.ParameterTypeValue
 
ParameterTypeValue.OperatorValueSelection - Class in com.rapidminer.parameter
 
ParameterTypeValue.OperatorValueSelection() - Constructor for class com.rapidminer.parameter.ParameterTypeValue.OperatorValueSelection
 
ParameterTypeValue.OperatorValueSelection(String, boolean, String) - Constructor for class com.rapidminer.parameter.ParameterTypeValue.OperatorValueSelection
 
ParameterUnequalsCondition - Class in com.rapidminer.io.process.conditions
 
ParameterUnequalsCondition(Element) - Constructor for class com.rapidminer.io.process.conditions.ParameterUnequalsCondition
 
parameterValue - Variable in class com.rapidminer.io.process.conditions.ParameterEqualsCondition
 
ParameterValue - Class in com.rapidminer.operator.meta
The parameter values used by the class ParameterSet.
ParameterValue(String, String, String) - Constructor for class com.rapidminer.operator.meta.ParameterValue
 
ParameterValue - Class in com.rapidminer.tools.math.function.expressions
Retrieves the value of an operator's parameter and pushes it onto the result stack.
ParameterValue(Process) - Constructor for class com.rapidminer.tools.math.function.expressions.ParameterValue
 
ParameterValueGrid - Class in com.rapidminer.parameter.value
A grid of numerical parameter values.
ParameterValueGrid(Operator, ParameterType, String, String) - Constructor for class com.rapidminer.parameter.value.ParameterValueGrid
 
ParameterValueGrid(Operator, ParameterType, String, String, String) - Constructor for class com.rapidminer.parameter.value.ParameterValueGrid
 
ParameterValueGrid(Operator, ParameterType, String, String, String, int) - Constructor for class com.rapidminer.parameter.value.ParameterValueGrid
 
ParameterValueGrid(Operator, ParameterType, String, String, String, String) - Constructor for class com.rapidminer.parameter.value.ParameterValueGrid
 
ParameterValueKeyCellEditor - Class in com.rapidminer.gui.properties.celleditors.key
Parameter editor for a ParameterTypeValue, i.e. a parameter name and value of a single operator.
ParameterValueKeyCellEditor(ParameterTypeParameterValue) - Constructor for class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
ParameterValueList - Class in com.rapidminer.parameter.value
A list of parameter values.
ParameterValueList(Operator, ParameterType) - Constructor for class com.rapidminer.parameter.value.ParameterValueList
 
ParameterValueList(Operator, ParameterType, String[]) - Constructor for class com.rapidminer.parameter.value.ParameterValueList
 
ParameterValueList(Operator, ParameterType, List<String>) - Constructor for class com.rapidminer.parameter.value.ParameterValueList
 
ParameterValueRange - Class in com.rapidminer.parameter.value
Represents a range of numerical parameter values.
ParameterValueRange(Operator, ParameterType, String, String) - Constructor for class com.rapidminer.parameter.value.ParameterValueRange
 
ParameterValues - Class in com.rapidminer.parameter.value
Allows the specification of parameter values as a basis of e.g. optimization.
ParameterValues(Operator, ParameterType) - Constructor for class com.rapidminer.parameter.value.ParameterValues
 
ParameterWriter - Interface in com.rapidminer.tools.parameter
 
parent() - Method in class com.rapidminer.repository.RepositoryLocation
 
PARENT_ENABLED - Static variable in class com.rapidminer.gui.ConditionalAction
 
ParentButtonModel<T> - Interface in com.rapidminer.gui.tools
Model for a ParentButtonPanel.
ParentButtonPanel<T> - Class in com.rapidminer.gui.tools
 
ParentButtonPanel() - Constructor for class com.rapidminer.gui.tools.ParentButtonPanel
 
ParentButtonPanel(ParentButtonModel<T>) - Constructor for class com.rapidminer.gui.tools.ParentButtonPanel
 
ParentResolvingMap<K,V> - Class in com.rapidminer.tools
 
ParentResolvingMap() - Constructor for class com.rapidminer.tools.ParentResolvingMap
 
PARETO_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
ParetoChartItemLabelGenerator - Class in com.rapidminer.gui.plotter.charts
This is the item label generator for the Pareto chart plotter.
ParetoChartItemLabelGenerator(Map<String, String>) - Constructor for class com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator
Creates a new generator with a default number formatter.
ParetoChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the Pareto chart plotter.
ParetoChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
ParetoChartPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
PARMETER_TIME_OFFSET - Static variable in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
parse(Document, Process, List<UnknownParameterInformation>) - Method in class com.rapidminer.io.process.XMLImporter
 
parse(Element, List<UnknownParameterInformation>) - Method in class com.rapidminer.io.process.XMLImporter
This method will parsen a process that has been stored as a child to the given parent element using the XMLExporter.exportProcess(Element, Process) with the same parentElement.
parse(String) - Static method in class com.rapidminer.io.process.XMLTools
 
parse(InputStream) - Static method in class com.rapidminer.io.process.XMLTools
 
parse(File) - Static method in class com.rapidminer.io.process.XMLTools
 
parse(String) - Method in class com.rapidminer.tools.LineParser
 
parse(String) - Static method in class com.rapidminer.tools.NumberParser
Parse a number possibly surrounded by other information.
parse(String) - Static method in class com.rapidminer.tools.plugin.Dependency
 
parse(String) - Method in class com.rapidminer.tools.StrictDecimalFormat
 
parse(Element) - Method in class com.rapidminer.tools.usagestats.OperatorUsageStatistics
 
parseAndValidate(InputStream, URL, String) - Static method in class com.rapidminer.io.process.XMLTools
This method should not be called since it is slower than XMLTools.parseAndValidate(InputStream, URI, String)
parseAndValidate(InputStream, URI, String) - Static method in class com.rapidminer.io.process.XMLTools
The schema URL might be given as URI for performance reasons.
parseCondition(Element) - Method in class com.rapidminer.io.process.rules.AbstractConditionedParseRule
 
parseDouble(String) - Static method in class com.rapidminer.tools.NumberParser
This method parses the given string as double value.
parseEntries(Element) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
parseExcelRange(String) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
ParseException - Exception in com.rapidminer.operator.nio.model
 
ParseException(ParsingError) - Constructor for exception com.rapidminer.operator.nio.model.ParseException
 
ParseFileWizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
 
ParseFileWizardStep(String, CSVDataReader) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
parseKey(String, ClassLoader) - Method in class com.rapidminer.tools.ClassColorMap
 
parseKey(String, ClassLoader) - Method in class com.rapidminer.tools.ParentResolvingMap
 
parseKey(String, ClassLoader) - Method in class com.rapidminer.tools.StringColorMap
 
parseKeyStroke(String) - Static method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Converts a string to a keystroke.
parseMatlabString(String) - Static method in class com.rapidminer.tools.math.StringToMatrixConverter
parses a Matlab string to create a double matrix
ParseNumber - Class in com.rapidminer.tools.math.function.expressions.text
Parses the given string and puts the number on the result stack.
ParseNumber() - Constructor for class com.rapidminer.tools.math.function.expressions.text.ParseNumber
 
parseOperator(Element, VersionNumber, Process, List<UnknownParameterInformation>) - Method in class com.rapidminer.io.process.XMLImporter
 
parseParameterValues(List<String[]>) - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Parses a parameter list and creates the corresponding data structures.
parseProperties(String, String, String, ClassLoader) - Method in class com.rapidminer.tools.ParentResolvingMap
 
ParseRule - Interface in com.rapidminer.io.process.rules
Rule that defines how operators are imported from earlier RapidMiner versions.
ParseRuleCondition - Interface in com.rapidminer.io.process.conditions
 
parseValue(String, ClassLoader) - Method in class com.rapidminer.tools.ClassColorMap
 
parseValue(String, ClassLoader) - Method in class com.rapidminer.tools.ParentResolvingMap
 
parseValue(String, ClassLoader) - Method in class com.rapidminer.tools.StringColorMap
 
ParseValueTypesWizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
 
ParseValueTypesWizardStep(String, AbstractDataReader) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
parseXML(Element) - Method in class com.rapidminer.operator.Annotations
 
parseXmlAndReturnHtml(String) - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
This is the method that actually gets the Content of this Dockable.
ParsingError - Class in com.rapidminer.operator.nio.model
An error that occurred during parsing.
ParsingError(int, int, ParsingError.ErrorCode, Object) - Constructor for class com.rapidminer.operator.nio.model.ParsingError
 
ParsingError(int, int, ParsingError.ErrorCode, Object, Throwable) - Constructor for class com.rapidminer.operator.nio.model.ParsingError
 
ParsingError.ErrorCode - Enum in com.rapidminer.operator.nio.model
 
PartialExampleSetLearner - Class in com.rapidminer.operator.meta
This operator works similar to the LearningCurveOperator.
PartialExampleSetLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.PartialExampleSetLearner
 
Partition - Class in com.rapidminer.example.set
Implements a partition.
Partition(double[], int, PartitionBuilder) - Constructor for class com.rapidminer.example.set.Partition
Creates a new partition of a given size consisting of ratio.length sets.
Partition(int, int, PartitionBuilder) - Constructor for class com.rapidminer.example.set.Partition
Creates a new partition of a given size consisting of noPartitions equally sized sets.
Partition(int[], int) - Constructor for class com.rapidminer.example.set.Partition
Creates a partition from the given one.
PartitionBuilder - Interface in com.rapidminer.example.set
Creates partitions from ratio arrays.
PartitionOperator - Class in com.rapidminer.operator.preprocessing.sampling
Divides a data set into the defined partitions and deliver the subsets.
PartitionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.PartitionOperator
 
PASS_UNUSED_INPUT_TO_OUTPUT - Static variable in class com.rapidminer.operator.DefaultIODescription
 
passCloneThrough() - Method in class com.rapidminer.operator.ports.PortPairExtender
Does the same as PortPairExtender.passDataThrough() but copies the IOObjects.
passDataThrough(int) - Method in class com.rapidminer.operator.ports.MultiInputPortPairExtender
Delivers all data from all managed input ports to the corresponding output port belonging to the group specified by toIndex.
passDataThrough() - Method in class com.rapidminer.operator.ports.MultiOutputPortPairExtender
 
passDataThrough() - Method in class com.rapidminer.operator.ports.PortPairExtender
Passes the actual data from the output ports to their connected input ports.
passResultsThrough() - Method in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Passes data from the inner sinks to the output ports.
PassThroughOrGenerateRule - Class in com.rapidminer.operator.ports.metadata
Passes meta data from an input port to an output port or generates a new one if the input meta data is null.
PassThroughOrGenerateRule(InputPort, OutputPort, MetaData) - Constructor for class com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRule
 
PassThroughOrGenerateRuleCondition - Interface in com.rapidminer.operator.ports.metadata
This class allows subclasses to make additional checks if
PassThroughRule - Class in com.rapidminer.operator.ports.metadata
Assigns meta data received from an input port to an output port.
PassThroughRule(InputPort, OutputPort, boolean) - Constructor for class com.rapidminer.operator.ports.metadata.PassThroughRule
 
PassthroughShortcutRule - Class in com.rapidminer.io.process.rules
 
PassthroughShortcutRule() - Constructor for class com.rapidminer.io.process.rules.PassthroughShortcutRule
 
password - Variable in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
PasswordDialog - Class in com.rapidminer.gui.tools
Dialog asking for username and passwords.
PasswordFieldUI - Class in com.rapidminer.gui.look.ui
The UI for password fields.
PasswordFieldUI() - Constructor for class com.rapidminer.gui.look.ui.PasswordFieldUI
 
PasswordManager - Class in com.rapidminer.gui.security
The PasswordManger is a small dialog to manage all the passwords that were saved for different url's.
PasswordManager() - Constructor for class com.rapidminer.gui.security.PasswordManager
 
paste() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Inserts the clipboard contents into the text.
PASTE_ACTION - Static variable in class com.rapidminer.gui.operatortree.actions.CutCopyPasteAction
 
PASTE_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
PasteEntryRepositoryAction - Class in com.rapidminer.repository.gui.actions
This action is the standard paste action.
PasteEntryRepositoryAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.PasteEntryRepositoryAction
 
PatchTokenMarker - Class in com.rapidminer.gui.tools.syntax
Patch/diff token marker.
PatchTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.PatchTokenMarker
 
pause(Operator, IOContainer, int) - Method in class com.rapidminer.Process
Pauses the process at a breakpoint.
pause() - Method in class com.rapidminer.Process
Stops the process as soon as possible.
PAUSE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
PauseAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
PauseAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.PauseAction
 
pauseProcess() - Method in class com.rapidminer.gui.MainFrame
 
pauseProcess() - Method in class com.rapidminer.gui.ProcessThread
 
PCA - Class in com.rapidminer.operator.features.transformation
This operator performs a principal components analysis (PCA) using the covariance matrix.
PCA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.PCA
 
PCAModel - Class in com.rapidminer.operator.features.transformation
This is the transformation model of the principal components analysis.
PCAModel(ExampleSet, double[], double[][]) - Constructor for class com.rapidminer.operator.features.transformation.PCAModel
 
PCAWeighting - Class in com.rapidminer.operator.features.weighting
Uses the factors of one of the principal components (default is the first) as feature weights.
PCAWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.PCAWeighting
 
Peak - Class in com.rapidminer.tools.math
A peak with a index and a value.
Peak(double, double) - Constructor for class com.rapidminer.tools.math.Peak
 
PeakFinder - Interface in com.rapidminer.tools.math
PeakFinder are objects which searches peaks in a given series of values.
Perceptron - Class in com.rapidminer.operator.learner.functions
The perceptron is a type of artificial neural network invented in 1957 by Frank Rosenblatt.
Perceptron(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.Perceptron
 
performAction(OperatorDescription) - Method in class com.rapidminer.gui.operatormenu.NewOperatorMenu
 
performAction(OperatorDescription) - Method in class com.rapidminer.gui.operatormenu.OperatorMenu
 
performAction(OperatorDescription) - Method in class com.rapidminer.gui.operatormenu.ReplaceOperatorMenu
 
performAdditionalChecks() - Method in class com.rapidminer.operator.DummyOperator
 
performAdditionalChecks() - Method in class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
performAdditionalChecks() - Method in class com.rapidminer.operator.Operator
This method is invoked during the validation checks.
performAdditionalChecks() - Method in class com.rapidminer.operator.OperatorChain
This method invokes the additional check method for each child.
PERFORMANCE_COMPARATOR - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
 
PERFORMANCE_COMPARATOR - Static variable in class com.rapidminer.operator.features.Population
 
PERFORMANCE_COMPARATOR - Static variable in class com.rapidminer.tools.math.optimization.ec.es.Population
 
PerformanceComparator - Interface in com.rapidminer.operator.performance
Compares two PerformanceVectors.
PerformanceCriterion - Class in com.rapidminer.operator.performance
Each PerformanceCriterion contains a method to compute this criterion on a given set of examples, each which has to have a real and a predicted label.
PerformanceCriterion() - Constructor for class com.rapidminer.operator.performance.PerformanceCriterion
 
PerformanceCriterion(PerformanceCriterion) - Constructor for class com.rapidminer.operator.performance.PerformanceCriterion
Clone constructor.
PerformanceDataSampleTest - Class in com.rapidminer.test
Performs the sample process and checks the output performance.
PerformanceDataSampleTest(String, String[], double[]) - Constructor for class com.rapidminer.test.PerformanceDataSampleTest
 
PerformanceEvaluator - Class in com.rapidminer.operator.performance
A performance evaluator is an operator that expects a test ExampleSet as input, whose elements have both true and predicted labels, and delivers as output a list of performance values according to a list of performance criteria that it calculates.
PerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.PerformanceEvaluator
 
PerformanceLoader - Class in com.rapidminer.operator.io
Reads a performance vector from a given file.
PerformanceLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.PerformanceLoader
 
performanceOutput - Variable in class com.rapidminer.operator.validation.WrapperValidationChain
 
PerformanceSampleTest - Class in com.rapidminer.test
Performs the sample process and checks the output performance.
PerformanceSampleTest(String, String[], double[]) - Constructor for class com.rapidminer.test.PerformanceSampleTest
 
PerformanceVector - Class in com.rapidminer.operator.performance
Handles several performance criteria.
PerformanceVector() - Constructor for class com.rapidminer.operator.performance.PerformanceVector
 
PerformanceVector.DefaultComparator - Class in com.rapidminer.operator.performance
The default performance comparator compares the main criterion of two performance vectors.
PerformanceVector.DefaultComparator() - Constructor for class com.rapidminer.operator.performance.PerformanceVector.DefaultComparator
 
PerformanceVectorRenderer - Class in com.rapidminer.gui.renderer.performance
This is the renderer for the performance vector table (confusion matrix etc.)
PerformanceVectorRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.PerformanceVectorRenderer
 
PerformanceVectorViewer - Class in com.rapidminer.gui.viewer
Can be used to display the criteria of a PerformanceVector.
PerformanceVectorViewer(PerformanceVector, IOContainer) - Constructor for class com.rapidminer.gui.viewer.PerformanceVectorViewer
 
PerformanceWriter - Class in com.rapidminer.operator.io
Writes the input performance vector in a given file.
PerformanceWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.PerformanceWriter
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
This method is called when the step is entered.
performEnteringAction() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
Deprecated. 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.AnnotationDeclarationWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.CSVFileSelectionWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.CSVSyntaxConfigurationWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.ExcelFileSelectionWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.MetaDataDeclarationWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
Initializes the models for the gui elements and makes sure that the correct button are enabled etc.
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLExampleExpressionWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLFileSelectionWizardStep
 
performEnteringAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
 
performIteration(SplittedExampleSet, int) - Method in class com.rapidminer.operator.validation.XValidation
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
This method is called when the step is left.
performLeavingAction() - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
Deprecated. 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.AnnotationDeclarationWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.CSVFileSelectionWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.CSVSyntaxConfigurationWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.ExcelFileSelectionWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.MetaDataDeclarationWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.StoreDataWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
Writes the selected XPaths into the configuration object.
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLExampleExpressionWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLFileSelectionWizardStep
 
performLeavingAction(AbstractWizard.WizardStepDirection) - Method in class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
 
performOperation(int) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
The default implementation returns true for every generation.
performOperation(int) - Method in interface com.rapidminer.operator.features.construction.ExampleSetBasedPopulationOperator
Indicates if the operation should be performed in the given generation.
performOperation(int) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedTournamentSelection
 
performOperation(int) - Method in class com.rapidminer.operator.features.construction.FourierGenerator
 
performOperation(int) - Method in class com.rapidminer.operator.features.IndividualOperator
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.KeepBest
The default implementation returns true for every generation.
performOperation(int) - Method in interface com.rapidminer.operator.features.PopulationOperator
Indicates if the operation should be performed in the given generation.
performOperation(int) - Method in class com.rapidminer.operator.features.PopulationPlotter
Returns true if the current generation modulo the plotGenerations parameter is zero.
performOperation(int) - Method in class com.rapidminer.operator.features.RedundanceRemoval
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.BestSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.CutSelection
 
performOperation(int) - Method in class com.rapidminer.operator.features.selection.IterativeFeatureAdding
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.NonDominatedSortingSelection
 
performOperation(int) - Method in class com.rapidminer.operator.features.selection.RankSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.RouletteWheel
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.SaveIntermediateWeights
 
performOperation(int) - Method in class com.rapidminer.operator.features.selection.SelectionCrossover
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.StochasticUniversalSampling
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.selection.TournamentSelection
 
performOperation(int) - Method in class com.rapidminer.operator.features.selection.UniformSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.operator.features.weighting.VarianceAdaption
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.CutSelection
 
performOperation(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.RankSelection
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.RouletteWheel
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.StochasticUniversalSampling
The default implementation returns true for every generation.
performOperation(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.UniformSelection
The default implementation returns true for every generation.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.bayes.DistributionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
Perform predictions based on the distribution properties.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.FastMarginModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVMModel
Applies the model to each example of the example set.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.GPModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionModel
Applies the model to each example of the example set.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.lazy.AttributeBasedVotingModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.lazy.AttributeDefaultModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.lazy.DefaultModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.lazy.KNNClassificationModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.lazy.KNNRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
Iterates over all models and returns the class with maximum likelihood.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.AdditiveRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.BaggingModel
Iterates over all models and averages confidences.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Iterates over all models and returns the class with maximum likelihood.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
Chooses the right evaluation procedure depending on classificationType.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel
Deprecated.  
performPrediction(ExampleSet, Attribute, HierarchicalModel.Node, double[][], HashMap<String, Integer>) - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel
Deprecated.  
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.MultiModelByRegression
Iterates over all classes of the label and applies one model for each class.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.RelativeRegressionModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
Iterates over all models and returns the class with maximum likelihood.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.StackingModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.ThresholdModel
 
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
Iterates over all examples and applies this model.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.PredictionModel
Subclasses should iterate through the given example set and set the prediction for each example.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.SimpleBinaryPredictionModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.learner.SimplePredictionModel
Iterates over all examples and applies the model to them.
performPrediction(ExampleSet, Attribute) - Method in class com.rapidminer.operator.postprocessing.PlattScalingModel
 
performPreprocessing(ExampleSet) - Method in class com.rapidminer.operator.visualization.dependencies.AbstractPairwiseMatrixOperator
This default implementation does nothing.
performPreprocessing(ExampleSet) - Method in class com.rapidminer.operator.visualization.dependencies.MutualInformationMatrixOperator
This preprocessing discretizes the input example set by a view.
performRegression(Matrix, Matrix, double[], double) - Static method in class com.rapidminer.tools.math.LinearRegression
Performs a weighted linear ridge regression.
performRegression(Matrix, Matrix, double) - Static method in class com.rapidminer.tools.math.LinearRegression
Calculates the coefficients of linear ridge regression.
performSearch() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
performSelection(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationNonDominatedSortingSelection
Performs non-dominated sorting selection from NSGA-II.
performSelection(List<AggregationIndividual>) - Method in interface com.rapidminer.operator.features.aggregation.AggregationSelection
 
performSelection(List<AggregationIndividual>) - Method in class com.rapidminer.operator.features.aggregation.AggregationTournamentSelection
 
performSignificanceTest(PerformanceVector[], double) - Method in class com.rapidminer.operator.validation.significance.AnovaSignificanceTestOperator
 
performSignificanceTest(PerformanceVector[], double) - Method in class com.rapidminer.operator.validation.significance.SignificanceTestOperator
Returns the result of the significance test for the given performance vector collection.
performSignificanceTest(PerformanceVector[], double) - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator
 
performSignificanceTest() - Method in class com.rapidminer.tools.math.AnovaCalculator
 
performStepAction(int, int) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
This method is invoked in the method step.
performStepAction(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard
 
performUpdates(List<PackageDescriptor>, ProgressListener) - Method in class com.rapid_i.deployment.update.client.UpdateManager
 
PerlTokenMarker - Class in com.rapidminer.gui.tools.syntax
Perl token marker.
PerlTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.PerlTokenMarker
 
PerlTokenMarker(KeywordMap) - Constructor for class com.rapidminer.gui.tools.syntax.PerlTokenMarker
 
PermutationOperator - Class in com.rapidminer.operator.preprocessing.filter
This operator creates a new, shuffled ExampleSet by making creating a shuffled view using a SortedExampleSet
PermutationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.PermutationOperator
 
Perspective - Class in com.rapidminer.gui
 
Perspective(ApplicationPerspectives, String) - Constructor for class com.rapidminer.gui.Perspective
 
Perspectives - Class in com.rapidminer.gui
Collection of Perspectives that can be applied, saved, created.
Perspectives(DockingContext) - Constructor for class com.rapidminer.gui.Perspectives
 
pessimisticErrors(double, double, double) - Method in class com.rapidminer.operator.learner.tree.PessimisticPruner
 
PessimisticPruner - Class in com.rapidminer.operator.learner.tree
This class provides a pruner based on some heuristic statistics.
PessimisticPruner(double, LeafCreator) - Constructor for class com.rapidminer.operator.learner.tree.PessimisticPruner
 
phi - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
PHI_t - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
PHPTokenMarker - Class in com.rapidminer.gui.tools.syntax
PHP token marker.
PHPTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.PHPTokenMarker
 
PickingModeAction<V,E> - Class in com.rapidminer.gui.graphs.actions
Start the corresponding action.
PickingModeAction(GraphViewer<V, E>, IconSize) - Constructor for class com.rapidminer.gui.graphs.actions.PickingModeAction
 
PIE_CHART - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
PIE_CHART_3D - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
PieChart2DPlotter - Class in com.rapidminer.gui.plotter.charts
A simple 2D pie chart plotter.
PieChart2DPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.PieChart2DPlotter
 
PieChart3DPlotter - Class in com.rapidminer.gui.plotter.charts
A simple 3D pie chart plotter.
PieChart3DPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.PieChart3DPlotter
 
PlainArrowDropDownButton - Class in com.rapidminer.gui.tools.components
 
PlainArrowDropDownButton(Action) - Constructor for class com.rapidminer.gui.tools.components.PlainArrowDropDownButton
 
PlainArrowDropDownButton.DropDownArrowButton - Class in com.rapidminer.gui.tools.components
 
PlainArrowDropDownButton.DropDownArrowButton() - Constructor for class com.rapidminer.gui.tools.components.PlainArrowDropDownButton.DropDownArrowButton
 
PlainLinearRegressionMethod - Class in com.rapidminer.operator.learner.functions.linear
This method just does not perform any feature selection methods.
PlainLinearRegressionMethod() - Constructor for class com.rapidminer.operator.learner.functions.linear.PlainLinearRegressionMethod
 
PlainTextEditor - Class in com.rapidminer.gui.tools
A generic text editor.
PlainTextEditor() - Constructor for class com.rapidminer.gui.tools.PlainTextEditor
 
PlattParameters - Class in com.rapidminer.operator.postprocessing
A convenience class that contains the parameters of a PlattScalingModel.
PlattParameters() - Constructor for class com.rapidminer.operator.postprocessing.PlattParameters
 
PlattParameters(double, double) - Constructor for class com.rapidminer.operator.postprocessing.PlattParameters
 
PlattScaling - Class in com.rapidminer.operator.postprocessing
A scaling operator, applying the original algorithm by Platt (1999) to turn confidence scores of boolean classifiers into probability estimates.
PlattScaling(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.PlattScaling
 
PlattScalingModel - Class in com.rapidminer.operator.postprocessing
A model that contains a boolean classifier and a scaling operation that turns confidence scores into probability estimates.
PlattScalingModel(ExampleSet, Model, PlattParameters) - Constructor for class com.rapidminer.operator.postprocessing.PlattScalingModel
 
PLOT_MODE - Static variable in class com.rapidminer.gui.viewer.DataTableViewer
 
plotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
PlotConfiguration - Class in com.rapidminer.gui.new_plotter.configuration
 
PlotConfiguration(DataTableColumn) - Constructor for class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Creates a plot configuration with one empty RangeAxisConfig.
PlotConfiguration(DataTableColumn, ColorScheme, Map<String, ColorScheme>) - Constructor for class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.data.PlotData
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.AreaAndBarChartConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.AxisConfigurationContainer
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.ChartTitleConfigurationContainer
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.ColorSchemeDialog
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.DimensionConfigPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.GlobalConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.GroupingConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.AbstractGroupingCardPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.LegendConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.LineChartConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTreeModel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.RangeAxisConfigPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.SeriesFormatConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.ValueSourceConfigurationPanel
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.WindowingConfigurationContainer
 
plotConfigurationChanged(PlotConfigurationChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.PlotConfigurationListener
 
PlotConfigurationChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
A PlotConfigurationChangeEvent represents a change of the PlotConfiguration.
PlotConfigurationChangeEvent(PlotConfiguration, PlotConfigurationChangeEvent.PlotConfigurationChangeType, RangeAxisConfig, Integer) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
Allowed PlotConfigurationChangeEvent.PlotConfigurationChangeTypes are RANGE_AXIS_CONFIG_ADDED, RANGE_AXIS_CONFIG_REMOVED and RANGE_AXIS_CONFIG_MOVED
PlotConfigurationChangeEvent(PlotConfiguration) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, PlotConfigurationChangeEvent.PlotConfigurationChangeType, DimensionConfig.PlotDimension, DimensionConfig) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
Allowed PlotConfigurationChangeEvent.PlotConfigurationChangeTypes are DIMENSION_CONFIG_ADDED or DIMENSION_REMOVED
PlotConfigurationChangeEvent(PlotConfiguration, String) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, List<PlotConfigurationChangeEvent>) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, Font) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, PlotConfigurationChangeEvent.PlotConfigurationChangeType, Color) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
Allowed PlotConfigurationChangeEvent.PlotConfigurationChangeTypes are FRAME_BACKGROUND_COLOR or PLOT_BACKGROUND_COLOR or AXIS_LINE_COLOR
PlotConfigurationChangeEvent(PlotConfiguration, DimensionConfigChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, LinkAndBrushSelection) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, RangeAxisConfigChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, PlotOrientation) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, float) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, ColorScheme) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, DataTable) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent(PlotConfiguration, LegendConfigurationChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
PlotConfigurationChangeEvent.PlotConfigurationChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
plotConfigurationChangeEventProcessed() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Tells the PlotConfiguration that the current event has been processed.
PlotConfigurationError - Class in com.rapidminer.gui.new_plotter
 
PlotConfigurationError(String, Object...) - Constructor for class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
PlotConfigurationError(String, PlotConfigurationQuickFix, Object...) - Constructor for class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
PlotConfigurationError(String, PlotConfigurationChangeEvent, Object...) - Constructor for class com.rapidminer.gui.new_plotter.PlotConfigurationError
 
PlotConfigurationHistory - Class in com.rapidminer.gui.new_plotter.integration
This class holds informations about plotter settings in the processing history since the RapidMiner startup.
PlotConfigurationListener - Interface in com.rapidminer.gui.new_plotter.listener
 
PlotConfigurationProcessingListener - Interface in com.rapidminer.gui.new_plotter.listener
 
PlotConfigurationQuickFix - Class in com.rapidminer.gui.new_plotter
 
PlotConfigurationQuickFix() - Constructor for class com.rapidminer.gui.new_plotter.PlotConfigurationQuickFix
 
PlotConfigurationQuickFix(ConfigurationChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.PlotConfigurationQuickFix
 
PlotConfigurationTree - Class in com.rapidminer.gui.new_plotter.gui
 
PlotConfigurationTree(PlotConfiguration, DataTable, DataTableColumnListTransferHandler) - Constructor for class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree
 
PlotConfigurationTreeCellRenderer - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
A renderer for plot configuration tree cells that displays the configuration's icon and name.
PlotConfigurationTreeCellRenderer(DataTableColumnListTransferHandler) - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.PlotConfigurationTreeCellRenderer
 
PlotConfigurationTreeModel - Class in com.rapidminer.gui.new_plotter.gui
 
PlotConfigurationTreeModel(DefaultMutableTreeNode, PlotConfiguration, PlotConfigurationTree) - Constructor for class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTreeModel
 
PlotConfigurationTreeNode - Class in com.rapidminer.gui.new_plotter.gui.treenodes
Never use the setUserObject method of this class!
PlotConfigurationTreeNode(PlotConfiguration) - Constructor for class com.rapidminer.gui.new_plotter.gui.treenodes.PlotConfigurationTreeNode
 
PlotConfigurationTreeTransferHandler - Class in com.rapidminer.gui.new_plotter.gui.dnd
The TransferHandler for the PlotConfigurationTree.
PlotConfigurationTreeTransferHandler(JTree) - Constructor for class com.rapidminer.gui.new_plotter.gui.dnd.PlotConfigurationTreeTransferHandler
 
PlotData - Class in com.rapidminer.gui.new_plotter.data
 
PlotData(PlotInstance, DataTable) - Constructor for class com.rapidminer.gui.new_plotter.data.PlotData
 
PlotEngine - Interface in com.rapidminer.gui.new_plotter.engine
Currently this interface is just an indicator interface.
plotEngine - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the JFreeChartPlotEngine instance
PlotInstance - Class in com.rapidminer.gui.new_plotter.data
A plot instance, composed from a PlotConfiguration and PlotData.
PlotInstance(PlotConfiguration, DataTable) - Constructor for class com.rapidminer.gui.new_plotter.data.PlotInstance
 
plotInstance - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the PlotConfiguration for the template
plotInstanceChanged(PlotInstance, PlotInstance, AbstractConfigurationPanel.DatasetTransformationType) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
plotInstanceChanged(PlotInstance, PlotInstance, AbstractConfigurationPanel.DatasetTransformationType) - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
plotInstanceChanged(PlotInstance, PlotInstance, AbstractConfigurationPanel.DatasetTransformationType) - Method in interface com.rapidminer.gui.new_plotter.listener.PlotInstanceChangedListener
 
PlotInstanceChangedListener - Interface in com.rapidminer.gui.new_plotter.listener
 
PlotInstanceLegendCreator - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
 
PlotInstanceLegendCreator() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.PlotInstanceLegendCreator
 
plots - Variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
Plotter - Interface in com.rapidminer.gui.plotter
An interface for all data available plotters.
PlotterAdapter - Class in com.rapidminer.gui.plotter
This adapter class can be used for simple plotter implementation which only need to overwrite the methods they need.
PlotterAdapter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter
 
PlotterAdapter.EllipsoidPointStyle - Class in com.rapidminer.gui.plotter
The point style that should be used for plotting points.
PlotterAdapter.EllipsoidPointStyle() - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter.EllipsoidPointStyle
 
PlotterAdapter.LineColorIcon - Class in com.rapidminer.gui.plotter
This icon is displayed before the columns to indicate the color and line style (as a legend or key).
PlotterAdapter.LineColorIcon(Color) - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter.LineColorIcon
 
PlotterAdapter.LineStyle - Class in com.rapidminer.gui.plotter
The line style that should be used for plotting lines.
PlotterAdapter.LineStyleIcon - Class in com.rapidminer.gui.plotter
This icon is displayed before the columns to indicate the color and line style (as a legend or key).
PlotterAdapter.PointStyle - Interface in com.rapidminer.gui.plotter
The point style that should be used for plotting points.
PlotterAdapter.RectanglePointStyle - Class in com.rapidminer.gui.plotter
The point style that should be used for plotting points.
PlotterAdapter.RectanglePointStyle() - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter.RectanglePointStyle
 
PlotterAdapter.StarPointStyle - Class in com.rapidminer.gui.plotter
The point style that should be used for plotting points.
PlotterAdapter.StarPointStyle() - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter.StarPointStyle
 
PlotterAdapter.TriangularPointStyle - Class in com.rapidminer.gui.plotter
The point style that should be used for plotting points.
PlotterAdapter.TriangularPointStyle() - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter.TriangularPointStyle
 
PlotterAdapter.TurnedTriangularPointStyle - Class in com.rapidminer.gui.plotter
The point style that should be used for plotting points.
PlotterAdapter.TurnedTriangularPointStyle() - Constructor for class com.rapidminer.gui.plotter.PlotterAdapter.TurnedTriangularPointStyle
 
plotterChanged(String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
plotterChanged(String) - Method in interface com.rapidminer.gui.plotter.PlotterConfigurationModel.PlotterChangedListener
 
plotterChanged(String) - Method in class com.rapidminer.gui.plotter.PlotterControlPanel
 
PlotterCondition - Interface in com.rapidminer.gui.plotter.conditions
This condition class can be used to indicate that a plotter is only available for certain types of data tables, e.g. only for tables with a maximal number of columns.
PlotterConfigurationModel - Class in com.rapidminer.gui.plotter
This class is the model of plotter configuration.
PlotterConfigurationModel(String, DataTable) - Constructor for class com.rapidminer.gui.plotter.PlotterConfigurationModel
This is a convenience constructor building settings providing the complete plotter selection and creating the given plotter per default.
PlotterConfigurationModel(HashMap<String, Class<? extends Plotter>>, DataTable) - Constructor for class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
PlotterConfigurationModel(HashMap<String, Class<? extends Plotter>>, String, DataTable) - Constructor for class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
PlotterConfigurationModel(PlotterConfigurationSettings, HashMap<String, Class<? extends Plotter>>, DataTable) - Constructor for class com.rapidminer.gui.plotter.PlotterConfigurationModel
This constructor builds a new plotter with the given data set and selection but uses the given settings.
PlotterConfigurationModel.PlotterChangedListener - Interface in com.rapidminer.gui.plotter
 
PlotterConfigurationModel.PlotterSettingsChangedListener - Interface in com.rapidminer.gui.plotter
 
PlotterConfigurationSettings - Class in com.rapidminer.gui.plotter
This is the data holding class for plotter settings.
PlotterConfigurationSettings() - Constructor for class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
PlotterControlPanel - Class in com.rapidminer.gui.plotter
Panel containing control elements for a Plotter.
PlotterControlPanel(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.PlotterControlPanel
 
PlotterLegend - Class in com.rapidminer.gui.plotter
This plotter legend component can be used by external plotter components.
PlotterLegend(PlotterAdapter) - Constructor for class com.rapidminer.gui.plotter.PlotterLegend
 
PlotterMouseHandler - Class in com.rapidminer.gui.plotter
The mouse handler for plotters.
PlotterMouseHandler(Plotter, DataTable, CoordinatesHandler) - Constructor for class com.rapidminer.gui.plotter.PlotterMouseHandler
 
PlotterPanel - Class in com.rapidminer.gui.plotter
This is the main component for all data or statistics plotters containing a PlotterControlPanel and a Plotter.
PlotterPanel(DataTable) - Constructor for class com.rapidminer.gui.plotter.PlotterPanel
Creates a new plotter panel based on the given DataTable object.
PlotterPanel(DataTable, LinkedHashMap<String, Class<? extends Plotter>>) - Constructor for class com.rapidminer.gui.plotter.PlotterPanel
Creates a new plotter panel based on the given DataTable object.
PlotterPanel(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.PlotterPanel
 
PlotterPanel.LineStyleCellRenderer - Class in com.rapidminer.gui.plotter
The line style rendered for the legend (or key).
PlotterPanel.LineStyleCellRenderer(Plotter) - Constructor for class com.rapidminer.gui.plotter.PlotterPanel.LineStyleCellRenderer
 
PlotterPoint - Class in com.rapidminer.gui.plotter
Helper class for the plotter point positions and colors.
PlotterPoint(double, double, double, Color) - Constructor for class com.rapidminer.gui.plotter.PlotterPoint
 
plotterPoints - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The list of all plotter points.
PlotterSettingsHistory - Class in com.rapidminer.gui.plotter.settings
This class holds informations about plotter settings in the processing history since the RapidMiner startup.
PlotterSettingsHistory() - Constructor for class com.rapidminer.gui.plotter.settings.PlotterSettingsHistory
 
PlotterStyleProvider - Class in com.rapidminer.gui.new_plotter.templates.style
Abstract class which all style providers for the new plotter templates have to extend.
PlotterStyleProvider() - Constructor for class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
 
PlotterTemplate - Class in com.rapidminer.gui.new_plotter.templates
Abstract class which all templates for the new plotters have to extend.
PlotterTemplate() - Constructor for class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Standard constructor.
PlotterTemplatePanel - Class in com.rapidminer.gui.new_plotter.templates.gui
This class is the abstract superclass for all PlotterTemplate GUIs.
PlotterTemplatePanel(PlotterTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.gui.PlotterTemplatePanel
Standard constructor.
PlotterTemplateWrapper - Class in com.rapidminer.gui.new_plotter.templates
This is a wrapper for PlotterTemplates.
PlotterTemplateWrapper(PlotterTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.PlotterTemplateWrapper
Creates a new PlotterTemplateWrapper around the given PlotterTemplate.
Plugin - Class in com.rapidminer.tools.plugin
The class for RapidMiner plugins.
Plugin(File) - Constructor for class com.rapidminer.tools.plugin.Plugin
Creates a new plugin based on the plugin .jar file.
PLUGIN_DEFINED - Static variable in class com.rapidminer.gui.templates.BuildingBlock
 
PluginClassLoader - Class in com.rapidminer.tools.plugin
The class loader for a plugin (extending URLClassLoader).
PluginClassLoader(URL[]) - Constructor for class com.rapidminer.tools.plugin.PluginClassLoader
This constructor is for plugins that only depend on the core.
PluginClassLoader(URL[], ClassLoader) - Constructor for class com.rapidminer.tools.plugin.PluginClassLoader
Deprecated. 
PluginClassLoader(URL[], Plugin...) - Constructor for class com.rapidminer.tools.plugin.PluginClassLoader
This method can be used if for a plugin already is known which parent plugins are needed.
PluginException - Exception in com.rapidminer.tools.plugin
 
PluginException(String) - Constructor for exception com.rapidminer.tools.plugin.PluginException
 
POINT_STYLES - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
POINT_TYPES - Static variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
pointDistance(int, int, double[], double[]) - Method in class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
POINTS - Static variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
PointsAndLinesDialog - Class in com.rapidminer.gui.plotter.charts
This is a dialog which shows two checkboxes for each possible dimension where the user can select if points and / or lines should be drawn for each dimension.
PointsAndLinesDialog(String[], boolean[], boolean[]) - Constructor for class com.rapidminer.gui.plotter.charts.PointsAndLinesDialog
 
POINTSIZE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
PolynomialClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if (att1*att1*att1 + att2*att2 - att3*att3 + att4) > 0.
PolynomialClassificationFunction() - Constructor for class com.rapidminer.operator.generator.PolynomialClassificationFunction
 
PolynomialExampleSetResourceConsumptionEstimator - Class in com.rapidminer.operator.annotation
Evaluates resource consumption based on a simple polynomial function.
PolynomialExampleSetResourceConsumptionEstimator(InputPort, AttributeSubsetSelector, PolynomialFunction, PolynomialFunction) - Constructor for class com.rapidminer.operator.annotation.PolynomialExampleSetResourceConsumptionEstimator
 
polynomialExpansion(double[], int) - Static method in class com.rapidminer.tools.math.VectorMath
This method expands the given vector with the polynomial bases of the given degree.
PolynomialFunction - Class in com.rapidminer.operator.annotation
Only highest order terms taken into account.
PolynomialFunction(double, double, double) - Constructor for class com.rapidminer.operator.annotation.PolynomialFunction
 
PolynomialFunction(double, double, double, double, double) - Constructor for class com.rapidminer.operator.annotation.PolynomialFunction
 
PolynomialFunction - Class in com.rapidminer.operator.generator
The label is att1*att1*att1 + att2*att2 + att3.
PolynomialFunction() - Constructor for class com.rapidminer.operator.generator.PolynomialFunction
 
PolynomialKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of a Polynomial kernel of both examples.
PolynomialKernel() - Constructor for class com.rapidminer.tools.math.kernels.PolynomialKernel
 
PolynomialRegression - Class in com.rapidminer.operator.learner.functions
This regression learning operator fits a polynomial of all attributes to the given data set.
PolynomialRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.PolynomialRegression
 
PolynomialRegressionModel - Class in com.rapidminer.operator.learner.functions
The model for the polynomial regression.
PolynomialRegressionModel(ExampleSet, double[][], double[][], double) - Constructor for class com.rapidminer.operator.learner.functions.PolynomialRegressionModel
 
POLYNOMINAL - Static variable in class com.rapidminer.tools.Ontology
 
PolynominalAttribute - Class in com.rapidminer.example.table
This class holds all information on a single nominal attribute.
PolynominalClassificationPerformanceEvaluator - 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 (poly-)nominal value type.
PolynominalClassificationPerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
PolynominalMapping - Class in com.rapidminer.example.table
This is an implementation of NominalMapping which can be used for nominal attributes with an arbitrary number of different values.
PolynominalMapping() - Constructor for class com.rapidminer.example.table.PolynominalMapping
 
PolynominalMapping(Map<Integer, String>) - Constructor for class com.rapidminer.example.table.PolynominalMapping
 
popFrequency(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This method clears the frequency stack on top
popFrequency(int) - Method in interface com.rapidminer.operator.learner.associations.fpgrowth.FrequencyStack
This method deletes the heightTH element of stack.
popFrequency(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.ListFrequencyStack
 
populatePopupMenu(JPopupMenu) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
Population - Class in com.rapidminer.operator.features
A set of individuals.
Population() - Constructor for class com.rapidminer.operator.features.Population
Construct an empty generation.
Population - Class in com.rapidminer.tools.math.optimization.ec.es
A set of individuals.
Population() - Constructor for class com.rapidminer.tools.math.optimization.ec.es.Population
 
Population - Class in com.rapidminer.tools.math.optimization.ec.pso
This object stores for each individual index the current values and the best value for the individual so far.
Population(int, int) - Constructor for class com.rapidminer.tools.math.optimization.ec.pso.Population
 
POPULATION_INIT_TYPES - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
The names of the initialization types.
PopulationEvaluator - Interface in com.rapidminer.operator.features
This evaluator is used by the feature selection / generation / weighting operators.
PopulationOperator - Interface in com.rapidminer.operator.features
An operator that modifies populations.
PopulationOperator - Interface in com.rapidminer.tools.math.optimization.ec.es
A population operator which can be applied on the population.
PopulationPlotter - Class in com.rapidminer.operator.features
Plots all individuals in performance space, i.e. the dimensions of the plot (color for the third dimension) corresponds to performance criteria.
PopulationPlotter(ExampleSet) - Constructor for class com.rapidminer.operator.features.PopulationPlotter
Creates plotter panel which is repainted every generation.
PopulationPlotter(ExampleSet, int, boolean, boolean) - Constructor for class com.rapidminer.operator.features.PopulationPlotter
Creates plotter panel which is repainted each plotGenerations generations.
PopulationPlotter - Class in com.rapidminer.tools.math.optimization.ec.es
Plots the current generation's Pareto set.
PopulationPlotter() - Constructor for class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
popup - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
popup - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
POPUP_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
POPUP_BOTTOM_LEFT - Static variable in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
POPUP_BOTTOM_RIGHT - Static variable in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
POPUP_MENU_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
POPUP_TOP_LEFT - Static variable in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
POPUP_TOP_RIGHT - Static variable in class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
PopupAction - Class in com.rapidminer.gui.new_plotter.gui.popup
This action can be used to show a component as a popup on the screen.
PopupAction(boolean, String, Component, Object...) - Constructor for class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
PopupAction(boolean, String, Component, PopupAction.PopupPosition, Object...) - Constructor for class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
PopupAction(String, Component, Object...) - Constructor for class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
PopupAction(String, Component, PopupAction.PopupPosition, Object...) - Constructor for class com.rapidminer.gui.new_plotter.gui.popup.PopupAction
 
PopupAction.PopupPosition - Enum in com.rapidminer.gui.new_plotter.gui.popup
 
PopupBorder - Class in com.rapidminer.gui.look.borders
The UIResource for popup borders.
PopupBorder() - Constructor for class com.rapidminer.gui.look.borders.PopupBorder
 
PopupComponentListener - Interface in com.rapidminer.gui.new_plotter.gui.popup
This listener is used to inform the popup action that it's popped up component has lost the focus.
PopupMenuBorder - Class in com.rapidminer.gui.look.borders
The UIResource for popup menu borders.
PopupMenuBorder() - Constructor for class com.rapidminer.gui.look.borders.PopupMenuBorder
 
PopupMenuSeparatorUI - Class in com.rapidminer.gui.look.ui
The UI for popup menu separators.
PopupMenuSeparatorUI() - Constructor for class com.rapidminer.gui.look.ui.PopupMenuSeparatorUI
 
PopupMenuUI - Class in com.rapidminer.gui.look.ui
The UI for popup menus.
PopupMenuUI() - Constructor for class com.rapidminer.gui.look.ui.PopupMenuUI
 
PopupPanel - Class in com.rapidminer.gui.new_plotter.gui.popup
A JPanel that contains the component that should be shown when a popup action is triggered.
PopupPanel(Component) - Constructor for class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel
 
Port - Interface in com.rapidminer.operator.ports
Operators in a process are connected via input and output ports.
PortConnectedCondition - Class in com.rapidminer.parameter.conditions
This condition checks whether a InputPort of a Operator is connected or not.
PortConnectedCondition(ParameterHandler, PortProvider, boolean, boolean) - Constructor for class com.rapidminer.parameter.conditions.PortConnectedCondition
 
PortException - Exception in com.rapidminer.operator.ports
 
PortException(String) - Constructor for exception com.rapidminer.operator.ports.PortException
 
PortException(Port, String) - Constructor for exception com.rapidminer.operator.ports.PortException
 
PortExtender - Interface in com.rapidminer.operator.ports
Superclass of behaviour classes that generate ports as needed.
PortOwner - Interface in com.rapidminer.operator.ports
The owner of a port.
PortPairExtender - Class in com.rapidminer.operator.ports
This class observes a set of input and output ports and adds additional ports as needed.
PortPairExtender(String, InputPorts, OutputPorts) - Constructor for class com.rapidminer.operator.ports.PortPairExtender
 
PortPairExtender(String, InputPorts, OutputPorts, MetaData) - Constructor for class com.rapidminer.operator.ports.PortPairExtender
Creates a new port pair extender
PortPairExtender.PortPair - Class in com.rapidminer.operator.ports
A pair of ports managed by a PortPairExtender.
PortProvider - Interface in com.rapidminer.parameter
This interfaces provides the possibility to retrieve Ports during runtime to check for example if the InputPort is connected or not.
Ports<T extends Port> - Interface in com.rapidminer.operator.ports
A collection of either input or output Ports (as defined by generic class T).
position - Variable in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
POSITIVE_AND_NEGATIVE_RULES - Static variable in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
POSITIVE_CLASS - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
POSITIVE_CLASS - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
POSITIVE_INDEX - Static variable in class com.rapidminer.example.table.BinominalMapping
Nominal index of the value that will be treated as the "positive" value of this attribute.
POSITIVE_PREDICTIVE_VALUE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
POSITIVE_RULE - Static variable in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
positiveWeight - Variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Stores the weight of examples covered by this hypothesis with correct prediction.
postInstall() - Method in class com.rapidminer.repository.db.DBRepository
 
postInstall() - Method in class com.rapidminer.repository.local.LocalRepository
 
postInstall() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
postInstall() - Method in interface com.rapidminer.repository.Repository
Called after the repository is added.
postInstall() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
postToolTip(JComponent) - Static method in class com.rapidminer.gui.tools.ExtendedJSliderToolTips
 
PowerGenerator - Class in com.rapidminer.generator
This class has two numerical input attributes and one output attribute.
PowerGenerator() - Constructor for class com.rapidminer.generator.PowerGenerator
 
PowerSet<ItemT> - Class in com.rapidminer.operator.learner.associations
The power set of a collection of items.
PowerSet(Collection<ItemT>) - Constructor for class com.rapidminer.operator.learner.associations.PowerSet
 
preAutoWire(LinkedList<OutputPort>) - Method in class com.rapidminer.operator.IOConsumeOperator
 
preAutoWire(LinkedList<OutputPort>) - Method in class com.rapidminer.operator.IOMultiplyOperator
For MULTIPLY_ONE, brings the given output port to the front of the stack.
preAutoWire(LinkedList<OutputPort>) - Method in class com.rapidminer.operator.IOSelectOperator
 
preAutoWire(LinkedList<OutputPort>) - Method in class com.rapidminer.operator.IOStorageOperator
 
preAutoWire(LinkedList<OutputPort>) - Method in class com.rapidminer.operator.Operator
This method is called before auto-wiring an operator.
Precision - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the precision of a rule.
Precision(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Precision
 
PRECISION - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
PRECISION - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
Precondition - Interface in com.rapidminer.operator.ports.metadata
A simple precondition of an InputPort.
PREDEFINED - Static variable in class com.rapidminer.gui.templates.BuildingBlock
 
PREDEFINED - Static variable in class com.rapidminer.gui.templates.Template
 
PREDEFINED_DATE_FORMATS - Static variable in class com.rapidminer.parameter.ParameterTypeDateFormat
 
predict(SVMExamples) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
predict values on the testset with model
predict(SVMExample) - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
predict a single example
predict(Example) - Method in class com.rapidminer.operator.learner.bayes.DiscriminantModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
predict(SVMExamples) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
predict values on the testset with model
predict(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
predict(SVMExample) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
predict a single example
predict(SVMExamples) - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Perform a prediction of label for all examples.
predict(SVMExample) - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Perform a prediction of label for all examples.
predict(SVMExample) - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
predict(SVMExamples) - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
predict(Example) - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.functions.PolynomialRegressionModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.meta.SimpleVoteModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.SimpleBinaryPredictionModel
Applies the model to a single example and returns the predicted class value.
predict(Example) - Method in class com.rapidminer.operator.learner.SimplePredictionModel
Applies the model to a single example and returns the predicted class value.
predict(Example) - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
predict(Example) - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps.DecisionStumpModel
 
predict(Example) - Method in class com.rapidminer.operator.learner.tree.TreeModel
 
PREDICTION_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute prediction.
PREDICTION_RULE - Static variable in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
PredictionAverage - Class in com.rapidminer.operator.performance
Returns the average value of the prediction.
PredictionAverage() - Constructor for class com.rapidminer.operator.performance.PredictionAverage
 
PredictionAverage(PredictionAverage) - Constructor for class com.rapidminer.operator.performance.PredictionAverage
 
PredictionModel - Class in com.rapidminer.operator.learner
PredictionModel is the superclass for all objects generated by learners, i.e.
PredictionModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.PredictionModel
Created a new prediction model which was built on the given example set.
PredictionModelMetaData - Class in com.rapidminer.operator.ports.metadata
 
PredictionModelMetaData() - Constructor for class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
Clone constructor
PredictionModelMetaData(Class<? extends PredictionModel>) - Constructor for class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
PredictionModelMetaData(Class<? extends PredictionModel>, ExampleSetMetaData) - Constructor for class com.rapidminer.operator.ports.metadata.PredictionModelMetaData
 
predictsPositive() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
PREFERENCES_URL - Static variable in class com.rapidminer.tools.RMUrlHandler
 
Prefix - Class in com.rapidminer.tools.math.function.expressions.text
Calculates the prefix of the given string and pushes it on the result stack.
Prefix() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Prefix
 
prepareData() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
prepareData() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
prepareData() - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
prepareData() - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
prepareData() - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
prepareEditor(TableCellEditor, int) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
preparePlots() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
prepareRenderer(RenderContext<V, E>, EdgeLabelRenderer, Object, boolean, E) - Method in class com.rapidminer.gui.graphs.TreeModelEdgeLabelRenderer
 
prepareRenderer(RenderContext<V, E>, VertexLabelRenderer, Object, boolean, V) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
prepareRendering() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
prepareRendering() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
prepareRendering() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
prepareRendering() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
prepareRendering() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Invokes force plot generation.
prepareRendering() - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
prepareRendering() - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
prepareRendering() - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
prepareRendering() - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
prepareRendering() - Method in class com.rapidminer.gui.viewer.ROCViewer
 
prepareRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
prepareRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
prepareRendering() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
prepareRendering() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
prepareRendering() - Method in interface com.rapidminer.report.Renderable
Will be invoked before rendering and even before render width and height retrieval.
prepareReporting() - Method in class com.rapidminer.datatable.AbstractDataTable
 
prepareReporting() - Method in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer.DefaultTableable
 
prepareReporting() - Method in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer.DefaultTableable
 
prepareReporting() - Method in class com.rapidminer.gui.tools.ExtendedJTable
Tableable Method
prepareReporting() - Method in class com.rapidminer.gui.viewer.ConfusionMatrixViewer
 
prepareReporting() - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
prepareReporting() - Method in class com.rapidminer.gui.viewer.DataViewer
 
prepareReporting() - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
prepareReporting() - Method in class com.rapidminer.gui.viewer.SimilarityTable
 
prepareReporting() - Method in interface com.rapidminer.report.Tableable
 
prepareSOM(DataTable, double, int, boolean) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
prepareWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AdaBoost
Creates a weight attribute if not yet done.
prepareWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.BayBoostStream
 
prepareWeights(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
Creates a weight attribute if not yet done.
prepend(IOObject) - Method in class com.rapidminer.operator.IOContainer
Creates a new IOContainer by adding the given object before the IOObjects of this container.
prepend(IOObject[]) - Method in class com.rapidminer.operator.IOContainer
Creates a new IOContainer by adding the given objects before the IOObjects of this container.
prependModel(Model) - Method in class com.rapidminer.operator.GroupedModel
Adds the given model to the container.
prependResourceSource(ResourceSource) - Static method in class com.rapidminer.tools.Tools
Adds a new resource source before the others.
preprocess(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.RandomSubsetPreprocessing
 
preprocess(ExampleSet) - Method in interface com.rapidminer.operator.learner.tree.SplitPreprocessing
Will be invoked before each new split.
preprocessing - Variable in class com.rapidminer.operator.learner.tree.TreeBuilder
 
PreprocessingModel - Class in com.rapidminer.operator.preprocessing
Returns a more appropriate result icon.
PreprocessingModel(ExampleSet) - Constructor for class com.rapidminer.operator.preprocessing.PreprocessingModel
 
PreprocessingOperator - Class in com.rapidminer.operator.preprocessing
Superclass for all preprocessing operators.
PreprocessingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
preRemove() - Method in class com.rapidminer.repository.db.DBRepository
 
preRemove() - Method in class com.rapidminer.repository.local.LocalRepository
 
preRemove() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
preRemove() - Method in interface com.rapidminer.repository.Repository
 
preRemove() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
PREV_CHAR - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
PREV_LINE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
PREV_PAGE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
PREV_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
PREVIEW_LINES - Static variable in class com.rapidminer.operator.io.AbstractDataReader
 
PreviewCreator - Interface in com.rapidminer.gui.wizards
This interface must be implemented by all classes which are able to create a preview dialog for a given PreviewListener.
PreviewListener - Interface in com.rapidminer.gui.wizards
Classes implementing this interface should be able to show a preview.
PreviewValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Cell editor consisting of a simple button which opens a preview for the corresponding operator.
PreviewValueCellEditor(ParameterTypePreview) - Constructor for class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
 
previous() - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
previous() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
primal - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
primal - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
print(Graphics) - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
print(Graphics, PageFormat, int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Prints the chart on a single page.
print(Graphics, PageFormat, int) - Method in class com.rapidminer.gui.tools.ComponentPrinter
 
print(Printable) - Static method in class com.rapidminer.gui.tools.PrintingTools
 
print(Printable, PrintRequestAttributeSet) - Static method in class com.rapidminer.gui.tools.PrintingTools
 
PRINT_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
PRINT_PREVIEW_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
print_statistics() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
print statistics about result
print_statistics() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
print statistics about result
print_statistics() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
PrintAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
PrintAction(Component, String) - Constructor for class com.rapidminer.gui.actions.PrintAction
 
printHeaderTable(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
 
PrintingTools - Class in com.rapidminer.gui.tools
This class has static references to a printer job and page format.
PrintingTools() - Constructor for class com.rapidminer.gui.tools.PrintingTools
 
PrintPreviewAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
PrintPreviewAction(Component, String) - Constructor for class com.rapidminer.gui.actions.PrintPreviewAction
 
priors - Variable in class com.rapidminer.operator.learner.igss.utility.AbstractUtility
The prior probability of the two classes of the label.
ProbabilitySamplingSequenceGenerator - Class in com.rapidminer.operator.preprocessing.sampling.sequences
This class provides a sampling sequence, where each element will have the given probability to be part of the sample.
ProbabilitySamplingSequenceGenerator(double, RandomGenerator) - Constructor for class com.rapidminer.operator.preprocessing.sampling.sequences.ProbabilitySamplingSequenceGenerator
 
problem - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.GPBase
 
Problem - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Holds the data defining the regression / classification problem to be learned. - All input vectors are assumed to have the same dimension. - All target vectors are assumed to have the same dimension
Problem(double[][], Kernel) - Constructor for class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
Constructor
Problem - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Holds the data defining the regression / classification problem to be learned
Problem(double[][], KernelBasisFunction[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.Problem
Constructor
problem - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
 
Process - Class in com.rapidminer
This class was introduced to avoid confusing handling of operator maps and other stuff when a new process definition is created.
Process() - Constructor for class com.rapidminer.Process
Constructs an process consisting only of a SimpleOperatorChain.
Process(File) - Constructor for class com.rapidminer.Process
 
Process(File, ProgressListener) - Constructor for class com.rapidminer.Process
Creates a new process from the given process file.
Process(String, Process) - Constructor for class com.rapidminer.Process
Creates a new process from the given XML copying state information not covered by the XML from the parameter process.
Process(String) - Constructor for class com.rapidminer.Process
Reads an process configuration from an XML String.
Process(Reader) - Constructor for class com.rapidminer.Process
Reads an process configuration from the given reader.
Process(InputStream) - Constructor for class com.rapidminer.Process
Reads an process configuration from the given stream.
Process(URL) - Constructor for class com.rapidminer.Process
Reads an process configuration from the given URL.
PROCESS_FAILED - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
PROCESS_FILE_CHARSET - Static variable in class com.rapidminer.io.process.XMLImporter
Encoding in which process files are written.
PROCESS_FILE_EXTENSION - Static variable in class com.rapidminer.RapidMiner
 
PROCESS_PANEL_DOCK_KEY - Static variable in class com.rapidminer.gui.flow.ProcessPanel
 
PROCESS_PANEL_DOCK_KEY - Static variable in class com.rapidminer.repository.gui.process.RemoteProcessViewer
 
PROCESS_PAUSED - Static variable in class com.rapidminer.gui.ConditionalAction
 
PROCESS_RUNNING - Static variable in class com.rapidminer.gui.ConditionalAction
 
PROCESS_STATE_PAUSED - Static variable in class com.rapidminer.Process
 
PROCESS_STATE_RUNNING - Static variable in class com.rapidminer.Process
 
PROCESS_STATE_STOPPED - Static variable in class com.rapidminer.Process
 
PROCESS_STATE_UNKNOWN - Static variable in class com.rapidminer.Process
 
PROCESS_STOPPED - Static variable in class com.rapidminer.gui.ConditionalAction
 
ProcessBranch - Class in com.rapidminer.operator.meta.branch
This operator provides a conditional execution of parts of processes.
ProcessBranch(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.branch.ProcessBranch
 
ProcessBranchCondition - Interface in com.rapidminer.operator.meta.branch
This is the interface for all ProcessBranchConditions.
ProcessButtonBar - Class in com.rapidminer.gui.flow
 
ProcessButtonBar(MainFrame) - Constructor for class com.rapidminer.gui.flow.ProcessButtonBar
 
processChanged(Process) - Method in class com.rapidminer.gui.actions.Actions
 
processChanged(Process) - Method in class com.rapidminer.gui.flow.ErrorTable
 
processChanged(Process) - Method in class com.rapidminer.gui.flow.ProcessPanel
 
processChanged() - Method in class com.rapidminer.gui.MainFrame
Deprecated. this method is no longer necessary (and does nothing) since the MainFrame observes the process using an Observer pattern. See MainFrame.processObserver.
processChanged(Process) - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
 
processChanged(Process) - Method in class com.rapidminer.gui.OperatorDocViewer
 
processChanged(Process) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
processChanged(Process) - Method in class com.rapidminer.gui.operatortree.OperatorTreePanel
 
processChanged(Process) - Method in class com.rapidminer.gui.processeditor.CommentEditor
 
processChanged(Process) - Method in class com.rapidminer.gui.processeditor.ProcessContextProcessEditor
 
processChanged(Process) - Method in interface com.rapidminer.gui.processeditor.ProcessEditor
Notifies the component that the entire process has changed.
processChanged(Process) - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
processChanged(Process) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
processChanged(Process) - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
processChanged(Process) - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
processChanged(Process) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
processChanged(Process) - Method in class com.rapidminer.gui.tools.StatusBar
 
ProcessContext - Class in com.rapidminer
The process context holds some data controlling the execution of a Process.
ProcessContext() - Constructor for class com.rapidminer.ProcessContext
 
ProcessContextEditor - Class in com.rapidminer.gui.processeditor
An editor to editor ProcessContexts.
ProcessContextEditor(Process, ProcessContext) - Constructor for class com.rapidminer.gui.processeditor.ProcessContextEditor
Constructs an editor for the given process and edited context.
ProcessContextProcessEditor - Class in com.rapidminer.gui.processeditor
 
ProcessContextProcessEditor() - Constructor for class com.rapidminer.gui.processeditor.ProcessContextProcessEditor
 
ProcessCreator - Class in com.rapidminer.test
Test and example class for the creation of RapidMiner processes from other applications.
ProcessCreator() - Constructor for class com.rapidminer.test.ProcessCreator
 
ProcessEditor - Interface in com.rapidminer.gui.processeditor
Interface for a GUI component that can display and/or edit an process.
ProcessEmbeddingOperator - Class in com.rapidminer.operator.meta
This operator can be used to embed a complete process definition into the current process definition.
ProcessEmbeddingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ProcessEmbeddingOperator
 
processEnded(Process) - Method in interface com.rapidminer.ProcessListener
Will invoked when the process was successfully finished.
ProcessEntry - Interface in com.rapidminer.repository
An entry that can store processes.
ProcessExecutionResultOverview - Class in com.rapidminer.gui.processeditor.results
Summarizes the result of a single process execution.
ProcessExecutionResultOverview(ResultOverview, Process, List<IOObject>, String) - Constructor for class com.rapidminer.gui.processeditor.results.ProcessExecutionResultOverview
 
processFinished() - Method in class com.rapidminer.operator.ExecutionUnit
 
processFinished() - Method in class com.rapidminer.operator.io.CachedDatabaseExampleSource
 
processFinished() - Method in class com.rapidminer.operator.nio.file.LoadFileOperator
 
processFinished() - Method in class com.rapidminer.operator.Operator
Called at the end of the process.
processFinished() - Method in class com.rapidminer.operator.OperatorChain
Invokes the super method and the method for all children.
processFinished() - Method in class com.rapidminer.operator.ProcessRootOperator
Called at the end of the process.
processFinished() - Method in class com.rapidminer.operator.visualization.ProcessLogOperator
 
processFinishedOperator(Operator) - Method in class com.rapidminer.operator.ProcessRootOperator
Counts the step and notifies all process listeners.
processFinishedOperator(Process, Operator) - Method in interface com.rapidminer.ProcessListener
Will be invoked every time an operator is finished
processHasBeenSaved() - Method in class com.rapidminer.gui.MainFrame
 
ProcessInfoScreen - Class in com.rapidminer.gui.dialog
This dialog is shown after loading a process definition if the root operator has a user comment (description tag).
ProcessInfoScreen(String, String) - Constructor for class com.rapidminer.gui.dialog.ProcessInfoScreen
 
ProcessingStep - Class in com.rapidminer.operator.ports
This class holds information about a processing step for an IOObject.
ProcessingStep(Operator, OutputPort) - Constructor for class com.rapidminer.operator.ports.ProcessingStep
This constructor builds a ProcessingStep from the current operator and the used outputport of the respective IOObject.
processKeyEvent(KeyEvent) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Forwards key events directly to the input handler.
ProcessListener - Interface in com.rapidminer
Listens to events during the run of an process.
ProcessLocation - Interface in com.rapidminer
A place where a process can be saved.
ProcessLog2AttributeWeights - Class in com.rapidminer.operator.features.weighting
This operator creates attribute weights from an attribute column in the statistics created by the ProcessLog operator.
ProcessLog2AttributeWeights(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
ProcessLog2ExampleSet - Class in com.rapidminer.operator.visualization
This operator transforms the data generated by a ProcessLog operator into an ExampleSet which can then be used by other operators.
ProcessLog2ExampleSet(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ProcessLog2ExampleSet
 
ProcessLogOperator - Class in com.rapidminer.operator.visualization
This operator records almost arbitrary data.
ProcessLogOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ProcessLogOperator
 
ProcessLogTab - Class in com.rapidminer.gui.processeditor
 
ProcessLogTab(String) - Constructor for class com.rapidminer.gui.processeditor.ProcessLogTab
 
ProcessPanel - Class in com.rapidminer.gui.flow
Contains the main ProcessRenderer and a ProcessButtonBar to navigate through the process.
ProcessPanel(MainFrame) - Constructor for class com.rapidminer.gui.flow.ProcessPanel
 
ProcessParentButtonModel - Class in com.rapidminer.gui.flow
 
ProcessParentButtonModel(Process) - Constructor for class com.rapidminer.gui.flow.ProcessParentButtonModel
 
processPlotConfigurationMetaChange(PlotConfigurationChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
ProcessRenderer - Class in com.rapidminer.gui.flow
This class renders a process graph.
ProcessRenderer(ProcessPanel, MainFrame) - Constructor for class com.rapidminer.gui.flow.ProcessRenderer
 
ProcessRootOperator - Class in com.rapidminer.operator
Each process must contain exactly one operator of this class and it must be the root operator of the process.
ProcessRootOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.ProcessRootOperator
Creates a new process operator without reference to an process.
ProcessRootOperator(OperatorDescription, Process) - Constructor for class com.rapidminer.operator.ProcessRootOperator
Creates a new process operator which directly references to the given process.
ProcessSetupError - Interface in com.rapidminer.operator
An error in the process setup that can be registered with the operator in which it appears using Operator.addError(ProcessSetupError).
ProcessSetupError.Severity - Enum in com.rapidminer.operator
Severity levels of ProcessSetupErrors.
ProcessSetupListener - Interface in com.rapidminer
Listener for process setup, i.e. insertion, deletion and property changes of operators.
processStartedOperator(Operator) - Method in class com.rapidminer.operator.ProcessRootOperator
Counts the step and notifies all process listeners.
processStartedOperator(Process, Operator) - Method in interface com.rapidminer.ProcessListener
Will be invoked every time another operator is started in the process.
processStarts() - Method in class com.rapidminer.operator.ExecutionUnit
 
processStarts() - Method in class com.rapidminer.operator.io.ResultWriter
 
processStarts() - Method in class com.rapidminer.operator.Operator
Called when the process starts.
processStarts() - Method in class com.rapidminer.operator.OperatorChain
Invokes the super method and the method for all children.
processStarts() - Method in class com.rapidminer.operator.ProcessRootOperator
Called at the beginning of the process.
processStarts(Process) - Method in interface com.rapidminer.ProcessListener
Will be invoked during process start.
ProcessStoppedException - Exception in com.rapidminer.operator
Exception class whose instances are thrown by instances of the class 'Operator' or of one of its subclasses.
ProcessStoppedException(Operator) - Constructor for exception com.rapidminer.operator.ProcessStoppedException
 
ProcessThread - Class in com.rapidminer.gui
A Thread for running an process in the RapidMinerGUI.
ProcessThread(Process) - Constructor for class com.rapidminer.gui.ProcessThread
 
ProcessTree - Class in com.rapidminer.gui.operatortree
This is an view on a given process.
ProcessTree(Process) - Constructor for class com.rapidminer.gui.operatortree.ProcessTree
 
ProcessTreeModel - Class in com.rapidminer.gui.operatortree
A model view of a process that displays processes as individual nodes.
ProcessTreeModel(Operator) - Constructor for class com.rapidminer.gui.operatortree.ProcessTreeModel
 
processUpdated(Process) - Method in class com.rapidminer.gui.actions.Actions
 
processUpdated(Process) - Method in class com.rapidminer.gui.flow.ErrorTable
 
processUpdated(Process) - Method in class com.rapidminer.gui.flow.ProcessPanel
 
processUpdated() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
processUpdated(Process) - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
 
processUpdated(Process) - Method in class com.rapidminer.gui.OperatorDocViewer
 
processUpdated(Process) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
processUpdated(Process) - Method in class com.rapidminer.gui.operatortree.OperatorTreePanel
 
processUpdated(Process) - Method in class com.rapidminer.gui.processeditor.CommentEditor
 
processUpdated(Process) - Method in class com.rapidminer.gui.processeditor.ProcessContextProcessEditor
 
processUpdated(Process) - Method in interface com.rapidminer.gui.processeditor.ProcessEditor
Notifies the component that process was updated in some way.
processUpdated(Process) - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
processUpdated(Process) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
processUpdated(Process) - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
processUpdated(Process) - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
processUpdated(Process) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
processUpdated(Process) - Method in class com.rapidminer.gui.tools.StatusBar
 
ProcessXMLFilter - Interface in com.rapidminer.io.process
Filter applied to operators and processes during import and export of process XML files.
ProcessXMLFilterRegistry - Class in com.rapidminer.io.process
 
ProcessXMLFilterRegistry() - Constructor for class com.rapidminer.io.process.ProcessXMLFilterRegistry
 
producesOutput(Class<? extends IOObject>) - Method in class com.rapidminer.operator.Operator
Returns true if this operator contains at least one OutputPort provided that its input ports are satisfied.
PRODUCT - Static variable in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
PRODUCT - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
ProductAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Product Aggregation function.
ProductAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
ProductAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
ProductAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the SumAggregationFunction
ProductAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregator
 
ProductFunction - Class in com.rapidminer.tools.math.function.aggregation
This aggregation function calculates the product of all given values.
ProductFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
ProductFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
ProductGenerationOperator - Class in com.rapidminer.operator.features.construction
This operator creates all products of the specified attributes.
ProductGenerationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.ProductGenerationOperator
 
ProgramHTMLOperatorDocGenerator - Class in com.rapidminer.doc
Formats operator documentation in HTML style.
ProgramHTMLOperatorDocGenerator() - Constructor for class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
 
PROGRESS_BAR_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
ProgressBarBorder - Class in com.rapidminer.gui.look.borders
The UIResource for progress bar borders.
ProgressBarBorder() - Constructor for class com.rapidminer.gui.look.borders.ProgressBarBorder
 
ProgressBarUI - Class in com.rapidminer.gui.look.ui
The UI for progress bars.
ProgressBarUI() - Constructor for class com.rapidminer.gui.look.ui.ProgressBarUI
 
ProgressDialog - Class in com.rapidminer.gui.tools
A (modal) progress monitor dialog which is also able to show state texts and also provides an interemediate mode.
ProgressDialog(Frame, String, ProgressMonitor, boolean) - Constructor for class com.rapidminer.gui.tools.ProgressDialog
 
ProgressDialog(Dialog, String, ProgressMonitor, boolean) - Constructor for class com.rapidminer.gui.tools.ProgressDialog
 
progressFinished() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
progressFinished() - Method in interface com.rapidminer.tools.math.som.ProgressListener
 
ProgressListener - Interface in com.rapidminer.tools.math.som
This listener will be notified each time a step in progress was performed.
ProgressListener - Interface in com.rapidminer.tools
Interface for time consuming tasks.
ProgressMonitor - Class in com.rapidminer.gui.tools
This is the basic class for progress monitoring.
ProgressMonitor(int, boolean, int) - Constructor for class com.rapidminer.gui.tools.ProgressMonitor
 
ProgressMonitor(int, boolean) - Constructor for class com.rapidminer.gui.tools.ProgressMonitor
 
ProgressReportingInputStream - Class in com.rapid_i.deployment.update.client
Stream reporting the amount of read bytes to ProgressListener
ProgressReportingInputStream(InputStream, ProgressListener, int, int, int) - Constructor for class com.rapid_i.deployment.update.client.ProgressReportingInputStream
Deprecated. Use ProgressReportingInputStream.ProgressReportingInputStream(InputStream, ProgressListener, int, int, long) instead
ProgressReportingInputStream(InputStream, ProgressListener, int, int, long) - Constructor for class com.rapid_i.deployment.update.client.ProgressReportingInputStream
 
ProgressReportingOutputStream - Class in com.rapid_i.deployment.update.client
Stream reporting the amount of written bytes to ProgressListener
ProgressReportingOutputStream(OutputStream, ProgressListener, int, int, int) - Constructor for class com.rapid_i.deployment.update.client.ProgressReportingOutputStream
 
ProgressThread - Class in com.rapidminer.gui.tools
Runnables implementing this class can be execute in a dedicated thread (single thread pool) and automatically display their progress in the status bar.
ProgressThread(String) - Constructor for class com.rapidminer.gui.tools.ProgressThread
 
ProgressThread(String, boolean) - Constructor for class com.rapidminer.gui.tools.ProgressThread
 
ProgressThread.QueueListModel - Class in com.rapidminer.gui.tools
 
ProgressThread.QueueListModel() - Constructor for class com.rapidminer.gui.tools.ProgressThread.QueueListModel
 
ProgressThreadStoppedException - Exception in com.rapidminer.gui.tools
 
ProgressThreadStoppedException() - Constructor for exception com.rapidminer.gui.tools.ProgressThreadStoppedException
 
ProgressUtils - Class in com.rapidminer.gui.tools
Some utils for the creation of a modal progress monitor dialog.
ProgressUtils() - Constructor for class com.rapidminer.gui.tools.ProgressUtils
 
project_to_constraint() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Project variables to constraints
project_to_constraint() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Project variables to constraints
prompt() - Method in class com.rapidminer.gui.dialog.CronEditorDialog
Shows the cron editor dialog.
propagateDirtyness() - Method in class com.rapidminer.operator.Operator
 
propagateDirtyness() - Method in class com.rapidminer.operator.OperatorChain
 
properties - Variable in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
PROPERTIES_SUFFIX - Static variable in class com.rapidminer.repository.local.SimpleEntry
 
PROPERTY_ADD_BREAKPOINT_RESULTS_TO_HISTORY - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_AUTOWIRE_INPUT - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_AUTOWIRE_OUTPUT - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_BOOKMARKS_DIR - Static variable in class com.rapidminer.gui.look.fc.BookmarkIO
 
PROPERTY_BOOKMARKS_FILE - Static variable in class com.rapidminer.gui.look.fc.BookmarkIO
 
PROPERTY_CLOSE_RESULTS_BEFORE_RUN - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_CONFIRM_EXIT - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_CONNECTIONS_FILE - Static variable in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
PROPERTY_CONNECTIONS_FILE_XML - Static variable in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
PROPERTY_DEVELOPER_MODE - Static variable in class com.rapidminer.RapidMiner
Enables special features for developers: Validate process action, operator doc editor, etc.
PROPERTY_DISCONNECT_ON_DISABLE - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_EDITOR_DOCK_KEY - Static variable in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
PROPERTY_EVALUATE_MD_FOR_SQL_QUERIES - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_EVALUATE_MD_FOR_SQL_QUERIES - Static variable in class com.rapidminer.operator.io.DatabaseDataReader
System property to decide whether meta data should be fetched from DB for database queries.
PROPERTY_EXPERT_MODE - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_FETCH_DATA_BASE_TABLES_NAMES - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_DIVIDER_EDITOR - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_DIVIDER_GROUPSELECTION - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_DIVIDER_LOGGING - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_DIVIDER_MAIN - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_EXTENDED_STATE - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_HEIGHT - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_WIDTH - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_X - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_GEOMETRY_Y - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_HOME_REPOSITORY_PASSWORD - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_HOME_REPOSITORY_URL - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_HOME_REPOSITORY_USER - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_CONFIG_DIR - Static variable in class com.rapidminer.tools.ParameterService
 
PROPERTY_RAPIDMINER_FTP_PROXY_HOST - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_FTP_PROXY_NON_PROXY_HOSTS - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_FTP_PROXY_PASSWORD - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_FTP_PROXY_PORT - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_FTP_PROXY_SET - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_FTP_PROXY_USERNAME - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_GENERAL_CAPABILITIES_WARN - Static variable in interface com.rapidminer.operator.learner.CapabilityProvider
The property name for "Indicates if only a warning should be made if learning capabilities are not fulfilled (instead of breaking the process).
PROPERTY_RAPIDMINER_GENERAL_DEBUGMODE - Static variable in class com.rapidminer.RapidMiner
The property name for "Indicates if RapidMiner should be used in debug mode (print exception stacks and shows more technical error messages)"
PROPERTY_RAPIDMINER_GENERAL_DEFAULT_ENCODING - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the default encoding for files.
PROPERTY_RAPIDMINER_GENERAL_FRACTIONDIGITS_NUMBERS - Static variable in class com.rapidminer.RapidMiner
The property name for "The number of fraction digits of formatted numbers.
PROPERTY_RAPIDMINER_GENERAL_FRACTIONDIGITS_PERCENT - Static variable in class com.rapidminer.RapidMiner
The property name for "The number of fraction digits of formatted percent values.
PROPERTY_RAPIDMINER_GENERAL_LOCALE_COUNTRY - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_GENERAL_LOCALE_LANGUAGE - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_GENERAL_LOCALE_VARIANT - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_GENERAL_LOGFILE_FORMAT - Static variable in class com.rapidminer.RapidMiner
The property name for "Use unix special characters for logfile highlighting (requires new RapidMiner instance).
PROPERTY_RAPIDMINER_GENERAL_MAX_META_DATA_ATTRIBUTES - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the maximum number of attributes stored for shortened meta data transformation.
PROPERTY_RAPIDMINER_GENERAL_MAX_NOMINAL_VALUES - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the maximum number of nominal values to store for meta data transformation.
PROPERTY_RAPIDMINER_GENERAL_MAX_TEST_ROWS - Static variable in class com.rapidminer.RapidMiner
The name of the property defining how many lines are read for guessing values types for input operations without defined value type.
PROPERTY_RAPIDMINER_GENERAL_NUMBER_OF_THREADS - Static variable in class com.rapidminer.RapidMiner
The maximum number of working threads that should be used by processes.
PROPERTY_RAPIDMINER_GENERAL_RANDOMSEED - Static variable in class com.rapidminer.operator.ProcessRootOperator
The property name for "The default random seed (-1: random random seed).
PROPERTY_RAPIDMINER_GENERAL_TIME_ZONE - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the preferred globally used time zone.
PROPERTY_RAPIDMINER_GLOBAL_LOG_FILE - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the path to the global logging file.
PROPERTY_RAPIDMINER_GLOBAL_LOG_VERBOSITY - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the path to the global logging file.
PROPERTY_RAPIDMINER_GUI_ATTRIBUTEEDITOR_ROWLIMIT - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Maximum number of examples to use for the attribute editor. -1 for no limit.
PROPERTY_RAPIDMINER_GUI_AUTO_SWITCH_TO_RESULTVIEW - Static variable in class com.rapidminer.gui.MainFrame
The property determining whether or not to switch to result view when results are produced.
PROPERTY_RAPIDMINER_GUI_BEEP_BREAKPOINT - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Beep when breakpoint reached?
PROPERTY_RAPIDMINER_GUI_BEEP_ERROR - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Beep on error?
PROPERTY_RAPIDMINER_GUI_BEEP_SUCCESS - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Beep on process success?
PROPERTY_RAPIDMINER_GUI_LOG_LEVEL - Static variable in class com.rapidminer.gui.MainFrame
Log level of the LoggingViewer.
PROPERTY_RAPIDMINER_GUI_MAX_DISPLAYED_VALUES - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_RAPIDMINER_GUI_MAX_SORTABLE_ROWS - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_RAPIDMINER_GUI_MAX_STATISTICS_ROWS - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_RAPIDMINER_GUI_MESSAGEVIEWER_HIGHLIGHT_ERRORS - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The color for errors in the message viewer.
PROPERTY_RAPIDMINER_GUI_MESSAGEVIEWER_HIGHLIGHT_LOGSERVICE - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The color for the logging service indicator in the message viewer.
PROPERTY_RAPIDMINER_GUI_MESSAGEVIEWER_HIGHLIGHT_NOTES - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The color for notes in the message viewer.
PROPERTY_RAPIDMINER_GUI_MESSAGEVIEWER_HIGHLIGHT_WARNINGS - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The color for warnings in the message viewer.
PROPERTY_RAPIDMINER_GUI_MESSAGEVIEWER_ROWLIMIT - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Limit number of displayed rows in the message viewer. -1 for no limit.
PROPERTY_RAPIDMINER_GUI_PLOTTER_COLORS_CLASSLIMIT - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Limit number of displayed classes for colorized plots. -1 for no limit.
PROPERTY_RAPIDMINER_GUI_PLOTTER_LEGEND_CLASSLIMIT - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Limit number of displayed classes plotter legends. -1 for no limit.
PROPERTY_RAPIDMINER_GUI_PLOTTER_LEGEND_MAXCOLOR - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The color for maximum values of the plotter legend.
PROPERTY_RAPIDMINER_GUI_PLOTTER_LEGEND_MINCOLOR - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The color for minimum values of the plotter legend.
PROPERTY_RAPIDMINER_GUI_PLOTTER_MATRIXPLOT_SIZE - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The pixel size of each plot in matrix plots.
PROPERTY_RAPIDMINER_GUI_PLOTTER_ROWS_MAXIMUM - Static variable in class com.rapidminer.gui.MainFrame
The property name for "The maximum number of rows used for a plotter, using only a sample of this size if more rows are available.
PROPERTY_RAPIDMINER_GUI_PROCESSINFO_SHOW - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Shows process info screen after loading?
PROPERTY_RAPIDMINER_GUI_RESULT_DISPLAY_TYPE - Static variable in class com.rapidminer.gui.MainFrame
Determines whether we build a TabbedResultDisplay or a DockableResultDisplay.
PROPERTY_RAPIDMINER_GUI_SAVE_BEFORE_RUN - Static variable in class com.rapidminer.gui.MainFrame
 
PROPERTY_RAPIDMINER_GUI_SAVE_ON_PROCESS_CREATION - Static variable in class com.rapidminer.gui.MainFrame
 
PROPERTY_RAPIDMINER_GUI_SNAP_TO_GRID - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_RAPIDMINER_GUI_UNDOLIST_SIZE - Static variable in class com.rapidminer.gui.MainFrame
The property name for "Maximum number of states in the undo list.
PROPERTY_RAPIDMINER_GUI_UPDATE_CHECK - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_RAPIDMINER_HTTP_PROXY_HOST - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTP_PROXY_NON_PROXY_HOSTS - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTP_PROXY_PASSWORD - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTP_PROXY_PORT - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTP_PROXY_SET - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTP_PROXY_USERNAME - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTPS_PROXY_HOST - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTPS_PROXY_PASSWORD - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTPS_PROXY_PORT - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTPS_PROXY_SET - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_HTTPS_PROXY_USERNAME - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_INIT_OPERATORS - Static variable in class com.rapidminer.RapidMiner
A file path to an operator description XML file.
PROPERTY_RAPIDMINER_INIT_PLUGINS - Static variable in class com.rapidminer.RapidMiner
Boolean parameter indicating if the plugins should be initialized at all.
PROPERTY_RAPIDMINER_INIT_PLUGINS_LOCATION - Static variable in class com.rapidminer.RapidMiner
A file path to the directory containing the plugin Jar files.
PROPERTY_RAPIDMINER_OBJECTS_ADDITIONAL - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the path to additional ioobjects description XML file(s).
PROPERTY_RAPIDMINER_OPERATORS_ADDITIONAL - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the path to a additional operator description XML file(s).
PROPERTY_RAPIDMINER_RC_FILE - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the path to an RC file (settings).
PROPERTY_RAPIDMINER_SOCKS_PROXY_HOST - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_SOCKS_PROXY_PORT - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_SRC_ROOT - Static variable in class com.rapidminer.tools.ParameterService
Property specifying the root directory of the RapidMiner project sources.
PROPERTY_RAPIDMINER_TOOLS_DB_ONLY_STANDARD_TABLES - Static variable in class com.rapidminer.RapidMiner
If set to true, the query builders and database assistants and query_builders show only standard tables (no views and system tables).
PROPERTY_RAPIDMINER_TOOLS_EDITOR - Static variable in class com.rapidminer.RapidMiner
The property name for "Path to external Java editor.
PROPERTY_RAPIDMINER_TOOLS_MAIL_DEFAULT_PROCESS_DURATION_FOR_MAIL - Static variable in class com.rapidminer.RapidMiner
The default value of the minimum time a process must run such that it sends a notification mail upon completion.
PROPERTY_RAPIDMINER_TOOLS_MAIL_DEFAULT_RECIPIENT - Static variable in class com.rapidminer.RapidMiner
Property specifying the email address to which mails are sent if no email address is specified in the ProcessRootOperator.
PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD - Static variable in class com.rapidminer.RapidMiner
The property specifying the method to send mails.
PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD_SENDMAIL - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD_SMTP - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD_VALUES - Static variable in class com.rapidminer.RapidMiner
 
PROPERTY_RAPIDMINER_TOOLS_SENDMAIL_COMMAND - Static variable in class com.rapidminer.RapidMiner
The property name for "Path to sendmail.
PROPERTY_RAPIDMINER_TOOLS_SMTP_HOST - Static variable in class com.rapidminer.RapidMiner
The property name for "The smtp host.
PROPERTY_RAPIDMINER_TOOLS_SMTP_PASSWD - Static variable in class com.rapidminer.RapidMiner
The property name for the "SMTP pssword (is necessary).
PROPERTY_RAPIDMINER_TOOLS_SMTP_PORT - Static variable in class com.rapidminer.RapidMiner
The property name for "The smtp port.
PROPERTY_RAPIDMINER_TOOLS_SMTP_USER - Static variable in class com.rapidminer.RapidMiner
The property name for the "SMTP user.
PROPERTY_RAPIDMINER_VERSION - Static variable in class com.rapidminer.RapidMiner
The name of the property indicating the version of RapidMiner (read only).
PROPERTY_RESOLVE_RELATIVE_REPOSITORY_LOCATIONS - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_TRANSFER_USAGESTATS - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_TRANSFER_USAGESTATS_ANSWERS - Static variable in class com.rapidminer.gui.RapidMinerGUI
 
PROPERTY_VALUES - Static variable in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.look.fc.AutomaticTextField
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.look.fc.FileList
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.look.ui.PasswordFieldUI
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.look.ui.TextFieldUI
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel
 
propertyChange(PropertyChangeEvent) - Method in class com.rapidminer.gui.operatortree.actions.TransferActionListener
 
PropertyDialog - Class in com.rapidminer.gui.properties
 
PropertyDialog(ParameterType, String) - Constructor for class com.rapidminer.gui.properties.PropertyDialog
 
PropertyKeyCellEditor - Interface in com.rapidminer.gui.properties.celleditors.key
Interface for all key cell renderers which can also be used as an editor of property / parameter tables.
PropertyPanel - Class in com.rapidminer.gui.properties
 
PropertyPanel() - Constructor for class com.rapidminer.gui.properties.PropertyPanel
 
PropertyTable - Class in com.rapidminer.gui.properties
A property table is a table for editing parameters of operators or other properties (like program settings).
PropertyTable() - Constructor for class com.rapidminer.gui.properties.PropertyTable
 
PropertyTable(String[]) - Constructor for class com.rapidminer.gui.properties.PropertyTable
 
PropertyTableParameterChangeListener - Class in com.rapidminer.gui.properties
The parameter selection change listener used by PropertyTables.
PropertyTableParameterChangeListener(PropertyTable) - Constructor for class com.rapidminer.gui.properties.PropertyTableParameterChangeListener
 
PropertyValueCellEditor - Interface in com.rapidminer.gui.properties.celleditors.value
Interface for all value cell editors of property / parameter tables.
ProportionNormalizationMethod - Class in com.rapidminer.operator.preprocessing.normalization
A normalization method for bringing the sum of all attribute values to 1.
ProportionNormalizationMethod() - Constructor for class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationMethod
 
ProportionNormalizationModel - Class in com.rapidminer.operator.preprocessing.normalization
This model is able to transform the data in a way, every transformed attribute of an example contains the proportion of the total sum of this attribute over all examples.
ProportionNormalizationModel(ExampleSet, HashMap<String, Double>) - Constructor for class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel
Create a new normalization model.
PropsTokenMarker - Class in com.rapidminer.gui.tools.syntax
Java properties/DOS INI token marker.
PropsTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.PropsTokenMarker
 
PROXY_HELP - Static variable in class com.rapidminer.gui.tools.WelcomeScreen
 
prune(LinkedList<Integer>) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Create pruned versions of all important matrices / vectors so that only rows / columns matching the indices in basisSet are kept.
prune(LinkedList<Hypothesis>, double, double, double, double) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
Prunes the given list of hypothesis.
prune(Tree) - Method in class com.rapidminer.operator.learner.tree.PessimisticPruner
 
prune(Tree) - Method in interface com.rapidminer.operator.learner.tree.Pruner
 
prunedLabel(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.PessimisticPruner
 
Pruner - Interface in com.rapidminer.operator.learner.tree
The pruner for trees.
PS - Static variable in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
PSEP - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
PSOOptimization - Class in com.rapidminer.tools.math.optimization.ec.pso
This class performs the optimization of a value vector with a particle swarm approach.
PSOOptimization(int, int, int, int, double, double, double, double, double, boolean, RandomGenerator) - Constructor for class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
Creates a new PSO optimization with the given parameters.
PSOSVM - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
This is a SVM implementation using a particle swarm optimization (PSO) approach to solve the dual optimization problem of a SVM.
PSOSVM(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
Creates a new SVM which uses a particle swarm optimization approach for optimization.
PSOSVMOptimization - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
PSO approach for SVM optimization.
PSOSVMOptimization(ExampleSet, Kernel, double, int, int, int, double, double, double, boolean, boolean, RandomGenerator) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVMOptimization
Creates a new evolutionary SVM optimization.
PSOWeighting - Class in com.rapidminer.operator.features.weighting
This operator performs the weighting of features with a particle swarm approach.
PSOWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.PSOWeighting
 
pushDown(T) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
pushDown(T) - Method in interface com.rapidminer.operator.ports.Ports
Re-adds this port as the last port in this collection.
put(String, Object) - Method in class com.rapidminer.example.Example
 
put(String, String) - Method in class com.rapidminer.operator.Annotations
 
put(K, V) - Method in class com.rapidminer.tools.ParentResolvingMap
 
put_element(int, Object) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
put element in cache
put_optimizer_values() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Stores the optimizer results
put_optimizer_values() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Stores the optimizer results
putAll(Map<? extends String, ? extends Object>) - Method in class com.rapidminer.example.Example
 
putAll(Map<? extends String, ? extends String>) - Method in class com.rapidminer.operator.Annotations
 
putClientProperty(Object, Object) - Method in class com.rapidminer.gui.look.RapidLookComboBoxEditor
 
putMetaData(String, Object) - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
putProperty(String, String) - Method in class com.rapidminer.repository.local.SimpleEntry
 
PythonTokenMarker - Class in com.rapidminer.gui.tools.syntax
Python token marker.
PythonTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.PythonTokenMarker
 

Q

q - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
qp - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
qp - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
QuadraticClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if (att1*att1*att1*att1) > 100.
QuadraticClassificationFunction() - Constructor for class com.rapidminer.operator.generator.QuadraticClassificationFunction
 
QuadraticDiscriminantAnalysis - Class in com.rapidminer.operator.learner.bayes
This operator performs a quadratic discriminant analysis (QDA).
QuadraticDiscriminantAnalysis(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.bayes.QuadraticDiscriminantAnalysis
 
quadraticLossNeg - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
quadraticLossPos - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
QuadraticParameterOptimizationOperator - Class in com.rapidminer.operator.meta
This operator finds the optimal values for a set of parameters using a quadratic interaction model.
QuadraticParameterOptimizationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.QuadraticParameterOptimizationOperator
 
QuadraticProblem - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer
A quadratic optimization problem.
QuadraticProblem() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
QuadraticProblemSMO - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer
A quadratic optimization problem.
QuadraticProblemSMO() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
QuadraticProblemSMO(double, double, int) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
QUARTER - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
QUARTER_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
QUARTER_RELATIVE_TO_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
Quartile - Class in com.rapidminer.gui.plotter
This class encapsulates all information about quartiles.
Quartile(double, double, double, double, double, double, double, double[]) - Constructor for class com.rapidminer.gui.plotter.Quartile
 
QUARTILE_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
QUARTILE_PLOT_COLOR - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
QUARTILE_PLOT_COLOR_MATRIX - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
QUARTILE_WIDTH - Static variable in class com.rapidminer.gui.plotter.Quartile
 
QuartilePlotter - Class in com.rapidminer.gui.plotter
This plotter can be used to create quartile plots for several columns of the data table.
QuartilePlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.QuartilePlotter
 
QuartilePlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.QuartilePlotter
 
query(String) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Deprecated. Use the method DatabaseHandler.createStatement(boolean) instead and perform the queries explicitely since this method would not allow closing the statement
QUERY_FILE - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
QUERY_MODES - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
QUERY_QUERY - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
QUERY_TABLE - Static variable in class com.rapidminer.tools.jdbc.DatabaseHandler
 
QuickFix - Interface in com.rapidminer.operator.ports.quickfix
A quick fix that can be used to fix a meta data error.
QuickFixDialog - Class in com.rapidminer.gui.flow
 
QuickFixDialog(Collection<? extends QuickFix>) - Constructor for class com.rapidminer.gui.flow.QuickFixDialog
 
quit(RapidMiner.ExitMode) - Static method in class com.rapidminer.RapidMiner
 
quotedSplit(String, Pattern) - Static method in class com.rapidminer.tools.Tools
Splits the given line according to the given separator pattern while only those separators will be regarded not lying inside of a quoting string.
quotedSplit(String, Pattern, char, char) - Static method in class com.rapidminer.tools.Tools
Splits the given line according to the given separator pattern while only those separators will be regarded not lying inside of a quoting string.
QUOTIENT - Static variable in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 

R

RadioButtonIcon - Class in com.rapidminer.gui.look.icons
The radio button icon.
RadioButtonIcon() - Constructor for class com.rapidminer.gui.look.icons.RadioButtonIcon
 
RadioButtonMenuItemIcon - Class in com.rapidminer.gui.look.icons
The menu item radio button icon.
RadioButtonMenuItemIcon() - Constructor for class com.rapidminer.gui.look.icons.RadioButtonMenuItemIcon
 
RadioButtonMenuItemUI - Class in com.rapidminer.gui.look.ui
The UI for radio button menu items.
RadioButtonMenuItemUI() - Constructor for class com.rapidminer.gui.look.ui.RadioButtonMenuItemUI
 
RadioButtonPainter - Class in com.rapidminer.gui.look.painters
This is a cached painter for radio buttons.
RadioButtonUI - Class in com.rapidminer.gui.look.ui
The UI for radio buttons.
RadioButtonUI() - Constructor for class com.rapidminer.gui.look.ui.RadioButtonUI
 
RadioCardPanel - Class in com.rapidminer.gui.tools
This is a helper component consisting of a a set of radio buttons together with a main panel with a card layout.
RadioCardPanel(String, IOObject) - Constructor for class com.rapidminer.gui.tools.RadioCardPanel
 
RadioCardPanel(String, IOObject, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.RadioCardPanel
 
radiusODSearch(double, double, SearchObject, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
BruteForce Radius Search to determine the outlier status of an object rObject of the type SearchObject this method takes d and p as parameters acc. to distance based DB(p,D)-Outlier (Knorr, Ng) and identifies an object as being an outlier, if more than a proportion p of the objects is more than distance D from rObject away.
RADVIZ_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
RadVizPlotter - Class in com.rapidminer.gui.plotter
A Radial coordinate Visualization, hence the name RadViz.
RadVizPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.RadVizPlotter
Creates a new RadViz plotter.
RadVizPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.RadVizPlotter
Creates a new RadViz plotter from the given data table.
RainflowMatrix - Class in com.rapidminer.operator.visualization.dependencies
The Rainflow Matrix adds another data table view for the residuals of the Rainflow Matrix calculation as well as a new plot tab for the residuals.
RainflowMatrix(String, String[], Matrix, boolean, String[]) - Constructor for class com.rapidminer.operator.visualization.dependencies.RainflowMatrix
 
RainflowMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the rainflow matrix for a series attribute.
RainflowMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.RainflowMatrixOperator
 
RainflowMatrixPlotRenderer - Class in com.rapidminer.gui.renderer.math
 
RainflowMatrixPlotRenderer() - Constructor for class com.rapidminer.gui.renderer.math.RainflowMatrixPlotRenderer
 
RainflowMatrixTableRenderer - Class in com.rapidminer.gui.renderer.math
 
RainflowMatrixTableRenderer() - Constructor for class com.rapidminer.gui.renderer.math.RainflowMatrixTableRenderer
 
random - Variable in class com.rapidminer.operator.preprocessing.sampling.sequences.SamplingSequenceGenerator
 
RandomClassificationFunction - Class in com.rapidminer.operator.generator
The label is randomly chosen.
RandomClassificationFunction() - Constructor for class com.rapidminer.operator.generator.RandomClassificationFunction
 
RandomClustering - Class in com.rapidminer.operator.clustering.clusterer
Returns a random clustering.
RandomClustering(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.RandomClustering
 
RandomDataContainer - Class in com.rapidminer.tools.math.som
The RandomDataContainer is an implementation of the KohonenTrainingsData interface, and therefor provides examples of data for a KohonenNet.
RandomDataContainer() - Constructor for class com.rapidminer.tools.math.som.RandomDataContainer
 
RandomDataRowReader - Class in com.rapidminer.example.table
Create data rows based on random data in the range of the minimum and maximum values of the attributes of the given base example set.
RandomDataRowReader(ExampleSet, Attribute[], int) - Constructor for class com.rapidminer.example.table.RandomDataRowReader
 
RandomDotsClassificationFunction - Class in com.rapidminer.operator.generator
Returns a classification function with one major class and a set of dots of the second class.
RandomDotsClassificationFunction() - Constructor for class com.rapidminer.operator.generator.RandomDotsClassificationFunction
 
RandomExampleTable - Class in com.rapidminer.example.table
This class is used for example sets which should provide random values for the given attributes, i.e. each random value lies in the same range as values of the given attributes (min and max) of the base example set.
RandomExampleTable(ExampleSet, List<Attribute>, int) - Constructor for class com.rapidminer.example.table.RandomExampleTable
 
RandomForestLearner - Class in com.rapidminer.operator.learner.tree
This operators learns a random forest.
RandomForestLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.RandomForestLearner
 
RandomForestModel - Class in com.rapidminer.operator.learner.tree
This model simply extends the SimpleVoteModel to avoid naming problems.
RandomForestModel(ExampleSet, List<TreeModel>) - Constructor for class com.rapidminer.operator.learner.tree.RandomForestModel
 
RandomFunction - Class in com.rapidminer.operator.generator
The label is randomly generated.
RandomFunction() - Constructor for class com.rapidminer.operator.generator.RandomFunction
 
RandomGenerator - Class in com.rapidminer.tools
The global random number generator.
RandomGenerator(long) - Constructor for class com.rapidminer.tools.RandomGenerator
Initializes the random number generator with the given seed
randomIndex(double[]) - Method in class com.rapidminer.tools.RandomGenerator
Returns a randomly selected integer between 0 and the length of the given array.
RANDOMLY_ASSIGNED - Static variable in class com.rapidminer.operator.clustering.clusterer.soft.EMClusterer
The parameter name for "Init distributions randomly assigned"
RandomOptimizationChain - Class in com.rapidminer.operator.meta
This operator iterates several times through the inner operators and in each cycle evaluates a performance measure.
RandomOptimizationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.RandomOptimizationChain
 
RandomSelection - Class in com.rapidminer.operator.features.selection
This operator selects a randomly chosen number of attributes randomly from the input example set.
RandomSelection(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.RandomSelection
 
RandomSplitValidationChain - Class in com.rapidminer.operator.validation
A RandomSplitValidationChain splits up the example set into a training and test set and evaluates the model.
RandomSplitValidationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.RandomSplitValidationChain
 
RandomSplitWrapperValidationChain - Class in com.rapidminer.operator.validation
This operator evaluates the performance of feature weighting algorithms including feature selection.
RandomSplitWrapperValidationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
RandomSubsetPreprocessing - Class in com.rapidminer.operator.learner.tree
Selects a random subset.
RandomSubsetPreprocessing(boolean, double, RandomGenerator) - Constructor for class com.rapidminer.operator.learner.tree.RandomSubsetPreprocessing
 
RandomTreeLearner - Class in com.rapidminer.operator.learner.tree
This operator learns decision trees from both nominal and numerical data.
RandomTreeLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.RandomTreeLearner
 
Range - Class in com.rapidminer.tools.math.container
 
Range() - Constructor for class com.rapidminer.tools.math.container.Range
 
Range(double, double) - Constructor for class com.rapidminer.tools.math.container.Range
 
Range(Range) - Constructor for class com.rapidminer.tools.math.container.Range
 
RANGE_AXIS_CONFIG_FLAVOR - Static variable in class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
RANGE_AXIS_NAME - Static variable in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
RANGE_NAME_INTERVAL - Static variable in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
RANGE_NAME_LONG - Static variable in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
RANGE_NAME_SHORT - Static variable in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
RANGE_NAME_TYPES - Static variable in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
RangeablePlotterAdapter - Class in com.rapidminer.gui.plotter
Plotter extending this adapter must be able to set their ranges during plotting if the dimensions name is registered here.
RangeablePlotterAdapter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
RangeAxisConfig - Class in com.rapidminer.gui.new_plotter.configuration
This class represents a range axis of a plot.
RangeAxisConfig(String, PlotConfiguration) - Constructor for class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Constructor that sets the name of the range axis.
rangeAxisConfigChanged(RangeAxisConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
rangeAxisConfigChanged(RangeAxisConfigChangeEvent) - Method in class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
rangeAxisConfigChanged(RangeAxisConfigChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.RangeAxisConfigListener
 
RangeAxisConfigChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
RangeAxisConfigChangeEvent(RangeAxisConfig) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
Creates a RangeAxisConfigChangeEvent with RangeAxisConfigChangeEvent.RangeAxisConfigChangeType CLEARED.
RangeAxisConfigChangeEvent(RangeAxisConfig, RangeAxisConfigChangeEvent.RangeAxisConfigChangeType, ValueSource, Integer) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
Allowed RangeAxisConfigChangeEvent.RangeAxisConfigChangeTypes are VALUE_SOURCE_ADDED, VALUE_SOURCE_REMOVED or VALUE_SOURCE_MOVED
RangeAxisConfigChangeEvent(RangeAxisConfig, String) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
RangeAxisConfigChangeEvent(RangeAxisConfig, RangeAxisConfigChangeEvent.RangeAxisConfigChangeType, Boolean) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
Allowed RangeAxisConfigChangeEvent.RangeAxisConfigChangeTypes are INCLUDE_ZERO, AUTO_NAMING or SCALING
RangeAxisConfigChangeEvent(RangeAxisConfig, ValueRangeChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
RangeAxisConfigChangeEvent(RangeAxisConfig, ValueSourceChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
RangeAxisConfigChangeEvent(RangeAxisConfig, AxisParallelLinesConfigurationChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
RangeAxisConfigChangeEvent.RangeAxisConfigChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
RangeAxisConfigListener - Interface in com.rapidminer.gui.new_plotter.listener
Classes that implement this interface listen to changes of the RangeAxisConfig like adding or removing new ValueSources.
rangeAxisConfigListener - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the listener which will register range axis crosshair changes
RangeAxisConfigPanel - Class in com.rapidminer.gui.new_plotter.gui
 
RangeAxisConfigPanel(JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.RangeAxisConfigPanel
 
RangeAxisConfigTreeNode - Class in com.rapidminer.gui.new_plotter.gui.treenodes
 
RangeAxisConfigTreeNode(RangeAxisConfig) - Constructor for class com.rapidminer.gui.new_plotter.gui.treenodes.RangeAxisConfigTreeNode
 
rangeAxisCrosshairLinesMap - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the map containing all AxisParallelLineConfiguration for all range axes
RangeAxisData - Class in com.rapidminer.gui.new_plotter.data
 
RangeAxisData(RangeAxisConfig, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.data.RangeAxisData
 
RangeFilterCondition - Class in com.rapidminer.datatable
This condition filters out row, if their value of the specified dimension does not lie in given value range.
RangeFilterCondition(Range, int) - Constructor for class com.rapidminer.datatable.RangeFilterCondition
 
RangeNormalizationMethod - Class in com.rapidminer.operator.preprocessing.normalization
This is the transformation method for transforming the data of an attribute into a certain interval.
RangeNormalizationMethod() - Constructor for class com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
 
RANK - Static variable in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
rank(ExampleSet, Attribute, Attribute, double) - Static method in class com.rapidminer.operator.performance.RankStatistics
Calculates ranks for an attribute.
rank(ExampleSet, Attribute, Attribute) - Static method in class com.rapidminer.operator.performance.RankStatistics
Calculates ranks for an attribute.
RANK_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
RANK_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
RANK_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a rank based selection scheme.
RankCorrelation - Class in com.rapidminer.operator.performance
Computes either the Spearman (rho) or Kendall (tau-b) rank correlation between the actual label and predicted values of an example set.
RankCorrelation() - Constructor for class com.rapidminer.operator.performance.RankCorrelation
Default constructor
RankCorrelation(int) - Constructor for class com.rapidminer.operator.performance.RankCorrelation
Constructor with user-specified choice of correlation coefficient.
RankCorrelation(RankCorrelation) - Constructor for class com.rapidminer.operator.performance.RankCorrelation
 
RankingCriterion - Class in com.rapidminer.operator.performance.cost
This performance Criterion works with given ranking costs.
RankingCriterion(int[], double[], ExampleSet) - Constructor for class com.rapidminer.operator.performance.cost.RankingCriterion
 
RankingEvaluator - Class in com.rapidminer.operator.performance.cost
This operator provides the ability to evaluate classification costs.
RankingEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.cost.RankingEvaluator
 
RankSelection - Class in com.rapidminer.operator.features.selection
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' rank based on their fitness values.
RankSelection(int, boolean, Random) - Constructor for class com.rapidminer.operator.features.selection.RankSelection
 
RankSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' rank based on their fitness values.
RankSelection(int, boolean, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.RankSelection
 
RankStatistics - Class in com.rapidminer.operator.performance
Provides methods to compute ranks for a single attribute and rank correlations for two attributes.
RankStatistics() - Constructor for class com.rapidminer.operator.performance.RankStatistics
 
RAPID_I_BEIGE - Static variable in class com.rapidminer.gui.tools.SwingTools
The Rapid-I beige color.
RAPID_I_BROWN - Static variable in class com.rapidminer.gui.tools.SwingTools
The Rapid-I brown color.
RAPID_I_ORANGE - Static variable in class com.rapidminer.gui.tools.SwingTools
The Rapid-I orange color.
RAPID_MINER_CORE_NAMESPACE - Static variable in class com.rapidminer.tools.OperatorService
 
RAPID_MINER_CORE_PREFIX - Static variable in class com.rapidminer.tools.OperatorService
 
RAPID_MINER_LOGO - Static variable in class com.rapidminer.gui.tools.dialogs.AboutBox
 
RAPIDANALYTICS_CONFIGURATION_URL_PREFIX - Static variable in class com.rapidminer.tools.config.ConfigurationManager
URL from which configurations are loaded from RapidAnalytics via the ConfigurationServlet (includes trailing slash).
RapidAnalyticsCLTool - Class in com.rapidminer.repository.remote
This class can be used to access a RapidAnalytics installation from a remote machine.
RapidAssert - Class in com.rapidminer.test_utils
Extension for JUnit's Assert for testing RapidMiner objects.
RapidAssert() - Constructor for class com.rapidminer.test_utils.RapidAssert
 
RapidBarPainter - Class in com.rapidminer.gui.plotter.charts
The painter for the bar charts.
RapidBarPainter() - Constructor for class com.rapidminer.gui.plotter.charts.RapidBarPainter
Creates a new instance.
RapidBarPainter(double, double, double) - Constructor for class com.rapidminer.gui.plotter.charts.RapidBarPainter
Creates a new instance.
RapidBorder - Class in com.rapidminer.gui.processeditor.results
 
RapidBorder(Color, int, int) - Constructor for class com.rapidminer.gui.processeditor.results.RapidBorder
 
RapidDockableContainerFactory - Class in com.rapidminer.gui.docking
Dockable container factory for docking framework, that specifically handles new floating dockables.
RapidDockableContainerFactory() - Constructor for class com.rapidminer.gui.docking.RapidDockableContainerFactory
 
RapidDockingToolbar - Class in com.rapidminer.gui.docking
 
RapidDockingToolbar(String) - Constructor for class com.rapidminer.gui.docking.RapidDockingToolbar
 
RapidDockingUISettings - Class in com.rapidminer.gui.look.ui
 
RapidDockingUISettings() - Constructor for class com.rapidminer.gui.look.ui.RapidDockingUISettings
 
RapidFloatingDialog - Class in com.rapidminer.gui.docking
Detached dialog.
RapidFloatingDialog(Dialog) - Constructor for class com.rapidminer.gui.docking.RapidFloatingDialog
 
RapidFloatingDialog(Frame) - Constructor for class com.rapidminer.gui.docking.RapidFloatingDialog
 
RapidHistogramDataset - Class in com.rapidminer.gui.plotter.charts
This is a helper class for applying a logarithmic transformation on histogram datasets.
RapidHistogramDataset(boolean) - Constructor for class com.rapidminer.gui.plotter.charts.RapidHistogramDataset
 
RapidLookAndFeel - Class in com.rapidminer.gui.look
The main look and feel class.
RapidLookAndFeel() - Constructor for class com.rapidminer.gui.look.RapidLookAndFeel
 
RapidLookComboBoxEditor - Class in com.rapidminer.gui.look
The editor for combo boxes.
RapidLookComboBoxEditor() - Constructor for class com.rapidminer.gui.look.RapidLookComboBoxEditor
 
RapidLookComboBoxEditor.UIResource - Class in com.rapidminer.gui.look
 
RapidLookComboBoxEditor.UIResource() - Constructor for class com.rapidminer.gui.look.RapidLookComboBoxEditor.UIResource
 
RapidLookListCellRenderer - Class in com.rapidminer.gui.look
The list cell renderer used for lists in this look and feel.
RapidLookListCellRenderer() - Constructor for class com.rapidminer.gui.look.RapidLookListCellRenderer
 
RapidLookListCellRenderer.UIResource - Class in com.rapidminer.gui.look
 
RapidLookListCellRenderer.UIResource() - Constructor for class com.rapidminer.gui.look.RapidLookListCellRenderer.UIResource
 
RapidLookTools - Class in com.rapidminer.gui.look
Some tools methods.
RapidLookTools() - Constructor for class com.rapidminer.gui.look.RapidLookTools
 
RapidMiner - Class in com.rapidminer
Main program.
RapidMiner() - Constructor for class com.rapidminer.RapidMiner
 
RapidMiner.ExecutionMode - Enum in com.rapidminer
Indicates how RapidMiner is being executed.
RapidMiner.ExitMode - Enum in com.rapidminer
 
RAPIDMINER_CONFIG_FILE_NAME - Static variable in class com.rapidminer.tools.ParameterService
 
RAPIDMINER_TYPE - Static variable in class com.rapidminer.tools.plugin.Plugin
The name for the manifest entry RapidMiner-Type which can be used to indicate that a jar file is a RapidMiner plugin.
RAPIDMINER_TYPE_PLUGIN - Static variable in class com.rapidminer.tools.plugin.Plugin
The value for the manifest entry RapidMiner-Type which indicates that a jar file is a RapidMiner plugin.
RapidMinerCommandLine - Class in com.rapidminer
Main command line program.
RapidMinerCommandLine() - Constructor for class com.rapidminer.RapidMinerCommandLine
 
RapidMinerGUI - Class in com.rapidminer.gui
The main class if RapidMiner is started in GUI mode.
RapidMinerGUI() - Constructor for class com.rapidminer.gui.RapidMinerGUI
 
RapidMinerLineReader - Class in com.rapidminer.example.table
A simple line converter for reading data from BufferedReaders.
RapidMinerLineReader(String, char[], boolean, char, char, boolean, boolean) - Constructor for class com.rapidminer.example.table.RapidMinerLineReader
Indicates if quoting (") can be used to form.
RapidMinerTestCase - Class in com.rapidminer.test
Extends the JUnit test case by a method for asserting equality of doubles with respect to Double.NaN
RapidMinerTestCase() - Constructor for class com.rapidminer.test.RapidMinerTestCase
 
RapidMinerTestCase(String) - Constructor for class com.rapidminer.test.RapidMinerTestCase
 
RapidMinerVersion - Class in com.rapidminer
This class is generated by the ant target "version.updateFiles" to ensure the correct version number in RapidMiner.
RapidMinerVersion() - Constructor for class com.rapidminer.RapidMinerVersion
 
RapidXYBarPainter - Class in com.rapidminer.gui.plotter.charts
The painter for the bar charts.
RapidXYBarPainter() - Constructor for class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
Creates a new instance.
RapidXYBarPainter(double, double, double) - Constructor for class com.rapidminer.gui.plotter.charts.RapidXYBarPainter
Creates a new instance.
RatioSplitChain - 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.
RatioSplitChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.RatioSplitChain
 
RatioStratifiedSampling - Class in com.rapidminer.operator.preprocessing.sampling
Stratified sampling operator.
RatioStratifiedSampling(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.RatioStratifiedSampling
 
RBFKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of the RBF kernel of both examples.
RBFKernel() - Constructor for class com.rapidminer.tools.math.kernels.RBFKernel
 
read() - Method in class com.rapid_i.deployment.update.client.ProgressReportingInputStream
 
read(byte[], int, int) - Method in class com.rapid_i.deployment.update.client.ProgressReportingInputStream
 
read(byte[]) - Method in class com.rapid_i.deployment.update.client.ProgressReportingInputStream
 
read() - Method in class com.rapidminer.io.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.rapidminer.io.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(InputStream) - Static method in class com.rapidminer.operator.AbstractIOObject
Deprecated. Use #read(InputStreamProvider, String) to be able to read all formats (xml zipped/not zipped and binary)
read(File) - Static method in class com.rapidminer.operator.AbstractIOObject
 
read(byte[]) - Static method in class com.rapidminer.operator.AbstractIOObject
 
read(AbstractIOObject.InputStreamProvider) - Static method in class com.rapidminer.operator.AbstractIOObject
 
read() - Method in class com.rapidminer.operator.io.AbstractExampleSource
 
read() - Method in class com.rapidminer.operator.io.AbstractReader
Creates (or reads) the ExampleSet that will be returned by Operator.apply().
read() - Method in class com.rapidminer.operator.io.AttributeWeightsLoader
Writes the attribute set to a file.
read(InputStream, byte[], int) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Reads a number (specified by length) of bytes from a given file reader into a byte array beginning at index 0.
read(InputStream, byte[], int, int) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Reads a number (specified by length) of bytes from a given file reader into a byte array beginning at the given offset.
read(InputStream, byte[], char) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Reads bytes from a given file reader until either a certain character is read, the buffer is completely filled or the end of file is reached.
read(InputStream, byte[], char[]) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Reads bytes from a given file reader until either a specified character sequence is read, the buffer is completely filled or the end of file is reached.
read() - Method in class com.rapidminer.operator.io.ClusterModelReader
 
read() - Method in class com.rapidminer.operator.io.DatabaseDataReader
 
read() - Method in class com.rapidminer.operator.io.IOObjectReader
 
read() - Method in class com.rapidminer.operator.io.ModelLoader
Reads the model from disk and returns it.
read() - Method in class com.rapidminer.operator.io.ParameterSetLoader
 
read() - Method in class com.rapidminer.operator.io.PerformanceLoader
Reads the performance vector from a file.
read() - Method in class com.rapidminer.operator.io.RepositorySource
 
read() - Method in class com.rapidminer.operator.io.ThresholdLoader
Loads the threshold from a file.
read(DataResultSet, DataResultSetTranslationConfiguration, boolean, ProgressListener) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslator
This method will start the translation of the actual ResultDataSet to an ExampleSet.
read(DataResultSet, ProgressListener) - Method in class com.rapidminer.operator.nio.model.DefaultPreview
 
read() - Method in class com.rapidminer.operator.postprocessing.ThresholdCreator
 
read(InputStream) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Reads an example set as written by ExampleSetToStream.write(ExampleSet, OutputStream).
Readable - Interface in com.rapidminer.report
Indicates a reportable object which is readable, i.e. which delivers a string representation.
readAnnotations(DataInput) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
 
readBookmarks(File) - Static method in class com.rapidminer.gui.look.fc.BookmarkIO
 
readCache() - Method in class com.rapidminer.gui.security.Wallet
Reads the wallet from the secrets.xml file in the user's home directory.
readColumn(ResultSet, Attribute) - Static method in class com.rapidminer.example.table.DatabaseDataRow
Reads the data for the given attribute from the result set.
readConnectionEntries(File) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
Deprecated. 
readData(File, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
Loads data from a file.
readData(int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.CSVFileReader
 
readData() - Method in class com.rapidminer.operator.nio.SASExampleReader
 
reader - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
readExamples(DataRowReader) - Method in class com.rapidminer.example.table.MemoryExampleTable
Reads the examples into memory in the order they are delivered by the given reader.
readExamples(DataRowReader, boolean) - Method in class com.rapidminer.example.table.MemoryExampleTable
Reads the examples into memory and permutes the order.
readExamples(DataRowReader, boolean, Random) - Method in class com.rapidminer.example.table.MemoryExampleTable
Reads the examples into memory and permutes the order.
readExperimentFile(File) - Static method in class com.rapidminer.RapidMiner
Deprecated. Use RapidMiner.readProcessFile(File) instead
readHeader(DataInputStream) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Reads meta data information as written by #writeHeader(List, DataOutputStream).
readLine(BufferedReader, int) - Method in class com.rapidminer.example.table.RapidMinerLineReader
Ignores comment and empty lines and returns the first line not starting with a comment.
readLine() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.LineReader
 
readNow(DataResultSet, boolean, ProgressListener) - Method in class com.rapidminer.operator.nio.model.WizardState
 
readOutput(BufferedReader) - Static method in class com.rapidminer.tools.Tools
Reads the output of the reader and delivers it as string.
readParameterSet(InputStream) - Static method in class com.rapidminer.operator.meta.ParameterSet
Reads a parameter set from a file.
readProcess(Reader) - Method in class com.rapidminer.Process
Reads the process setup from the given input stream.
readProcess(Reader, ProgressListener) - Method in class com.rapidminer.Process
 
readProcessFile(File) - Static method in class com.rapidminer.RapidMiner
 
readProcessFile(File, ProgressListener) - Static method in class com.rapidminer.RapidMiner
 
readResolve() - Method in class com.rapidminer.example.AttributeRole
 
readResolve() - Method in class com.rapidminer.example.SimpleAttributes
 
readResolve() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
readResolve() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
readResolve() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
readResolve() - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
readResolve() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
readResolve() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
readResolve() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
readResolve() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
readResolve() - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
readResolve() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
readResolve() - Method in class com.rapidminer.operator.ports.metadata.MetaData
Restores an empty history.
readRow(DataInputStream, double[], ExampleSetToStream.ColumnType[], boolean, double[]) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Reads a single row from the stream.
readStream(InputStream, DataRowFactory) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Reads the given file and constructs an example set from the read data.
readStream(InputStream, DataRowFactory) - Method in class com.rapidminer.operator.io.DasyLabDataReader
 
readStream(InputStream, DataRowFactory) - Method in class com.rapidminer.operator.io.SPSSExampleSource
 
readStream(InputStream, DataRowFactory) - Method in class com.rapidminer.operator.io.StataExampleSource
 
readTextFile(InputStream) - Static method in class com.rapidminer.tools.Tools
 
readTextFile(File) - Static method in class com.rapidminer.tools.Tools
Reads a text file into a single string.
readTextFile(Reader) - Static method in class com.rapidminer.tools.Tools
 
readUrl(URL) - Static method in class com.rapidminer.tools.Tools
This method will return a byte array containing the raw data from the given url.
readWithoutLengthCheck(InputStream, byte[], int) - Method in class com.rapidminer.operator.io.BytewiseExampleSource
Reads a number (specified by length) of bytes from a given file reader into a byte array beginning at index 0.
REAL - Static variable in class com.rapidminer.tools.Ontology
 
Real2Integer - Class in com.rapidminer.operator.preprocessing.filter
Converts all real valued attributes to integer valued attributes.
Real2Integer(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
recalculateAllAttributeStatistics() - Method in interface com.rapidminer.example.ExampleSet
Recalculate all attribute statistics.
recalculateAllAttributeStatistics() - Method in class com.rapidminer.example.set.AbstractExampleSet
Recalculates the attribute statistics for all attributes.
recalculateAttributeStatistics(Attribute) - Method in interface com.rapidminer.example.ExampleSet
Recalculate the attribute statistics of the given attribute.
recalculateAttributeStatistics(Attribute) - Method in class com.rapidminer.example.set.AbstractExampleSet
Recalculate the attribute statistics of the given attribute.
recalculateBackgroundImage() - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
recalculateBackgroundImage() - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
recalculateVisibleLines() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Recalculates the number of visible lines.
RECALL - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
RecallChooser - Class in com.rapidminer.operator.postprocessing
This operator finds the lowest threshold which reaches a given recall.
RecallChooser(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.RecallChooser
 
receive(IOObject) - Method in class com.rapidminer.operator.ports.impl.InputPortImpl
 
receive(IOObject) - Method in interface com.rapidminer.operator.ports.InputPort
Receives data from the output port.
receiveMD(MetaData) - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
receiveMD(MetaData) - Method in interface com.rapidminer.operator.ports.InputPort
Does the same as #receive(Object) but only with meta data.
ReceivingOperatorTransferHandler - Class in com.rapidminer.gui.dnd
Transfer handler that supports dragging and dropping operators.
ReceivingOperatorTransferHandler() - Constructor for class com.rapidminer.gui.dnd.ReceivingOperatorTransferHandler
 
recentlyUpdated - Variable in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
ReciprocalValueGenerator - Class in com.rapidminer.generator
Creates the reciprocal value of all input attributes.
ReciprocalValueGenerator() - Constructor for class com.rapidminer.generator.ReciprocalValueGenerator
 
recomputeCOF(double, double, double, double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
reconfigure(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
reconfigure(DataResultSet) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
RECORD_SEPARATOR - Static variable in class com.rapidminer.parameter.Parameters
 
recorder - Variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
recreateTableColumn(TableColumnModel) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
RECTANGLE - Static variable in class com.rapidminer.tools.math.WindowFunction
The constant for the function Rectangle.
RECTANGLE_POINT_STYLE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
rectangleForCurrentValue() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
RectangleStyle - Class in com.rapidminer.gui.plotter
Defines the style of plotted rectangles, i.e. the color.
RectangleStyle(Color) - Constructor for class com.rapidminer.gui.plotter.RectangleStyle
 
RECTANGULAR - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
RectangularSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements a rectangular kernel.
RectangularSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.RectangularSmoothingKernel
 
RectangularWindowFunction - Class in com.rapidminer.tools.math.function.window
A rectangular window function.
RectangularWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.RectangularWindowFunction
 
RectangularWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.RectangularWindowFunction
 
rectSelect - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
redo() - Method in class com.rapidminer.gui.MainFrame
 
REDO_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
RedoAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
RedoAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.RedoAction
 
reduceByUnknownAmount() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
REDUCTION_FIXED - Static variable in class com.rapidminer.operator.features.transformation.FastICA
 
REDUCTION_FIXED - Static variable in class com.rapidminer.operator.features.transformation.PCA
 
REDUCTION_FIXED - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
 
REDUCTION_METHODS - Static variable in class com.rapidminer.operator.features.transformation.FastICA
 
REDUCTION_METHODS - Static variable in class com.rapidminer.operator.features.transformation.PCA
 
REDUCTION_METHODS - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
 
REDUCTION_NONE - Static variable in class com.rapidminer.operator.features.transformation.FastICA
 
REDUCTION_NONE - Static variable in class com.rapidminer.operator.features.transformation.PCA
 
REDUCTION_NONE - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
 
REDUCTION_PERCENTAGE - Static variable in class com.rapidminer.operator.features.transformation.SVDReduction
 
REDUCTION_VARIANCE - Static variable in class com.rapidminer.operator.features.transformation.PCA
 
RedundanceRemoval - Class in com.rapidminer.operator.features
Ensures that every individual appears only once.
RedundanceRemoval() - Constructor for class com.rapidminer.operator.features.RedundanceRemoval
 
reestimateAlpha(int) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Reestimate alpha by setting it to the value which maximizes the marginal likelihood: alpha_i = s^2_i / (q^2_i - s_i)
REFERENCE_ENTRY - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
REFERENCE_SECTION - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
ReferenceTaglet - Class in com.rapidminer.doc
A taglet with name "@rapidminer.reference" can be used in the Javadoc comments of an operator to produce a reference to literature including the bibtex entry.
ReferenceTaglet() - Constructor for class com.rapidminer.doc.ReferenceTaglet
 
refine() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Generates new hypothesis by adding one degree of complexity and creating all rules that are possible now.
refine() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Creates all successors of the rule that have one more literal.
refine(Iterable<Attribute>) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
refresh() - Method in class com.rapidminer.gui.OperatorDocViewer
 
refresh() - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
refresh() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
refresh() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
refresh() - Method in class com.rapidminer.repository.db.DBRepository
 
refresh() - Method in interface com.rapidminer.repository.Folder
 
refresh() - Method in class com.rapidminer.repository.local.SimpleFolder
 
refresh() - Method in class com.rapidminer.repository.remote.RemoteFolder
 
refresh() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
refresh() - Method in class com.rapidminer.repository.resource.ResourceFolder
 
REFRESH_ACTION - Variable in class com.rapidminer.repository.gui.RepositoryTree
 
RefreshAction - Class in com.rapidminer.repository.gui.actions
This action refreshes the selected entry.
RefreshAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.RefreshAction
 
RefreshHelpTextFromWikiAction - Class in com.rapidminer.gui.actions
 
RefreshHelpTextFromWikiAction(boolean, String, Object[], OperatorDocViewer) - Constructor for class com.rapidminer.gui.actions.RefreshHelpTextFromWikiAction
 
RefTaglet - Class in com.rapidminer.doc
A taglet with name "@rapidminer.ref" can be used in the Javadoc comments of an operator to produce textual references.
RefTaglet() - Constructor for class com.rapidminer.doc.RefTaglet
 
RegexpAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This Attribute Filter removes every attribute, which name does not match the Regular expression given by parameter.
RegexpAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.RegexpAttributeFilter
 
RegexpPropertyDialog - Class in com.rapidminer.gui.properties
A dialog to create and edit regular expressions.
RegexpPropertyDialog(ParameterTypeRegexp, String, Operator) - Constructor for class com.rapidminer.gui.properties.RegexpPropertyDialog
 
RegexpValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
A cell editor for regular expression parameters.
RegexpValueCellEditor(ParameterTypeRegexp) - Constructor for class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
RegionFilterCondition - Class in com.rapidminer.datatable
This FilterCondition is a multidimensional equivalent to the RangeFilterCondition.
RegionFilterCondition(RegionFilterCondition.Region) - Constructor for class com.rapidminer.datatable.RegionFilterCondition
 
RegionFilterCondition.Region - Class in com.rapidminer.datatable
 
RegionFilterCondition.Region() - Constructor for class com.rapidminer.datatable.RegionFilterCondition.Region
 
regionMatches(boolean, Segment, int, String) - Static method in class com.rapidminer.gui.tools.syntax.SyntaxUtilities
Checks if a subregion of a Segment is equal to a string.
regionMatches(boolean, Segment, int, char[]) - Static method in class com.rapidminer.gui.tools.syntax.SyntaxUtilities
Checks if a subregion of a Segment is equal to a character array.
register(Map<String, Taglet>) - Static method in class com.rapidminer.doc.CiteTaglet
 
register(Map<String, Taglet>) - Static method in class com.rapidminer.doc.MathTaglet
 
register(Map<String, Taglet>) - Static method in class com.rapidminer.doc.ReferenceTaglet
 
register(Map<String, Taglet>) - Static method in class com.rapidminer.doc.RefTaglet
 
register(Map<String, Taglet>) - Static method in class com.rapidminer.doc.XMLExampleTaglet
 
register(Process, String) - Method in class com.rapidminer.operator.Operator
Deprecated. No longer necessary since the registering / unregistering will be performed during operator adding
register(RemoteEntry) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
register(Configurator<? extends Configurable>) - Method in class com.rapidminer.tools.config.ConfigurationManager
Registers a new Configurator.
register(GlobalAuthenticator.URLAuthenticator) - Static method in class com.rapidminer.tools.GlobalAuthenticator
Deprecated. 
register(String, Action) - Static method in class com.rapidminer.tools.RMUrlHandler
 
registerAdditionalGroupColors(String, String, ClassLoader) - Static method in class com.rapidminer.gui.flow.ProcessRenderer
This method adds the colors of the given property file to the global group colors
registerAdditionalGroupColors(String, String, ClassLoader) - Static method in class com.rapidminer.gui.tools.SwingTools
This method adds the colors of the given property file to the global group colors
registerAdditionalObjectColors(String, String, ClassLoader) - Static method in class com.rapidminer.gui.flow.ProcessRenderer
This method adds the colors of the given property file to the io object colors
registerAllPluginOperators() - Static method in class com.rapidminer.tools.plugin.Plugin
Registers all operators from the plugins previously found by a call of registerAllPluginDescriptions
registerAsPlotConfigurationListener() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
registerAsserter(Asserter) - Method in class com.rapidminer.test_utils.AsserterRegistry
 
registerAxisNameResolver(AxisNameResolver) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
 
registerCondition(String, Class<? extends AttributeFilterCondition>) - Static method in class com.rapidminer.operator.tools.AttributeSubsetSelector
This method allows registering filter conditions defined in plugins.
registerConfigurable(String, Configurable) - Method in class com.rapidminer.tools.config.ConfigurationManager
Adds the configurable to internal maps.
registerConfigurationChangeResponse(ConfigurationChangeResponse) - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
registerContextMenuAction(Class<?>, SelectionDependentAction) - Static method in class com.rapidminer.OperatorLibraryService
This registers the given action for the given class.
registerConverter(DBConnectionToIOObjectConverter) - Static method in class com.rapidminer.repository.db.DBRepository
Adds a converter to the converter registry that will be used by all entries.
registerCredentials(UserCredential) - Method in class com.rapidminer.gui.security.Wallet
 
registerDependencyCondition(ParameterCondition) - Method in class com.rapidminer.parameter.ParameterType
Registers the given dependency condition.
registerDescriptions() - Method in class com.rapidminer.tools.plugin.Plugin
Register all things delivered with this plugin.
registerDiscretizationOperator(Class<? extends AbstractDiscretizationOperator>) - Static method in class com.rapidminer.operator.preprocessing.discretization.AbstractDiscretizationOperator
 
registerDockable(Dockable) - Method in class com.rapidminer.gui.MainFrame
 
registerDrivers() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
registerErrorBundle(ResourceBundle) - Static method in class com.rapidminer.tools.I18N
registers the properties of the given bundle on the global error bundle
registerErrorBundle(ResourceBundle, boolean) - Static method in class com.rapidminer.tools.I18N
registers the properties of the given bundle on the global error bundle
registerErrors() - Method in interface com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRuleCondition
This method is to register errors if the condition is not fulfilled
registerFactory(RepositoryFactory) - Static method in class com.rapidminer.repository.RepositoryManager
 
registerFilter(ProcessXMLFilter) - Static method in class com.rapidminer.io.process.ProcessXMLFilterRegistry
 
registerGUIBundle(ResourceBundle) - Static method in class com.rapidminer.tools.I18N
registers the properties of the given bundle on the global gui bundle
registerGUIBundle(ResourceBundle, boolean) - Static method in class com.rapidminer.tools.I18N
registers the properties of the given bundle on the global gui bundle
registerIOObjects(Collection<Class<? extends IOObject>>) - Static method in class com.rapidminer.tools.OperatorService
Checks if the given classes are already registered and adds them if not.
registerMeasure(int, String, Class<? extends DistanceMeasure>) - Static method in class com.rapidminer.tools.math.similarity.DistanceMeasures
This method allows registering distance or similarity measures defined in plugins.
registerMetaDataChangeListener(MetaDataChangeListener) - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
registerMetaDataChangeListener(MetaDataChangeListener) - Method in interface com.rapidminer.operator.ports.InputPort
This will add the given listener to this port.
registerName(String, Operator) - Method in class com.rapidminer.Process
Returns a "name (i)" if name is already in use.
registerNewAggregationFunction(String, Class<? extends AggregationFunction>, AggregationFunctionMetaDataProvider) - Static method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
With this method extensions might register additional aggregation functions if needed.
registerNormalizationMethod(NormalizationMethod) - Static method in class com.rapidminer.operator.preprocessing.normalization.Normalization
This method can be used for registering additional normalization methods.
registerOperator(Process) - Method in class com.rapidminer.operator.io.AbstractReader
 
registerOperator(Process) - Method in class com.rapidminer.operator.Operator
Registers this operator in the given process.
registerOperator(Process) - Method in class com.rapidminer.operator.OperatorChain
Register this operator chain and all of its children in the given process.
registerOperator(OperatorDescription) - Static method in class com.rapidminer.tools.OperatorService
Deprecated. 
registerOperator(OperatorDescription, OperatorDocBundle) - Static method in class com.rapidminer.tools.OperatorService
Registers the given operator description.
registerOperatorLibraryListener(OperatorLibraryService.OperatorLibraryListener) - Method in class com.rapidminer.OperatorLibraryService
This adds a listener to the operator library Service that is informed of any registered or unregistered OperatorLibrary.
registerOperators() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
registerOperators() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method will register this OperatorLibrarys operators to the OperatorService.
registerOperators(ClassLoader, Plugin) - Method in interface com.rapidminer.tools.GenericOperatorFactory
Register additional generic operators.
registerOperators(URL, ClassLoader, Plugin) - Static method in class com.rapidminer.tools.OperatorService
 
registerOperators(String, InputStream, ClassLoader) - Static method in class com.rapidminer.tools.OperatorService
Registers all operators from a given XML input stream.
registerOperators(String, InputStream, ClassLoader, Plugin) - Static method in class com.rapidminer.tools.OperatorService
 
registerOperators() - Method in class com.rapidminer.tools.plugin.Plugin
 
registerParameter(ParameterType) - Static method in class com.rapidminer.tools.ParameterService
This method lets register the given ParameterType with defaults settings.
registerParameter(ParameterType, String) - Static method in class com.rapidminer.tools.ParameterService
This method allows to set the group explicitly rather than deriving it from the key.
registerParameter(ParameterType, String, ParameterScope) - Static method in class com.rapidminer.tools.ParameterService
This method can be used to register the given ParameterType on the given ParameterScope.
registerParameterChangeListener(ParameterChangeListener) - Static method in class com.rapidminer.tools.ParameterService
This will add the given listener to the list of listers.
registerPlotterListener(PlotterConfigurationModel.PlotterChangedListener) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
This listener will be registered and immediately informed about the current plotter
registerPlotterSelectionListener(AbstractChartPanel.SelectionListener) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
registerPortExtender(PortExtender) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
registerPortExtender(PortExtender) - Method in interface com.rapidminer.operator.ports.Ports
Registers a port extender with this ports.
registerPropertyKeyCellEditor(Class<? extends ParameterType>, Class<? extends PropertyKeyCellEditor>) - Static method in class com.rapidminer.gui.properties.PropertyTable
 
registerPropertyValueCellEditor(Class<? extends ParameterType>, Class<? extends PropertyValueCellEditor>) - Static method in class com.rapidminer.gui.properties.PropertyPanel
This method allows extensions to register own ParameterTypes and their editors.
registerPropertyValueCellEditor(Class<? extends ParameterType>, Class<? extends PropertyValueCellEditor>) - Static method in class com.rapidminer.gui.properties.PropertyTable
 
registerProxyAuthenticator(GlobalAuthenticator.URLAuthenticator) - Static method in class com.rapidminer.tools.GlobalAuthenticator
This method adds another Authenticator to the GlobalAuthenticator that will be enqueued in the list of Authenticators that are tried for Proxy requests for authentification.
registerRapidMinerProperty(ParameterType) - Static method in class com.rapidminer.RapidMiner
Deprecated. 
registerReaderDescription(AbstractReader.ReaderDescription) - Static method in class com.rapidminer.operator.io.AbstractReader
Registers an operator that can read files with a given extension.
registerRenderers(String, String, boolean, List<String>, ClassLoader) - Static method in class com.rapidminer.gui.renderer.RendererService
Deprecated. 
registerRenderers(String, String, boolean, String, List<String>, ClassLoader) - Static method in class com.rapidminer.gui.renderer.RendererService
 
registerSelectionListener(AbstractChartPanel.SelectionListener) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
This method will add the given selection listener to the list of objects which will be notified as soon as a selection is made.
registerSelectionListener(AbstractChartPanel.SelectionListener) - Method in interface com.rapidminer.gui.plotter.charts.SelectablePlotter
This method will add the given selection listener to the list of objects which will be notified as soon as a selection is made.
registerServerAuthenticator(GlobalAuthenticator.URLAuthenticator) - Static method in class com.rapidminer.tools.GlobalAuthenticator
This method adds another Authenticator to the GlobalAuthenticator that will be enqueued in the list of Authenticators that are tried for URLs that need authentification.
registerSettingsListener(PlotterConfigurationModel.PlotterSettingsChangedListener) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
This listener will be registered and immediately informed over all settings
registerStatistics(Statistics) - Method in interface com.rapidminer.example.Attribute
Registers the attribute statistics.
registerStatistics(Statistics) - Method in class com.rapidminer.example.table.AbstractAttribute
 
registerToolbarAction(SelectionDependentAction) - Static method in class com.rapidminer.OperatorLibraryService
This registers the given action for the toolbar;
registerUserErrorMessagesBundle(ResourceBundle) - Static method in class com.rapidminer.tools.I18N
registers the properties of the given bundle on the global userError bundle
registerUserErrorMessagesBundle(ResourceBundle, boolean) - Static method in class com.rapidminer.tools.I18N
registers the properties of the given bundle on the global userError bundle
registerYaleProperty(ParameterType) - Static method in class com.rapidminer.RapidMiner
Deprecated. Use #ParameterService.registerParameter(ParameterType) instead
Regression - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Gaussian Process Regression.
Regression(RegressionProblem, Parameter) - Constructor for class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression
Constructor
Regression.Score - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Used to hold a score value with an associated index
RegressionEvoOptimization - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
Evolutionary Strategy approach for SVM optimization.
RegressionEvoOptimization(ExampleSet, Kernel, double, double, int, int, int, int, int, double, boolean, int, double, boolean, boolean, RandomGenerator, LoggingHandler) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionEvoOptimization
Creates a new evolutionary SVM optimization.
RegressionFunction - Class in com.rapidminer.operator.generator
A target function for regression labels, i.e. continous numercial labels.
RegressionFunction() - Constructor for class com.rapidminer.operator.generator.RegressionFunction
 
RegressionOptimizationFunction - Class in com.rapidminer.operator.learner.functions.kernel.evosvm
This function must be maximized for the search for an optimal hyperplane for regression.
RegressionOptimizationFunction(double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionOptimizationFunction
 
RegressionPerformanceEvaluator - 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.
RegressionPerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
RegressionProblem - Class in com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Models a Regression-Problem.
RegressionProblem(double[][], double[][], Kernel) - Constructor for class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.RegressionProblem
 
RegressionProblem - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Models a Regression-Problem.
RegressionProblem(double[][], double[][], KernelBasisFunction[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.RegressionProblem
 
REGULAR - Static variable in interface com.rapidminer.example.Attributes
Indicates regular attributes.
REGULAR - Static variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
ugly workaround to define regular role instead of role = null;
regularAttributes() - Method in class com.rapidminer.example.AbstractAttributes
 
regularAttributes() - Method in interface com.rapidminer.example.Attributes
Returns an iterator over the attribute roles of the special attributes.
regularAttributes - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
The regular attributes used by all rules.
RegularizedDiscriminantAnalysis - Class in com.rapidminer.operator.learner.bayes
This is a regularized discriminant analysis (RDA) which is a generalization of the LDA or QDA.
RegularizedDiscriminantAnalysis(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.bayes.RegularizedDiscriminantAnalysis
 
reinit(int, int, int, int, double, double, double, double, double, boolean, RandomGenerator) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
 
reinitOnlineCounting(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
reinitOnlineCounting(ExampleSet) - Method in interface com.rapidminer.operator.learner.rules.Criterion
 
rejectionSampling - Variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Indicates if rejection sampling is used to draw the examples that this rule is applied to.
RELATIVE_TO_DEFAULTS - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
RELATIVE_TO_MODES - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
RelativeError - Class in com.rapidminer.operator.performance
The average relative error: Sum(|label-predicted|/label)/#examples.
RelativeError() - Constructor for class com.rapidminer.operator.performance.RelativeError
 
RelativeError(RelativeError) - Constructor for class com.rapidminer.operator.performance.RelativeError
 
RelativeNeighborhood - Class in com.rapidminer.operator.learner.local
This neighborhood includes a fraction of the complete training data set.
RelativeNeighborhood() - Constructor for class com.rapidminer.operator.learner.local.RelativeNeighborhood
 
RelativeRegression - Class in com.rapidminer.operator.learner.meta
This meta regression learner transforms the label on-the-fly relative to the value of the specified attribute.
RelativeRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.RelativeRegression
 
RelativeRegressionModel - Class in com.rapidminer.operator.learner.meta
The model for the relative regression meta learner.
RelativeRegressionModel(ExampleSet, Model, String) - Constructor for class com.rapidminer.operator.learner.meta.RelativeRegressionModel
 
RelativeSamplingSequenceGenerator - Class in com.rapidminer.operator.preprocessing.sampling.sequences
This class provides a relative sampling sequence.
RelativeSamplingSequenceGenerator(int, double, RandomGenerator) - Constructor for class com.rapidminer.operator.preprocessing.sampling.sequences.RelativeSamplingSequenceGenerator
 
RelativizeRepositoryLocationQuickfix - Class in com.rapidminer.operator.ports.quickfix
Replaces an absolute reference to a repository entry by an entry resolved relative to the current process.
RelativizeRepositoryLocationQuickfix(Operator, String, String) - Constructor for class com.rapidminer.operator.ports.quickfix.RelativizeRepositoryLocationQuickfix
 
RelevanceTreeLearner - Class in com.rapidminer.operator.learner.tree
Learns a pruned decision tree based on arbitrary feature relevance measurements defined by an inner operator (use for example InfoGainRatioWeighting for C4.5 and ChiSquaredWeighting for CHAID.
RelevanceTreeLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
ReliefWeighting - Class in com.rapidminer.operator.features.weighting
Relief measures the relevance of features by sampling examples and comparing the value of the current feature for the nearest example of the same and of a different class.
ReliefWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.ReliefWeighting
 
remapIds() - Method in interface com.rapidminer.example.ExampleSet
Remaps all ids.
remapIds() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
remapIds() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
RemappedExampleSet - Class in com.rapidminer.example.set
This example set uses the mapping given by another example set and "remaps" on the fly the nominal values according to the given set.
RemappedExampleSet(ExampleSet, ExampleSet) - Constructor for class com.rapidminer.example.set.RemappedExampleSet
 
RemappedExampleSet(ExampleSet, ExampleSet, boolean) - Constructor for class com.rapidminer.example.set.RemappedExampleSet
 
RemappedExampleSet(RemappedExampleSet) - Constructor for class com.rapidminer.example.set.RemappedExampleSet
Clone constructor.
RemoteBlobEntry - Class in com.rapidminer.repository.remote
Reference on BLOB entries in the repository, if using a remote repository.
RemoteDataEntry - Class in com.rapidminer.repository.remote
 
RemoteEntry - Class in com.rapidminer.repository.remote
 
RemoteFolder - Class in com.rapidminer.repository.remote
 
RemoteIOObjectEntry - Class in com.rapidminer.repository.remote
 
RemoteProcessEntry - Class in com.rapidminer.repository.remote
 
RemoteProcessEntry(EntryResponse, RemoteFolder, RemoteRepository) - Constructor for class com.rapidminer.repository.remote.RemoteProcessEntry
 
RemoteProcessesTreeModel - Class in com.rapidminer.repository.gui.process
The TreeModel for the log of remotely executed processes.
RemoteProcessesTreeModel() - Constructor for class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
RemoteProcessState - Enum in com.rapidminer.repository
 
RemoteProcessTreeCellRenderer - Class in com.rapidminer.repository.gui.process
 
RemoteProcessTreeCellRenderer() - Constructor for class com.rapidminer.repository.gui.process.RemoteProcessTreeCellRenderer
 
RemoteProcessViewer - Class in com.rapidminer.repository.gui.process
Displays a tree of processes running on a remote server.
RemoteProcessViewer() - Constructor for class com.rapidminer.repository.gui.process.RemoteProcessViewer
 
RemoteRepository - Class in com.rapidminer.repository.remote
A repository connecting to a RapidAnalytics installation.
RemoteRepository(URL, String, String, char[], boolean) - Constructor for class com.rapidminer.repository.remote.RemoteRepository
 
RemoteRepository.EntryStreamType - Enum in com.rapidminer.repository.remote
Type of object requested from a server.
RemoteRepositoryPanel - Class in com.rapidminer.repository.gui
Panel to add remote repositories
RemoteRepositoryPanel() - Constructor for class com.rapidminer.repository.gui.RemoteRepositoryPanel
 
remove() - Method in class com.rapidminer.datatable.CorrelationMatrixRow2DataTableRowIterator
 
remove() - Method in class com.rapidminer.datatable.Example2DataTableRowIterator
 
remove() - Method in class com.rapidminer.datatable.PairwiseMatrix2DataTableRowIterator
 
remove(DataTableRow) - Method in class com.rapidminer.datatable.SimpleDataTable
 
remove(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
remove() - Method in class com.rapidminer.example.AttributeIterator
 
remove() - Method in class com.rapidminer.example.AttributeRoleIterator
 
remove(AttributeRole) - Method in interface com.rapidminer.example.Attributes
Removes the given attribute role.
remove(Attribute) - Method in interface com.rapidminer.example.Attributes
Removes the given attribute.
remove(AttributeRole) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
remove(Object) - Method in class com.rapidminer.example.Example
 
remove() - Method in class com.rapidminer.example.set.AbstractExampleReader
 
remove(AttributeRole) - Method in class com.rapidminer.example.SimpleAttributes
 
remove() - Method in class com.rapidminer.example.table.AbstractDataRowReader
Will throw a new UnsupportedOperationException since DataRowReader does not have to implement remove.
remove() - Method in class com.rapidminer.example.table.DatabaseDataRowReader
Will throw a new UnsupportedOperationException since DataRowReader does not have to implement remove.
remove() - Method in class com.rapidminer.example.table.ListDataRowReader
Will throw a new UnsupportedOperationException since DataRowReader does not have to implement remove.
remove(String) - Method in class com.rapidminer.gui.security.Wallet
 
remove(Object) - Method in class com.rapidminer.operator.Annotations
 
remove(ExampleSetBasedIndividual) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Removes a single individual.
remove(int) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Removes a single individual.
remove(Individual) - Method in class com.rapidminer.operator.features.Population
Removes a single individual.
remove(int) - Method in class com.rapidminer.operator.features.Population
Removes a single individual.
remove(Class<T>) - Method in class com.rapidminer.operator.IOContainer
Removes the first IOObject which is of class cls.
remove(Class<T>, int) - Method in class com.rapidminer.operator.IOContainer
Removes the nr-th IOObject which is of class cls.
remove() - Method in class com.rapidminer.operator.learner.associations.PowerSet
Throws an UnsupportedOperationException since removal is not supported.
remove() - Method in class com.rapidminer.operator.Operator
Removes this operator from its parent.
remove(String) - Method in class com.rapidminer.parameter.value.ParameterValueList
 
remove(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Removes a single individual.
remove(int) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Removes a single individual.
REMOVE_COLUMN_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
REMOVE_ROW_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
removeActionListener(ActionListener) - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
removeAggregationWindowingListener(AggregationWindowingListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
removeAll() - Method in class com.rapidminer.operator.IOContainer
Removes all Objects from this IOContainer.
removeAll() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
removeAll() - Method in interface com.rapidminer.operator.ports.Ports
Removes all ports.
removeAllAttributes() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
removeAllBookmarks() - Method in class com.rapidminer.gui.look.fc.BookmarkListModel
 
removeAllConditions() - Method in class com.rapidminer.datatable.FilteredDataTable
 
removeAllKeyBindings() - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Removes all key bindings from this input handler.
removeAllKeyBindings() - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Removes all key bindings from this input handler.
removeAllLineSeparators(String) - Static method in class com.rapidminer.tools.Tools
Removes all possible line feed character combinations.
removeAllListeners() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
removeAndKeepConnections(List<Operator>) - Method in class com.rapidminer.operator.Operator
 
removeAnnotation(String) - Method in class com.rapidminer.operator.Annotations
 
removeAssociationRuleFilterListener(AssociationRuleFilterListener) - Method in class com.rapidminer.gui.viewer.AssociationRuleFilter
 
removeAttribute(Attribute) - Method in class com.rapidminer.example.table.AbstractExampleTable
Equivalent to calling removeAttribute(attribute.getTableIndex()).
removeAttribute(int) - Method in class com.rapidminer.example.table.AbstractExampleTable
Sets the attribute with the given index to null.
removeAttribute(Attribute) - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
removeAttribute(Attribute) - Method in interface com.rapidminer.example.table.ExampleTable
Equivalent to calling removeAttribute(attribute.getTableIndex()).
removeAttribute(int) - Method in interface com.rapidminer.example.table.ExampleTable
Sets the attribute with the given index to null.
removeAttribute(AttributeMetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
removeAttributeWeight(String) - Method in class com.rapidminer.example.AttributeWeights
This method removes the given attribute weight from this object.
removeAveragable(Averagable) - Method in class com.rapidminer.tools.math.AverageVector
Removes an Averagable from the list of criteria.
removeAxisParallelLineConfigurationListener(AxisParallelLineConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
removeAxisParallelLinesConfigurationListener(AxisParallelLinesConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
removeBreakpointListener(BreakpointListener) - Method in class com.rapidminer.Process
Adds a breakpoint listener.
removeCaretListener(CaretListener) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Removes a caret change listener from this text area.
removeCellEditorListener(CellEditorListener) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
removeCellEditorListener(CellEditorListener) - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
removeChangeListener(ChangeListener) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
removeChangeListener(SeriesFormatListener) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
removeChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
removeChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
removeChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.ExtendedJFileChooser
 
removeChangeListener(ChangeListener) - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
removeChangeListener(ChangeListener) - Method in class com.rapidminer.repository.gui.RepositoryLocationChooser
 
removeChartMouseListener(ChartMouseListener) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Removes a listener from the list of objects listening for chart mouse events.
removeChildren() - Method in class com.rapidminer.operator.learner.tree.Tree
 
removeColor(ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Removes the specified color from the ColorScheme.
removeColorScheme(String) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Removes ColorScheme with parameter name if present.
removeColorScheme(int) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Removes the given ColorScheme with the given index.
removeColorScheme(ColorScheme) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Removes the given ColorScheme.
removeColorSelectionListener(ColorSelectionListener) - Method in class com.rapidminer.gui.tools.components.ColorSelectionButton
 
removeColumn() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
removeColumn(int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
removeColumn(int) - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
removeColumn(Attribute, String) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Removes the column of the given attribute from the table with name tableName.
RemoveColumnAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
RemoveColumnAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.RemoveColumnAction
 
removeComment(String) - Method in class com.rapidminer.tools.LineParser
 
removeCondition() - Method in class com.rapidminer.datatable.FilteredDataTable
 
removeCondition(FilterableListModel.FilterCondition) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
removeConfigurable(String, String) - Method in class com.rapidminer.tools.config.ConfigurationManager
 
removeConfigurationChangeResponse(ConfigurationChangeResponse) - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
removeConnectionListener(ConnectionListener) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
removeControlButtons() - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
RemoveCorrelatedFeatures - Class in com.rapidminer.operator.features.selection
Removes (un-) correlated features due to the selected filter relation.
RemoveCorrelatedFeatures(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
 
removeCovered(ExampleSet) - Method in class com.rapidminer.operator.learner.rules.Rule
 
removeDataRow(DataRow) - Method in class com.rapidminer.example.table.MemoryExampleTable
Convenience method for removing data rows.
removeDataRow(int) - Method in class com.rapidminer.example.table.MemoryExampleTable
Convenience method for removing data rows.
removeDataTable(DataTable) - Method in interface com.rapidminer.LoggingListener
 
removeDataTableFilteredListewner(FilteredDataTable.DataTableFilteredListener) - Method in class com.rapidminer.datatable.FilteredDataTable
 
removeDataTableListener(DataTableListener) - Method in class com.rapidminer.datatable.AbstractDataTable
 
removeDataTableListener(DataTableListener) - Method in interface com.rapidminer.datatable.DataTable
Removes the given listener from the list of data change listeners.
removeDimensionConfigListener(DimensionConfigListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
removeDimensionConfigListener(DimensionConfigListener) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
removeDragStartListener(DragListener) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler
 
RemoveDuplicates - Class in com.rapidminer.operator.preprocessing.filter
This operator removed duplicate examples from an example set by comparing all examples with each other on basis of the specified attributes.
RemoveDuplicates(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.RemoveDuplicates
 
removeEditor() - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
removeElement(Object) - Method in class com.rapidminer.gui.tools.ExtendedListModel
Removes a list entry.
removeElement(Object) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
removeElementAt(int) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
removeElementAt(int) - Method in class com.rapidminer.operator.IOContainer
Removes and returns the n-th IOObject in this container.
removeEntry(String) - Method in class com.rapidminer.gui.security.Wallet
 
removeExample(int) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
removeExpectedResults(Process) - Static method in class com.rapidminer.test_utils.Util
Removes all stores expected results for the specified process.
removeFilterListener(FilterListener) - Method in class com.rapidminer.gui.tools.FilterTextField
 
removeFromAllPerspectives(Dockable) - Method in class com.rapidminer.gui.ApplicationPerspectives
 
removeInputLocation(int) - Method in class com.rapidminer.ProcessContext
 
removeItem(Sequence, int, int) - Static method in class com.rapidminer.operator.learner.associations.gsp.Sequence
 
removeJDBCProperties(JDBCProperties) - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
removeKeyBinding(String) - Method in class com.rapidminer.gui.tools.syntax.DefaultInputHandler
Removes a key binding from this input handler.
removeKeyBinding(String) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Removes a key binding from this input handler.
removeLastTerm() - Method in class com.rapidminer.operator.learner.rules.Rule
 
removeLine(AxisParallelLineConfiguration) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLinesConfiguration
 
removeLineFormatListener(LineFormatListener) - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
removeLinkAndBrushListener(LinkAndBrushListener) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
Removes the given LinkAndBrushListener from this LinkAndBrushMaster.
removeLinkAndBrushSelectionListener(LinkAndBrushSelectionListener) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
Remove a LinkAndBrushSelectionListener.
removeListener(ValueGroupingListener) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
removeListener(LegendConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
removeListener(ValueGroupingListener) - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
removeListener(RenderFormatDelegateChangeListener) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
removeListener(PopupComponentListener) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel
 
removeListener(MasterOfDesasterListener) - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
removeListener(XPathMatchesListModel.XPathMatchesResultListener) - Method in class com.rapidminer.operator.nio.xml.XPathMatchesListModel
 
removeLoggingListener(LoggingListener) - Method in class com.rapidminer.Process
Removes the given logging listener.
removeMacro(String) - Method in class com.rapidminer.MacroHandler
 
removeMappedDataTableListewner(ValueMappingDataTableView.MappedDataTableListener) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
removeMenu(int) - Method in class com.rapidminer.gui.MainFrame
This methods provide plugins the possibility to modify the menus
removeMenuItem(int, int) - Method in class com.rapidminer.gui.MainFrame
 
removeMetaDataChangeListener(MetaDataChangeListener) - Method in class com.rapidminer.operator.ports.impl.AbstractInputPort
 
removeMetaDataChangeListener(MetaDataChangeListener) - Method in interface com.rapidminer.operator.ports.InputPort
Removes the given listener again.
removeMetaDataChangeListener(MetaDataChangeListener) - Method in interface com.rapidminer.parameter.MetaDataProvider
 
removeMetaDataChangeListener(MetaDataChangeListener) - Method in class com.rapidminer.parameter.StaticMetaDataProvider
 
removeModel(Model) - Method in class com.rapidminer.operator.GroupedModel
Removes the given model from the container.
removeMultiPorts(int) - Method in class com.rapidminer.operator.ports.MultiPortPairExtender
 
removeNotify() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeComboBox
 
removeNotify() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Called by the AWT when this component is removed from it's parent.
removeObjectVisualizer(ObjectVisualizer) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
removeObserver(Observer<A>) - Method in class com.rapidminer.tools.AbstractObservable
 
removeObserver(Observer<A>) - Method in interface com.rapidminer.tools.Observable
Removes an observer from this observable.
removeOperator(Operator) - Method in class com.rapidminer.operator.ExecutionUnit
Removes the given operator.
removeOperator(Operator) - Method in class com.rapidminer.operator.OperatorChain
Deprecated. 
removeOperatorDescription(OperatorDescription) - Method in class com.rapidminer.tools.GroupTree
This removes the given OperatorDescription from this GroupTree
removeOutputLocation(int) - Method in class com.rapidminer.ProcessContext
 
removeOverlay(Overlay) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Removes an overlay from the panel.
removeOwner(Attributes) - Method in interface com.rapidminer.example.Attribute
 
removeOwner(Attributes) - Method in class com.rapidminer.example.AttributeRole
This method must not be called except by the Attributes to which this AttributeRole is added.
removeOwner(Attributes) - Method in class com.rapidminer.example.table.AbstractAttribute
 
removeParameterChangeListener(ParameterChangeListener) - Static method in class com.rapidminer.tools.ParameterService
This method will remove the given listener from the list.
removePlotConfigurationListener(PlotConfigurationListener) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Removes prioritized and default listeners if contained in one of these lists.
removePlotConfigurationProcessingListener(PlotConfigurationProcessingListener) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
removePlotEngineListener(JFreeChartPlotEngineListener) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
removePlotInstanceChangeListener(PlotInstanceChangedListener) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
removePlotterListener(PlotterConfigurationModel.PlotterChangedListener) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
removePoint(ROCPoint) - Method in class com.rapidminer.tools.math.ROCData
 
removePort(T) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
removePort(T) - Method in interface com.rapidminer.operator.ports.Ports
Remove a port and notify the Observers.
removePredictedLabel(ExampleSet) - Static method in class com.rapidminer.operator.learner.PredictionModel
Helper method in order to reduce memory consumption.
removePredictedLabel(ExampleSet, boolean, boolean) - Static method in class com.rapidminer.operator.learner.PredictionModel
Helper method in order to lower memory consumption.
removeProcessListener(ProcessListener) - Method in class com.rapidminer.operator.ProcessRootOperator
Removes an process listener from the list of listeners.
removeProcessOverview(ProcessExecutionResultOverview) - Method in class com.rapidminer.gui.processeditor.results.ResultOverview
 
removeProcessSetupListener(ProcessSetupListener) - Method in class com.rapidminer.Process
 
removeRangeAxisConfig(RangeAxisConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
removeRangeAxisConfig(int) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
removeRangeAxisConfigListener(RangeAxisConfigListener) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
removeRangeCrosshair(Crosshair) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
removes a crosshair from the range axis with index 0.
removeRangeCrosshair(int, Crosshair) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.MultiAxesCrosshairOverlay
 
removeRangeForDimension(DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
removeReportStream(String) - Method in class com.rapidminer.Process
Removes this reportStream from process.
removeRepository(Repository) - Method in class com.rapidminer.repository.RepositoryManager
Removes a registered repository.
removeRepositoryAction(Class<? extends AbstractRepositoryAction>) - Static method in class com.rapidminer.repository.gui.RepositoryTree
Removes the given action from the popup menu actions.
removeRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.db.DBRepository
 
removeRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.local.LocalRepository
 
removeRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
removeRepositoryListener(RepositoryListener) - Method in interface com.rapidminer.repository.Repository
 
removeRepositoryListener(RepositoryListener) - Method in class com.rapidminer.repository.resource.ResourceRepository
 
removeRepositorySelectionListener(RepositorySelectionListener) - Method in class com.rapidminer.repository.gui.RepositoryTree
 
removeRow() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
removeRow(int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
removeRow(int) - Method in class com.rapidminer.gui.properties.ListTableModel
 
removeRow(int) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
RemoveRowAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
RemoveRowAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.RemoveRowAction
 
removeSelected() - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
removeSelected() - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
removeSelected() - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
removeSelectedColumn() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
removeSelectedRow() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
removeSelectedRowAndColumn() - Method in class com.rapidminer.gui.properties.MatrixPropertyTable
 
removeSelectionNavigationListener(SelectionNavigationListener) - Method in class com.rapidminer.gui.tools.FilterTextField
 
removeSelectionPaths(TreePath[]) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
removeSettingsChangedListener(SettingsChangeListener) - Method in class com.rapidminer.gui.properties.SettingsDialog
Deprecated. 
removeSettingsListener(PlotterConfigurationModel.PlotterSettingsChangedListener) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
removeSubprocess(int) - Method in class com.rapidminer.operator.meta.OperatorSelector
 
removeSubprocess(int) - Method in class com.rapidminer.operator.OperatorChain
 
removeTableModelListener(TableModelListener) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
removeTextChangeListener(ExtendedJTextField.TextChangeListener) - Method in class com.rapidminer.gui.tools.ExtendedJTextField.ExtendedJTextFieldModel
 
removeToggleActionListener(ToggleAction.ToggleActionListener) - Method in class com.rapidminer.gui.actions.ToggleAction
 
removeTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
RemoveUnusedNominalValuesModel - Class in com.rapidminer.operator.preprocessing
This model removes all nominal values.
RemoveUnusedNominalValuesModel(ExampleSet, Map<String, RemoveUnusedNominalValuesModel.MappingTranslation>) - Constructor for class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesModel
 
RemoveUnusedNominalValuesModel.MappingTranslation - Class in com.rapidminer.operator.preprocessing
 
RemoveUnusedNominalValuesModel.MappingTranslation(NominalMapping) - Constructor for class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesModel.MappingTranslation
 
RemoveUnusedNominalValuesOperator - Class in com.rapidminer.operator.preprocessing
This operator will remove each unused (=not occurring) nominal value from the mapping.
RemoveUnusedNominalValuesOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.RemoveUnusedNominalValuesOperator
 
RemoveUselessAttributes - Class in com.rapidminer.operator.features.construction
This individual operator removes all attributes from the example set which has weight 0 or the same minimum and maximum values.
RemoveUselessAttributes() - Constructor for class com.rapidminer.operator.features.construction.RemoveUselessAttributes
 
RemoveUselessFeatures - Class in com.rapidminer.operator.features.selection
Removes useless attribute from the example set.
RemoveUselessFeatures(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.RemoveUselessFeatures
 
removeValue(int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
 
removeValue(int) - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
 
removeValueRangeListener(ValueRangeListener) - Method in class com.rapidminer.gui.new_plotter.utility.AbstractValueRange
 
removeValueRangeListener(ValueRangeListener) - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
 
removeValueSource(ValueSource) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Removes a ValueSource from the list of plot value configs on this axis.
removeValueSource(int) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
removeValueSourceListener(ValueSourceListener) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
removeViewChangeListener(DataControlListener) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
rename(AttributeRole, String) - Method in interface com.rapidminer.example.Attributes
 
rename(Attribute, String) - Method in interface com.rapidminer.example.Attributes
Notifies the Attributes that this attribute will rename itself to the given name immediately after this method returns.
rename(AttributeRole, String) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
rename(Attribute, String) - Method in class com.rapidminer.example.DelegateAttributes
Deprecated.  
rename(AttributeRole, String) - Method in class com.rapidminer.example.SimpleAttributes
 
rename(Attribute, String) - Method in class com.rapidminer.example.SimpleAttributes
 
rename(String) - Method in class com.rapidminer.operator.Operator
This method unregisters the old name if this operator is already part of a Process.
rename(String) - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
rename(String) - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
rename(String) - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
rename(String) - Method in class com.rapidminer.repository.db.DBRepository
 
rename(String) - Method in interface com.rapidminer.repository.Entry
Changes the name of the entry.
rename(String) - Method in class com.rapidminer.repository.local.LocalRepository
 
rename(String) - Method in class com.rapidminer.repository.local.SimpleBlobEntry
 
rename(String) - Method in class com.rapidminer.repository.local.SimpleEntry
 
rename(String) - Method in class com.rapidminer.repository.local.SimpleFolder
 
rename(String) - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
rename(String) - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
rename(String) - Method in class com.rapidminer.repository.remote.RemoteEntry
 
rename(String) - Method in class com.rapidminer.repository.remote.RemoteFolder
 
rename(String) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
rename(String) - Method in class com.rapidminer.repository.resource.ResourceEntry
 
RENAME_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
RENAME_ACTION - Variable in class com.rapidminer.repository.gui.RepositoryTree
 
RENAME_OPERATOR_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
RENAME_OPERATOR_ACTION - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
RenameAction - Class in com.rapidminer.repository.gui.actions
This action renames the selected entry.
RenameAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.RenameAction
 
renameBookmark(Bookmark, String) - Method in class com.rapidminer.gui.look.fc.BookmarkIO
 
renameBookmark(Bookmark) - Method in class com.rapidminer.gui.look.fc.FileList
 
renameOperator() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Renames the currently selected operator.
RenameOperatorAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
RenameOperatorAction(OperatorTree, IconSize) - Constructor for class com.rapidminer.gui.operatortree.actions.RenameOperatorAction
 
renameParameter(String, String) - Method in class com.rapidminer.parameter.Parameters
Renames a parameter, e.g. during importing old XML process files.
RenamePlotterParametersRule - Class in com.rapidminer.io.process.rules
This rule adapts the old parameter settings of the plotter to the new one, if they are stored in a list inside a parameter of a operator.
RenamePlotterParametersRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.RenamePlotterParametersRule
 
renamePort(T, String) - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
renamePort(T, String) - Method in interface com.rapidminer.operator.ports.Ports
Renames the given port.
render(Graphics2D, ExecutionUnit) - Method in class com.rapidminer.gui.flow.FlowVisualizer
 
render(Graphics2D) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.renderer.DefaultComponentRenderable
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.viewer.DendrogramPlotter
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.viewer.ROCChartPlotter
 
render(Graphics, int, int) - Method in class com.rapidminer.gui.viewer.ROCViewer
 
render(Graphics, int, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetVisualizer
 
render(Graphics, int, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetVisualizer
 
render(Graphics, int, int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
render(Graphics, int, int) - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
render(Graphics, int, int) - Method in interface com.rapidminer.report.Renderable
This method paints the visual representation onto the given graphics
Renderable - Interface in com.rapidminer.report
This interface provides methods for exporting visual components.
Renderer - Interface in com.rapidminer.gui.renderer
This is the renderer interface.
RENDERER_NAME - Static variable in class com.rapidminer.gui.renderer.AbstractDataTableTableRenderer
 
RENDERER_NAME - Static variable in class com.rapidminer.gui.renderer.AbstractGraphRenderer
 
RENDERER_NAME - Static variable in class com.rapidminer.gui.renderer.AbstractTableModelTableRenderer
 
RENDERER_NAME - Static variable in class com.rapidminer.gui.renderer.data.ExampleSetDataRenderer
 
RendererService - Class in com.rapidminer.gui.renderer
The renderer service is the basic provider for all registered renderers.
RendererService() - Constructor for class com.rapidminer.gui.renderer.RendererService
 
RenderFormatDelegate - Class in com.rapidminer.gui.new_plotter.engine.jfreechart
Provides item formatting like color, shape etc. for rendering.
RenderFormatDelegate() - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
RenderFormatDelegate(ValueSourceData, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
renderFormatDelegateChanged(RenderFormatDelegate) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedStatisticalLineAndShapeRenderer
 
renderFormatDelegateChanged(RenderFormatDelegate) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.renderer.FormattedXYErrorRenderer
 
renderFormatDelegateChanged(RenderFormatDelegate) - Method in interface com.rapidminer.gui.new_plotter.listener.RenderFormatDelegateChangeListener
 
RenderFormatDelegateChangeListener - Interface in com.rapidminer.gui.new_plotter.listener
 
rendersLabel() - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeFileValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
 
rendersLabel() - Method in interface com.rapidminer.gui.properties.celleditors.value.PropertyValueCellEditor
Indicates whether this editor renders the parameter type key and does not need to be rendered by the PropertyPanel.
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.SimpleFileValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
rendersLabel() - Method in class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
renderSubprocess(int, Graphics2D) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
renew(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
mark element as recently used
repaint() - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
repaint() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
REPEAT - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
repeat - Variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
repeatCount - Variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
RepeatUntilOperatorChain - Class in com.rapidminer.operator.meta
Performs its inner operators until all given criteria are met or a timeout occurs.
RepeatUntilOperatorChain(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.RepeatUntilOperatorChain
 
replace(Attribute, Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
replace(Attribute, Attribute) - Method in interface com.rapidminer.example.Attributes
Replaces the first attribute by the second.
Replace - Class in com.rapidminer.tools.math.function.expressions.text
Replaces substrings by matching targetSequence to given string, without regexp-evaluation.
Replace() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Replace
 
REPLACE_OPERATOR_MENU - Static variable in class com.rapidminer.gui.operatormenu.OperatorMenu
 
REPLACE_OPERATORCHAIN_MENU - Static variable in class com.rapidminer.gui.operatormenu.OperatorMenu
 
replaceChild(BallTreeNode<T>, BallTreeNode<T>) - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
replaceConditions(Iterable<? extends DataTableFilterCondition>) - Method in class com.rapidminer.datatable.FilteredDataTable
Replaces all conditions.
ReplaceIOContainerWriter - Class in com.rapidminer.io.process.rules
 
ReplaceIOContainerWriter(Element) - Constructor for class com.rapidminer.io.process.rules.ReplaceIOContainerWriter
 
ReplaceIOMultiplierRule - Class in com.rapidminer.io.process.rules
Replaces the old IOMultiplyOperator by a number of IOMultipliers.
ReplaceIOMultiplierRule() - Constructor for class com.rapidminer.io.process.rules.ReplaceIOMultiplierRule
 
ReplaceMissingExampleSet - Class in com.rapidminer.example.set
An implementation of ExampleSet that allows the replacement of missing values on the fly.
ReplaceMissingExampleSet(ExampleSet) - Constructor for class com.rapidminer.example.set.ReplaceMissingExampleSet
 
ReplaceMissingExampleSet(ExampleSet, Map<String, Double>) - Constructor for class com.rapidminer.example.set.ReplaceMissingExampleSet
 
ReplaceMissingExampleSet(ReplaceMissingExampleSet) - Constructor for class com.rapidminer.example.set.ReplaceMissingExampleSet
Clone constructor.
replaceNode(Item, HashTreeNode) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeInnerNode
 
replaceNode(Item, HashTreeNode) - Method in class com.rapidminer.operator.learner.associations.gsp.HashTreeLeafNode
 
replaceNode(Item, HashTreeNode) - Method in interface com.rapidminer.operator.learner.associations.gsp.HashTreeNode
 
ReplaceOperatorMenu - Class in com.rapidminer.gui.operatormenu
An operator menu which can be used to replace the currently selected operator by one of the same type.
ReplaceOperatorMenu(boolean) - Constructor for class com.rapidminer.gui.operatormenu.ReplaceOperatorMenu
 
ReplaceOperatorRule - Class in com.rapidminer.io.process.rules
This rule replaces the specified operator by the replaceOperator.
ReplaceOperatorRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.ReplaceOperatorRule
 
ReplaceParameterRule - Class in com.rapidminer.io.process.rules
Rule to rename parameters.
ReplaceParameterRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.ReplaceParameterRule
 
ReplaceRegex - Class in com.rapidminer.tools.math.function.expressions.text
Replaces substrings by matching targetRegularExpression to given string and replacing matches by replacement.
ReplaceRegex() - Constructor for class com.rapidminer.tools.math.function.expressions.text.ReplaceRegex
 
replaceSelection(String) - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
replaceSelection(String) - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
replaceSelection(String) - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
replaceTemporarilyCurrentDataTable(DataTable, boolean) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Replaces the current DataTable with the given one.
replaceValue(Attribute, String, String) - Static method in class com.rapidminer.example.Tools
Replaces the given real value by the new one.
replaceValue(ExampleSet, Attribute, String, String) - Static method in class com.rapidminer.example.Tools
Replaces the given value by the new one.
replaceValue(ExampleSet, Attribute, double, double) - Static method in class com.rapidminer.example.Tools
Replaces the given real value by the new one.
replot() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
Is called to clear the MasterOfDesaster, invalidate the JFreeChartPlotEngine cache and update the ChartPanels chart.
Reportable - Interface in com.rapidminer.report
This interface indicates that the implementing class is in general reportable.
ReportException - Exception in com.rapidminer.report
An exception which will be thrown if any error occurs during the generation of a report.
ReportException(Exception, String) - Constructor for exception com.rapidminer.report.ReportException
 
ReportStream - Interface in com.rapidminer.report
This is the basic interface for all streams for reportable items.
Repository - Interface in com.rapidminer.repository
 
REPOSITORY_BROWSER_DOCK_KEY - Static variable in class com.rapidminer.repository.gui.RepositoryBrowser
 
REPOSITORY_PREFIX - Static variable in class com.rapidminer.repository.RepositoryLocation
 
RepositoryAccessor - Interface in com.rapidminer.repository
Marks an object accessing a RepositoryManager or other resource.
RepositoryActionCondition - Interface in com.rapidminer.repository
Can be used to declare repository action conditions based upon the given list of repository Entry.
RepositoryActionConditionImplConfigRepository - Class in com.rapidminer.repository
Declares a condition for AbstractRepositoryAction.
RepositoryActionConditionImplConfigRepository() - Constructor for class com.rapidminer.repository.RepositoryActionConditionImplConfigRepository
Creates a new RepositoryActionCondition which can be used to check if the selected Entrys are of the type Repository and are configurable.
RepositoryActionConditionImplExampleSetsOnly - Class in com.rapidminer.repository
Declares a condition for AbstractRepositoryAction.
RepositoryActionConditionImplExampleSetsOnly() - Constructor for class com.rapidminer.repository.RepositoryActionConditionImplExampleSetsOnly
 
RepositoryActionConditionImplStandard - Class in com.rapidminer.repository
Declares a condition for AbstractRepositoryAction.
RepositoryActionConditionImplStandard(List<Class<?>>, List<Class<?>>) - Constructor for class com.rapidminer.repository.RepositoryActionConditionImplStandard
Creates a new RepositoryActionCondition which can be used to check if the selected Entrys meet the given conditions.
RepositoryActionConditionImplStandard(Class<?>[], Class<?>[]) - Constructor for class com.rapidminer.repository.RepositoryActionConditionImplStandard
Creates a new RepositoryActionCondition which can be used to check if the selected Entrys meet the given conditions.
RepositoryBlobObject - Class in com.rapidminer.operator.nio.file
Simple implementation of a FileObject backed by a RepositoryLocation.
RepositoryBlobObject(RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.file.RepositoryBlobObject
 
RepositoryBrowser - Class in com.rapidminer.repository.gui
A component to browse through repositories.
RepositoryBrowser() - Constructor for class com.rapidminer.repository.gui.RepositoryBrowser
 
RepositoryConfigurationDialog - Class in com.rapidminer.repository.gui
Dialog to configure an existing repository.
RepositoryConfigurationDialog(Repository) - Constructor for class com.rapidminer.repository.gui.RepositoryConfigurationDialog
 
RepositoryConfigurationPanel - Interface in com.rapidminer.repository.gui
Panel to configure a repository.
RepositoryConstants - Interface in com.rapidminer.repository
Contains error codes for exceptions etc.
RepositoryEntryCopyOperator - Class in com.rapidminer.operator.repository
Copies an entry to a new parent folder.
RepositoryEntryCopyOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.repository.RepositoryEntryCopyOperator
 
RepositoryEntryDeleteOperator - Class in com.rapidminer.operator.repository
An operator to delete repository entries within a process.
RepositoryEntryDeleteOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.repository.RepositoryEntryDeleteOperator
 
RepositoryEntryMoveOperator - Class in com.rapidminer.operator.repository
Moves an entry to a new parent folder.
RepositoryEntryMoveOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.repository.RepositoryEntryMoveOperator
 
RepositoryEntryRenameOperator - Class in com.rapidminer.operator.repository
An Operator to rename repository entries.
RepositoryEntryRenameOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.repository.RepositoryEntryRenameOperator
 
RepositoryException - Exception in com.rapidminer.repository
 
RepositoryException() - Constructor for exception com.rapidminer.repository.RepositoryException
 
RepositoryException(String) - Constructor for exception com.rapidminer.repository.RepositoryException
 
RepositoryException(Throwable) - Constructor for exception com.rapidminer.repository.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception com.rapidminer.repository.RepositoryException
 
RepositoryFactory - Interface in com.rapidminer.repository
Repository factories can be registered to create repositories on a per accessor basis.
RepositoryGuiTools - Class in com.rapidminer.gui.tools
A class that presents helper methods for interacting with the repository.
RepositoryGuiTools() - Constructor for class com.rapidminer.gui.tools.RepositoryGuiTools
 
RepositoryIterator - Class in com.rapidminer.operator.meta
Operator to iterate over entries in a repository.
RepositoryIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.RepositoryIterator
 
RepositoryListener - Interface in com.rapidminer.repository
A listener listening to changes of a repository.
RepositoryLocation - Class in com.rapidminer.repository
A location in a repository.
RepositoryLocation(String) - Constructor for class com.rapidminer.repository.RepositoryLocation
Constructs a RepositoryLocation from a string of the form //Repository/path/to/object.
RepositoryLocation(String, String[]) - Constructor for class com.rapidminer.repository.RepositoryLocation
Creates a RepositoryLocation for a given repository and a set of path components which will be concatenated by a /.
RepositoryLocation(RepositoryLocation, String) - Constructor for class com.rapidminer.repository.RepositoryLocation
Appends a child entry to a given parent location.
RepositoryLocationChooser - Class in com.rapidminer.repository.gui
A dialog that shows the repository tree.
RepositoryLocationChooser(Dialog, RepositoryLocation, String) - Constructor for class com.rapidminer.repository.gui.RepositoryLocationChooser
 
RepositoryLocationChooser(Dialog, RepositoryLocation, String, boolean, boolean) - Constructor for class com.rapidminer.repository.gui.RepositoryLocationChooser
 
repositoryLocationSelected(RepositorySelectionEvent) - Method in interface com.rapidminer.repository.gui.RepositorySelectionListener
 
RepositoryLocationSelectionWizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards.dataimport
This is a WizardStep for selecting a repository location.
RepositoryLocationSelectionWizardStep(String, AbstractWizard, RepositoryLocation, String) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.RepositoryLocationSelectionWizardStep
Deprecated. 
RepositoryLocationSelectionWizardStep(AbstractWizard, String) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.dataimport.RepositoryLocationSelectionWizardStep
Constructor for this wizard step.
RepositoryLocationValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
Cell editor that allows to select a repository entry by pressing a button.
RepositoryLocationValueCellEditor(ParameterTypeRepositoryLocation) - Constructor for class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
RepositoryManager - Class in com.rapidminer.repository
Keeps static references to registered repositories and provides helper methods.
RepositoryProcessLocation - Class in com.rapidminer
 
RepositoryProcessLocation(RepositoryLocation) - Constructor for class com.rapidminer.RepositoryProcessLocation
 
RepositorySelectionEvent - Class in com.rapidminer.repository.gui
 
RepositorySelectionEvent(Entry) - Constructor for class com.rapidminer.repository.gui.RepositorySelectionEvent
 
RepositorySelectionListener - Interface in com.rapidminer.repository.gui
Listens to the selection of repository entry in a RepositoryTree.
RepositorySource - Class in com.rapidminer.operator.io
 
RepositorySource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.RepositorySource
 
RepositoryStorer - Class in com.rapidminer.operator.io
This operator stores IOObjects at a location in a repository.
RepositoryStorer(OperatorDescription) - Constructor for class com.rapidminer.operator.io.RepositoryStorer
 
RepositoryTree - Class in com.rapidminer.repository.gui
A tree displaying repository contents.
RepositoryTree() - Constructor for class com.rapidminer.repository.gui.RepositoryTree
 
RepositoryTree(Dialog) - Constructor for class com.rapidminer.repository.gui.RepositoryTree
 
RepositoryTree(Dialog, boolean) - Constructor for class com.rapidminer.repository.gui.RepositoryTree
 
RepositoryTreeCellRenderer - Class in com.rapidminer.repository.gui
 
RepositoryTreeCellRenderer() - Constructor for class com.rapidminer.repository.gui.RepositoryTreeCellRenderer
 
RepositoryTreeModel - Class in com.rapidminer.repository.gui
Model representing Entrys as a tree.
RepositoryTreeModel(RepositoryManager) - Constructor for class com.rapidminer.repository.gui.RepositoryTreeModel
 
RepositoryTreeModel(RepositoryManager, boolean) - Constructor for class com.rapidminer.repository.gui.RepositoryTreeModel
 
RepositoryVisitor<T extends Entry> - Interface in com.rapidminer.repository
Used by the visitor pattern defined in RepositoryManager.walk(Entry, RepositoryVisitor, Class).
requestFocus() - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
requestFocus() - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
requestFocus() - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
requestFocus() - Method in class com.rapidminer.gui.look.fc.FileList
 
rescanCurrentDirectory(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
rescanDirectory() - Method in class com.rapidminer.gui.look.fc.FileList
 
reset() - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
reset() - Method in class com.rapidminer.operator.learner.associations.gsp.TransactionSet
 
reset() - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
reset() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Sets 'coveredWeight' and 'positiveWeight' back to 0.0d.
reset(ProgressListener) - Method in class com.rapidminer.operator.nio.model.CSVResultSet
 
reset(ProgressListener) - Method in interface com.rapidminer.operator.nio.model.DataResultSet
This will reset the current iteration and start at the first row
reset(ProgressListener) - Method in class com.rapidminer.operator.nio.model.Excel2007ResultSet
 
reset(ProgressListener) - Method in class com.rapidminer.operator.nio.model.ExcelResultSet
 
reset(ProgressListener) - Method in class com.rapidminer.operator.nio.xml.XMLResultSet
 
reset() - Method in class com.rapidminer.operator.ports.CollectingPortPairExtender
Resets all output ports by delivering empty collection to all output ports for which the input port is connected and clearing others.
reset() - Method in class com.rapidminer.tools.math.CombinationGenerator
Resets this combination generator.
reset() - Method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
Reset the counters.
reset() - Method in class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.SumFunction
 
reset() - Method in class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
reset() - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
reset() - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
reset() - Method in class com.rapidminer.tools.usagestats.OperatorUsageStatistics
 
reset() - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Sets all current counters to 0 and sets the last reset date to the current time.
reset_shrinked() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
reset the shrinked variables
reset_shrinked() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
reset the shrinked variables
resetAction(boolean) - Method in class com.rapidminer.gui.actions.ToggleAction
 
resetColumnNames() - Method in class com.rapidminer.operator.io.AbstractDataReader
Resets the column names to a generic column name given by the method AbstractDataReader.getNewGenericColumnName(int).
resetNameCounters() - Static method in class com.rapidminer.example.table.AttributeFactory
Resets the counters for the generated attribute names.
resetNames() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
resetNames() - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
resetOutlierStatus() - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This method resets the Outlier Status for all Objects in the Search room to have a clean start or to have a new identification of outliers with a separate method.
resetReduction() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
resetReduction() - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
resetTabIcons() - Method in class com.rapidminer.gui.docking.DetachedDockViewAsTab
 
resetToDefaults() - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
resetToDefaults() - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
resetToDefaults() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Removes all value sources, dimension configs and range axes, and resets all options to their default values.
resetValueTypes() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
resetWorkbook() - Method in class com.rapidminer.operator.io.ExcelExampleSource
 
resizeRange(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
resizeRange(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
resizeRange(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
resizeRange(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
resizeRange2(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
resizeRange2(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
resizeRange2(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
resizeRange2(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
resizeValues(int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
 
resizeValues(int) - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
 
resolveClass(ObjectStreamClass) - Method in class com.rapidminer.operator.tools.RMObjectInputStream
 
resolveEntity(String, String) - Method in class com.rapidminer.tools.xml.XHTMLEntityResolver
 
resolveFileName(String) - Method in class com.rapidminer.Process
Resolves the given filename against the directory containing the process file.
resolveRelative() - Method in class com.rapidminer.repository.gui.RepositoryLocationChooser
 
resolveRepositoryLocation(String) - Method in class com.rapidminer.Process
Resolves a repository location relative to Process.getRepositoryLocation().
resolveXAxis(int) - Method in interface com.rapidminer.gui.plotter.AxisNameResolver
 
resolveXAxis(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
resolveXAxis(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
resolveXAxis(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
resolveXAxis(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
resolveXAxis(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
resolveXAxis(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
resolveYAxis(int) - Method in interface com.rapidminer.gui.plotter.AxisNameResolver
 
resolveYAxis(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
resolveYAxis(int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
resolveYAxis(int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
resolveYAxis(int) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
resolveYAxis(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
resolveYAxis(int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
RESOURCE_PREFIX - Static variable in class com.rapidminer.tools.Tools
 
RESOURCE_PROTOCOLL - Static variable in class com.rapidminer.tools.NetTools
 
ResourceAction - Class in com.rapidminer.gui.tools
This will create an action, whose settings are take from a .properties file being part of the GUI Resource bundles of RapidMiner.
ResourceAction(String, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceAction
 
ResourceAction(boolean, String, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceAction
 
ResourceActionAdapter - Class in com.rapidminer.gui.tools
 
ResourceActionAdapter(String, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceActionAdapter
 
ResourceActionAdapter(boolean, String) - Constructor for class com.rapidminer.gui.tools.ResourceActionAdapter
 
ResourceActionAdapter(boolean, String, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceActionAdapter
 
ResourceActionTransmitter - Class in com.rapidminer.gui.tools
Encapsulates an action.
ResourceActionTransmitter(String, Action, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceActionTransmitter
 
ResourceActionTransmitter(String, Action, Component, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceActionTransmitter
 
ResourceActionTransmitter(boolean, String, Action, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceActionTransmitter
 
ResourceActionTransmitter(boolean, String, Action, Component, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceActionTransmitter
 
ResourceConsumer - Interface in com.rapidminer.operator.annotation
An Operator that can estimate its resource consumption (CPU and memory) should implement this interface to describe its resource consumption.
ResourceConsumptionEstimator - Interface in com.rapidminer.operator.annotation
Estimates the resource consumption (CPU time and memory usage) of an Operator based on its current input.
ResourceDataEntry - Class in com.rapidminer.repository.resource
 
ResourceDataEntry(ResourceFolder, String, String, ResourceRepository) - Constructor for class com.rapidminer.repository.resource.ResourceDataEntry
 
ResourceDockKey - Class in com.rapidminer.gui.tools
This generates a DockKey from the GUI resource bundle.
ResourceDockKey(String) - Constructor for class com.rapidminer.gui.tools.ResourceDockKey
 
ResourceEntry - Class in com.rapidminer.repository.resource
 
ResourceEntry(ResourceFolder, String, String, ResourceRepository) - Constructor for class com.rapidminer.repository.resource.ResourceEntry
 
ResourceFolder - Class in com.rapidminer.repository.resource
Reference on a folder in the repository.
ResourceFolder(ResourceFolder, String, String, ResourceRepository) - Constructor for class com.rapidminer.repository.resource.ResourceFolder
 
ResourceIOObjectEntry - Class in com.rapidminer.repository.resource
 
ResourceIOObjectEntry(ResourceFolder, String, String, ResourceRepository) - Constructor for class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
ResourceLabel - Class in com.rapidminer.gui.tools
 
ResourceLabel(String, Object...) - Constructor for class com.rapidminer.gui.tools.ResourceLabel
This will construct a JLabel with the label, tooltip, icon and mnemonic set by a resource identifier.
ResourceMenu - Class in com.rapidminer.gui.tools
This will create a menu, whose settings are take from a .properties file being part of the GUI Resource bundles of RapidMiner.
ResourceMenu(String) - Constructor for class com.rapidminer.gui.tools.ResourceMenu
 
ResourceProcessEntry - Class in com.rapidminer.repository.resource
 
ResourceProcessEntry(ResourceFolder, String, String, ResourceRepository) - Constructor for class com.rapidminer.repository.resource.ResourceProcessEntry
 
ResourceRepository - Class in com.rapidminer.repository.resource
Repository backed by Java resources.
ResourceRepository(String, String) - Constructor for class com.rapidminer.repository.resource.ResourceRepository
 
ResourceSource - Class in com.rapidminer.tools
ResourceSources can be added to the Tools class in order to allow resource loading for both the RapidMiner core and the plugin.
ResourceSource(ClassLoader) - Constructor for class com.rapidminer.tools.ResourceSource
 
ResourceSource(ClassLoader, String) - Constructor for class com.rapidminer.tools.ResourceSource
 
ResourceTabbedPane - Class in com.rapidminer.gui.tools
 
ResourceTabbedPane(String) - Constructor for class com.rapidminer.gui.tools.ResourceTabbedPane
 
ResourceTabbedPane(String, int, int) - Constructor for class com.rapidminer.gui.tools.ResourceTabbedPane
 
ResourceTabbedPane(String, int) - Constructor for class com.rapidminer.gui.tools.ResourceTabbedPane
 
RESTORE_DEFAULT_ACTION - Variable in class com.rapidminer.gui.ApplicationPerspectives
 
restoreAutoBounds() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
restoreAutoBounds() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Restores the auto-range calculation on both axes.
restoreAutoDomainAxisBounds(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot
 
restoreAutoDomainAxisBounds(boolean) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushPlot
 
restoreAutoDomainAxisBounds(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot
 
restoreAutoRange(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
restoreAutoRange(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
restoreAutoRange(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
restoreAutoRange(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
restoreAutoRange(boolean) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.LinkAndBrushAxis
 
restoreAutoRangeAxisBounds(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushCategoryPlot
 
restoreAutoRangeAxisBounds(boolean) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushPlot
 
restoreAutoRangeAxisBounds(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.plots.LinkAndBrushXYPlot
 
restoreDefault(String) - Method in class com.rapidminer.gui.ApplicationPerspectives
 
restoreDefault(String) - Method in class com.rapidminer.gui.Perspectives
 
restoreExpansionState(JTree) - Static method in class com.rapidminer.repository.gui.TreeUtil
 
restoreOriginalColumnOrder() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
RestoreOriginalColumnOrderAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
RestoreOriginalColumnOrderAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.RestoreOriginalColumnOrderAction
 
restoreSelectionPath(JTree) - Static method in class com.rapidminer.repository.gui.TreeUtil
 
restrictedRefine(Iterable<Attribute>) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
restrictedRefine() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
Result - Class in com.rapidminer.operator.learner.igss
Object of this class represent results found by the IGSS algorithm.
Result(Hypothesis, double, double, double, double) - Constructor for class com.rapidminer.operator.learner.igss.Result
 
RESULT_DOCK_KEY - Static variable in interface com.rapidminer.gui.processeditor.results.ResultDisplay
 
resultAttributes - Variable in class com.rapidminer.generator.FeatureGenerator
The attributes of the function(s) calculated by this FeatureGenerator.
ResultContainer - Class in com.rapidminer.gui.dialog
This container class contains an operator tree and the results delivered by the tree.
ResultContainer(String, String, IOContainer) - Constructor for class com.rapidminer.gui.dialog.ResultContainer
 
ResultDisplay - Interface in com.rapidminer.gui.processeditor.results
Superclass of alternative result displays.
ResultDisplayTools - Class in com.rapidminer.gui.processeditor.results
Static methods to generate result visualization components etc.
ResultDisplayTools() - Constructor for class com.rapidminer.gui.processeditor.results.ResultDisplayTools
 
ResultHistory - Class in com.rapidminer.gui.dialog
This class holds the information about all performed processes and results.
ResultHistory() - Constructor for class com.rapidminer.gui.dialog.ResultHistory
 
ResultHistoryAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ResultHistoryAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.ResultHistoryAction
 
ResultHistoryDialog - Class in com.rapidminer.gui.dialog
This dialog shows the complete result history.
ResultHistoryDialog(Frame) - Constructor for class com.rapidminer.gui.dialog.ResultHistoryDialog
 
ResultObject - Interface in com.rapidminer.operator
This interface extends IOObject and is hence an object which can be handled by operators.
ResultObjectAdapter - Class in com.rapidminer.operator
An adapter class for the interface ResultObject.
ResultObjectAdapter() - Constructor for class com.rapidminer.operator.ResultObjectAdapter
 
ResultOverview - Class in com.rapidminer.gui.processeditor.results
Summarizes the results recent process executions.
ResultOverview() - Constructor for class com.rapidminer.gui.processeditor.results.ResultOverview
 
RESULTS_MODE - Static variable in class com.rapidminer.gui.MainFrame
 
ResultService - Class in com.rapidminer.tools
Some statical methods to write results in a file.
ResultService() - Constructor for class com.rapidminer.tools.ResultService
 
ResultSetDataRowReader - Class in com.rapidminer.example.table
Unlike a FileDataRowReader that reads examples from a file, objects of this class read examples from a ResultSet, a data structure that is returned from a database query.
ResultSetDataRowReader(DataRowFactory, List<Attribute>, ResultSet) - Constructor for class com.rapidminer.example.table.ResultSetDataRowReader
Constructor.
ResultSetExampleSource - Class in com.rapidminer.operator.io
Abstract superclass for operators that provide access to an ExampleSet via a ResultSet.
ResultSetExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ResultSetExampleSource
 
ResultTab - Class in com.rapidminer.gui.processeditor.results
Dockable containing a single result.
ResultTab(String) - Constructor for class com.rapidminer.gui.processeditor.results.ResultTab
 
ResultViewDialog - Class in com.rapidminer.gui.tools.dialogs
 
ResultViewDialog(String, JComponent, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.ResultViewDialog
 
ResultWriter - Class in com.rapidminer.operator.io
This operator can be used at each point in an operator chain.
ResultWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ResultWriter
 
resume() - Method in interface com.rapidminer.BreakpointListener
This method is invoked after the process was resumed.
resume() - Method in class com.rapidminer.operator.Operator
Deprecated. Use Process.resume()
resume() - Method in class com.rapidminer.Process
Resumes the process after it has been paused.
resume() - Method in class com.rapidminer.RapidMinerCommandLine
Does nothing.
resumeEncoding() - Method in class com.rapidminer.io.Base64.OutputStream
Resumes encoding of the stream.
RET_CANCEL - Static variable in class com.rapidminer.gui.new_plotter.gui.FontDialog
 
RET_OK - Static variable in class com.rapidminer.gui.new_plotter.gui.FontDialog
 
retrieve(String, boolean) - Method in class com.rapidminer.Process
Retrieves the stored object.
retrieveData(ProgressListener) - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
retrieveData(ProgressListener) - Method in interface com.rapidminer.repository.IOObjectEntry
 
retrieveData(ProgressListener) - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
retrieveData(ProgressListener) - Method in class com.rapidminer.repository.remote.RemoteIOObjectEntry
 
retrieveData(ProgressListener) - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
retrieveMetaData() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
retrieveMetaData() - Method in interface com.rapidminer.repository.IOObjectEntry
 
retrieveMetaData() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
retrieveMetaData() - Method in class com.rapidminer.repository.remote.RemoteIOObjectEntry
 
retrieveMetaData() - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
retrieveXML() - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
retrieveXML() - Method in interface com.rapidminer.repository.ProcessEntry
 
retrieveXML() - Method in class com.rapidminer.repository.remote.RemoteProcessEntry
 
retrieveXML() - Method in class com.rapidminer.repository.resource.ResourceProcessEntry
 
ReverseComparableComparator<E> - Class in com.rapidminer.tools.math.container
This comparator reverses the sort direction for a given comparator.
ReverseComparableComparator() - Constructor for class com.rapidminer.tools.math.container.ReverseComparableComparator
 
ReverseComparator<F> - Class in com.rapidminer.tools.math.container
This comparator reverses the sort direction for a given comparator.
ReverseComparator(Comparator<? super F>) - Constructor for class com.rapidminer.tools.math.container.ReverseComparator
 
revertToBackupDataTable() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Returns the current DataTable back to the original.
reweight(ExampleSet, Model, boolean) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
Reweights the examples according to knowledge based sampling.
reweightExamples(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.AdaBoostPerformanceMeasures
This method reweights the example set with respect to the performance measures.
reweightExamples(WeightedPerformanceMeasures, ExampleSet) - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
This method reweights the example set with respect to the WeightedPerformanceMeasures object.
reweightExamples(ExampleSet, int, int) - Method in class com.rapidminer.operator.learner.meta.SDReweightMeasures
Overwrites method from super class.
reweightExamples(ExampleSet, ContingencyMatrix, boolean) - Static method in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Helper method of the BayesianBoosting operator This method reweights the example set with respect to the WeightedPerformanceMeasures object.
REWIRE - Variable in class com.rapidminer.gui.MainFrame
 
REWIRE_RECURSIVELY - Variable in class com.rapidminer.gui.MainFrame
 
RHO - Static variable in class com.rapidminer.operator.performance.RankCorrelation
 
rho(ExampleSet, Attribute, Attribute, double) - Static method in class com.rapidminer.operator.performance.RankStatistics
Calculates the Spearman rank correlation between two attributes.
rho(ExampleSet, Attribute, Attribute) - Static method in class com.rapidminer.operator.performance.RankStatistics
Calculates the Spearman rank correlation between two attributes.
right() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
right() - Method in interface com.rapidminer.gui.tools.SelectionNavigationListener
 
RIGHT - Static variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
RIGHT - Static variable in class com.rapidminer.gui.tools.ViewToolBar
 
RIGHT_EXAMPLE_SET_INPUT - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
RIGHT_PIC - Static variable in class com.rapidminer.gui.look.RoundedPopupFactory
 
rightLabelWeights - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
rightWeight - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
RING_CHART - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
RingChartPlotter - Class in com.rapidminer.gui.plotter.charts
A simple 2D ring chart plotter.
RingChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.RingChartPlotter
 
RingClusteringFunction - Class in com.rapidminer.operator.generator
Generates a data set for two attributes.
RingClusteringFunction() - Constructor for class com.rapidminer.operator.generator.RingClusteringFunction
 
RitterAdaptation - Class in com.rapidminer.tools.math.som
The RitterAdaptation provides an implementation of the AdaptationFunction interface for calculation the adaption of a node to an input stimulus.
RitterAdaptation() - Constructor for class com.rapidminer.tools.math.som.RitterAdaptation
 
RMAbstractClusterer - Class in com.rapidminer.operator.clustering.clusterer
Adds a parameter by which the user can choose to generate a cluster attribute.
RMAbstractClusterer(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.RMAbstractClusterer
 
RMContentType - Enum in com.rapidminer.repository.remote
Enum of (made up) content types for RapidMiner objects and processes.
RMObjectInputStream - Class in com.rapidminer.operator.tools
Uses Plugin.getMajorClassLoader() to load classes.
RMObjectInputStream(InputStream) - Constructor for class com.rapidminer.operator.tools.RMObjectInputStream
 
RMUrlHandler - Class in com.rapidminer.tools
Convenience class for invoking certain actions from URLs, e.g. from inside a HyperlinkListener.
RMUrlHandler() - Constructor for class com.rapidminer.tools.RMUrlHandler
 
robustMax(double, double) - Static method in class com.rapidminer.tools.math.MathFunctions
 
robustMin(double, double) - Static method in class com.rapidminer.tools.math.MathFunctions
 
ROCBasedComparisonOperator - Class in com.rapidminer.operator.visualization
This operator uses its inner operators (each of those must produce a model) and calculates the ROC curve for each of them.
ROCBasedComparisonOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
 
ROCBias - Enum in com.rapidminer.tools.math
Specifies how roc plots are evaluate: - first count correct classifications, then count incorrect ones - first count incorrect classifications, then count correct ones - distribute them evenly.
ROCChartGenerator - Class in com.rapidminer.operator.visualization
This operator creates a ROC chart for the given example set and model.
ROCChartGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.ROCChartGenerator
 
ROCChartPlotter - Class in com.rapidminer.gui.viewer
This is the ROC chart plotter.
ROCChartPlotter() - Constructor for class com.rapidminer.gui.viewer.ROCChartPlotter
 
ROCComparison - Class in com.rapidminer.operator.visualization
This object can usually not be passed to other operators but can simply be used for the inline visualization of a ROC comparison plot (without a dialog).
ROCComparison(Map<String, List<ROCData>>) - Constructor for class com.rapidminer.operator.visualization.ROCComparison
 
ROCComparisonRenderer - Class in com.rapidminer.gui.renderer.performance
 
ROCComparisonRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.ROCComparisonRenderer
 
ROCData - Class in com.rapidminer.tools.math
This container holds all ROC data points for a single ROC curve.
ROCData() - Constructor for class com.rapidminer.tools.math.ROCData
 
ROCDataGenerator - Class in com.rapidminer.tools.math
Helper class containing some methods for ROC plots, threshold finding and area under curve calculation.
ROCDataGenerator(double, double) - Constructor for class com.rapidminer.tools.math.ROCDataGenerator
Creates a new ROC data generator.
ROCPoint - Class in com.rapidminer.tools.math
Objects of this class hold all information about a single ROC data point.
ROCPoint(double, double, double) - Constructor for class com.rapidminer.tools.math.ROCPoint
 
ROCViewer - Class in com.rapidminer.gui.viewer
This viewer can be used to show the ROC curve for the given ROC data.
ROCViewer(String, ROCDataGenerator, List<ROCData>) - Constructor for class com.rapidminer.gui.viewer.ROCViewer
 
RogersTanimotoNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the Rogers-Tanimoto similarity for nominal attributes.
RogersTanimotoNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.RogersTanimotoNominalSimilarity
 
ROLE_NAMES - Static variable in class com.rapidminer.operator.io.AbstractDataReader
 
ROLE_PARAMETER - Static variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
rollIn(Operator) - Method in class com.rapidminer.gui.flow.InterpolationMap
Starts interpolating the extension value for the given operator in the opposite direction, starting with the current value.
rollOut(Operator) - Method in class com.rapidminer.gui.flow.InterpolationMap
Starts interpolating the extension value for the given operator.
ROOT_OF_SIX - Static variable in class com.rapidminer.operator.preprocessing.weighting.LocalPolynomialExampleWeightingOperator
 
ROOT_SELECTED - Static variable in class com.rapidminer.gui.ConditionalAction
 
RootMeanSquaredError - Class in com.rapidminer.operator.performance
The root-mean-squared error.
RootMeanSquaredError() - Constructor for class com.rapidminer.operator.performance.RootMeanSquaredError
 
RootMeanSquaredError(RootMeanSquaredError) - Constructor for class com.rapidminer.operator.performance.RootMeanSquaredError
 
RootRelativeSquaredError - Class in com.rapidminer.operator.performance
Relative squared error is the total squared error made relative to what the error would have been if the prediction had been the average of the absolute value.
RootRelativeSquaredError() - Constructor for class com.rapidminer.operator.performance.RootRelativeSquaredError
 
RootRelativeSquaredError(RootRelativeSquaredError) - Constructor for class com.rapidminer.operator.performance.RootRelativeSquaredError
 
rotate() - Method in enum com.rapidminer.repository.AccessFlag
 
rotateLabels() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
ROULETTE_WHEEL - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
ROULETTE_WHEEL - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
ROULETTE_WHEEL - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a roulette wheel selection scheme.
RouletteWheel - Class in com.rapidminer.operator.features.selection
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
RouletteWheel(int, boolean, Random) - Constructor for class com.rapidminer.operator.features.selection.RouletteWheel
 
RouletteWheel - Class in com.rapidminer.tools.math.optimization.ec.es
Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.
RouletteWheel(int, boolean, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.RouletteWheel
 
ROUND - Static variable in class com.rapidminer.generator.FloorCeilGenerator
 
RoundedPopupFactory - Class in com.rapidminer.gui.look
The factory for popups in form of rounded rectangles.
RoundedRectanglePopup - Class in com.rapidminer.gui.look
A popup object in form of a rounded rectangle.
RoundedRectanglePopup() - Constructor for class com.rapidminer.gui.look.RoundedRectanglePopup
 
roundToPowerOf10(double, int) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
 
row(int, Object[]) - Method in class com.rapidminer.operator.nio.SASExampleReader
 
RowFilteringTableModel - Class in com.rapidminer.operator.nio
Removes rows from a table model.
RowFilteringTableModel(TableModel, int[], boolean) - Constructor for class com.rapidminer.operator.nio.RowFilteringTableModel
 
rows - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
rows - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
RowsPlotterCondition - Class in com.rapidminer.gui.plotter.conditions
This condition accepts data tables with a number of rows in the specified range (including the boundaries).
RowsPlotterCondition(int) - Constructor for class com.rapidminer.gui.plotter.conditions.RowsPlotterCondition
 
RowsPlotterCondition(int, int) - Constructor for class com.rapidminer.gui.plotter.conditions.RowsPlotterCondition
 
Rule - Class in com.rapidminer.operator.learner.igss.hypothesis
Objects of this class represent a conjunctive rule.
Rule(Attribute[], Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Rule
Creates a new rule,initializes the regularAttributes and the literals attribute.
Rule(Literal, int) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Rule
Construct a new rule with one literal.
Rule(Literal[], int) - Constructor for class com.rapidminer.operator.learner.igss.hypothesis.Rule
Construct a new rule with the given literals.
Rule - Class in com.rapidminer.operator.learner.rules
This class combines several SplitConditions to one rule by conjunctions.
Rule() - Constructor for class com.rapidminer.operator.learner.rules.Rule
 
Rule(String) - Constructor for class com.rapidminer.operator.learner.rules.Rule
 
Rule(String, SplitCondition) - Constructor for class com.rapidminer.operator.learner.rules.Rule
 
Rule(String, Collection<SplitCondition>) - Constructor for class com.rapidminer.operator.learner.rules.Rule
 
Rule - Class in com.rapidminer.operator.learner.subgroups.hypothesis
A rule for subgroup discovery.
Rule(Hypothesis, Literal) - Constructor for class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
RULE_COMBINE_ADDITIVE - Static variable in class com.rapidminer.operator.learner.meta.SDEnsemble
 
RULE_COMBINE_MULTIPLY - Static variable in class com.rapidminer.operator.learner.meta.SDEnsemble
 
RULE_DOES_NOT_APPLY - Static variable in class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
This constant is used to express that no examples have been observed.
RULE_GENERATION_MODES - Static variable in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
RULE_GENERATION_MODES - Static variable in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
RuleLearner - Class in com.rapidminer.operator.learner.rules
This operator works similar to the propositional rule learner named Repeated Incremental Pruning to Produce Error Reduction (RIPPER, Cohen 1995).
RuleLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.rules.RuleLearner
 
RuleModel - Class in com.rapidminer.operator.learner.rules
The basic rule model.
RuleModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.rules.RuleModel
 
RuleSet - Class in com.rapidminer.operator.learner.subgroups
A model consisting of rules which are scored by utility values.
RuleSet(ExampleSet) - Constructor for class com.rapidminer.operator.learner.subgroups.RuleSet
 
RuleSetRenderer - Class in com.rapidminer.gui.renderer.models
 
RuleSetRenderer() - Constructor for class com.rapidminer.gui.renderer.models.RuleSetRenderer
 
RuleSetTableModel - Class in com.rapidminer.gui.viewer
The table model for the rule set visualization.
RuleSetTableModel(RuleSet) - Constructor for class com.rapidminer.gui.viewer.RuleSetTableModel
 
run() - Method in class com.rapidminer.gui.look.fc.DragSelectionThread
 
run() - Method in class com.rapidminer.gui.look.fc.ThumbGeneratorThread
 
run() - Method in class com.rapidminer.gui.ProcessThread
 
run(String) - Method in class com.rapidminer.gui.RapidMinerGUI
 
run() - Method in class com.rapidminer.gui.tools.EditBlockingProgressThread
 
run() - Method in class com.rapidminer.gui.tools.UpdateQueue
 
run() - Method in class com.rapidminer.Process
Starts the process with no input.
run(int) - Method in class com.rapidminer.Process
Starts the process with the given log verbosity.
run(IOContainer) - Method in class com.rapidminer.Process
Starts the process with the given input.
run(IOContainer, int) - Method in class com.rapidminer.Process
Starts the process with the given input.
run(IOContainer, boolean) - Method in class com.rapidminer.Process
Deprecated. 
run(IOContainer, int, boolean) - Method in class com.rapidminer.Process
Deprecated. 
run(IOContainer, int, boolean, Map<String, String>) - Method in class com.rapidminer.Process
Deprecated. 
run(IOContainer, int, Map<String, String>) - Method in class com.rapidminer.Process
 
run(IOContainer, int, Map<String, String>, boolean) - Method in class com.rapidminer.Process
Starts the process with the given input.
run() - Method in class com.rapidminer.repository.remote.RapidAnalyticsCLTool
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.Average
Calculates the result of summing up all parameters, which are assumed to be of the Double type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.BitwiseAnd
Calculates the result of the function, which are assumed to be of the Integer type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.BitwiseNot
Calculates the result of the function, which are assumed to be of the Integer type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.BitwiseOr
Calculates the result of the function, which are assumed to be of the Integer type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.BitwiseXor
Calculates the result of the function, which are assumed to be of the Integer type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.Constant
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.Date2String
Creates the string result.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.Date2StringCustom
Creates the string result.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.Date2StringWithLocale
Creates the string result.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateAdd
Creates the new Date.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateAfter
Creates the boolean result.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateBefore
Creates the boolean result.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateCreate
Creates the Calendar.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateDiff
Creates the boolean result.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateGet
Returns the specified portion as a double.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateParse
Create the resulting Calendar object.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateParseCustom
Create the resulting Calendar object.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateParseWithLocale
Create the resulting Calendar object.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.date.DateSet
Creates the new Calendar.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.LogarithmDualis
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.Maximum
Calculates the result of summing up all parameters, which are assumed to be of the Double type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.Minimum
Calculates the result of summing up all parameters, which are assumed to be of the Double type.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.Missing
Checks for missing value.
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.number.Str
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.ParameterValue
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.Signum
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.CharAt
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Compare
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Concat
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Contains
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.EndsWith
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Equals
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.EscapeHTML
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Finds
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.IndexOf
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Length
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.LowerCase
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Matches
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.ParseNumber
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Prefix
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Replace
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.ReplaceRegex
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.StartsWith
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Substring
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Suffix
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.Trim
 
run(Stack) - Method in class com.rapidminer.tools.math.function.expressions.text.UpperCase
 
RUN_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
RUN_REMOTE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
RunAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
RunAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.RunAction
 
runEvaluationProcess() - Method in class com.rapidminer.operator.features.FeatureOperator
 
runProcess() - Method in class com.rapidminer.gui.MainFrame
Runs or resumes the current process.
RunRemoteAction - Class in com.rapidminer.gui.actions
 
RunRemoteAction() - Constructor for class com.rapidminer.gui.actions.RunRemoteAction
 
RunRemoteDialog - Class in com.rapidminer.repository.gui
A dialog that lets the user run a process on a remote server, either now, at a fixed later point of time or scheduled by a cron expression.
RunRemoteDialog(Process) - Constructor for class com.rapidminer.repository.gui.RunRemoteDialog
 
RunVector - Class in com.rapidminer.tools.math
Collects the average vectors of a run.
RunVector() - Constructor for class com.rapidminer.tools.math.RunVector
 
RussellRaoNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the Russell-Rao similarity for nominal attributes.
RussellRaoNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.RussellRaoNominalSimilarity
 
RVM_TYPES - Static variable in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
 
RVMBase - Class in com.rapidminer.operator.learner.functions.kernel.rvm
Defines the interface for the various RVM-implementations
RVMBase(Problem, Parameter) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
Constructor
RVMClassification - Class in com.rapidminer.operator.learner.functions.kernel.rvm
The standard (slow, non scaling) regression RVM (see bla).
RVMClassification(ClassificationProblem, Parameter) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.RVMClassification
Constructor
RVMLearner - Class in com.rapidminer.operator.learner.functions.kernel
Relevance Vector Machine (RVM) Learner.
RVMLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.kernel.RVMLearner
 
RVMModel - Class in com.rapidminer.operator.learner.functions.kernel
A model generated by the RVMLearner.
RVMModel(ExampleSet, Model) - Constructor for class com.rapidminer.operator.learner.functions.kernel.RVMModel
 
RVMRegression - Class in com.rapidminer.operator.learner.functions.kernel.rvm
The standard (slow, non scaling) regression RVM (see bla).
RVMRegression(RegressionProblem, Parameter) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.RVMRegression
Constructor

S

s - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
S_END - Static variable in class com.rapidminer.gui.tools.syntax.PerlTokenMarker
 
S_ONE - Static variable in class com.rapidminer.gui.tools.syntax.PerlTokenMarker
 
S_TWO - Static variable in class com.rapidminer.gui.tools.syntax.PerlTokenMarker
 
SalesExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
SalesExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.SalesExampleSetGenerator
 
sample(int) - Method in interface com.rapidminer.datatable.DataTable
Performs a sampling of this data table.
sample(int) - Method in class com.rapidminer.datatable.DataTableExampleSetAdapter
 
sample(int) - Method in class com.rapidminer.datatable.DataTableKernelModelAdapter
 
sample(int) - Method in class com.rapidminer.datatable.DataTablePairwiseMatrixExtractionAdapter
Not implemented!!!
sample(int) - Method in class com.rapidminer.datatable.DataTableSymmetricalMatrixAdapter
Not implemented!!!
sample(int) - Method in class com.rapidminer.datatable.DataTableView
Performs a simple sampling without replacement.
sample(int) - Method in class com.rapidminer.datatable.SimpleDataTable
 
sample(int) - Method in class com.rapidminer.datatable.SortedDataTableView
Performs a simple sampling without replacement.
sample(int) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
sample(int) - Method in class com.rapidminer.gui.renderer.models.LocalPolynomialRegressionModelTableRenderer.LocalPolynomialRegressionModelDataTable
 
SAMPLE_ABSOLUTE - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
SAMPLE_ABSOLUTE - Static variable in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
SAMPLE_ABSOLUTE - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
SAMPLE_ABSOLUTE - Static variable in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
SAMPLE_MODES - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
SAMPLE_MODES - Static variable in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
SAMPLE_MODES - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
SAMPLE_MODES - Static variable in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
SAMPLE_PROBABILITY - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
SAMPLE_RELATIVE - Static variable in class com.rapidminer.operator.preprocessing.sampling.BootstrappingOperator
 
SAMPLE_RELATIVE - Static variable in class com.rapidminer.operator.preprocessing.sampling.KennardStoneSampling
 
SAMPLE_RELATIVE - Static variable in class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
SAMPLE_RELATIVE - Static variable in class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
SAMPLE_REPOSITORY_NAME - Static variable in class com.rapidminer.repository.RepositoryManager
 
sampleTest() - Method in class com.rapidminer.test.IOConsumingDataSampleTest
 
sampleTest() - Method in class com.rapidminer.test.OperatorDataSampleTest
 
SampleTest - Class in com.rapidminer.test
Extends the JUnit test case by a method for checking the output of an process.
SampleTest(String) - Constructor for class com.rapidminer.test.SampleTest
 
sampleTest() - Method in class com.rapidminer.test.SampleTest
 
SAMPLING_NAMES - Static variable in class com.rapidminer.example.set.SplittedExampleSet
Indicates a non-shuffled sampling for partition building.
SamplingOperator - Class in com.rapidminer.operator.preprocessing.sampling
This operator will sample the given example set without replacement.
SamplingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.SamplingOperator
 
SamplingSequenceGenerator - Class in com.rapidminer.operator.preprocessing.sampling.sequences
This is an abstract super class of all sampling sequence generators.
SamplingSequenceGenerator(RandomGenerator) - Constructor for class com.rapidminer.operator.preprocessing.sampling.sequences.SamplingSequenceGenerator
 
SASExampleReader - Class in com.rapidminer.operator.nio
This class is the SasReaderCallback implementation for the SASExampleSource operator.
SASExampleReader() - Constructor for class com.rapidminer.operator.nio.SASExampleReader
Standard constructor.
SASExampleSource - Class in com.rapidminer.operator.nio
This operator can be used to load SAS (.sas7bdat) data files.
SASExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.SASExampleSource
Standard constructor.
save(File) - Method in class com.rapidminer.example.AttributeWeights
Saves the attribute weights into an XML file.
save(Process) - Static method in class com.rapidminer.gui.actions.SaveAction
 
save() - Method in class com.rapidminer.gui.Perspective
 
save() - Method in interface com.rapidminer.gui.plotter.Plotter
Should invoke the saving of the plotted data (file dialog,...).
save() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
save() - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
save() - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
save() - Method in class com.rapidminer.gui.properties.SettingsTabs
This method will save the parameters defined in this tab
save(File) - Method in class com.rapidminer.gui.templates.BuildingBlock
 
save(BlobEntry) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
save(OutputStream) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
save(BlobEntry) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method will save the current state of the library to the given repository entry
save(OutputStream) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method will save the current state of the library into the given stream.
save(File) - Method in class com.rapidminer.operator.meta.ParameterSet
 
save() - Method in class com.rapidminer.Process
Saves the process to the process file.
save(File) - Method in class com.rapidminer.Process
Saves the process to the given process file.
save() - Method in class com.rapidminer.repository.RepositoryManager
Stores the XML configuration file.
save() - Method in class com.rapidminer.tools.usagestats.UsageStatistics
Saves the statistics to a user file.
SAVE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
SAVE_AS_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
SAVE_AS_TEMPLATE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
SAVE_ATTRIBUTE_FILE_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
SAVE_BUILDING_BLOCK_ACTION - Variable in class com.rapidminer.gui.actions.Actions
 
SAVE_CONNECTION_ACTION - Variable in class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
SAVE_DATA_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
SAVE_ENTRY_ACTION - Variable in class com.rapidminer.tools.config.gui.ConfigurationDialog
 
SAVE_LOGFILE_ACTION - Variable in class com.rapidminer.gui.tools.LoggingViewer
 
SaveAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
SaveAction() - Constructor for class com.rapidminer.gui.actions.SaveAction
 
saveAll() - Method in class com.rapidminer.gui.ApplicationPerspectives
Saves all perspectives to the users config directory.
saveAs(Process) - Static method in class com.rapidminer.gui.actions.SaveAsAction
 
SaveAsAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
SaveAsAction() - Constructor for class com.rapidminer.gui.actions.SaveAsAction
 
SaveAsBuildingBlockDialog - Class in com.rapidminer.gui.templates
The save as building block dialog assists the user in creating a new process building block.
SaveAsBuildingBlockDialog(Operator) - Constructor for class com.rapidminer.gui.templates.SaveAsBuildingBlockDialog
Creates a new save as building block dialog.
saveAsTemplate() - Method in class com.rapidminer.gui.MainFrame
 
SaveAsTemplateAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
SaveAsTemplateAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.SaveAsTemplateAction
 
SaveAsTemplateDialog - Class in com.rapidminer.gui.templates
The save as template dialog assists the user in creating a new process template.
SaveAsTemplateDialog(Process) - Constructor for class com.rapidminer.gui.templates.SaveAsTemplateDialog
Creates a new save as template dialog.
saveAsUserTemplate(Process) - Method in class com.rapidminer.gui.templates.Template
 
saveAttributeFile() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
SaveAttributeFileAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
SaveAttributeFileAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.SaveAttributeFileAction
 
SaveBuildingBlockAction - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
SaveBuildingBlockAction(Actions) - Constructor for class com.rapidminer.gui.operatortree.actions.SaveBuildingBlockAction
 
saveCache() - Method in class com.rapidminer.gui.security.Wallet
Saves the wallet to the secrets.xml file in the users home directory.
saveConfiguration() - Static method in class com.rapid_i.deployment.update.client.ManagedExtension
 
saveConfiguration(String) - Method in class com.rapidminer.tools.config.ClientConfigurationManager
 
saveConfiguration() - Method in class com.rapidminer.tools.config.ConfigurationManager
Saves the configuration, e.g. when RapidMiner exits.
saveConfiguration(String) - Method in class com.rapidminer.tools.config.ConfigurationManager
Saves one configuration with the given typeID
SaveDataAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
SaveDataAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.SaveDataAction
 
saveExpansionState(JTree) - Static method in class com.rapidminer.repository.gui.TreeUtil
 
SaveIntermediateWeights - Class in com.rapidminer.operator.features.selection
This population operator writes the currently best weights into the specified file.
SaveIntermediateWeights(AbstractGeneticAlgorithm, int, String[]) - Constructor for class com.rapidminer.operator.features.selection.SaveIntermediateWeights
 
saveLastUpdateCheckDate() - Static method in class com.rapid_i.deployment.update.client.UpdateManager
 
saveLog() - Method in class com.rapidminer.gui.tools.LoggingViewer
 
SaveLogFileAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
SaveLogFileAction(LoggingViewer) - Constructor for class com.rapidminer.gui.tools.actions.SaveLogFileAction
 
saveLowerBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
saveLowerBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
saveLowerBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
saveLowerBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
saveLowerBound(double, double) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.LinkAndBrushAxis
 
saveParameters() - Static method in class com.rapidminer.tools.ParameterService
This method will save all currently known defined parameter types into the version and os dependent config file in the user's RapidMiner directory.
saveParameters(File) - Static method in class com.rapidminer.tools.ParameterService
This method will save all currently known defined parameters into the given file.
saveResults() - Method in class com.rapidminer.Process
Stores the results in the repository if specified in the ProcessContext.
saveSelectionPath(TreePath) - Static method in class com.rapidminer.repository.gui.TreeUtil
 
saveUpperBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
saveUpperBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
saveUpperBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
saveUpperBound(double, double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
saveUpperBound(double, double) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.LinkAndBrushAxis
 
saveUserDefinedProperties() - Static method in class com.rapidminer.tools.jdbc.DatabaseService
 
SayNoValueRange - Class in com.rapidminer.gui.new_plotter.utility
 
SayNoValueRange() - Constructor for class com.rapidminer.gui.new_plotter.utility.SayNoValueRange
 
scalarProduct(double[], double) - Static method in class com.rapidminer.tools.math.VectorMath
 
scale(Rectangle2D) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Applies any scaling that is in effect for the chart drawing to the given rectangle.
scale - Variable in class com.rapidminer.gui.plotter.RadVizPlotter
The scaling factor for point plotting, usually 1.
SCALE_LINEAR - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
SCALE_LOGARITHMIC - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
SCALE_LOGARITHMIC_LEGACY - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
SCALE_QUADRATIC - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
SCALED - Static variable in class com.rapidminer.gui.viewer.DataTableViewerTable
 
SCALES - Static variable in class com.rapidminer.parameter.value.ParameterValueGrid
 
scanDrop(DockEvent, boolean) - Method in class com.rapidminer.gui.docking.DetachedDockViewAsTab
 
SCATTER_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SCATTER_PLOT_3D - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SCATTER_PLOT_3D_COLOR - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SCATTER_PLOT_MATRIX - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
ScatterMatrixPlotter - Class in com.rapidminer.gui.plotter
A scatter plot matrix which uses the ScatterPlotter for each of the plots.
ScatterMatrixPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
ScatterMatrixPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
ScatterPlot3D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 3D scatter plots.
ScatterPlot3D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D
 
ScatterPlot3D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D
 
ScatterPlot3DColor - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 3D scatter plots where a 4th dimension can be shown by using a color scale.
ScatterPlot3DColor(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
ScatterPlot3DColor(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
ScatterPlotter - Class in com.rapidminer.gui.plotter
The color plotter can display up to two dimensions and uses color schemes to indicate the third dimension.
ScatterPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.ScatterPlotter
 
ScatterPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.ScatterPlotter
 
ScatterPlotter2 - Class in com.rapidminer.gui.plotter.charts
This is the scatter plotter based on JFreeChart.
ScatterPlotter2(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.ScatterPlotter2
 
ScatterPlotter2(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.ScatterPlotter2
 
ScatterTemplate - Class in com.rapidminer.gui.new_plotter.templates
The template for a scatter plot.
ScatterTemplate() - Constructor for class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Creates a new ScatterTemplate.
ScatterTemplatePanel - Class in com.rapidminer.gui.new_plotter.templates.gui
This class contains the GUI for the ScatterTemplate.
ScatterTemplatePanel(ScatterTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.gui.ScatterTemplatePanel
Creates a new GUI for a ScatterTemplate.
scheduleTransmissionFromNow() - Method in class com.rapidminer.tools.usagestats.UsageStatistics
 
SCHEMA_URL_PROCESS - Static variable in class com.rapidminer.io.process.XMLTools
 
SCRIPT - Static variable in class com.rapidminer.gui.tools.syntax.PHPTokenMarker
 
ScriptingOperator - Class in com.rapidminer.operator
This operator can be used to execute arbitrary Groovy scripts.
ScriptingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.ScriptingOperator
 
SCROLL_PANE_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
scrollBarsInitialized - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
ScrollBarUI - Class in com.rapidminer.gui.look.ui
The UI for scroll bars.
ScrollBarUI() - Constructor for class com.rapidminer.gui.look.ui.ScrollBarUI
 
ScrollPaneBorder - Class in com.rapidminer.gui.look.borders
The UIResource for scroll pane borders.
ScrollPaneBorder() - Constructor for class com.rapidminer.gui.look.borders.ScrollPaneBorder
 
scrollTo(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Ensures that the specified line and offset is visible by scrolling the text area if necessary.
scrollToCaret() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Ensures that the caret is visible by scrolling the text area if necessary.
SDEnsemble - Class in com.rapidminer.operator.learner.meta
A subgroup discovery model.
SDEnsemble(ExampleSet, List<Pair<Model, double[][]>>, double[], short) - Constructor for class com.rapidminer.operator.learner.meta.SDEnsemble
 
SDReweightMeasures - Class in com.rapidminer.operator.learner.meta
A set of weighted performance measures used for subgroup discovery.
SDReweightMeasures(ExampleSet) - Constructor for class com.rapidminer.operator.learner.meta.SDReweightMeasures
 
SDRulesetInduction - Class in com.rapidminer.operator.learner.meta
Subgroup discovery learner.
SDRulesetInduction(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.SDRulesetInduction
Constructor.
SEARCH_ACTION - Variable in class com.rapidminer.gui.tools.LoggingViewer
 
SEARCH_AND_REPLACE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SEARCH_AND_REPLACE_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
SearchableJEditTextArea - Class in com.rapidminer.gui.dialog
This class wraps a JEditTextArea for searching purposes.
SearchableJEditTextArea(JEditTextArea) - Constructor for class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
SearchableJTextComponent - Class in com.rapidminer.gui.dialog
This is the implementation of a searchable text componend which is based on Swing's JTextComponents.
SearchableJTextComponent(JTextComponent) - Constructor for class com.rapidminer.gui.dialog.SearchableJTextComponent
 
SearchableTextComponent - Interface in com.rapidminer.gui.dialog
This interface wraps text components which provide the possibility to select segments.
SearchDialog - Class in com.rapidminer.gui.dialog
The search dialog for searching strings in a SearchableTextComponent.
SearchDialog(Component, SearchableTextComponent) - Constructor for class com.rapidminer.gui.dialog.SearchDialog
 
SearchDialog(Component, SearchableTextComponent, boolean) - Constructor for class com.rapidminer.gui.dialog.SearchDialog
 
SearchObject - Class in com.rapidminer.operator.preprocessing.outlier
The SearchObject class creates SearchObjects which handle the representation of objects from the test data set in the core of the outlier operators.
SearchObject(int, String) - Constructor for class com.rapidminer.operator.preprocessing.outlier.SearchObject
Constructor creates a new instance of SearchObject class and initializes the object with integer dim dimensions and the String label l.
SearchObject() - Constructor for class com.rapidminer.operator.preprocessing.outlier.SearchObject
Constructor creates a new instance of SearchObject class and initializes the object with integer 2 dimensions and the String label not labeled object.
SearchObject(int, String, int, int) - Constructor for class com.rapidminer.operator.preprocessing.outlier.SearchObject
Constructor creates a new instance of SearchObject class and initializes the object with integer dim dimensions and the String label l and an (integer) MinPts-Range.
SearchSpace - Class in com.rapidminer.operator.preprocessing.outlier
SearchSpace is a class for building a room full of SearchObjects (see class definition) and provides various methods to place those objects into the SearchSpace (by associating those Objects to the list of objects in the SearchSpace) as well as to do some Outlier Tests on those Objects.
SearchSpace(int) - Constructor for class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This constructor creates a SearchSpace with (integer) dim dimensions and initializes all fields in the instance of that Class with zero values where appropriate.
SearchSpace() - Constructor for class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This constructor creates a SearchSpace with (integer) 2 dimensions as a default and initializes all fields in the instance of that Class with zero values where appropriate.
SearchSpace(int, int, int) - Constructor for class com.rapidminer.operator.preprocessing.outlier.SearchSpace
This constructor creates a SearchSpace with (integer) dim dimensions and initializes all fields in the instance of that Class with zero values where appropriate.
SEC_MS - Static variable in class com.rapidminer.tools.TimeFormat
 
SECholeskyDecomposition - Class in com.rapidminer.operator.learner.functions.kernel.rvm.util
A modified cholesky factorization.
SECholeskyDecomposition(double[][]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
Constructors.
SECholeskyDecomposition(Matrix) - Constructor for class com.rapidminer.operator.learner.functions.kernel.rvm.util.SECholeskyDecomposition
 
SECOND - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
SECOND_RELATIVE_TO_DAY - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
SECOND_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
SECOND_RELATIVE_TO_HOUR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
SECOND_RELATIVE_TO_MINUTE - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
SECOND_SOURCE - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
SeeminglyUnrelatedRegressionModel - Class in com.rapidminer.operator.learner.functions
This is the model of a SUR regression.
SeeminglyUnrelatedRegressionModel(ExampleSet, ArrayList<String[]>, ArrayList<String>, double[]) - Constructor for class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel
 
SeeminglyUnrelatedRegressionOperator - Class in com.rapidminer.operator.learner.functions
This operator performs a seemingly unrelated regression from several data sets to make use of common effects in the label that are not explainable from attributes.
SeeminglyUnrelatedRegressionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionOperator
 
select(int, int) - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
select(int, int) - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
select(int, int) - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
select(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Selects from the start offset to the end offset.
SELECT_ALL - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_ALL_ACTION - Variable in class com.rapidminer.gui.flow.ProcessRenderer
 
SELECT_ALL_ACTION - Static variable in class com.rapidminer.gui.look.TextActions
 
SELECT_ALL_ACTION - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
SELECT_DOC_END - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_DOC_HOME - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_END - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_HOME - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_NEXT_CHAR - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_NEXT_LINE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_NEXT_PAGE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_NEXT_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_PREV_CHAR - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_PREV_LINE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_PREV_PAGE - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECT_PREV_WORD - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
SELECTABLE_LEVEL_NAMES - Static variable in class com.rapidminer.gui.tools.LoggingViewer
 
SELECTABLE_LEVELS - Static variable in class com.rapidminer.gui.tools.LoggingViewer
 
SelectablePlotter - Interface in com.rapidminer.gui.plotter.charts
This interface provides the hook for registering own selection listener.
selectAdditionalSubset(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Adds the given subset.
selectAll() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Sets the weights of all attributes to 1.0.
selectAll() - Method in class com.rapidminer.gui.look.fc.FileList
 
selectAll() - Method in class com.rapidminer.gui.look.fc.FileTable
 
selectAll() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Selects all text in the document.
selectAllSubsets() - Method in class com.rapidminer.example.set.SplittedExampleSet
Selects all subsets.
selectAllSubsetsBut(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Selects all but one subset.
selectAttribute(Attribute[], double[], Random) - Static method in class com.rapidminer.example.Tools
 
selectBlobEntryForLoading(String) - Static method in class com.rapidminer.gui.tools.RepositoryGuiTools
This method will show an Repository Entry chooser and lets the user choose an entry.
selectBlobEntryForStoring() - Static method in class com.rapidminer.gui.tools.RepositoryGuiTools
This method will show an Repository Entry chooser and returns the entry if the user has chosen an unused entry or confirmed to overwrite the existing.
selectColor - Variable in class com.rapidminer.gui.look.ui.RadioButtonUI
 
SelectColumnAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
SelectColumnAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.SelectColumnAction
 
selectCompleteColumn() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
selectCompleteDomainBounds() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Restores the auto-range calculation on the domain axis.
selectCompleteRangeBounds() - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Restores the auto-range calculation on the range axis.
selectCompleteRow() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
selected(AbstractChartPanel.Selection, MouseEvent) - Method in interface com.rapidminer.gui.plotter.charts.AbstractChartPanel.SelectionListener
This method is invoked on all listeners as a selection is made.
selected() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
selected() - Method in interface com.rapidminer.gui.tools.SelectionNavigationListener
 
selectedComponentMouseDragged(Point) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
selectedComponentMousePressed(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
selectedComponentMouseReleased(MouseEvent) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
selectedFilesVector - Variable in class com.rapidminer.gui.look.fc.FileList
 
selectedLinkAndBrushRectangle(LinkAndBrushSelection) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
 
selectedLinkAndBrushRectangle(LinkAndBrushSelection) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
selectedLinkAndBrushRectangle(LinkAndBrushSelection) - Method in interface com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelectionListener
 
selectEntry(RepositoryLocation, Component) - Static method in class com.rapidminer.repository.gui.RepositoryLocationChooser
This will open a window to select a repository entry that is an entry or returns null if the user aborts the operation.
selectFolder(RepositoryLocation, Component) - Static method in class com.rapidminer.repository.gui.RepositoryLocationChooser
This will open a window to select a repository entry that is a folder or null if the user chooses to abort.
selectGenerator(ExampleSet, List, String[], RandomGenerator) - Static method in class com.rapidminer.generator.FeatureGenerator
Randomly selects a generator from the generator list.
SELECTION_METHODS - Static variable in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
SELECTION_MODE_ALL - Static variable in class com.rapidminer.generator.FeatureGenerator
Indicates a non-restrictive generator selection mode.
SELECTION_MODE_RESTRICTIVE - Static variable in class com.rapidminer.generator.FeatureGenerator
Indicates a restrictive generator selection mode.
SELECTION_SCHEMES - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
SELECTION_SCHEMES - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
SELECTION_TYPES - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
The names of all available selection schemes.
selectionChanged() - Method in class com.rapidminer.gui.tools.actions.SelectionDependentAction
This might be called whenever the selection of the given SelectionDependentAction.SelectionDependency changes.
selectionColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
selectionColor - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
SelectionCrossover - Class in com.rapidminer.operator.features.selection
Crossover operator for the used bitlists of example sets.
SelectionCrossover(int, double, Random, int, int, int) - Constructor for class com.rapidminer.operator.features.selection.SelectionCrossover
 
SelectionDependentAction - Class in com.rapidminer.gui.tools.actions
This action is meant for actions that depend on a selection but are present all the time.
SelectionDependentAction(boolean, String, Object...) - Constructor for class com.rapidminer.gui.tools.actions.SelectionDependentAction
 
SelectionDependentAction.SelectionDependency - Interface in com.rapidminer.gui.tools.actions
Interface for all selection dependencies.
selectionEnd - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
selectionEndLine - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
SelectionInputDialog - Class in com.rapidminer.gui.tools.dialogs
 
SelectionInputDialog(String, Object[], Object) - Constructor for class com.rapidminer.gui.tools.dialogs.SelectionInputDialog
 
SelectionInputDialog(String, Object[], Object, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.SelectionInputDialog
 
SelectionInputDialog(String, boolean, Collection<?>, Object, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.SelectionInputDialog
This will create a SelectionInputDIalog whose Combobox is editable.
SelectionInputDialog(String, boolean, Object[], Object, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.SelectionInputDialog
 
SelectionInputDialog(String, Collection<?>, Object, Object...) - Constructor for class com.rapidminer.gui.tools.dialogs.SelectionInputDialog
 
SelectionMutation - Class in com.rapidminer.operator.features.selection
Inverts the used bit for every feature of every example set with a given fixed probability.
SelectionMutation(double, Random, int, int, int) - Constructor for class com.rapidminer.operator.features.selection.SelectionMutation
 
SelectionNavigationListener - Interface in com.rapidminer.gui.tools
A listener listening for selection events (e.g. fired in a FilterTextField when the user presses arrow keys.
SelectionOperator - Class in com.rapidminer.operator.collections
Selects a single object from an IOObjectCollection.
SelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.collections.SelectionOperator
 
selectionStart - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
selectionStartLine - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
selectLocation(RepositoryLocation, Component) - Static method in class com.rapidminer.repository.gui.RepositoryLocationChooser
 
selectLocation(RepositoryLocation, String, Component, boolean, boolean) - Static method in class com.rapidminer.repository.gui.RepositoryLocationChooser
 
selectMatchingOperator(Actions, Class<? extends IOObject>, Class<? extends IOObject>, OperatorCapability, OperatorCapability) - Static method in class com.rapidminer.gui.dialog.NewOperatorDialog
This method opens a dialog for selecting one operator fulfilling the given conditions.
selectNone() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Moves the mark to the caret position.
selectOperator(Operator) - Method in class com.rapidminer.gui.MainFrame
 
selectOperators(List<Operator>) - Method in class com.rapidminer.gui.MainFrame
 
selectRandomSubset(int, Random) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Randomly selects approximately the given number of attributes.
selectRectangle(Rectangle2D, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
 
SelectRowAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
SelectRowAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.SelectRowAction
 
selectSingleSubset(int) - Method in class com.rapidminer.example.set.SplittedExampleSet
Selects exactly one subset.
selectSubset(int) - Method in class com.rapidminer.example.set.Partition
Marks the given subset as selected.
sendEmail(IOContainer, Throwable) - Method in class com.rapidminer.operator.ProcessRootOperator
This method can be used to send an email after the process has finished.
sendEmail(String, String, String, Map<String, String>) - Method in interface com.rapidminer.tools.MailSender
 
sendEmail(String, String, String, Map<String, String>) - Method in class com.rapidminer.tools.MailSenderSendmail
 
sendEmail(String, String, String, Map<String, String>) - Method in class com.rapidminer.tools.MailSenderSMTP
 
sendEmail(String, String, String) - Static method in class com.rapidminer.tools.MailUtilities
 
sendEmail(String, String, String, Map<String, String>) - Static method in class com.rapidminer.tools.MailUtilities
Sends a mail to the given address, using the specified subject and contents.
sendEmail(String, String, String) - Static method in class com.rapidminer.tools.Tools
Deprecated. Use MailUtilities.sendEmail(String,String,String) instead
SendMailOperator - Class in com.rapidminer.operator.tools
 
SendMailOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.tools.SendMailOperator
 
SENSITIVITY - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
SEPARATOR - Static variable in class com.rapidminer.example.Example
Separator used in the getAttributesAsString() method (tab).
SEPARATOR - Static variable in class com.rapidminer.repository.RepositoryLocation
 
Sequence - Class in com.rapidminer.operator.learner.associations.gsp
 
Sequence() - Constructor for class com.rapidminer.operator.learner.associations.gsp.Sequence
 
Sequence(Sequence) - Constructor for class com.rapidminer.operator.learner.associations.gsp.Sequence
 
SerializationType - Enum in com.rapidminer.operator.tools
Encapsulates some standard ways to serialize and deserialize objects from streams.
serialize(Object, OutputStream) - Method in interface com.rapidminer.operator.tools.BodySerializer
 
serialize(OutputStream, Object) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
Serializes the object with a default type appropriate for the given object.
serialize(OutputStream, Object, SerializationType) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
Serializes the object to the stream, using the given serialization type.
serialize(Object, OutputStream) - Method in class com.rapidminer.operator.tools.StreamedExampleSetBodySerializer
 
serializeToBuffer(Object) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
Serializes the object into a byte buffer.
serialVersionUID - Static variable in class com.rapidminer.gui.properties.ConfigureParameterOptimizationDialogCreator
 
serialVersionUID - Static variable in class com.rapidminer.gui.tools.ExtendedJList
 
serialVersionUID - Static variable in class com.rapidminer.gui.tools.ExtendedListCellRenderer
 
serialVersionUID - Static variable in class com.rapidminer.gui.tools.ExtendedListModel
 
serialVersionUID - Static variable in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
serialVersionUID - Static variable in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
serialVersionUID - Static variable in class com.rapidminer.tools.math.distribution.kernel.KernelDistribution
 
serialVersionUID - Static variable in class com.rapidminer.tools.math.distribution.kernel.NormalKernel
 
SERIES_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SeriesChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is the series chart plotter.
SeriesChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
SeriesChartPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
SeriesFormat - Class in com.rapidminer.gui.new_plotter.configuration
Defines dot and line format and other format properties for a data series.
SeriesFormat() - Constructor for class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
SeriesFormat.FillStyle - Enum in com.rapidminer.gui.new_plotter.configuration
 
SeriesFormat.IndicatorType - Enum in com.rapidminer.gui.new_plotter.configuration
Defines indicator type of the plot.
SeriesFormat.ItemShape - Enum in com.rapidminer.gui.new_plotter.configuration
Defines styles for dots in the plot.
SeriesFormat.StackingMode - Enum in com.rapidminer.gui.new_plotter.configuration
 
SeriesFormat.VisualizationType - Enum in com.rapidminer.gui.new_plotter.configuration
 
seriesFormatChanged(SeriesFormatChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
seriesFormatChanged(SeriesFormatChangeEvent) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
 
seriesFormatChanged(SeriesFormatChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.SeriesFormatListener
 
seriesFormatChanged(SeriesFormatChangeEvent) - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
seriesFormatChanged(SeriesFormatChangeEvent) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
SeriesFormatChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
SeriesFormatChangeEvent(SeriesFormat, SeriesFormat.VisualizationType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, SeriesFormat.StackingMode) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, SeriesFormat.IndicatorType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, LineFormat.LineStyle) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, SeriesFormat.ItemShape) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, Double) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, Float) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, SeriesFormat.FillStyle) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, Integer) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
SeriesFormatChangeEvent(SeriesFormat, SeriesFormatChangeEvent.SeriesFormatChangeType, Color) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
Allowed SeriesFormatChangeEvent.SeriesFormatChangeTypes are LINE_COLOR or ITEM_COLOR.
SeriesFormatChangeEvent.SeriesFormatChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
SeriesFormatConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
SeriesFormatConfigurationPanel(boolean, JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.SeriesFormatConfigurationPanel
 
SeriesFormatListener - Interface in com.rapidminer.gui.new_plotter.listener
Change listener for series format.
SeriesMultipleTemplate - Class in com.rapidminer.gui.new_plotter.templates
The template for a series multiple plot.
SeriesMultipleTemplate() - Constructor for class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
Creates a new SeriesMultipleTemplate.
SeriesMultipleTemplatePanel - Class in com.rapidminer.gui.new_plotter.templates.gui
This class contains the GUI for the SeriesMultipleTemplate.
SeriesMultipleTemplatePanel(SeriesMultipleTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.gui.SeriesMultipleTemplatePanel
Creates a new GUI for a SeriesMultipleTemplate.
SeriesTemplate - Class in com.rapidminer.gui.new_plotter.templates
The template for a series plot.
SeriesTemplate() - Constructor for class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Creates a new SeriesTemplate.
SeriesTemplate.DataTableWithIndexDelegate - Class in com.rapidminer.gui.new_plotter.templates
This delegate adds an index column to an existing DataTable without one.
SeriesTemplate.DataTableWithIndexDelegate(DataTable) - Constructor for class com.rapidminer.gui.new_plotter.templates.SeriesTemplate.DataTableWithIndexDelegate
 
SeriesTemplatePanel - Class in com.rapidminer.gui.new_plotter.templates.gui
This class contains the GUI for the SeriesTemplate.
SeriesTemplatePanel(SeriesTemplate) - Constructor for class com.rapidminer.gui.new_plotter.templates.gui.SeriesTemplatePanel
Creates a new GUI for a SeriesTemplate.
set(int, double, double) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Sets the given data for the given attribute.
set(int, double, double) - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Sets the value for the given index.
set(int, double, double) - Method in class com.rapidminer.example.table.ByteArrayDataRow
Sets the value for the given index.
set(Attribute, double) - Method in class com.rapidminer.example.table.DatabaseDataRow
Sets the given data for the given attribute.
set(int, double, double) - Method in class com.rapidminer.example.table.DatabaseDataRow
 
set(int, double, double) - Method in class com.rapidminer.example.table.DataRow
Sets the given data for the given index.
set(Attribute, double) - Method in class com.rapidminer.example.table.DataRow
Sets the value of the Attribute to value.
set(int, double, double) - Method in class com.rapidminer.example.table.DoubleArrayDataRow
Sets the given data for the given index.
set(int, double, double) - Method in class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
set(int, double, double) - Method in class com.rapidminer.example.table.FloatArrayDataRow
Sets the given data for the given index.
set(int, double, double) - Method in class com.rapidminer.example.table.IntArrayDataRow
Sets the given data for the given index.
set(int, double, double) - Method in class com.rapidminer.example.table.LongArrayDataRow
Sets the given data for the given index.
set(int, double, double) - Method in class com.rapidminer.example.table.NonWritableDataRow
 
set(int, double, double) - Method in class com.rapidminer.example.table.ShortArrayDataRow
Sets the given data for the given attribute.
set(int, double, double) - Method in class com.rapidminer.example.table.SparseMapDataRow
Sets the given data for the given index.
set(Graphics2D) - Method in class com.rapidminer.gui.plotter.PlotterAdapter.LineStyle
 
set(Graphics2D) - Method in class com.rapidminer.gui.plotter.RectangleStyle
 
set(int, int, double) - Method in class com.rapidminer.operator.clustering.clusterer.DistanceMatrix
 
set(Attribute, DataRow) - Method in interface com.rapidminer.operator.preprocessing.transformation.aggregation.Aggregator
This will set the result value into the data row onto the position of the given attribute.
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregator
 
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregator
 
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregator
 
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastAggregator
 
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LeastOccurringAggregator
 
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ModeAggregator
 
set(Attribute, DataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
 
set(int, E) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Sets the array element at the specified single dimension array position.
set(int[], E) - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Sets the array element at the position specified by the given indices
set(String, Object) - Method in class com.rapidminer.tools.StringProperties
 
set_alpha(int, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
sets an alpha value.
set_b(double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
set b
set_dim(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
set_examples_size(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Sets the number of examples to new value
set_n(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
set_n(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
set_R(double) - Method in class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
set_y(int, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Sets the label value for the specified example.
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
setAbsolute(boolean) - Method in interface com.rapidminer.gui.plotter.Plotter
Indicates if absolute data values should be used instead of the actual data.
setAbsolute(boolean) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setAccessor(RepositoryAccessor) - Method in class com.rapidminer.repository.RepositoryLocation
 
setAccessParameters() - Method in class com.rapidminer.operator.io.AccessDataReader
 
setAccessRights(List<AccessRights>) - Method in class com.rapidminer.repository.remote.RemoteEntry
 
setActivationFunction(ActivationFunction) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
setActive(boolean) - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
setActive(boolean) - Method in class com.rapidminer.gui.flow.FlowVisualizer
 
setActiveColorScheme(String) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setAdaptationFunction(AdaptationFunction) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
setAdaptationRadiusEnd(double) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
setAdaptationRadiusStart(double) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
setAdaptionType(int) - Method in class com.rapidminer.generator.SinusFactory
 
setAdditionalOperatorDescriptors(String...) - Static method in class com.rapidminer.tools.OperatorService
Specifies a list of files to be loaded as operator descriptors.
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
The default implementation does nothing.
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
The default implementation does nothing.
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
The default implementation does nothing.
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.LocalNormalizationPlotterAdapter
 
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
If subclasses override this method, the MUST call the super implementation, since many parameters are evaluated there.
setAdditionalParameter(String, String) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
setAdditive(boolean) - Method in class com.rapidminer.operator.learner.meta.SDReweightMeasures
 
setAddToBookmarksMenuItemStatus(boolean) - Method in class com.rapidminer.gui.look.fc.Item
 
setAggregationFunction(ValueSource.SeriesUsageType, AbstractAggregationFunction.AggregationFunctionType) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
setAggregationWindowing(AggregationWindowing) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
setAlias(String) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
setAll(Parameters) - Method in class com.rapidminer.parameter.Parameters
Clears the parameters map and adds all given parameters.
setAllowEntries(boolean) - Method in class com.rapidminer.parameter.ParameterTypeRepositoryLocation
 
setAllowFolders(boolean) - Method in class com.rapidminer.parameter.ParameterTypeRepositoryLocation
 
setAlpha(int) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
setAlpha(double) - Method in class com.rapidminer.operator.learner.functions.kernel.SupportVector
 
setAlpha(double) - Method in class com.rapidminer.tools.math.AnovaCalculator
 
setAlphaLevel(double) - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
setAnchor(Point2D) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the anchor point.
setAnimate(boolean) - Method in class com.rapidminer.gui.graphs.LayoutSelection
 
setAnnotation(String, String) - Method in class com.rapidminer.operator.Annotations
 
setAnnotations(Annotations[]) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
setAnnotations(Annotations) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setAnnotations(Annotations) - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
setApplyInGeneration(int) - Method in class com.rapidminer.operator.features.construction.FourierGenerator
 
setAreaFillStyle(SeriesFormat.FillStyle) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setArguments(Attribute[]) - Method in class com.rapidminer.generator.ConstantGenerator
 
setArguments(Attribute[]) - Method in class com.rapidminer.generator.FeatureGenerator
Sets the arguments (indices) used in future generate(...)
setAttribute(Attribute) - Method in class com.rapidminer.example.AttributeRole
 
setAttribute(Attribute, double, double, boolean) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InputNode
 
setAttribute(Attribute) - Method in class com.rapidminer.tools.att.AttributeDataSource
 
setAttributeNames(String[]) - Method in class com.rapidminer.operator.io.AbstractDataReader
Sets the name of each attribute to the given name.
setAttributeNamesDefinedByUser(boolean) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
setAttributePerPeak(int) - Method in class com.rapidminer.generator.SinusFactory
Must be bigger than 2!
setAttributes(List<AttributeMetaData>) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
setAttributeUsed(Attribute, boolean) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Sets the selection state of the attribute.
setAttributeValueType(int) - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
setAttributeWeights(AttributeWeights) - Method in class com.rapidminer.example.set.AttributeTransformationWeighting
 
setAttributeWeights(AttributeWeights) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
setAttributeXPaths(List<String>) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
setAutoNaming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setAutoNaming(boolean) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setAutoNaming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setAutoNaming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
setAutoNaming(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
setAutoRange(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
setAvailablePlotters(HashMap<String, Class<? extends Plotter>>) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
setAverageCount(int) - Method in class com.rapidminer.tools.math.Averagable
 
setAxesFont(Font) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setAxesFont(Font) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Sets the axes Font.
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
setAxis(int, int) - Method in interface com.rapidminer.gui.plotter.Plotter
Maps the given data dimension on the given plotterAxis.
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setAxis(int, String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setAxis(int, int) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
setAxisLineColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setAxisLineWidth(float) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setB(double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
setBackground(Color) - Method in class com.rapidminer.gui.tools.ViewToolBar
 
setBackgroundColor(Color) - Method in class com.rapidminer.gui.tools.SystemMonitor
 
setBaseName(String) - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
setBaseUrl(URL) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
setBestEver(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
setBestIsometricsTPValue(double) - Method in class com.rapidminer.tools.math.ROCData
 
setBestSize(int, int) - Method in class com.rapidminer.gui.look.fc.Item
 
setBinCount(int) - Method in class com.rapidminer.gui.new_plotter.configuration.EqualDataFractionGrouping
 
setBinCount(int) - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
setBins(int) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Sets the number of bins.
setBlockCaretEnabled(boolean) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets if the caret should be drawn as a block, false otherwise.
setBlockType(int) - Method in interface com.rapidminer.example.Attribute
Sets the block type of this attribute.
setBlockType(int) - Method in class com.rapidminer.example.AttributeDescription
 
setBlockType(int) - Method in class com.rapidminer.example.table.AbstractAttribute
Sets the block type of this attribute.
setBorderColor(Color) - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
setBracketHighlightColor(Color) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the bracket highlight color.
setBracketHighlightEnabled(boolean) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Enables or disables bracket highlighting.
setBreakpoint(int, boolean) - Method in class com.rapidminer.operator.Operator
Sets or clears a breakpoint at the given position.
setBumpArea(Dimension) - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
setBumpArea(int, int) - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
setBumpColors(Color, Color) - Method in class com.rapidminer.gui.look.ToolbarHandlerIcon
 
setButtonIcons() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
setCalculating(boolean) - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
setCardN(int, int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets the cardinality for k-neighbourhood (|N_k(p)|) for a SearchObject for k to card.
setCaretBlinkEnabled(boolean) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Toggles caret blinking.
setCaretColor(Color) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the caret color.
setCaretPosition(int) - Method in class com.rapidminer.gui.dialog.SearchableJEditTextArea
 
setCaretPosition(int) - Method in class com.rapidminer.gui.dialog.SearchableJTextComponent
 
setCaretPosition(int) - Method in interface com.rapidminer.gui.dialog.SearchableTextComponent
 
setCaretPosition(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the caret position.
setCaretVisible(boolean) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets if the caret should be visible.
setCaseSensitive(boolean) - Method in class com.rapidminer.gui.tools.autocomplete.AutoCompleteComboBoxAddition
Sets the auto-fill feature to case sensitive.
setCategorical(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
setCategoryColor(double, Color) - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
setCellColorProvider(CellColorProvider) - Method in class com.rapidminer.gui.tools.ExtendedJTable
The given color provider will be used for the cell renderer.
setCellEditor(TableCellEditor) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
setCentroid(double[]) - Method in class com.rapidminer.operator.clustering.Centroid
 
setCharacter(char) - Method in class com.rapidminer.gui.tools.CharTextField
 
setChart(JFreeChart) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the chart that is displayed in the panel.
setChartEngine(JFreeChartPlotEngine) - Method in class com.rapidminer.gui.new_plotter.gui.dialog.AddParallelLineDialog
Sets the current JFreeChartPlotEngine for this dialog.
setChartEngine(JFreeChartPlotEngine) - Method in class com.rapidminer.gui.new_plotter.gui.dialog.ManageParallelLinesDialog
Sets the current JFreeChartPlotEngine for this dialog.
setChartEngine(JFreeChartPlotEngine) - Method in class com.rapidminer.gui.new_plotter.gui.dialog.ManageZoomDialog
Sets the current JFreeChartPlotEngine for this dialog.
setCheckForMaximum(boolean) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Sets if the operator should check if the maximum was reached for the main criterion.
setCheckForMaximum(boolean) - Method in class com.rapidminer.operator.features.FeatureOperator
Sets if the operator should check if the maximum was reached for the main criterion.
setChild(BallTreeNode<T>) - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
setChild(KDTreeNode<T>) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
setClassIndex(int) - Method in class com.rapidminer.operator.learner.functions.neuralnet.OutputNode
 
setCluster(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setCluster(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the cluster attribute.
setClusterAssignments(int[], ExampleSet) - Method in class com.rapidminer.operator.clustering.ClusterModel
 
setClusterCovarianceMatrix(int, double[][]) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
setClusterMean(int, double[]) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
setClusterProbability(int, double) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
setClusterStandardDeviation(int, double) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
setCoefficients(double[]) - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
setCOF(double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setCofobject(COFObject) - Method in class com.rapidminer.operator.preprocessing.outlier.COFKnn
 
setColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
setColor(ColorScheme.ColorRGB, ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Replaces old color with new color if old color is already in color scheme.
setColor(Color) - Method in class com.rapidminer.gui.plotter.Quartile
 
setColor(Color) - Method in class com.rapidminer.gui.tools.ColoredTableCellRenderer
 
setColor(Color) - Method in class com.rapidminer.gui.tools.components.ColorIcon
 
setColor(Color) - Method in class com.rapidminer.gui.tools.components.ColorSelectionButton
 
setColorAlpha(Color, int) - Static method in class com.rapidminer.gui.new_plotter.utility.DataStructureUtils
Returns the old color with new alpha value.
setColorChooser(AbstractColorChooserPanel...) - Method in class com.rapidminer.gui.tools.components.ColorSelectionButton
 
setColorColum(String) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Set the name of the column which will be used as the color.
setColoredPoints(boolean) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
setColorLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Sets whether the color should be logarithmic or not.
setColors(List<ColorScheme.ColorRGB>) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Sets the list of ColorScheme.ColorRGB for this ColorScheme.
setColorSchemes(Map<String, ColorScheme>, String) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setColumnBaseName(String) - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
setColumnComparator(Class, Comparator) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
setColumnIdx(int) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setColumnLast(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
setColumnNames(String[]) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
setColumnOffset(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
setColumnSeparators(String) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setComment(String) - Method in class com.rapidminer.tools.documentation.ExampleProcess
 
setComment(String) - Method in class com.rapidminer.tools.jdbc.TableName
 
setCommentCharacters(String) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setCommentCharacters(String) - Method in class com.rapidminer.tools.LineParser
 
setComparator(Comparator<Object>) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
setComparator(PerformanceComparator) - Method in class com.rapidminer.operator.performance.PerformanceVector
 
setCompare_type(String) - Method in class com.rapidminer.gui.look.fc.Item
 
setCompatibilityLevel(OperatorVersion) - Method in class com.rapidminer.operator.Operator
 
setCompleted(int) - Method in interface com.rapidminer.tools.ProgressListener
Sets the amount of work completed, in the range [0, #getTotal().
setCondition(int, int) - Method in class com.rapidminer.gui.ConditionalAction
 
setConfidence(String, double) - Method in class com.rapidminer.example.Example
 
setConfidence(double) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
setConfiguration(ValueSourceData, PlotInstance) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.RenderFormatDelegate
Sets the configuration of this RenderFormatDelegate. null arguments are not allowed.
setConfirmed(boolean) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
setConnectionEntries(List<FieldConnectionEntry>) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
setConnectionEntry(ConnectionEntry) - Method in class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder
 
setConnectionProperties(Properties) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
Sets the additional connection properties (not the jdbc properties).
setConstruction(String) - Method in interface com.rapidminer.example.Attribute
Sets the construction description.
setConstruction(String) - Method in class com.rapidminer.example.table.AbstractAttribute
Returns the construction description.
setContext(ProcessContext) - Method in class com.rapidminer.gui.processeditor.MacroEditor
 
setContext(ProcessContext) - Method in class com.rapidminer.Process
 
setConviction(double) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
setCoordinateTransformation(CoordinateTransformation) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
This method sets the coordinate transformation for this component.
setCoordinateTransformation(CoordinateTransformation) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
This method sets the coordinate transformation for this component.
setCoordinateTransformation(CoordinateTransformation) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
This method sets the coordinate transformation for this component.
setCoordinateTransformation(CoordinateTransformation) - Method in interface com.rapidminer.gui.plotter.Plotter
This method sets the coordinate transformation, used for the mapping of user space coordinates inside the plotter itself to the screen.
setCoordinateTransformation(CoordinateTransformation) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
setCoordinateTransformation(CoordinateTransformation) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
setCost(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setCost(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the cost attribute.
setCoveredWeight(double) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Sets the covered weight of this hypothesis.
setCreateOtherPlottersEnabled(boolean) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setCreateOtherPlottersEnabled(boolean) - Method in class com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
 
setCrowdingDistance(double) - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
setCrowdingDistance(double) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
setCrowdingDistance(double) - Method in class com.rapidminer.operator.features.Individual
 
setCrowdingDistance(double) - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
setCsvFile(String) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setCurrent(String, int) - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
setCurrentBest(Individual) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
setCurrentDirectoryOfFileChooser(File) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
setCurrentOperator(Operator) - Method in class com.rapidminer.Process
Sets the operator that is currently being executed.
setCurrentPertubatedX(int) - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
setCurrentPertubatedY(int) - Method in class com.rapidminer.gui.plotter.ExamplePlotterPoint
 
setCutOnFirstLineBreak(boolean) - Method in class com.rapidminer.gui.tools.ColoredTableCellRenderer
This enables or disables the cutting on the first linebreak of a string.
setCutOnLineBreak(boolean) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setCutOnLineBreak(boolean, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setData(GroupCellData) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellKeyAndData
 
setData(List<Object[]>) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
setData(ExampleSetMetaData, List<Object[]>) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataEditor
 
setData(List<Object[]>) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclarationEditor
 
setData(List<Object[]>) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
setData(IOObject) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
SetData - Class in com.rapidminer.operator.preprocessing.filter
This operator simply sets the value for the specified example and attribute to the given value.
SetData(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.SetData
 
setDatabase(String) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
setDataForUsageType(ValueSource.SeriesUsageType, Map<DimensionConfig.PlotDimension, double[]>) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellData
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
setDataTable(DataTable) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets the data table for this plotter.
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTable
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableViewer
 
setDataTable(DataTable) - Method in class com.rapidminer.gui.viewer.DataTableViewerTable
 
setDataTableColumn(DataTableColumn) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
setDataTableColumn(DataTableColumn) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setDataTableColumn(DataTableColumn) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setDataTableColumn(DataTableColumn) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setDataTableColumn(ValueSource.SeriesUsageType, DataTableColumn) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
setDataTableColumn(DataTableColumn) - Method in class com.rapidminer.gui.new_plotter.data.DataTableColumnIndex
 
setDataTableViewer(DataTableViewer) - Method in class com.rapidminer.gui.processeditor.ProcessLogTab
 
setDate(long) - Method in class com.rapidminer.repository.remote.RemoteDataEntry
 
setDateFormat(DateFormat) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractValueGrouping
 
setDateFormat(DateFormat) - Method in interface com.rapidminer.gui.new_plotter.configuration.ValueGrouping
 
setDateFormat(DateFormat) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setDateFormat(DateFormat) - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
setDateFormat(int) - Method in class com.rapidminer.gui.tools.ColoredTableCellRenderer
 
setDatePattern(String) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
setDbNameSeperator(String) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
setDebugMode(DebugMode) - Method in class com.rapidminer.Process
 
setDecimalSeparator(char) - Method in class com.rapidminer.tools.StrictDecimalFormat
 
setDefault(double) - Method in interface com.rapidminer.example.Attribute
Sets the default value for this attribute.
setDefault(double) - Method in class com.rapidminer.example.AttributeDescription
 
setDefault(double) - Method in class com.rapidminer.example.table.AbstractAttribute
 
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationFunction
This method will fill in the default value of this aggregation function.
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountAggregationFunction
 
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIgnoringMissingsAggregationFunction
 
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.CountIncludingMissingsAggregationFunction
 
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.LogProductAggregationFunction
 
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.ProductAggregationFunction
 
setDefault(Attribute, DoubleArrayDataRow) - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
setDefaultDirectoryForSaveAs(File) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the default directory for the "save as" option.
setDefaultLocation() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
setDefaultNamespaceURI(String) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
setDefaultPort(String) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
setDefaultSize() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
setDefaultSize(int) - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterType
Sets the default value.
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeChar
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
Does nothing.
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
Does nothing.
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeInt
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeList
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeParameterValue
Does nothing.
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypePreview
Does nothing.
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeSQLQuery
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeString
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
setDefaultValue(Object) - Method in class com.rapidminer.parameter.ParameterTypeValue
Does nothing.
setDefaultValue(Object) - Method in class com.rapidminer.tools.config.ParameterTypeConfigurable
 
setDefaultVarcharLength(long) - Method in class com.rapidminer.tools.jdbc.StatementCreator
 
setDegree(double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
 
setDegree(double) - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
setDegree(double) - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
setDelayThread(Thread) - Method in class com.rapidminer.gui.tools.JDelayedCalculationPanel
 
setDependency(SelectionDependentAction.SelectionDependency) - Method in class com.rapidminer.gui.tools.actions.SelectionDependentAction
This sets the dependency of this action.
setDeprecated() - Method in class com.rapidminer.parameter.ParameterType
This method indicates that this parameter is deprecated and isn't used anymore beside from loading old process files.
setDeprecation(String) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
setDescription(String) - Method in class com.rapidminer.parameter.ParameterType
Sets the short description.
setDetectErrorsInPreview(boolean) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
setDeviation(double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setDialogIcon(JDialog) - Static method in class com.rapidminer.gui.tools.SwingTools
Returns the list of all possible frame icons.
setDimensionConfig(DimensionConfig.PlotDimension, DefaultDimensionConfig) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
Sets the dimension config for a specific dimension.
setDimensions(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Changes the number of dimensions for an object and copies the values of the old vector for the object into the new vektor (which is initialized with the new dimension number).
setDimensions(int) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchSpace
Sets the number of dimensions for the SearchSpace to dim.
setDirection(int) - Method in class com.rapidminer.gui.tools.ArrowButton
 
setDirectoryName(String) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
setDirectorySelected(boolean) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
setDismissDelay(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Specifies the dismissal delay value for this chart panel.
setDisplayedOperator(Operator) - Method in class com.rapidminer.gui.OperatorDocEditor
 
setDisplayedOperator(Operator) - Method in class com.rapidminer.gui.OperatorDocViewer
 
setDisplayToolTips(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Switches the display of tooltips for the panel on or off.
setDistance(double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFKnn
 
setDistance(double) - Method in class com.rapidminer.operator.preprocessing.outlier.KdistanceContainer
Sets the distance of the container to dist (double type value).
setDistanceFunction(DistanceFunction) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
setDocument(SyntaxDocument) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the document this text area is editing.
setDocumentation(String) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
setDocumentation(String) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This sets a HTML fragment that in detail describes the inner working of this OperatorLibrary.
setDocumentation(String) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
setDomainAxisZoom(Range, LinkAndBrushSelection) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
Sets the domain axis zoom.
setDomainZoomable(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the flag that controls whether or not zooming is enable for the domain axis.
setDragBounds(int, int, int, int) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets the bounds of the dragging rectangle.
setDragBounds(int, int, int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setDragBounds(int, int, int, int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setDragOffset(Point) - Method in class com.rapidminer.gui.look.ui.ToolBarUI
 
setDraw2DLines(boolean) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setDrawAxes(boolean) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setDrawLabel(boolean) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setDrawLabel(boolean) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setDrawLegend(boolean) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
setDrawLegend(boolean) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
setDrawLegend(boolean) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setDrawRange(double, double, double, double) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets the drawing range in data space.
setDrawRange(double, double, double, double) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setDrawRange(double, double, double, double) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Sets the draw range in data space.
setDrawRange(double, double, double, double) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setDriverClasses(String) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
setDriverJarFile(String) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
setEditable(boolean) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets if this component is editable.
setEditable(boolean) - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
setEditingColumn(int) - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
setEditor(ComboBoxEditor) - Method in class com.rapidminer.gui.tools.AutoCompletionComboBox
 
setEditorColor(Color) - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
 
setElectricScroll(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the number of lines from the top and bottom of the text area that are always visible
setElement(String) - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
setEnable(boolean) - Method in class com.rapidminer.gui.look.RapidLookComboBoxEditor
 
setEnabled(boolean) - Method in class com.rapidminer.gui.tools.components.ColorSelectionButton
 
setEnabled(Object, boolean) - Method in class com.rapidminer.gui.tools.ExtendedListModel
Enables or disables element.
setEnabled(boolean) - Method in class com.rapidminer.operator.Operator
Sets the activation mode.
setEnabledRecursive(Component, boolean) - Static method in class com.rapidminer.gui.tools.SwingTools
 
setEnclosingProcess(ExecutionUnit) - Method in class com.rapidminer.operator.Operator
 
setEncoding(Charset) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setEncoding(Charset) - Method in class com.rapidminer.tools.LineParser
 
setEnforceFileExtensions(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets a flag that controls whether or not file extensions are enforced.
setEOLMarkerColor(Color) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the EOL marker color.
setEOLMarkersPainted(boolean) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets if EOL markers are to be drawn.
setEpsilon(double) - Method in class com.rapidminer.generator.SinusFactory
 
setErrors(Collection<ParsingError>) - Method in class com.rapidminer.operator.nio.ErrorTableModel
 
setErrorTolerant(boolean) - Method in class com.rapidminer.operator.io.AbstractDataReader
Use this method to set the parameter AbstractDataReader.PARAMETER_ERROR_TOLERANT.
setEscapeCharacter(char) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setExampleInClusterProbability(double[][]) - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
setExampleIndex(int) - Method in class com.rapidminer.operator.nio.model.ParsingError
 
setExampleSet(ExampleSet) - Method in class com.rapidminer.gui.viewer.DataViewer
 
setExampleSet(ExampleSet) - Method in class com.rapidminer.gui.viewer.DataViewerTable
 
setExampleSet(ExampleSet) - Method in class com.rapidminer.gui.viewer.MetaDataViewer
 
setExampleSet(ExampleSet) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTable
 
setExampleSet(ExampleSet) - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
setExampleTable(ExampleTable) - Method in class com.rapidminer.generator.FeatureGenerator
 
setExampleXPath(String) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
setException(String) - Method in class com.rapidminer.repository.gui.process.ExceptionWrapper
 
setExecutionMode(ExecutionMode) - Method in class com.rapidminer.Process
 
setExecutionMode(RapidMiner.ExecutionMode) - Static method in class com.rapidminer.RapidMiner
 
setExpanded(boolean) - Method in class com.rapidminer.operator.ExecutionUnit
Sets the expansion mode which indicates if this operator is drawn expanded or not.
setExpanded(boolean) - Method in class com.rapidminer.operator.Operator
Sets the expansion mode which indicates if this operator is drawn expanded or not.
setExperiment(Process) - Method in class com.rapidminer.gui.MainFrame
Deprecated. Use MainFrame.setProcess(Process, boolean) instead
setExperimentFile(File) - Method in class com.rapidminer.Process
Deprecated. Please use Process.setProcessFile(File) instead.
setExperimentState(int) - Method in class com.rapidminer.Process
Deprecated. Use Process.setProcessState(int) instead
setExpert(boolean) - Method in class com.rapidminer.parameter.ParameterType
Sets if this parameter can be seen in expert mode (true) or beginner mode (false).
setExpertMode(boolean) - Method in class com.rapidminer.gui.MainFrame
 
setExpertMode(boolean) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
setExtendedScrollPane(ExtendedJScrollPane) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setExtension(String) - Method in class com.rapidminer.parameter.ParameterTypeFile
 
setExtensions(String[]) - Method in class com.rapidminer.parameter.ParameterTypeFile
 
setFaultTolerant(boolean) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
setFile(File) - Method in class com.rapidminer.tools.jdbc.connection.AccessConnectionEntry
 
setFileName(String) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
setFillPaint(Paint) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.ColoredBlockContainer
 
setFillZoomRectangle(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
A flag that controls how the zoom rectangle is drawn.
setFilter(boolean[]) - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
 
setFilter(boolean[]) - Method in interface com.rapidminer.gui.viewer.AssociationRuleFilterListener
 
setFilter(boolean[]) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableModel
 
setFilter(boolean[]) - Method in class com.rapidminer.gui.viewer.AssociationRuleTableViewer
 
setFilterDeprecated(boolean) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
setFilterEnabled(boolean) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
setFireEvents(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.AbstractDimensionConfig
 
setFirst(T) - Method in class com.rapidminer.tools.container.Pair
 
setFirstAttributeName(String) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
setFirstColumn(int) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
setFirstLine(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the line displayed at the text area's origin without updating the scroll bars.
setFirstRow(int) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
setFitness(PerformanceVector) - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
setFitnessVector(PerformanceVector[]) - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
setFixedDomainShiftUnits(double) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Sets the fixed shift step for the domain axis.
setFixedRangeShiftUnits(double) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Sets the fixed shift step for the range axis.
setFixFirstColumnForRearranging(boolean) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setFont(Font) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the font for this component.
setFormatLocale(Locale) - Static method in class com.rapidminer.tools.Tools
 
setFrameBackgroundColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setFrameBackgroundColor(ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Sets the ColorScheme.ColorRGB for the frame background around the chart.
setFrameIcon(JFrame) - Static method in class com.rapidminer.gui.tools.SwingTools
Returns the list of all possible frame icons.
setFrameIconProvider(FrameIconProvider) - Static method in class com.rapidminer.gui.tools.SwingTools
 
setFrequencies(int[]) - Method in class com.rapidminer.operator.learner.rules.Rule
 
setFullyQualifiedGroupKey(String) - Method in class com.rapidminer.operator.OperatorDescription
 
setFunction(String) - Method in class com.rapidminer.generator.AbsoluteValueGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.AlgebraicOrGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.AverageGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.ConstantGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.ExponentialFunctionGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.FeatureGenerator
Sets the function name.
setFunction(String) - Method in class com.rapidminer.generator.FloorCeilGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.MinMaxGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.PowerGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.ReciprocalValueGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.SignumGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.SquareRootGenerator
 
setFunction(String) - Method in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
setGain(double) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
setGamma(double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
 
setGamma(double) - Method in class com.rapidminer.operator.learner.meta.SDReweightMeasures
 
setGamma(double) - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
setGamma(double) - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
setGrabLeft(int) - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
setGrabRight(int) - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
setGradientEndColor(ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
setGradientStartColor(ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
setGraph(Graph<V, E>) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
setGraphicsFlags(Graphics, Font) - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Sets the foreground color and font of the specified graphics context to that specified in this style.
setGreaterChild(KDTreeNode<T>) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
setGridColor(Color) - Method in class com.rapidminer.gui.tools.SystemMonitor
 
setGroup(String) - Method in class com.rapidminer.tools.parameter.Parameter
This method allows to set the group explicitly.
setGrouping(ValueGrouping) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setGrouping(ValueGrouping) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setGrouping(ValueGrouping) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setGroupingSeparator(char) - Method in class com.rapidminer.tools.StrictDecimalFormat
 
setHeaderEditable(boolean) - Method in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
setHeaderEditor(TableCellEditor) - Method in class com.rapidminer.gui.tools.table.EditableTableHeaderColumn
 
setHidden(boolean) - Method in class com.rapidminer.parameter.ParameterType
Sets if this parameter is hidden (value true) and will not be shown in the GUI.
setHighlighted(Object, boolean) - Method in class com.rapidminer.operator.nio.xml.XMLTreeView
Marks a tree element as highlighted.
setHorizontalAlignment(int) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
setHorizontalAxisTrace(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
A flag that controls trace lines on the horizontal axis.
setHorizontalOffset(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the horizontal offset of drawn lines.
setHorizontalTraceLine(Line2D) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the horizontal trace line.
setHost(String) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
setHoveringOperator(Operator) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
seti18nKey(String, Object...) - Method in class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
setIconName(String) - Method in class com.rapidminer.operator.OperatorDescription
 
setIconName(String) - Method in class com.rapidminer.tools.GroupTree
 
setId(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setId(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the id attribute.
setId(double) - Method in class com.rapidminer.example.Example
 
setId(int) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setId(int) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
setId(int) - Method in interface com.rapidminer.tools.config.Configurable
Called when loading and creating configurables.
setIgnoreCase(boolean) - Method in class com.rapidminer.gui.tools.syntax.KeywordMap
Sets if the keyword map should be case insensitive.
setImage(Object, GraphicsConfiguration, int, int, Object[], Image) - Method in class com.rapidminer.gui.look.painters.Cache
 
setImageIcon(ImageIcon) - Method in class com.rapidminer.gui.look.fc.Item
 
setImportMessage(String) - Method in class com.rapidminer.Process
 
setIncludeIncompleteGroups(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.AggregationWindowing
 
setIndexDimensionName(String) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
Sets the name for the index dimension column.
setIndexDimensionName(String) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Sets the name for the index dimension column.
setInfosVisible(boolean) - Method in class com.rapidminer.gui.tools.SplashScreen
 
setInitialDelay(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Specifies the initial delay value for this chart panel.
setInitializer(Transformer<V, Point2D>) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
setInitPlugins(boolean) - Static method in class com.rapidminer.tools.plugin.Plugin
Specifies whether plugins should be initialized on startup.
setInput(IOContainer) - Method in class com.rapidminer.operator.Operator
Deprecated. use the ports
setInputHandler(InputHandler) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the input handler.
setInputHandler(InputHandler) - Static method in class com.rapidminer.RapidMiner
 
setInputRepositoryLocation(int, String) - Method in class com.rapidminer.ProcessContext
 
setInputRepositoryLocations(List<String>) - Method in class com.rapidminer.ProcessContext
 
setInstance(Wallet) - Static method in class com.rapidminer.gui.security.Wallet
 
setInstance(UnitExecutionFactory) - Static method in class com.rapidminer.operator.execution.UnitExecutionFactory
 
setInstance(ConfigurationManager) - Static method in class com.rapidminer.tools.config.ConfigurationManager
 
setIntercept(double) - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
setInvalidLinesPainted(boolean) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets if invalid lines are to be painted as red tildes.
setIsReplacementFor(String) - Method in class com.rapidminer.operator.OperatorDescription
 
setItemColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
Sets the item color to itemColor.
setItemShape(SeriesFormat.ItemShape) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setItemSize(double) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setJitter(int) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Sets the jitter for the plot.
setJitter(int) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Sets the level of jitter and initiates a repaint.
setJitter(int) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
Sets the level of jitter and initiates a repaint.
setJitter(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets the amount of Jitter and initiates a repaint.
setJitter(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setJitter(int) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
setJitter(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Sets the level of jitter and initiates a repaint.
setJitter(int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
Sets the level of jitter and initiates a repaint.
setK(int) - Method in class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
Indicates how many bins should be used for the distribution plot.
setKDist(double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setKDistance(int, double) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets the k-distance for the SearchObject for k to dist.
setKey(GroupCellKey) - Method in class com.rapidminer.gui.new_plotter.data.GroupCellKeyAndData
 
setKey(String) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
setKey(String) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets a key text (legend).
setKey(String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setKey(String) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setKey(String) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setKey(String) - Method in class com.rapidminer.parameter.ParameterType
Sets the key.
setLabel(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setLabel(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the label attribute.
setLabel(double) - Method in class com.rapidminer.example.Example
 
setLabel(String) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setLabel(String) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setLabel(String) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setLabel(String) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
Sets the name of the plot range axis
setLabel(String) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Sets the name of the plot range axis
setLabel(String) - Method in class com.rapidminer.operator.learner.rules.Rule
 
setLabel(double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setLabel(String) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets the label of the object to (String) l.
setLabelTextColor(Color) - Method in class com.rapidminer.gui.properties.PropertyPanel
This sets the color of the labels of properties.
setLabelVisible(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
setLaplace(double) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
setLaplaceCorrectionEnabled(boolean) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
setLaplaceCorrectionEnabled(boolean) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
setLargeIcons(boolean) - Method in class com.rapidminer.gui.tools.ResourceTabbedPane
 
setLastColumn(int) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
setLastRow(int) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
setLayout() - Method in class com.rapidminer.gui.graphs.LayoutSelection
 
setLeaf(String) - Method in class com.rapidminer.operator.learner.tree.Tree
 
setLearnRateEnd(double) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
setLearnRateStart(double) - Method in class com.rapidminer.tools.math.som.RitterAdaptation
 
setLeftChild(BallTreeNode<T>) - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
setLeftShapeLabel(String) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
setLegendBackgroundColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setLegendColumn(DataTable, int) - Method in class com.rapidminer.gui.plotter.PlotterLegend
 
setLegendFont(Font) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setLegendFont(Font) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Sets the legend Font.
setLegendFontColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setLegendFrameColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setLegendPosition(LegendConfiguration.LegendPosition) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setLesserChild(KDTreeNode<T>) - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
setLevel(Level) - Method in class com.rapidminer.gui.tools.LoggingViewer
 
setLift(double) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
setLine(AxisParallelLineConfiguration, boolean) - Method in class com.rapidminer.gui.new_plotter.gui.dialog.EditParallelLineDialog
Sets the AxisParallelLineConfiguration to edit.
setLineColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setLineColor(Color) - Method in class com.rapidminer.gui.tools.SystemMonitor
 
setLineHighlightColor(Color) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the line highlight color.
setLineHighlightEnabled(boolean) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Enables or disables current line highlighting.
setLineStyle(LineFormat.LineStyle) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setLineWidth(float) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setListParameter(String, List<String[]>) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
setListParameter(String, List<String[]>) - Method in class com.rapidminer.operator.Operator
Sets the given parameter list to the Parameters object of this operator.
setListParameter(String, List<String[]>) - Method in interface com.rapidminer.parameter.ParameterHandler
Sets the given parameter list to the Parameters object of this operator.
setLocalNormalization(boolean) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
setLocation(V, Point2D) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
setLocation(String) - Method in class com.rapidminer.repository.gui.process.OutputLocation
 
setLOF(int, double) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets the k-LOF for a SearchObject to lof for k.
setLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setLogarithmic(boolean) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
setLogarithmicAxis(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
setLogger(Logger) - Method in class com.rapidminer.tools.WrapperLoggingHandler
 
setLoggingHandler(LoggingHandler) - Method in class com.rapidminer.operator.AbstractIOObject
Sets the current working operator, i.e. the operator which is currently working on this IOObject.
setLoggingHandler(LoggingHandler) - Method in interface com.rapidminer.operator.IOObject
Sets the current working operator, i.e. the operator which is currently working on this IOObject.
setLogScale(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Sets if the given axis should be plotted with log scale.
setLogScale(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
Sets if the given axis should be plotted with log scale.
setLogScale(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
Sets if the given axis should be plotted with log scale.
setLogScale(int, boolean) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets if the given axis should be plotted with log scale.
setLogScale(int, boolean) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Sets if the given axis should be plotted with log scale.
setLogScale(int, boolean) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Sets if the given axis should be plotted with log scale.
setLogScaleForPlotColumns(boolean) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
Sets if the given axis should be plotted with log scale.
setLogScaleForPlotColumns(boolean) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets if the plot columns should be plotted with log scale.
setLogScaleForPlotColumns(boolean) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Sets if the plot columns should be plotted with log scale.
setLower(double) - Method in class com.rapidminer.tools.math.container.Range
 
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.ClusterFunction
Since circles are used the upper and lower bounds must be the same.
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.GaussianFunction
Since circles are used the upper and lower bounds must be the same.
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.RegressionFunction
 
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.RingClusteringFunction
Since circles are used the upper and lower bounds must be the same.
setLowerArgumentBound(double) - Method in interface com.rapidminer.operator.generator.TargetFunction
Sets the lower bound for the arguments.
setLowerArgumentBound(double) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
setLowerBound(Double) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setLowerBound(Double) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setLowerBound(Double) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setLowerBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
setLowerBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
setLowerBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
setLowerBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
setLowerBound(double) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setLowerBoundName(String) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Sets the name for the lower bound column.
setLowerViewBound(double) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
setLRD(int, double) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets the local reachability density for k for a SearchObject for k to lrdvalue.
setMacroRecorder(InputHandler.MacroRecorder) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Sets the macro recorder.
setMacros(List<Pair<String, String>>) - Method in class com.rapidminer.ProcessContext
 
setMagicCaretPosition(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the `magic' caret position.
setMailSessionFactory(MailSessionFactory) - Static method in class com.rapidminer.tools.MailUtilities
 
setMainCriterionName(String) - Method in class com.rapidminer.operator.performance.PerformanceVector
Sets the name of the main average (must be added by AverageVector.addAveragable(Averagable))
setMainFrame(MainFrame) - Static method in class com.rapidminer.gui.RapidMinerGUI
 
setMapping(NominalMapping) - Method in interface com.rapidminer.example.Attribute
Returns the nominal mapping between nominal values and internal double representations.
setMapping(NominalMapping) - Method in class com.rapidminer.example.table.BinominalAttribute
 
setMapping(String, int) - Method in class com.rapidminer.example.table.BinominalMapping
Sets the given mapping.
setMapping(NominalMapping) - Method in class com.rapidminer.example.table.DateAttribute
Do nothing.
setMapping(String, int) - Method in interface com.rapidminer.example.table.NominalMapping
Sets the given mapping.
setMapping(NominalMapping) - Method in class com.rapidminer.example.table.NumericalAttribute
Does nothing.
setMapping(NominalMapping) - Method in class com.rapidminer.example.table.PolynominalAttribute
 
setMapping(String, int) - Method in class com.rapidminer.example.table.PolynominalMapping
Sets the given mapping.
setMapping(NominalMapping) - Method in class com.rapidminer.example.table.ViewAttribute
 
setMappingProvider(int, DataTableMappingProvider) - Method in class com.rapidminer.datatable.ValueMappingDataTableView
 
setMatrixType(int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
setMax(String) - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
setMax(String) - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
setMax(int, double) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
setMaxColor(Color) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
setMaxColumns(int) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
setMaximalTextLength(int) - Method in class com.rapidminer.gui.tools.ColoredTableCellRenderer
Use this method to set the maximal text length.
setMaximalTextLength(int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setMaximalTextLength(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setMaximumDrawHeight(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the maximum drawing height for the chart on this panel.
setMaximumDrawWidth(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the maximum drawing width for the chart on this panel.
setMaxModelNumber(int) - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
Using this setter with a positive value makes the model discard all but the specified number of base models.
setMaxModelNumber(int) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Using this setter with a positive value makes the model discard all but the specified number of base models.
setMaxRows(int) - Method in class com.rapidminer.gui.attributeeditor.DataControl
 
setMaxValue(double) - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
setMaxValue(double) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
 
setMaxVisibleUsageCount(int) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeRenderer
 
setMean(MDReal) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setMeanVarianceMap(Map<Integer, SVMExamples.MeanVariance>) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
setMemoryColor(Color) - Method in class com.rapidminer.gui.tools.SystemMonitor
 
setMenuItems(Collection<BuildingBlock>) - Method in class com.rapidminer.gui.templates.NewBuildingBlockMenu
 
setMessage(String) - Method in class com.rapidminer.gui.tools.SplashScreen
 
setMessage(String) - Method in interface com.rapidminer.tools.ProgressListener
An optional message to display to the user.
setMetaData(ExampleSetMetaData) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.AttributeSelectionWizardStep
 
setMikroAverage(double, double) - Method in class com.rapidminer.operator.performance.EstimatedPerformance
Sets the value of this estimated performance criterion.
setMin(String) - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
setMin(String) - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
setMin(int, double) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
setMinColor(Color) - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
setMinimalGain(double) - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
setMinimalGain(double) - Method in interface com.rapidminer.operator.learner.tree.MinimalGainHandler
 
setMinimumDrawHeight(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the minimum drawing height for the chart on this panel.
setMinimumDrawWidth(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the minimum drawing width for the chart on this panel.
setMinValue(double) - Method in class com.rapidminer.gui.new_plotter.configuration.EquidistantFixedBinCountBinning
 
setMinValue(int) - Method in class com.rapidminer.parameter.ParameterTypeInt
 
setMinValue(double) - Method in class com.rapidminer.tools.math.optimization.ec.pso.PSOOptimization
 
setMinWeight(double) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
setMode(String) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setModel(DefaultTableModel) - Method in class com.rapidminer.gui.properties.PropertyTable
 
setModel(ComboBoxModel) - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
setModel(TableModel) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setModel(ExtendedJTextField.ExtendedJTextFieldModel) - Method in class com.rapidminer.gui.tools.ExtendedJTextField
Use this method to set a new model to this component.
setModel(ParentButtonModel<T>) - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
setModel(Model) - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
setModel(Model) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
setModel(TreeModel) - Method in class com.rapidminer.operator.nio.xml.XMLTreeView
 
setModel(Model) - Method in class com.rapidminer.operator.visualization.SOMModelPlotter
 
setMousePosInDataSpace(int, int) - Method in class com.rapidminer.gui.plotter.DensityPlotter
Sets the mouse position in the shown data space.
setMousePosInDataSpace(int, int) - Method in interface com.rapidminer.gui.plotter.Plotter
Indicates where the mouse is in the plotter component.
setMousePosInDataSpace(int, int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setMousePosInDataSpace(int, int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
Sets the mouse position in the shown data space.
setMousePosInDataSpace(int, int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
Sets the mouse position in the shown data space.
setMousePosition(Point) - Method in class com.rapidminer.gui.new_plotter.gui.dialog.AddParallelLineDialog
Sets the mouse position (defines preselected x/y values).
setMouseWheelEnabled(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Enables or disables mouse wheel support for the panel.
setMouseZoomable(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
A convenience method that switches on mouse-based zooming.
setMouseZoomable(boolean, boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
A convenience method that switches on mouse-based zooming.
setMultiLine(boolean) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
setName(String) - Method in class com.rapidminer.datatable.AbstractDataTable
 
setName(String) - Method in interface com.rapidminer.datatable.DataTable
Sets the name of the data table.
setName(String) - Method in interface com.rapidminer.example.Attribute
Sets the name of the attribute.
setName(String) - Method in class com.rapidminer.example.AttributeDescription
 
setName(String) - Method in class com.rapidminer.example.table.AbstractAttribute
Sets the name of the attribute.
setName(String) - Method in class com.rapidminer.gui.look.fc.Bookmark
 
setName(String) - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
Sets the name of this ColorScheme.
setName(String) - Method in class com.rapidminer.operator.ExecutionUnit
 
setName(String) - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
setName(String) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
setName(String) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This sets the name of the library.
setName(String) - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
setName(String) - Method in class com.rapidminer.operator.ports.impl.AbstractPort
Don't use this method.
setName(String) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setName(String) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
setName(String) - Method in interface com.rapidminer.tools.config.Configurable
Sets the user defined unique name.
setName(String) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
setName(String) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
setNames(List<String>) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
setNames(List<String>) - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
setNamespace(String) - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
setNamespaceAware(boolean) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
setNamespacesMap(Map<String, String>) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
setNamespacesMap(Map<String, String>) - Method in class com.rapidminer.operator.nio.xml.XMLTreeView
Sets the namespaces map.
setNeed_update(boolean) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
setNominalDataWasShrinked(boolean) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
setNominalMapping(NominalMapping) - Method in class com.rapidminer.example.set.AttributeTransformationRemapping
 
setNominalValues(List, ResultSet, Attribute) - Method in class com.rapidminer.operator.io.KDBExampleSource
 
setNominalValues(List<Attribute>, ResultSet, Attribute) - Method in class com.rapidminer.operator.io.ResultSetExampleSource
Since the ResultSet does not provide information about possible values of nominal attributes, subclasses must set these by implementing this method.
setNumber(T) - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
setNumberFormat(NumberFormat) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
setNumberOfComponents(int) - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
setNumberOfComponents(int) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
setNumberOfComponents(int) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
setNumberOfExamples(int) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Convenience method for setting the number of examples if the number is known exactly.
setNumberOfExamples(MDInteger) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
Method for setting the number of examples.
setNumberOfMissingValues(MDInteger) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setOk(boolean) - Method in class com.rapidminer.gui.plotter.charts.PointsAndLinesDialog
 
setOnlyXShift(boolean) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
 
setOpacity(int) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setOpaque(int) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Sets the opacity.
setOpaqueRecursive(Component, boolean) - Static method in class com.rapidminer.gui.tools.SwingTools
 
setOpenedProcess(Process, boolean, String) - Method in class com.rapidminer.gui.MainFrame
 
setOperator(Operator) - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
Does nothing.
setOperator(Operator, PropertyTable) - Method in class com.rapidminer.gui.properties.celleditors.key.DefaultPropertyKeyRenderer
Does nothing.
setOperator(Operator, PropertyTable) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
setOperator(Operator, PropertyTable) - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
setOperator(Operator, PropertyTable) - Method in interface com.rapidminer.gui.properties.celleditors.key.PropertyKeyCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeFileValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
Does nothing.
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
Does nothing.
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
Does nothing.
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
Does nothing.
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
Does nothing.
setOperator(Operator) - Method in interface com.rapidminer.gui.properties.celleditors.value.PropertyValueCellEditor
This method can be implemented to perform operator specific settings.
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.SimpleFileValueCellEditor
Does nothing.
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
setOperator(Operator) - Method in class com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
 
setOperator(Operator) - Method in exception com.rapidminer.operator.UserError
 
setOperator(Operator) - Method in class com.rapidminer.parameter.conditions.EqualOperatorVersionCondition
 
setOperator(Operator) - Method in class com.rapidminer.parameter.conditions.ParameterCondition
This method sets the parameter handler from which the values to check the condition are retrieved, this is usually an operator.
setOperatorDescriptions(Vector<OperatorDescription>) - Method in class com.rapidminer.gui.tools.OperatorList
 
setOperatorList(GroupTree) - Method in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
setOptional(boolean) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetPrecondition
 
setOptional(boolean) - Method in class com.rapidminer.parameter.ParameterType
This sets if the parameter is optional or must be entered.
setOrientation(PlotOrientation) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setOrigin(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
A fast way of changing both the first line and horizontal offset.
setOriginalAttributeName(String) - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
setOutlier(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setOutlier(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the outlier attribute.
setOutlierFactor(double) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets a (double) Outlier factor to store smooth Outlier status information, such as local outlier factors and others.
setOutlierStatus(boolean) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets a BOOLEAN Outlier Status for the object to store the results of Outlier tests according to a yes/no Outlier state (e.g.
setOutputRepositoryLocation(int, String) - Method in class com.rapidminer.ProcessContext
 
setOutputRepositoryLocations(List<String>) - Method in class com.rapidminer.ProcessContext
 
setOverwriteEnabled(boolean) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets if overwrite mode should be enabled.
setOverwriteMode(boolean) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
Indicates if values which are merged with the current weights should overwrite them.
setPageFormat(PageFormat) - Static method in class com.rapidminer.gui.tools.PrintingTools
 
setPaintEdgeLabels(boolean) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
setPaintVertexLabels(boolean) - Method in class com.rapidminer.gui.graphs.GraphViewer
 
setPairParameter(String, String, String) - Method in class com.rapidminer.operator.Operator
 
setParameter(String, String) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
setParameter(String, Object) - Method in class com.rapidminer.operator.AbstractModel
Throws a UserError since most models should not allow additional parameters during application.
setParameter(String, Object) - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
setParameter(String, Object) - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
setParameter(String, Object) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
setParameter(String, Object) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
setParameter(String, Object) - Method in class com.rapidminer.operator.GroupedModel
Invokes the method for all models.
setParameter(String, String) - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
Setting the parameter MAX_MODEL_NUMBER allows to discard all but the first n models for specified n.
setParameter(String, String) - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
Setting the parameter MAX_MODEL_NUMBER allows to discard all but the first n models for specified n.
setParameter(String, String) - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
Setting the parameter MAX_MODEL_NUMBER allows to discard all but the first n models for specified n.
setParameter(String, Object) - Method in interface com.rapidminer.operator.Model
This method can be used to allow additional parameters.
setParameter(String, String) - Method in class com.rapidminer.operator.Operator
Sets the given single parameter to the Parameters object of this operator.
setParameter(String, Object) - Method in class com.rapidminer.operator.preprocessing.PreprocessingModel
 
setParameter(String, String) - Method in interface com.rapidminer.parameter.ParameterHandler
Sets the given single parameter to the Parameters object of this operator.
setParameter(String, String) - Method in class com.rapidminer.parameter.Parameters
Sets the parameter for the given key after performing a range-check.
setParameter(String, String) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
setParameter(String, String) - Method in interface com.rapidminer.tools.config.Configurable
Sets the parameter value for the given key
setParameterAsBoolean(String, boolean) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setParameterAsDouble(String, double) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setParameterAsInt(String, int) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setParameterAsString(String, String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setParameterChangeListener(ParameterChangeListener) - Method in class com.rapidminer.gui.properties.celleditors.key.ParameterValueKeyCellEditor
 
SetParameterDialog - Class in com.rapidminer.gui.tools.dialogs
A dialog to set a single parameter.
SetParameterDialog(Operator, ParameterType) - Constructor for class com.rapidminer.gui.tools.dialogs.SetParameterDialog
 
SetParameterRule - Class in com.rapidminer.io.process.rules
Rule to set parameters.
SetParameterRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.SetParameterRule
 
setParameters(Parameters) - Method in class com.rapidminer.gui.actions.AttributeDescriptionFileWizardAction
Does nothing.
setParameters(Parameters) - Method in class com.rapidminer.gui.properties.BasicPropertyTable
 
setParameters(Parameters) - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
setParameters(Parameters) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
Do nothing.
setParameters(Map<String, String>) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizardCreator
 
setParameters(Parameters) - Method in interface com.rapidminer.gui.wizards.ConfigurationListener
 
setParameters(Map<String, String>) - Method in interface com.rapidminer.gui.wizards.ConfigurationWizardCreator
 
setParameters(double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova
 
setParameters(double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov
 
setParameters(double, double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination
 
setParameters(double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric
 
setParameters(double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural
 
setParameters(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setParameters(AbstractDataResultSetReader) - Method in interface com.rapidminer.operator.nio.model.DataResultSetFactory
Sets the configuration parameters in the given reader operator.
setParameters(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
Sets the parameters in the given operator to describe this configuration.
setParameters(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
setParameters(AbstractDataResultSetReader) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
 
setParameters(Parameters) - Method in class com.rapidminer.operator.Operator
Sets all parameters of this operator.
setParameters(Parameters) - Method in interface com.rapidminer.parameter.ParameterHandler
Sets all parameters of this operator.
setParameters(File) - Static method in class com.rapidminer.tools.ParameterService
This sets the parameters to the values given by a properties file denoted by the given file object.
setParameters(InputStream) - Static method in class com.rapidminer.tools.ParameterService
This method reads the input stream that streams in a properties file and sets the parameter values accordingly.
setParametersAndEvaluate(Individual) - Method in class com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator
 
setParameterValue(String, String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setParameterValue(String, String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
This method sets a parameter specified by the key to the given value.
setParameterValue(ParameterType, String) - Static method in class com.rapidminer.tools.ParameterService
This method sets the given parameter to the given value.
setParameterValue(String, String) - Static method in class com.rapidminer.tools.ParameterService
This method sets the parameter with the given key to the given value.
setParameterWithoutCheck(String, String) - Method in class com.rapidminer.parameter.Parameters
Deprecated. Please use the method Parameters.setParameter(String, String) instead
setParent(HierarchicalModel.Node) - Method in class com.rapidminer.operator.learner.meta.HierarchicalModel.Node
Deprecated.  
setParent(HierarchicalMultiClassModel.Node) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
Sets the parent of this node.
setParent(GroupTree) - Method in class com.rapidminer.tools.GroupTreeNode
Sets the parent of this group.
setParentTree(JTree) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
setPartitionId(int) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassModel.Node
 
setPassword(char[]) - Method in class com.rapidminer.gui.security.UserCredential
 
setPassword(char[]) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
setPassword(char[]) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
setPasteMenuItemStatus(boolean) - Method in class com.rapidminer.gui.look.fc.Item
 
setPath(String) - Method in class com.rapidminer.gui.look.fc.Bookmark
 
setPcl(double) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setPerformance(PerformanceVector) - Method in class com.rapidminer.operator.features.aggregation.AggregationIndividual
 
setPerformance(PerformanceVector) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
setPerformance(PerformanceVector) - Method in class com.rapidminer.operator.features.Individual
 
setPlotBackgroundColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setPlotBackgroundColor(ColorScheme.ColorRGB) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Sets the ColorScheme.ColorRGB for the chart background.
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.AndrewsCurves
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.ColorQuartileMatrixPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.ColorQuartilePlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.DensityPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
setPlotColumn(int, boolean) - Method in interface com.rapidminer.gui.plotter.Plotter
Sets if the given data dimension should be plotted in the value dimension.
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.QuartilePlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
setPlotColumn(int, boolean) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
setPlotConfiguration(PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setPlotData(PlotData) - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
setPlotEngine(JFreeChartPlotEngine) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Sets the JFreeChartPlotEngine instance.
setPlotInstance(PlotInstance) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
Sets the plot configuration and adapts all subscriptions of this Plotter2D to event providers.
setPlotInstance(PlotInstance, AbstractConfigurationPanel.DatasetTransformationType) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
setPlotInstance(PlotInstance) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Set the PlotInstance object for the template.
setPlotSelection(Object[]) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Sets the currently selected plots by their name.
setPlotSelection(Object[]) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
Sets the currently selected plots by their name.
setPlotSelection(Object[]) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Sets the currently selected plots by their name.
setPlotter(String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setPlotter(Plotter) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
setPlotterName(String) - Method in class com.rapidminer.gui.plotter.PlotterConfigurationSettings
 
setPlotterTemplate(PlotterTemplate) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplateWrapper
Sets the new PlotterTemplate for this wrapper.
setPluginLocation(String) - Static method in class com.rapidminer.tools.plugin.Plugin
Specifies a directory to scan for plugins.
setPointType(int) - Method in class com.rapidminer.gui.plotter.ScatterPlotter
 
setPointType(int) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setPolynomialParameters(double, double) - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
Sets the used polynomial parameters.
setPopupLocation(Point) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.actions.AddParallelLineAction
Sets the location where the popup has been triggered.
setPopupMenu(JPopupMenu) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the popup menu for the panel.
setPort(String) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
setPosition(Renderer.VertexLabel.Position) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
setPositioner(Renderer.VertexLabel.Positioner) - Method in class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
setPositiveWeight(double) - Method in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
Sets the covered positive weight of this hypothesis.
setPredictedLabel(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setPredictedLabel(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the predicted label attribute.
setPredictedLabel(double) - Method in class com.rapidminer.example.Example
 
setPrediction(Example, double) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMModel
Sets the correct prediction to the example from the result value of the SVM.
setPrediction(Example, double) - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMModel
 
setPrediction(Example, double) - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRModel
 
setPreferredWidth(int) - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
setPresetMeasure(DistanceMeasure) - Method in class com.rapidminer.operator.clustering.clusterer.FastKMeans
Overrides the measure specified by the operator parameters.
setPresetMeasure(DistanceMeasure) - Method in class com.rapidminer.operator.clustering.clusterer.KMeans
Overrides the measure specified by the operator parameters.
setProcess(Process) - Method in class com.rapidminer.gui.flow.ProcessButtonBar
 
setProcess(Process) - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
setProcess(Process, boolean) - Method in class com.rapidminer.gui.MainFrame
Sets a new process and registers the MainFrame listener.
setProcess(Process, ProcessContext) - Method in class com.rapidminer.gui.processeditor.ProcessContextEditor
Sets the process and edited context.
setProcess(Process, Collection<OperatorParameterPair>) - Method in class com.rapidminer.gui.properties.WizardPropertyTable
Sets the process and the editable parameters.
setProcess(Process) - Method in class com.rapidminer.operator.ProcessRootOperator
Sets the process.
setProcessConverted(boolean) - Method in class com.rapidminer.Process
This sets whether the process is converted.
setProcessEditorsEnabled(boolean) - Static method in class com.rapidminer.gui.tools.SwingTools
 
setProcessEvents(Boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
If this parameter is true, events that happen inside this PlotConfiguration, e.g. changes of RangeAxis, ValueSource etc. are process by the event queue.
setProcessFile(File) - Method in class com.rapidminer.Process
Sets the process file.
setProcessLocation(ProcessLocation) - Method in class com.rapidminer.Process
 
setProcessXML(String) - Method in class com.rapidminer.tools.documentation.ExampleProcess
 
setProgress(int) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
setProgress(String, int, int) - Method in class com.rapidminer.gui.tools.StatusBar
Sets the progress in the status bar.
setProgress(int) - Method in interface com.rapidminer.tools.math.som.ProgressListener
 
setProperty(String, String) - Method in class com.rapidminer.gui.tools.SplashScreen
 
setPs(double) - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
setQuery(String) - Method in class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder
 
setQuoteCharacter(char) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setQuoteCharacter(char) - Method in class com.rapidminer.tools.LineParser
 
setQuoteEscapeCharacter(char) - Method in class com.rapidminer.tools.LineParser
 
setRadius(double) - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
setRandomGenerator(Random) - Method in interface com.rapidminer.tools.math.som.KohonenTrainingsData
 
setRandomGenerator(Random) - Method in class com.rapidminer.tools.math.som.RandomDataContainer
 
setRandomSeed(long) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
setRange(int, Range) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
This is a convenience method for setting the correct range parameter
setRange(String, Range) - Method in class com.rapidminer.gui.plotter.RangeablePlotterAdapter
 
setRange(double, double) - Method in class com.rapidminer.tools.math.container.Range
 
setRange(Range) - Method in class com.rapidminer.tools.math.container.Range
 
setRangeAxisZoom(int, Range, LinkAndBrushSelection) - Method in class com.rapidminer.gui.new_plotter.configuration.LinkAndBrushMaster
Sets the range axis zoom of the range axis specified by the given index.
setRangeForDimension(DimensionConfig.PlotDimension, ValueRange) - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
setRanges(Map<Attribute, double[]>, String, int, int) - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
Creates the ranges.
setRanges(Map<String, SortedSet<Tupel<Double, String>>>) - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
setRangeZoomable(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
A flag that controls mouse-based zooming on the vertical axis.
setRapidMinerPropertyValue(String, String) - Static method in class com.rapidminer.RapidMiner
Deprecated. 
setRealMetaData(MetaData) - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
setRegular() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
SetRelation - Enum in com.rapidminer.operator.ports.metadata
Can be used to indicate whether we know the attribute set exactly, or only know that it is a subset/superset of a given set.
setRendererType(int) - Method in class com.rapidminer.gui.viewer.DataTableViewerTable
 
setRepeatCount(int) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Sets the number of times the next action will be repeated.
setRepeatEnabled(boolean) - Method in class com.rapidminer.gui.tools.syntax.InputHandler
Enables repeating.
setReplacementMap(Map<String, Double>) - Method in class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
setReplaces(String) - Method in class com.rapidminer.operator.DummyOperator
 
setRepository(LocalRepository) - Method in class com.rapidminer.repository.local.SimpleEntry
 
setRepository(ResourceRepository) - Method in class com.rapidminer.repository.resource.ResourceEntry
 
setRepository(String) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
setRepositoryAccessor(RepositoryAccessor) - Method in class com.rapidminer.Process
 
setReshowDelay(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Specifies the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown.
setResourceIdentifier(String) - Method in class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This sets the used resource identifier.
setRightChild(BallTreeNode<T>) - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
setRightClickPopup(JPopupMenu) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the right click popup menu.
setRightShapeLabel(String) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.FlankedShapeLegendItem
 
setRole(String) - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Set the role of the attribute column
setRole(String) - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
setRole(String) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
Sets the role of this attribute.
SetRoleByNameRule - Class in com.rapidminer.io.process.rules
This rule will insert a SetRole operator.
SetRoleByNameRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.SetRoleByNameRule
 
setRoot(File) - Method in class com.rapidminer.repository.local.LocalRepository
 
setRootOperator(ProcessRootOperator) - Method in class com.rapidminer.Process
Sets the current root operator.
setRowBaseName(String) - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
setRowLast(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
setRowOffset(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
setScale(int) - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
setScope(ParameterScope) - Method in class com.rapidminer.tools.parameter.Parameter
This sets the scope to the given one.
setSecond(K) - Method in class com.rapidminer.tools.container.Pair
 
setSecondAttributeName(String) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
setSelected(boolean) - Method in class com.rapidminer.gui.actions.ToggleAction
 
setSelected(boolean) - Method in interface com.rapidminer.gui.actions.ToggleAction.ToggleActionListener
 
setSelected(boolean) - Method in class com.rapidminer.gui.look.fc.FileTableLabel
 
setSelected(boolean) - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
setSelectedColorScheme(ColorScheme) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Sets the selected ColorScheme.
setSelectedColorSchemeIndex(int) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Set the index of the currently selected ColorScheme.
setSelectedFile(File) - Method in class com.rapidminer.gui.look.fc.FileList
 
setSelectedIndices(Vector<Integer>) - Method in class com.rapidminer.datatable.DataTableView
 
setSelectedItem(Object) - Method in class com.rapidminer.gui.tools.AutoCompletionComboBox
 
setSelectedLocation(RepositoryLocation) - Method in class com.rapidminer.operator.nio.model.WizardState
 
setSelectedNode(T) - Method in class com.rapidminer.gui.tools.ParentButtonPanel
 
setSelectedText(String) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Replaces the selection with the specified text.
setSelectedVersion(String) - Method in class com.rapid_i.deployment.update.client.ManagedExtension
 
setSelection(AbstractChartPanel.Selection) - Method in class com.rapidminer.datatable.AbstractDataTable
 
setSelection(AbstractChartPanel.Selection) - Method in interface com.rapidminer.datatable.DataTable
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.actions.Actions
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.flow.ErrorTable
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.flow.ProcessPanel
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.OperatorDocEditor
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
 
setSelection(Operator) - Method in class com.rapidminer.gui.OperatorDocumentationBrowser
This method gets called if the user clicks on an operator in the Operator-Tree View.
setSelection(List<Operator>) - Method in class com.rapidminer.gui.OperatorDocViewer
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.operatortree.OperatorTreePanel
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.processeditor.CommentEditor
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.processeditor.ProcessContextProcessEditor
 
setSelection(List<Operator>) - Method in interface com.rapidminer.gui.processeditor.ProcessEditor
Sets the currently selected operator.
setSelection(List<Operator>) - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.processeditor.XMLEditor
Just jumps to the position of the currently selected operator.
setSelection(List<Operator>) - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
setSelection(Operator) - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
setSelection(List<Operator>) - Method in class com.rapidminer.gui.tools.StatusBar
 
setSelection(ExcelWorkbookPane.ExcelWorkbookSelection) - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane
 
setSelectionColor(Color) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the selection color.
setSelectionEnd(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the selection end.
setSelectionMode(int) - Static method in class com.rapidminer.generator.FeatureGenerator
 
setSelectionMode(boolean) - Method in class com.rapidminer.gui.look.fc.Item
 
setSelectionPaths(TreePath[]) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeSelectionModel
 
setSelectionRectangular(boolean) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets if the selection should be rectangular.
setSelectionStart(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the selection start.
setSeriesFormat(SeriesFormat) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
setSeriesType(SeriesFormat.VisualizationType) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setSeriesType(SeriesFormat.VisualizationType) - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
setShape(Shape) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.CustomLegendItem
 
setShapeForCategory(double, Shape) - Method in class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
setSheet(int) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
 
setShift(double) - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
setShiftType(int) - Method in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
Sets the shift type.
setShortName(String) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
setShowColumn(int, boolean) - Method in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
setShowDimensionType(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setShowDisabledOperators(boolean) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
setShowElementIndices(boolean) - Method in class com.rapidminer.operator.nio.xml.XMLTreeView
 
setShowLegend(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Set whether the legend should be shown or not.
setShowLegendFrame(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.LegendConfiguration
 
setShowLines(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
setShowPasswords(boolean) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
setShowPoints(int, boolean) - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
setShowPopupMenu(boolean) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setShowRange(boolean) - Method in class com.rapidminer.parameter.ParameterType
 
setSibling(FPTreeNode) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
This method sets the next node in the chain of node representing the same item as this node
setSigma(double) - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
setSigma(double) - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
setSigma(double[]) - Method in class com.rapidminer.tools.math.optimization.ec.es.GaussianMutation
 
setSigma1(double) - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
setSigma2(double) - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
setSigma3(double) - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
setSigmoidParameters(double, double) - Method in class com.rapidminer.tools.math.kernels.SigmoidKernel
Sets the parameters of this Sigmoid kernel to the given values a and b.
setSince(Date) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
setSize(Dimension) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
setSkipComments(boolean) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setSkipComments(boolean) - Method in class com.rapidminer.tools.LineParser
 
setSkipUTF8BOM(boolean) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setSortable(boolean) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setSortByUsage(boolean) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
setSortCriterion(SortProvider.SortCriterion) - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
 
setSorting(boolean) - Method in class com.rapidminer.gui.plotter.BoundDiagram
 
setSorting(boolean) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
setSorting(boolean) - Method in interface com.rapidminer.gui.plotter.Plotter
Indicates if the data should be sorted according to the currently selected plot dimension.
setSorting(boolean) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setSortingMode(DomainConfigManager.Sorting) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setSortingStatus(int, boolean) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
setSortingStatus(int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
setSortingType(int) - Method in class com.rapidminer.example.AttributeWeights
Sets the currently used sorting type.
setSortOrder(SortProvider.SortOrder) - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
 
setSortProvider(DataTableSortProvider) - Method in class com.rapidminer.datatable.SortedDataTableView
Sets the new sort provider, invalidates cache and informs all listeners.
setSource(PlotConfiguration) - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
setSource(String) - Method in class com.rapidminer.operator.AbstractIOObject
Sets the source of this IOObject.
setSource(String) - Method in interface com.rapidminer.operator.IOObject
Sets the source of this IOObject.
setSource(File, int) - Method in class com.rapidminer.tools.att.AttributeDataSource
 
setSource(RemoteRepository) - Method in class com.rapidminer.tools.config.AbstractConfigurable
 
setSource(RemoteRepository) - Method in interface com.rapidminer.tools.config.Configurable
Set when this configurable was loaded from a RapidAnalytics instance.
setSpecial(int, boolean) - Method in class com.rapidminer.datatable.SimpleDataTable
 
setSpecial(String) - Method in class com.rapidminer.example.AttributeRole
 
setSpecialAttribute(Attribute, String) - Method in class com.rapidminer.example.AbstractAttributes
 
setSpecialAttribute(Attribute, String) - Method in interface com.rapidminer.example.Attributes
Sets the special attribute for the given name.
setSpecialAttribute(String, Attribute) - Method in class com.rapidminer.tools.att.AttributeSet
Adds a named special attribute.
setSpecialText(String) - Method in class com.rapidminer.gui.tools.StatusBar
 
setSplitExpression(String) - Method in class com.rapidminer.tools.LineParser
 
setSquared(boolean) - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
setStackingMode(SeriesFormat.StackingMode) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setStackingMode(SeriesFormat.StackingMode) - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
setStartGenerations(int) - Method in class com.rapidminer.operator.features.construction.FourierGenerator
 
setState(int) - Method in class com.rapidminer.gui.actions.RunAction
 
setState(Boolean) - Method in class com.rapidminer.gui.tools.ExtendedTriStateCheckBox
Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE.
setSteps(String) - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
setStructureLocked(boolean) - Method in class com.rapidminer.gui.operatortree.OperatorTree
Sets the current lock status for the drag and drop locking.
setStyle(LineFormat.LineStyle) - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
setStyleProvider(PlotterStyleProvider) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Sets the PlotterStyleProvider for this PlotterTemplate.
setStyles(SyntaxStyle[]) - Method in class com.rapidminer.gui.tools.syntax.TextAreaPainter
Sets the syntax styles used to paint colorized text.
setStyleSheet(StyleSheet) - Method in class com.rapidminer.gui.tools.ExtendedHTMLEditorKit
 
setSynopsis(String) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
setSynopsis(String) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This sets a short textual description of the functionality provided by this OperatorLibrary.
setSynopsis(String) - Method in class com.rapidminer.tools.documentation.OperatorDocumentation
 
setTableHeader(JTableHeader) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
setTableIndex(int) - Method in interface com.rapidminer.example.Attribute
Sets the index in the example table.
setTableIndex(int) - Method in class com.rapidminer.example.AttributeDescription
 
setTableIndex(int) - Method in class com.rapidminer.example.table.AbstractAttribute
Sets the index in the example table.
setTableModel(TableModel) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
setTagContents(Element, String, String) - Static method in class com.rapidminer.io.process.XMLTools
If parent has a direct child with the given name, the child's children are removed and are replaced by a single text node with the given text.
setTerms(LinkedList<SplitCondition>) - Method in class com.rapidminer.operator.learner.rules.Rule
 
setText(String) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
setText(String) - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
setText(String) - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
setText(File) - Method in class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
setText(String) - Method in class com.rapidminer.gui.tools.CharTextField
 
setText(String) - Method in class com.rapidminer.gui.tools.components.FixedWidthLabel
 
setText(String) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the entire text of this text area.
setText(String[]) - Method in class com.rapidminer.gui.tools.TextPanel
 
setTextAlignment(int) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
setTextColor(Color) - Method in class com.rapidminer.gui.tools.SystemMonitor
 
setTextType(TextType) - Method in class com.rapidminer.parameter.ParameterTypeText
 
setTimeout(BindingProvider) - Static method in class com.rapidminer.tools.WebServiceTools
 
setTimeout(BindingProvider, int) - Static method in class com.rapidminer.tools.WebServiceTools
Sets the timeout for this web service client.
settingChanged(String, String, String) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
 
settingChanged(String, String, String) - Method in interface com.rapidminer.gui.plotter.PlotterConfigurationModel.PlotterSettingsChangedListener
 
settingChanged(String, String, String) - Method in class com.rapidminer.gui.plotter.settings.ListeningJCheckBox
 
settingChanged(String, String, String) - Method in class com.rapidminer.gui.plotter.settings.ListeningJComboBox
 
settingChanged(String, String, String) - Method in class com.rapidminer.gui.plotter.settings.ListeningJSlider
 
settingChanged(String, String, String) - Method in class com.rapidminer.gui.plotter.settings.ListeningListSelectionModel
 
settings - Variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
SETTINGS_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
SettingsAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
SettingsAction() - Constructor for class com.rapidminer.gui.actions.SettingsAction
 
settingsChanged(Properties) - Method in interface com.rapidminer.gui.properties.SettingsChangeListener
Deprecated. This method will be called after a settings change.
settingsChanged() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
settingsChanged() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseValueTypesWizardStep
 
SettingsChangeListener - Interface in com.rapidminer.gui.properties
Deprecated. 
SettingsDialog - Class in com.rapidminer.gui.properties
The settings dialog for user settings.
SettingsDialog() - Constructor for class com.rapidminer.gui.properties.SettingsDialog
 
SettingsDialog(String) - Constructor for class com.rapidminer.gui.properties.SettingsDialog
 
SettingsPropertyPanel - Class in com.rapidminer.gui.properties
This class is somehow missnamed, because it's original purpose is to display defined Parameters of the ParameterService.
SettingsPropertyPanel(Collection<ParameterType>) - Constructor for class com.rapidminer.gui.properties.SettingsPropertyPanel
 
SettingsTabs - Class in com.rapidminer.gui.properties
The tabs for the different groups of RapidMiner settings.
SettingsTabs() - Constructor for class com.rapidminer.gui.properties.SettingsTabs
 
SettingsTabs(String) - Constructor for class com.rapidminer.gui.properties.SettingsTabs
 
setTitleColor(Color) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setTitleFont(Font) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setTitleFont(Font) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Sets the title Font.
setTitleText(String) - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
 
setTitleText(String) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProvider
Set the chart title.
setTokenMarker(TokenMarker) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Sets the document's token marker.
setTokenMarker(TokenMarker) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Sets the token marker that is to be used to split lines of this document up into tokens.
setToolTip(ToolTip) - Method in class com.rapidminer.gui.plotter.ParallelPlotter
 
setToolTip(ToolTip) - Method in class com.rapidminer.gui.plotter.SurveyPlotter
 
setTotal(int) - Method in interface com.rapidminer.tools.ProgressListener
Sets the total amount of work to do, on an arbitrary scale.
setTotalNegatives(double) - Method in class com.rapidminer.tools.math.ROCData
 
setTotalNumberOfAttributes(int) - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
setTotalNumberOfAttributes(int) - Method in class com.rapidminer.operator.generator.ClusterFunction
Sets the total number of attributes.
setTotalNumberOfAttributes(int) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
setTotalNumberOfAttributes(int) - Method in class com.rapidminer.operator.generator.RegressionFunction
 
setTotalNumberOfAttributes(int) - Method in interface com.rapidminer.operator.generator.TargetFunction
Sets the maximal number of attributes.
setTotalNumberOfAttributes(int) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
setTotalNumberOfExamples(int) - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
setTotalNumberOfExamples(int) - Method in class com.rapidminer.operator.generator.ClusterFunction
Does nothing.
setTotalNumberOfExamples(int) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
setTotalNumberOfExamples(int) - Method in class com.rapidminer.operator.generator.RegressionFunction
 
setTotalNumberOfExamples(int) - Method in interface com.rapidminer.operator.generator.TargetFunction
Sets the maximal number of examples.
setTotalNumberOfExamples(int) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
setTotalPositives(double) - Method in class com.rapidminer.tools.math.ROCData
 
setTrafficLight(int) - Method in class com.rapidminer.gui.tools.StatusBar
 
setTrain_size(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
setTrainingRounds(int) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
setTransferHandler(TransferHandler) - Method in class com.rapidminer.gui.new_plotter.gui.PlotConfigurationTree
 
setTrimLine(boolean) - Method in class com.rapidminer.tools.LineParser
 
setTrimLines(boolean) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setTutorialMode(boolean) - Method in class com.rapidminer.gui.MainFrame
 
setType(int) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
If you change the type, keep in mind to set the value sets and their relation
setType(String) - Method in class com.rapidminer.tools.att.AttributeDataSource
 
setType(ParameterType) - Method in class com.rapidminer.tools.parameter.Parameter
This converts this parameter from an implicit Parameter into a defined one.
setUnkown() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
setUnusedFunctions(String[]) - Method in class com.rapidminer.operator.features.construction.GeneratingMutation
 
setUp() - Method in class com.rapidminer.test.ApplicationTest
 
setUp() - Method in class com.rapidminer.test.RapidMinerTestCase
 
setupComponents() - Method in class com.rapidminer.gui.properties.PropertyPanel
 
setupFrameIcons(String) - Static method in class com.rapidminer.gui.tools.SwingTools
 
setupGUI() - Method in class com.rapidminer.gui.RapidMinerGUI
This default implementation only setup the tool tip durations.
setUpper(double) - Method in class com.rapidminer.tools.math.container.Range
 
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.ClassificationFunction
 
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.ClusterFunction
 
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.DrillerOscillationFunction
 
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.GaussianFunction
 
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.RegressionFunction
 
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.RingClusteringFunction
 
setUpperArgumentBound(double) - Method in interface com.rapidminer.operator.generator.TargetFunction
Sets the upper bound for the arguments.
setUpperArgumentBound(double) - Method in class com.rapidminer.operator.generator.TransactionDatasetFunction
 
setUpperBound(Double) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setUpperBound(Double) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setUpperBound(Double) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setUpperBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomDateAxis
 
setUpperBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomLogarithmicAxis
 
setUpperBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomNumberAxis
 
setUpperBound(double) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.axis.CustomSymbolAxis
 
setUpperBound(double) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setUpperBoundName(String) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
Sets the name for the upper bound column.
setUpperViewBound(double) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
setUrlPrefix(String) - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
setUseAbsoluteValues(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Sets whether absolute values should be used or not.
setUseDomainGrouping(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
Defines if this ValueSource uses the domain grouping provided by the DomainConfigManager.
setUseQuotes(boolean) - Method in class com.rapidminer.operator.nio.model.CSVResultSetConfiguration
 
setUseQuotes(boolean) - Method in class com.rapidminer.tools.LineParser
 
setUser(String) - Method in class com.rapidminer.gui.security.UserCredential
 
setUser(String) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
setUserDefined(boolean) - Method in class com.rapidminer.gui.Perspective
 
setUserDefinedAttributeName(String) - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
setUserDefinedDateFormatString(String) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setUserDefinedDateFormatString(String) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setUserDefinedDateFormatString(String) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setUserDefinedRange(NumericalValueRange) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setUserDefinedRange(NumericalValueRange) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setUserDefinedRange(NumericalValueRange) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setUserDescription(String) - Method in class com.rapidminer.operator.Operator
Sets the user specified comment for this operator.
setUseRelativeUtilities(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
setUseRelativeUtilities(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
If set to true, will simply add utilities, otherwise not.
setUsername(String) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
setUseUserDefinedDateFormat(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setUseUserDefinedDateFormat(boolean) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setUseUserDefinedDateFormat(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setUseUserDefinedLowerBound(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setUseUserDefinedLowerBound(boolean) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setUseUserDefinedLowerBound(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setUseUserDefinedLowerViewBound(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
setUseUserDefinedUpperBound(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
setUseUserDefinedUpperBound(boolean) - Method in interface com.rapidminer.gui.new_plotter.configuration.DimensionConfig
 
setUseUserDefinedUpperBound(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.DomainConfigManager
 
setUseUserDefinedUpperViewBound(boolean) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
setUtility(UtilityFunction, double) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
setUtilityUsage(SeriesFormat.IndicatorType) - Method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
 
setValue(DataRow, double) - Method in interface com.rapidminer.example.Attribute
Sets the value for the column this attribute corresponds to in the given data row.
setValue(Attribute, double) - Method in class com.rapidminer.example.Example
Sets the value of attribute a.
setValue(Attribute, String) - Method in class com.rapidminer.example.Example
Sets the value of attribute a which must be a nominal attribute.
setValue(DataRow, double) - Method in class com.rapidminer.example.table.AbstractAttribute
 
setValue(int, double) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
setValue(int, double) - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
Sets the given data for the given attribute.
setValue(int, double) - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
Sets the given data for the given attribute.
setValue(int, double) - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
Sets the given data for the given attribute.
setValue(int, double) - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
Sets the given data for the given attribute.
setValue(int, double) - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
Sets the given data for the given attribute.
setValue(int, double) - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
Sets the given data for the given attribute.
setValue(int, double) - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
Sets the given data for the given attribute.
setValue(double) - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
setValue(String, Object) - Method in class com.rapidminer.gui.properties.BasicPropertyTable
 
setValue(int, Object) - Method in class com.rapidminer.gui.properties.BasicPropertyTable
 
setValue(String) - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
setValue(String) - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
setValue(Object) - Method in class com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
 
setValue(int, Object) - Method in class com.rapidminer.gui.properties.DefaultPropertyTable
 
setValue(Operator, ParameterType, String) - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
setValue(String, String) - Method in class com.rapidminer.gui.properties.GenericParameterPanel
 
setValue(Operator, ParameterType, String) - Method in class com.rapidminer.gui.properties.OperatorPropertyPanel
 
setValue(Operator, ParameterType, String) - Method in class com.rapidminer.gui.properties.PropertyPanel
 
setValue(Operator, ParameterType, String) - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
 
setValue(String) - Method in class com.rapidminer.gui.tools.ExtendedJTextField.ExtendedJTextFieldModel
This sets the value of the text field.
setValue(String) - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
setValue(Example, Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToBinominal
 
setValue(Example, Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToFormattedNominal
 
setValue(Example, Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
 
setValue(Example, Attribute, double) - Method in class com.rapidminer.operator.preprocessing.filter.NumericToPolynominal
 
setValue(int, int, double) - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
setValue(String) - Method in class com.rapidminer.tools.parameter.Parameter
Sets the value of this parameter.
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.flow.ExampleSetMetaDataTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.properties.ListTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.security.CredentialsTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.gui.viewer.DataTableColumnEditTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.operator.nio.AnnotationTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.operator.nio.ExcelTableModel
 
setValueAt(Object, int, int) - Method in class com.rapidminer.operator.nio.xml.NamespaceMapTableModel
Updates the table model.
setValueRange(Range, SetRelation) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setValues(double[]) - Method in class com.rapidminer.operator.preprocessing.outlier.COFObject
 
setValues(double[]) - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
setValues(int, double[]) - Method in class com.rapidminer.tools.math.optimization.ec.pso.Population
 
setValueSet(Set<String>, SetRelation) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setValueSetRelation(SetRelation) - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
setValueType(int) - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
Sets the value type of the columns attribute by actually replacing the existing attribute with a new generated attribute with same name and the new type.
setValueType(int, OptimizationValueType) - Method in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
 
setValueType(int, OptimizationValueType) - Method in class com.rapidminer.tools.math.optimization.ec.es.GaussianMutation
 
setValueType(int, OptimizationValueType) - Method in interface com.rapidminer.tools.math.optimization.ec.es.Mutation
 
setValueType(int, OptimizationValueType) - Method in class com.rapidminer.tools.math.optimization.ec.es.SparsityMutation
 
setValueType(int, OptimizationValueType) - Method in class com.rapidminer.tools.math.optimization.ec.es.SwitchingMutation
 
setValueTypes(int[]) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
setValueTypes(List<Integer>) - Method in class com.rapidminer.operator.io.AbstractDataReader
 
setVariance(double) - Method in class com.rapidminer.operator.features.weighting.WeightingMutation
 
setVarianceThreshold(double) - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
setVarianceThreshold(double) - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
setVektor(int, double) - Method in class com.rapidminer.operator.preprocessing.outlier.SearchObject
Sets the vector for the object to (double) value for the dimension (integer) dim, with this method subsequently all dimensions of an objects vector can be set.
setVerbosityLevel(int) - Method in class com.rapidminer.tools.LogService
 
setVersion(VersionNumber) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
setVersion(VersionNumber) - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method sets a VersionNumber that is the version of this OperatorLibrary.
setVerticalAlignment(int) - Method in class com.rapidminer.gui.look.fc.MultipleLinesLabel
 
setVerticalAxisTrace(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
A flag that controls trace lines on the vertical axis.
setVerticalTraceLine(Line2D) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the vertical trace line.
setViewMode(int) - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
setViewportView(Component) - Method in class com.rapidminer.gui.tools.ExtendedJScrollPane
 
setVisible(boolean) - Method in class com.rapidminer.gui.look.ClipboardActionsPopup
 
setVisible(boolean) - Method in class com.rapidminer.gui.tools.dialogs.DatabaseConnectionDialog
 
setVisible(boolean) - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
setVisualLowerPrecision(int) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setVisualPrecision(int, int) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setVisualPrecision(int) - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
setVisualUpperPrecision(int) - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
setWeight(Attribute) - Method in class com.rapidminer.example.AbstractAttributes
 
setWeight(Attribute) - Method in interface com.rapidminer.example.Attributes
Sets the weight attribute.
setWeight(double) - Method in class com.rapidminer.example.AttributeWeight
Sets the weight of the attribute.
setWeight(String, double) - Method in class com.rapidminer.example.AttributeWeights
Sets the weight for the attribute with the given name.
setWeight(double) - Method in class com.rapidminer.example.Example
 
setWeight(Attribute, double) - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
Sets the weight of the attribute.
setWeightChanges(double[]) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
setWeights(double[]) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
setWeights(double[]) - Method in interface com.rapidminer.operator.performance.ClassWeightedPerformance
Sets the weights.
setWeights(double[]) - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Sets the class weights.
setWeights(double[]) - Method in class com.rapidminer.tools.math.som.KohonenNode
 
setWeightType(int) - Method in class com.rapidminer.example.AttributeWeights
Returns the currently used weight type.
setWide(boolean) - Method in class com.rapidminer.gui.tools.ExtendedJComboBox
 
setWidth(float) - Method in class com.rapidminer.gui.new_plotter.configuration.LineFormat
 
setWidth(int) - Method in class com.rapidminer.gui.tools.components.FixedWidthLabel
 
setWorkbookFile(File) - Method in class com.rapidminer.operator.nio.model.ExcelResultSetConfiguration
This will set the workbook file.
setWrappedModel(TableModel, int[]) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
 
setX(double) - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
setXAxis(int) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setXAxisColum(String) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Set the name of the column which will be used as the domain (X) axis.
setXAxisLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Sets whether the domain (X) axis should be logarithmic or not.
setXPathExpression(String) - Method in class com.rapidminer.operator.nio.xml.XPathMatchesListModel
 
setY(double) - Method in class com.rapidminer.gui.plotter.ColorPlotterPoint
 
setYAxis(int) - Method in class com.rapidminer.gui.plotter.SimplePlotterDialog
 
setYAxisColum(String) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Set the name of the column which will be used as the range (Y) axis.
setYAxisLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
Sets whether the range (Y) axis should be logarithmic or not.
setYAxisLogarithmic(boolean) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
Sets whether the range (Y) axis should be logarithmic or not.
setYs(double[]) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
setZoomAroundAnchor(boolean) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the flag that controls whether or not zoom operations are centered around the current anchor point.
setZoomFillPaint(Paint) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the zoom rectangle fill paint.
setZoomInFactor(double) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the zoom in factor.
setZooming(int) - Method in class com.rapidminer.gui.plotter.HintonDiagram
 
setZooming(int) - Method in interface com.rapidminer.gui.plotter.Plotter
Reacts to zoom setting changed.
setZooming(int) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
setZooming(int) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
setZoomOnLinkAndBrushSelection(boolean) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
If set to true, will zoom on selection, otherwise will do a selection.
setZoomOutFactor(double) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the zoom out factor.
setZoomOutlinePaint(Paint) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the zoom rectangle outline paint.
setZoomTriggerDistance(int) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Sets the zoom trigger distance.
sgn(Object) - Method in class com.rapidminer.tools.math.function.expressions.Signum
 
SHADOWED_POPUP_MENU_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
ShadowedPopupMenuBorder - Class in com.rapidminer.gui.look.borders
The UIResource for shadowed popup menu borders.
ShadowedPopupMenuBorder() - Constructor for class com.rapidminer.gui.look.borders.ShadowedPopupMenuBorder
 
ShapeBasedTreeLayout<V,E> - Class in com.rapidminer.gui.graphs
This layout algorithm takes the shapes of the trees into account and performs a non-overlapping layout.
ShapeBasedTreeLayout(Forest<V, E>, Transformer<V, Shape>) - Constructor for class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
shapeFromSvgRelativeBezierPath(String, float) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.PlotInstanceLegendCreator
 
ShapeProvider - Class in com.rapidminer.gui.new_plotter.utility
 
ShapeProvider(Map<Double, Shape>) - Constructor for class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
ShapeProvider(List<Double>) - Constructor for class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
ShellScriptTokenMarker - Class in com.rapidminer.gui.tools.syntax
Shell script token marker.
ShellScriptTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.ShellScriptTokenMarker
 
SHIFT_FIXED - Static variable in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
PAN plot by a fixed amout (eg. 5 range units)
SHIFT_PERCENTUAL - Static variable in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
PAN plot by a fixed percentual of the range (eg. 1%)
SHIFT_PIXEL - Static variable in class com.rapidminer.gui.plotter.charts.ChartPanelShiftController
PAN plot by a fixed number of pixels (eg. 1px)
SHORT_DESCRIPTION - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
ShortArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a short array.
ShortArrayDataRow(short[]) - Constructor for class com.rapidminer.example.table.ShortArrayDataRow
Creates a new data row backed by an primitive array.
ShortSparseArrayDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by primitive arrays.
ShortSparseArrayDataRow() - Constructor for class com.rapidminer.example.table.ShortSparseArrayDataRow
Creates an empty sparse array data row with size 0.
ShortSparseArrayDataRow(int) - Constructor for class com.rapidminer.example.table.ShortSparseArrayDataRow
Creates a sparse array data row of the given size.
shouldAddNonConsumedInput() - Method in class com.rapidminer.operator.meta.ParameterIteration
 
shouldAddNonConsumedInput() - Method in class com.rapidminer.operator.OperatorChain
 
shouldAppend(File) - Method in class com.rapidminer.operator.io.AppendingExampleSetWriter
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.clustering.clusterer.AbstractClusterer
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.clustering.clusterer.AgglomerativeClustering
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.clustering.ClusterModel2ExampleSet
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.io.AbstractStreamWriter
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.IOStorageOperator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.learner.AbstractLearner
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.learner.associations.AssociationRuleGenerator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
 
shouldAutoConnect(InputPort) - Method in class com.rapidminer.operator.meta.AbstractFileIterator
 
shouldAutoConnect(InputPort) - Method in class com.rapidminer.operator.meta.AbstractRepositoryIterator
 
shouldAutoConnect(InputPort) - Method in class com.rapidminer.operator.meta.FeatureIterator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.meta.ParameterIteration
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.ModelApplier
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.Operator
By default, all ports will be auto-connected by ExecutionUnit.autoWire(CompatibilityLevel, boolean, boolean).
shouldAutoConnect(InputPort) - Method in class com.rapidminer.operator.Operator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.performance.AbstractExampleSetEvaluator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
 
shouldAutoConnect() - Method in class com.rapidminer.operator.ports.impl.AbstractOutputPort
 
shouldAutoConnect() - Method in interface com.rapidminer.operator.ports.OutputPort
Asks the owning operator Operator.shouldAutoConnect(OutputPort).
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.preprocessing.transformation.GroupedANOVAOperator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.similarity.ExampleSet2Similarity
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.validation.clustering.CentroidBasedEvaluator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.validation.clustering.ClusterNumberEvaluator
 
shouldAutoConnect(OutputPort) - Method in class com.rapidminer.operator.validation.ValidationChain
 
shouldAutoConnectNewOperatorsInputs() - Method in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
shouldAutoConnectNewOperatorsInputs() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
shouldAutoConnectNewOperatorsOutputs() - Method in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
shouldAutoConnectNewOperatorsOutputs() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
shouldCalculateWeights() - Method in class com.rapidminer.operator.learner.AbstractLearner
Deprecated. This method is not used any longer. Weights are computed iff AbstractLearner.canCalculateWeights() returns true and the corresponding port is connected.
shouldCalculateWeights() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Returns true if the user has specified that weights should be calculated.
shouldCalculateWeights() - Method in interface com.rapidminer.operator.learner.Learner
Most learners will return false since they are not able to calculate attribute weights.
shouldCalculateWeights() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
Returns true if the user wants to calculate feature weights (depending on a parameter).
shouldCalculateWeights() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
 
shouldCalculateWeights() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
shouldDeliverOptimizationPerformance() - Method in class com.rapidminer.operator.learner.AbstractLearner
Returns true if the user wants to deliver the performance of the original optimization problem.
shouldDeliverOptimizationPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
Returns the value of the corresponding parameter.
shouldDeliverOptimizationPerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
Returns the value of the corresponding parameter.
shouldEstimatePerformance() - Method in class com.rapidminer.operator.learner.AbstractLearner
Deprecated. This method is not used any longer. Performance is estimated iff AbstractLearner.canEstimatePerformance() returns true and the corresponding port is connected.
shouldEstimatePerformance() - Method in class com.rapidminer.operator.learner.functions.kernel.JMySVMLearner
 
shouldEstimatePerformance() - Method in interface com.rapidminer.operator.learner.Learner
Most learners will return false since they are not able to estimate the learning performance.
shouldEstimatePerformance() - Method in class com.rapidminer.operator.learner.meta.AbstractMetaLearner
Returns true if the user wants to estimate the performance (depending on a parameter).
shouldEstimatePerformance() - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
 
shouldEstimatePerformance() - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
shouldIgnoreColumn(int) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
shouldIgnoreColumn(String) - Method in class com.rapidminer.gui.plotter.RadVizPlotter
 
shouldPause() - Method in class com.rapidminer.Process
Returns true iff the process should be stopped.
shouldReturnInnerOutput() - Method in class com.rapidminer.operator.OperatorChain
Deprecated. As of 5.0, this method is no longer necessary.
shouldSave() - Method in class com.rapidminer.repository.db.DBRepository
 
shouldSave() - Method in class com.rapidminer.repository.local.LocalRepository
 
shouldSave() - Method in class com.rapidminer.repository.remote.RemoteRepository
 
shouldSave() - Method in interface com.rapidminer.repository.Repository
 
shouldSave() - Method in class com.rapidminer.repository.resource.ResourceRepository
 
shouldSelectCell(EventObject) - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
shouldSelectCell(EventObject) - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
shouldStop(ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.EmptyTermination
 
shouldStop(ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.MaxDepthTermination
 
shouldStop(ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.MinSizeTermination
 
shouldStop(ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.NoAttributeLeftTermination
 
shouldStop(ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.SingleLabelTermination
 
shouldStop(ExampleSet, int) - Method in interface com.rapidminer.operator.learner.tree.Terminator
 
shouldStop(ExampleSet, int) - Method in class com.rapidminer.operator.learner.tree.TreeBuilder
 
shouldStop() - Method in class com.rapidminer.Process
Returns true iff the process should be stopped.
shouldStopStandaloneExecution() - Method in class com.rapidminer.operator.Operator
This method will cause the execution of this operator to stop at the next call of checkForStop() in the executing thread.
shouldUseColoredCellRenderer() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
show(Component, int, int) - Method in class com.rapidminer.gui.look.ClipboardActionsPopup
 
show() - Method in class com.rapidminer.gui.look.RoundedRectanglePopup
 
show - Variable in class com.rapidminer.gui.plotter.som.SOMPlotter
 
SHOW_DIALOG_ACTION - Static variable in class com.rapidminer.gui.tools.dialogs.ManageDatabaseDriversDialog
 
SHOW_EXECUTION_ORDER - Variable in class com.rapidminer.gui.flow.FlowVisualizer
 
SHOW_ORDER_TOGGLEBUTTON - Variable in class com.rapidminer.gui.flow.FlowVisualizer
 
SHOW_STATISTICS_ACTION - Static variable in class com.rapidminer.tools.usagestats.UsageStatsTransmissionDialog
Action to display the all time stats as a data table.
showAboutBox() - Method in class com.rapidminer.tools.plugin.Plugin
 
showAsResult(IOObjectEntry) - Static method in class com.rapidminer.gui.actions.OpenAction
Loads the data held by the given entry (in the background) and opens it as a result.
showBarLabels() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
showComparatorParameter() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Subclasses might override this method and return false.
showComparatorParameter() - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
Returns false.
showConfirmDialog(String, int, String, int, Object...) - Static method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
Shows a dialog and returns the return code of the dialog.
showConfirmDialog(String, int, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
The key will be used for the properties gui.dialog.
showConfirmDialogWithOptionalCheckbox(String, int, String, int, boolean, Object...) - Static method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
Same as ConfirmDialog.showConfirmDialog(String, int, String, int, Object...) with the additional option showAskAgainCheckbox.
showContextMenu(Point) - Method in class com.rapidminer.gui.processeditor.results.SingleResultOverview
 
showCriteriaParameter() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Subclasses might override this method and return false.
showCriteriaParameter() - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
Returns false.
showCumulativeLabels() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
showData(IOContainer, String) - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
showData(IOContainer, String) - Method in interface com.rapidminer.gui.processeditor.results.ResultDisplay
 
showData(IOContainer, String) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
showDialog(URL) - Static method in class com.rapidminer.gui.dialog.Browser
 
showDialog() - Method in class com.rapidminer.gui.new_plotter.gui.dialog.AddParallelLineDialog
Shows the dialog.
showDialog() - Method in class com.rapidminer.gui.new_plotter.gui.dialog.EditParallelLineDialog
Shows the dialog.
showDialog() - Method in class com.rapidminer.gui.new_plotter.gui.dialog.ManageParallelLinesDialog
Shows the dialog.
showDialog() - Method in class com.rapidminer.gui.new_plotter.gui.dialog.ManageZoomDialog
Shows the dialog.
showDialog() - Method in class com.rapidminer.gui.new_plotter.templates.actions.ExportImageAction.DimensionDialog
Shows the dialog.
showDialog(Process) - Static method in class com.rapidminer.repository.gui.RunRemoteDialog
 
showDisabledOperators() - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
showEdgeLabelsDefault() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns false.
showEdgeLabelsDefault() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Indicates if the edge labels should be initially shown.
showEdgeLabelsDefault() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns true.
showEdgeLabelsDefault() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
Returns false.
showEdgeLabelsDefault() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
Returns false.
showErrorMessage(String, String, Throwable) - Static method in class com.rapidminer.operator.nio.ImportWizardUtils
 
showFinalErrorMessage(String, Throwable, boolean, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
Shows the final error message dialog.
showFinalErrorMessage(String, Throwable, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
Shows the final error message dialog.
showHelptext() - Method in class com.rapidminer.gui.OperatorDocViewer
 
ShowHelpTextAction - Class in com.rapidminer.gui.actions
 
ShowHelpTextAction(OperatorDocViewer) - Constructor for class com.rapidminer.gui.actions.ShowHelpTextAction
 
ShowHelpTextInBrowserAction - Class in com.rapidminer.gui.actions
 
ShowHelpTextInBrowserAction(boolean, String, Object[], OperatorDocViewer) - Constructor for class com.rapidminer.gui.actions.ShowHelpTextInBrowserAction
 
showInputDialog(String, String, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
This method will present a dialog to enter a text.
showInputDialog(String, Object[], Object, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
The key will be used for the properties gui.dialog.
showInputDialog(String, boolean, Object[], Object, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
This will open a simple input dialog, where a comboBox presents the given values.
showLines(int) - Method in class com.rapidminer.gui.plotter.charts.PointsAndLinesDialog
 
showLoadScreen() - Method in class com.rapidminer.gui.OperatorDocViewer
 
showLog(int) - Method in class com.rapidminer.repository.remote.RemoteRepository
 
showLongMessage(String, String) - Static method in class com.rapidminer.gui.tools.SwingTools
 
showMacroEditorDialog(ProcessContext) - Static method in class com.rapidminer.gui.processeditor.MacroEditor
 
showMessageDialog(String, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
The key will be used for the properties gui.dialog.
showMessageDialog(String, JComponent, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
The key will be used for the properties gui.dialog.
showObject(Object) - Method in class com.rapidminer.gui.graphs.ClusterModelObjectViewer
 
showObject(Object) - Method in class com.rapidminer.gui.graphs.DefaultObjectViewer
 
showObject(Object) - Method in interface com.rapidminer.gui.graphs.GraphObjectViewer
 
showOperatorChain(OperatorChain) - Method in class com.rapidminer.gui.flow.ProcessPanel
 
showOperatorChain(OperatorChain) - Method in class com.rapidminer.gui.flow.ProcessRenderer
 
showOptionsDialog() - Method in interface com.rapidminer.gui.plotter.Plotter
Opens an options dialog.
showOptionsDialog() - Method in class com.rapidminer.gui.plotter.PlotterAdapter
Does nothing.
showParameter() - Method in class com.rapidminer.operator.InputDescription
Indicates if a user parameter should be defined.
showPerspective(Perspective) - Method in class com.rapidminer.gui.ApplicationPerspectives
 
showPerspective(String) - Method in class com.rapidminer.gui.ApplicationPerspectives
Switches to the given perspective, storing the current one.
showPoints(int) - Method in class com.rapidminer.gui.plotter.charts.PointsAndLinesDialog
 
showPopupMenu(Point, JComponent, JPopupMenu) - Method in interface com.rapidminer.gui.plotter.CoordinateTransformation
This method transforms the given point of the components space to screen coordinates.
showPopupMenu(Point, JComponent, JPopupMenu) - Method in class com.rapidminer.gui.plotter.NullCoordinateTransformation
 
showPopupMenu(JPopupMenu, Point) - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
showRange() - Method in class com.rapidminer.parameter.ParameterType
 
showRepairDialog(Component) - Method in exception com.rapidminer.operator.ports.impl.CannotConnectPortException
 
showRepairDialog(Component) - Method in exception com.rapidminer.operator.ports.PortException
 
showResult(ResultObject) - Method in class com.rapidminer.gui.processeditor.results.DockableResultDisplay
 
showResult(ResultObject) - Method in interface com.rapidminer.gui.processeditor.results.ResultDisplay
 
showResult(ResultObject) - Method in class com.rapidminer.gui.processeditor.results.ResultTab
Creates a component for this object and displays it.
showResult(ResultObject) - Method in class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
showResultsDialog(String, JComponent, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
The key will be used for the properties gui.dialog.
showSimpleErrorMessage(String, Throwable, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
This is the normal method which could be used by GUI classes for errors caused by some exception (e.g.
showSimpleErrorMessage(String, Throwable, boolean, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
This is the normal method which could be used by GUI classes for errors caused by some exception (e.g.
showSimpleErrorMessage(String, String, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
This is the normal method which could be used by GUI classes for errors caused by some exception (e.g.
showSkipNaNLabelsParameter() - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
Subclasses might override this method and return false.
showSkipNaNLabelsParameter() - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
Returns false.
showSplash() - Static method in class com.rapidminer.RapidMiner
 
showSplash(Image) - Static method in class com.rapidminer.RapidMiner
 
showSplashScreen() - Method in class com.rapidminer.gui.tools.SplashScreen
 
showTabInAllPerspectives(Dockable, Dockable) - Method in class com.rapidminer.gui.ApplicationPerspectives
Shows the tab as a child of the given dockable in all perspectives.
showUpdateDialog(String...) - Static method in class com.rapid_i.deployment.update.client.UpdateDialog
 
showVertexLabelsDefault() - Method in class com.rapidminer.gui.graphs.AssociationRulesGraphCreator
Returns false.
showVertexLabelsDefault() - Method in interface com.rapidminer.gui.graphs.GraphCreator
Indicates if the vertex labels should be initially shown.
showVertexLabelsDefault() - Method in class com.rapidminer.gui.graphs.GraphCreatorAdaptor
Returns true.
showVertexLabelsDefault() - Method in class com.rapidminer.gui.graphs.SimilarityGraphCreator
Returns false.
showVertexLabelsDefault() - Method in class com.rapidminer.gui.graphs.TransitionGraphCreator
Returns false.
showVerySimpleErrorMessage(String, Object...) - Static method in class com.rapidminer.gui.tools.SwingTools
Shows a very simple error message without any Java exception hints.
shrink() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
shrink the variables
shrink() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
shrink the variables
shrink(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
 
shrink_const - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
shrink_const - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
shrinkSelectionOnCenter(double, double, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Zooms in on an anchor point (specified in screen coordinate space).
shrinkSelectionOnDomain(double, double, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Decreases the length of the domain axis, centered about the given coordinate on the screen.
shrinkSelectionOnRange(double, double, MouseEvent) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Decreases the length of the range axis, centered about the given coordinate on the screen.
shrinkValueSet() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
Throws away nominal values until the value set size is at most the value specified by property RapidMiner.PROPERTY_RAPIDMINER_GENERAL_MAX_NOMINAL_VALUES.
SHUFFLE - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
SHUFFLE - Static variable in class com.rapidminer.operator.features.selection.SelectionCrossover
 
SHUFFLED_SAMPLING - Static variable in class com.rapidminer.example.set.SplittedExampleSet
Indicates a shuffled sampling for partition building.
ShuffledPartitionBuilder - Class in com.rapidminer.example.set
Creates a shuffled partition for an example set.
ShuffledPartitionBuilder(boolean, int) - Constructor for class com.rapidminer.example.set.ShuffledPartitionBuilder
 
shutdown() - Method in class com.rapidminer.gui.tools.UpdateQueue
 
shutdown() - Static method in class com.rapidminer.repository.RepositoryManager
Saves the configuration file.
sibling - Variable in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
SIBLINGS_EXIST - Static variable in class com.rapidminer.gui.ConditionalAction
 
SIGMA - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
sigma_0_2 - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Problem
 
SIGMA_chol - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
sigmoid(double) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMClassification
Sigmoid link function
SigmoidFunction - Class in com.rapidminer.operator.learner.functions.neuralnet
This function represents a sigmoid activation function by calculating 1 / (1 + exp(- weighted sum).
SigmoidFunction() - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.SigmoidFunction
 
SigmoidKernel - Class in com.rapidminer.tools.math.kernels
Returns the value of a Sigmoid kernel of both examples.
SigmoidKernel() - Constructor for class com.rapidminer.tools.math.kernels.SigmoidKernel
 
SignificanceCalculationException - Exception in com.rapidminer.tools.math
This exception is thrown during the calculation of significance values like paired t-tests or ANOVA.
SignificanceCalculationException(String) - Constructor for exception com.rapidminer.tools.math.SignificanceCalculationException
 
SignificanceTestOperator - 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.
SignificanceTestOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.significance.SignificanceTestOperator
 
SignificanceTestResult - Class in com.rapidminer.tools.math
This class encapsulates the result of a statistical significance test.
SignificanceTestResult() - Constructor for class com.rapidminer.tools.math.SignificanceTestResult
 
Signum - Class in com.rapidminer.tools.math.function.expressions
Calculates the signum of the given argument.
Signum() - Constructor for class com.rapidminer.tools.math.function.expressions.Signum
 
SignumGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
SignumGenerator() - Constructor for class com.rapidminer.generator.SignumGenerator
 
Similarity2ExampleSet - Class in com.rapidminer.operator.similarity
This operator creates an example set from a given similarity measure.
Similarity2ExampleSet(OperatorDescription) - Constructor for class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
SimilarityExampleSet - Class in com.rapidminer.example.set
This similarity based example set is used for the operator ExampleSet2SimilarityExampleSet.
SimilarityExampleSet(ExampleSet, DistanceMeasure) - Constructor for class com.rapidminer.example.set.SimilarityExampleSet
 
SimilarityExampleSet(SimilarityExampleSet) - Constructor for class com.rapidminer.example.set.SimilarityExampleSet
Clone constructor.
SimilarityGraphCreator - Class in com.rapidminer.gui.graphs
The graph model creator for similarity measurements.
SimilarityGraphCreator(DistanceMeasure, ExampleSet) - Constructor for class com.rapidminer.gui.graphs.SimilarityGraphCreator
 
SimilarityGraphRenderer - Class in com.rapidminer.gui.renderer.similarity
A renderer for the graph view of a similarity measure.
SimilarityGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.similarity.SimilarityGraphRenderer
 
SimilarityHistogramRenderer - Class in com.rapidminer.gui.renderer.similarity
A renderer for the histogram view of a similarity measure.
SimilarityHistogramRenderer() - Constructor for class com.rapidminer.gui.renderer.similarity.SimilarityHistogramRenderer
 
SimilarityKDistanceRenderer - Class in com.rapidminer.gui.renderer.similarity
A renderer for the k-distance view of a similarity measure.
SimilarityKDistanceRenderer() - Constructor for class com.rapidminer.gui.renderer.similarity.SimilarityKDistanceRenderer
 
SimilarityKDistanceVisualization - Class in com.rapidminer.gui.viewer
A k-distance visualization for similarities.
SimilarityKDistanceVisualization(DistanceMeasure, ExampleSet) - Constructor for class com.rapidminer.gui.viewer.SimilarityKDistanceVisualization
 
SimilarityMeasure - Class in com.rapidminer.tools.math.similarity
This empty interface only indicates if a measure is more primary a similarity measure than a distance measure.
SimilarityMeasure() - Constructor for class com.rapidminer.tools.math.similarity.SimilarityMeasure
 
SimilarityMeasureObject - Class in com.rapidminer.operator.similarity
This is a wrapper around a DistanceMeasure.
SimilarityMeasureObject(DistanceMeasure, ExampleSet) - Constructor for class com.rapidminer.operator.similarity.SimilarityMeasureObject
 
SimilarityTable - Class in com.rapidminer.gui.viewer
The table for the similarity viewer.
SimilarityTable(DistanceMeasure, ExampleSet) - Constructor for class com.rapidminer.gui.viewer.SimilarityTable
 
SimilarityTableModel - Class in com.rapidminer.gui.viewer
The table model for the similarity visualization.
SimilarityTableModel(DistanceMeasure, ExampleSet) - Constructor for class com.rapidminer.gui.viewer.SimilarityTableModel
 
SimilarityTableRenderer - Class in com.rapidminer.gui.renderer.similarity
A renderer for the table view of a similarity measure.
SimilarityTableRenderer() - Constructor for class com.rapidminer.gui.renderer.similarity.SimilarityTableRenderer
 
SimilarityVisualization - Class in com.rapidminer.gui.viewer
Visualizes a similarity measure interactively.
SimilarityVisualization(SimilarityMeasureObject, ExampleSet) - Constructor for class com.rapidminer.gui.viewer.SimilarityVisualization
 
simple_solve(int, int, double, double, double, double, double, double, double, double, double, double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
SimpleArrayData - Interface in com.rapidminer.example.table
The data is hold as string array.
SimpleArrayDataRowReader - Class in com.rapidminer.example.table
Creates a data row reader which uses an iterator over SimpleArrayData.
SimpleArrayDataRowReader(DataRowFactory, Attribute[], Iterator<SimpleArrayData>) - Constructor for class com.rapidminer.example.table.SimpleArrayDataRowReader
 
SimpleAttributes - Class in com.rapidminer.example
A very basic and simple implementation of the Attributes interface based on a linked list of AttributeRoles and simply delivers the same AttributeRoleIterator which might skip either regular or special attributes.
SimpleAttributes() - Constructor for class com.rapidminer.example.SimpleAttributes
 
SimpleBinaryPredictionModel - Class in com.rapidminer.operator.learner
A model that can be applied to an example set by applying it to each example separately.
SimpleBinaryPredictionModel(ExampleSet, double) - Constructor for class com.rapidminer.operator.learner.SimpleBinaryPredictionModel
 
SimpleBlobEntry - Class in com.rapidminer.repository.local
Reference on BLOB entries in the repository.
SimpleChainInnerOperatorCondition - Class in com.rapidminer.operator.condition
This condition can be used to check if all inner operators can handle the output of their predecessor.
SimpleChainInnerOperatorCondition() - Constructor for class com.rapidminer.operator.condition.SimpleChainInnerOperatorCondition
 
SimpleChainInnerOperatorCondition(boolean) - Constructor for class com.rapidminer.operator.condition.SimpleChainInnerOperatorCondition
 
SimpleClassificationError - Class in com.rapidminer.operator.performance
This class calculates the classification error without determining the complete contingency table.
SimpleClassificationError() - Constructor for class com.rapidminer.operator.performance.SimpleClassificationError
 
SimpleClassificationError(SimpleClassificationError) - Constructor for class com.rapidminer.operator.performance.SimpleClassificationError
 
SimpleCriterion - Class in com.rapidminer.operator.performance
Simple criteria are those which error can be counted for each example and can be averaged by the number of examples.
SimpleCriterion() - Constructor for class com.rapidminer.operator.performance.SimpleCriterion
 
SimpleCriterion(SimpleCriterion) - Constructor for class com.rapidminer.operator.performance.SimpleCriterion
 
SimpleDataEntry - Class in com.rapidminer.repository.local
 
SimpleDataTable - Class in com.rapidminer.datatable
A simple data table implementation which stores the data itself.
SimpleDataTable(String, String[]) - Constructor for class com.rapidminer.datatable.SimpleDataTable
 
SimpleDataTable(String, String[], double[]) - Constructor for class com.rapidminer.datatable.SimpleDataTable
 
SimpleDataTableRow - Class in com.rapidminer.datatable
A data list that contains Object arrays that record process results or other data.
SimpleDataTableRow(DataTableRow) - Constructor for class com.rapidminer.datatable.SimpleDataTableRow
Creates a SimpleDataTableRow with the same values as other.
SimpleDataTableRow(double[]) - Constructor for class com.rapidminer.datatable.SimpleDataTableRow
 
SimpleDataTableRow(double[], String) - Constructor for class com.rapidminer.datatable.SimpleDataTableRow
 
SimpleDistributionModel - Class in com.rapidminer.operator.learner.bayes
DistributionModel is a model for learners which estimate distributions of attribute values from example sets like NaiveBayes.
SimpleDistributionModel(ExampleSet, double[], double[][][]) - Constructor for class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
This constructor allows to build a distribution model from the given data characteristics.
SimpleDistributionModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
This constructor will derive a complete distribution model on basis of the given trainings data with Laplace correcture enabled.
SimpleDistributionModel(ExampleSet, boolean) - Constructor for class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
This constructor will derive a complete distribution model on basis of the given trainings data with Laplace correcture depending on the parameter.
SimpleEntry - Class in com.rapidminer.repository.local
 
SimpleExampleReader - Class in com.rapidminer.example.set
This reader simply uses all examples from an example table.
SimpleExampleReader(DataRowReader, ExampleSet) - Constructor for class com.rapidminer.example.set.SimpleExampleReader
Creates a simple example reader.
SimpleExampleSet - Class in com.rapidminer.example.set
A simple implementation of ExampleSet containing a list of attributes and a special attribute map.
SimpleExampleSet(ExampleTable) - Constructor for class com.rapidminer.example.set.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSet(ExampleTable, List<Attribute>) - Constructor for class com.rapidminer.example.set.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSet(ExampleTable, Map<Attribute, String>) - Constructor for class com.rapidminer.example.set.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSet(ExampleTable, List<Attribute>, Map<Attribute, String>) - Constructor for class com.rapidminer.example.set.SimpleExampleSet
Constructs a new SimpleExampleSet backed by the given example table.
SimpleExampleSet(SimpleExampleSet) - Constructor for class com.rapidminer.example.set.SimpleExampleSet
Clone constructor.
SimpleExampleSource - Class in com.rapidminer.operator.io
Deprecated. 
SimpleExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.SimpleExampleSource
Deprecated.  
SimpleFileFilter - Class in com.rapidminer.gui.tools
A file filter for a given set of extensions.
SimpleFileFilter(String, String) - Constructor for class com.rapidminer.gui.tools.SimpleFileFilter
 
SimpleFileFilter(String, String, int) - Constructor for class com.rapidminer.gui.tools.SimpleFileFilter
 
SimpleFileFilter(String, String[], int) - Constructor for class com.rapidminer.gui.tools.SimpleFileFilter
Creates a FileFilter that filters based on a list of extensions.
SimpleFileObject - Class in com.rapidminer.operator.nio.file
Simple implementation of a FileObject backed by a File.
SimpleFileObject(File) - Constructor for class com.rapidminer.operator.nio.file.SimpleFileObject
 
SimpleFileValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
A simple file cell editor for generic files.
SimpleFileValueCellEditor(ParameterTypeFile) - Constructor for class com.rapidminer.gui.properties.celleditors.value.SimpleFileValueCellEditor
 
SimpleFolder - Class in com.rapidminer.repository.local
 
SimpleIOObjectEntry - Class in com.rapidminer.repository.local
Stores IOObject in a file.
SimpleMatchingNominalSimilarity - Class in com.rapidminer.tools.math.similarity.nominal
Implements the simple matching similarity for nominal attributes.
SimpleMatchingNominalSimilarity() - Constructor for class com.rapidminer.tools.math.similarity.nominal.SimpleMatchingNominalSimilarity
 
SimpleMetaDataError - Class in com.rapidminer.operator.ports.metadata
An Error that can be registered to an InputPort to show up in the GUI.
SimpleMetaDataError(ProcessSetupError.Severity, Port, String, Object...) - Constructor for class com.rapidminer.operator.ports.metadata.SimpleMetaDataError
Constructor for an error.
SimpleMetaDataError(ProcessSetupError.Severity, Port, List<? extends QuickFix>, String, Object...) - Constructor for class com.rapidminer.operator.ports.metadata.SimpleMetaDataError
Constructor for an error.
SimpleNeuralNetGraphRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the graph view of the new simpler neural network implementation.
SimpleNeuralNetGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.models.SimpleNeuralNetGraphRenderer
 
SimpleNeuralNetLearner - Class in com.rapidminer.operator.learner.functions.neuralnet
This operator learns a model by means of a feed-forward neural network.
SimpleNeuralNetLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
 
SimpleNeuralNetModel - Class in com.rapidminer.operator.learner.functions.neuralnet
This is the model for the simple neural net learner.
SimpleNeuralNetModel(ExampleSet, BasicNetwork, double[], double[], double, double) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel
 
SimpleNeuralNetVisualizer - Class in com.rapidminer.operator.learner.functions.neuralnet
Visualizes a simple neural net.
SimpleNeuralNetVisualizer(SimpleNeuralNetModel) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
SimpleNeuralNetVisualizer(BasicNetwork, String[]) - Constructor for class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetVisualizer
 
SimpleNonLinearClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if att1*att2 > 50 and att1 * att2 < 80.
SimpleNonLinearClassificationFunction() - Constructor for class com.rapidminer.operator.generator.SimpleNonLinearClassificationFunction
 
SimpleOperatorChain - Class in com.rapidminer.operator
A simple operator chain which can have an arbitrary number of inner operators.
SimpleOperatorChain(OperatorDescription) - Constructor for class com.rapidminer.operator.SimpleOperatorChain
Creates an empty operator chain.
SimpleOperatorChain(OperatorDescription, String) - Constructor for class com.rapidminer.operator.SimpleOperatorChain
This constructor allows subclasses to change the subprocess' name.
SimplePartitionBuilder - Class in com.rapidminer.example.set
Creates a simple non-shuffled partition for an example set.
SimplePartitionBuilder() - Constructor for class com.rapidminer.example.set.SimplePartitionBuilder
 
SimplePeakFinder - Class in com.rapidminer.tools.math
This simple implementation returns a peak if the specified number of neighbors is smaller than the current value.
SimplePeakFinder(int) - Constructor for class com.rapidminer.tools.math.SimplePeakFinder
 
SimplePerformanceEvaluator - Class in com.rapidminer.operator.performance
In contrast to the other performance evaluation methods, this performance evaluator operator can be used for all types of learning tasks.
SimplePerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.SimplePerformanceEvaluator
 
SimplePlotterDialog - Class in com.rapidminer.gui.plotter
This dialog can be used to create a simple plot dialog from a given DataTable.
SimplePlotterDialog(DataTable) - Constructor for class com.rapidminer.gui.plotter.SimplePlotterDialog
 
SimplePlotterDialog(DataTable, boolean) - Constructor for class com.rapidminer.gui.plotter.SimplePlotterDialog
 
SimplePlotterDialog(Frame, DataTable, int, int, boolean, boolean) - Constructor for class com.rapidminer.gui.plotter.SimplePlotterDialog
 
SimplePlotterPanelDialog - Class in com.rapidminer.gui.plotter
This dialog can be used to create a plot dialog containing a complete plotter panel (including all options and user interfaces) from a given DataTable.
SimplePlotterPanelDialog(DataTable) - Constructor for class com.rapidminer.gui.plotter.SimplePlotterPanelDialog
 
SimplePlotterPanelDialog(DataTable, boolean) - Constructor for class com.rapidminer.gui.plotter.SimplePlotterPanelDialog
 
SimplePlotterPanelDialog(Frame, DataTable, int, int, boolean) - Constructor for class com.rapidminer.gui.plotter.SimplePlotterPanelDialog
 
SimplePolynomialClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if (att1*att1*att1*att1) > 100.
SimplePolynomialClassificationFunction() - Constructor for class com.rapidminer.operator.generator.SimplePolynomialClassificationFunction
 
SimplePopulationEvaluator - Class in com.rapidminer.operator.features
This is the basic population operator for feature set evaluation schemes.
SimplePopulationEvaluator(FeatureOperator, ExampleSet) - Constructor for class com.rapidminer.operator.features.SimplePopulationEvaluator
 
SimplePrecondition - Class in com.rapidminer.operator.ports.metadata
Checks whether a given port receives an object of a desired class.
SimplePrecondition(InputPort, MetaData) - Constructor for class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
SimplePrecondition(InputPort, MetaData, boolean) - Constructor for class com.rapidminer.operator.ports.metadata.SimplePrecondition
 
SimplePredictionModel - Class in com.rapidminer.operator.learner
A model that can be applied to an example set by applying it to each example separately.
SimplePredictionModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.SimplePredictionModel
 
SimpleProcessEntry - Class in com.rapidminer.repository.local
 
SimpleProcessSetupError - Class in com.rapidminer.operator
 
SimpleProcessSetupError(ProcessSetupError.Severity, PortOwner, String, Object...) - Constructor for class com.rapidminer.operator.SimpleProcessSetupError
 
SimpleProcessSetupError(ProcessSetupError.Severity, PortOwner, List<? extends QuickFix>, String, Object...) - Constructor for class com.rapidminer.operator.SimpleProcessSetupError
 
SimpleProcessSetupError(ProcessSetupError.Severity, PortOwner, List<? extends QuickFix>, boolean, String, Object...) - Constructor for class com.rapidminer.operator.SimpleProcessSetupError
 
SimpleResultObject - Class in com.rapidminer.operator
A SimpleResulObject is only a helper class for very simple results with only a name and descriptive text.
SimpleResultObject(String, String) - Constructor for class com.rapidminer.operator.SimpleResultObject
 
SimpleRuleLearner - Class in com.rapidminer.operator.learner.rules
This operator builds an unpruned rule set of classification rules.
SimpleRuleLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.rules.SimpleRuleLearner
 
SimpleSampleTest - Class in com.rapidminer.test
Performs the sample process and does not check the output.
SimpleSampleTest(String) - Constructor for class com.rapidminer.test.SimpleSampleTest
 
SimpleSinusFunction - Class in com.rapidminer.operator.generator
The label is sin(att1).
SimpleSinusFunction() - Constructor for class com.rapidminer.operator.generator.SimpleSinusFunction
 
SimpleSuperpositionFunction - Class in com.rapidminer.operator.generator
The label is 5 * sin(att1) + sin(30 * att1).
SimpleSuperpositionFunction() - Constructor for class com.rapidminer.operator.generator.SimpleSuperpositionFunction
 
SimpleUncertainPredictionsTransformation - Class in com.rapidminer.operator.postprocessing
This operator sets all predictions which do not have a higher confidence than the specified one to "unknown" (missing value).
SimpleUncertainPredictionsTransformation(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
SimpleUnitExecutionFactory - Class in com.rapidminer.operator.execution
Returns a shared instance of a SimpleUnitExecutor.
SimpleUnitExecutionFactory() - Constructor for class com.rapidminer.operator.execution.SimpleUnitExecutionFactory
 
SimpleUnitExecutor - Class in com.rapidminer.operator.execution
Executes an ExecutionUnit by invoking the operators in their (presorted) ordering.
SimpleUnitExecutor() - Constructor for class com.rapidminer.operator.execution.SimpleUnitExecutor
 
SimpleVoteModel - Class in com.rapidminer.operator.learner.meta
A simple vote model.
SimpleVoteModel(ExampleSet, List<? extends SimplePredictionModel>) - Constructor for class com.rapidminer.operator.learner.meta.SimpleVoteModel
 
SimpleWeighting - Class in com.rapidminer.operator.features.weighting
This PopulationOperator realizes a simple weighting, i.e. creates a list of clones of each individual and weights one attribute in each of the clones with some different weights.
SimpleWeighting(double, double[]) - Constructor for class com.rapidminer.operator.features.weighting.SimpleWeighting
Creates a simple weighting.
simulatesStack() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
simulatesStack() - Method in interface com.rapidminer.operator.ports.Port
Deprecated. The above reasoning turned out to be unnecessary if implementations in other places are correct. We always simulate the stack now. This method is only called from within ExecutionUnit#autoWire(CompatibilityLevel, InputPorts, LinkedList) to keep a reference, but it has no effect on the auto-wiring process. We keep this method until the end of the alpha test phase of Vega.
SincFunction - Class in com.rapidminer.operator.generator
The sinc function on R^n for n >= 1 The Label is f(x) = sin(x) / ||x||, if ||x|| !
SincFunction() - Constructor for class com.rapidminer.operator.generator.SincFunction
 
SINGLE_SELECTION - Static variable in interface com.rapidminer.gui.plotter.Plotter
Indicates that only single values can be selected by the user for a dimension.
SINGLE_VALUE - Static variable in class com.rapidminer.tools.Ontology
 
SingleAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
 
SingleAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.SingleAttributeFilter
 
SingleExampleExampleSet - Class in com.rapidminer.example.set
This view can be used to wrap a single example.
SingleExampleExampleSet(ExampleSet, Example) - Constructor for class com.rapidminer.example.set.SingleExampleExampleSet
 
SingleExampleExampleSet(SingleExampleExampleSet) - Constructor for class com.rapidminer.example.set.SingleExampleExampleSet
 
SingleLabelTermination - Class in com.rapidminer.operator.learner.tree
This criterion terminates if only one single label is left.
SingleLabelTermination() - Constructor for class com.rapidminer.operator.learner.tree.SingleLabelTermination
 
SingleLinkageMethod - Class in com.rapidminer.operator.clustering.clusterer
This class gives the distance update function for the SingleLinkClustering of the agglomerative clustering.
SingleLinkageMethod(DistanceMatrix, int[]) - Constructor for class com.rapidminer.operator.clustering.clusterer.SingleLinkageMethod
 
SingleMacroDefinitionOperator - Class in com.rapidminer.operator
(Re-)Define macros for the current process.
SingleMacroDefinitionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.SingleMacroDefinitionOperator
 
singlePort - Variable in class com.rapidminer.operator.ports.MultiPortPairExtender.MultiPortPair
 
SinglePortExtender<T extends Port> - Class in com.rapidminer.operator.ports
A port extender automatically creates an additional port if ports are connected.
SinglePortExtender(String, Ports<T>) - Constructor for class com.rapidminer.operator.ports.SinglePortExtender
 
SingleResultOverview - Class in com.rapidminer.gui.processeditor.results
Displays an overview of a single IOObject.
SingleResultOverview(IOObject, Process, int) - Constructor for class com.rapidminer.gui.processeditor.results.SingleResultOverview
 
SingleRuleLearner - Class in com.rapidminer.operator.learner.rules
This operator concentrates on one single attribute and determines the best splitting terms for minimizing the training error.
SingleRuleLearner(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.rules.SingleRuleLearner
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.ButtonBorderPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.ButtonPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.CheckboxPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.ComboBoxPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.DeterminateProgressBarPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.InDeterminateProgressBarPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.MenuBackgroundPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.MenuItemFadingPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.MenuSeparatorPainter
 
SINGLETON - Static variable in class com.rapidminer.gui.look.painters.RadioButtonPainter
 
SingleValueValueRange - Class in com.rapidminer.gui.new_plotter.utility
Value range that contains only one single value.
SingleValueValueRange(double) - Constructor for class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
Instantiates a new SingleValueValueRange.
SingleValueValueRange(double, String, int) - Constructor for class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
Instantiates a new SingleValueValueRange.
SingleValueValueRange(double, DataTable, int) - Constructor for class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
Instantiates a new SingleValueValueRange.
SingleValueValueRange(double, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
Instantiates a new SingleValueValueRange.
SingularNumericalGenerator - Class in com.rapidminer.generator
Generators of this class will have one numerical input attribute and one output attribute.
SingularNumericalGenerator() - Constructor for class com.rapidminer.generator.SingularNumericalGenerator
 
SINUS - Static variable in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
SinusClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if (sin(att1*att2) + sin(att1+att2)) > 0.
SinusClassificationFunction() - Constructor for class com.rapidminer.operator.generator.SinusClassificationFunction
 
SinusFactory - Class in com.rapidminer.generator
Factory class to produce new attributes based on the fourier synthesis of the label mapped on an attribute dimension.
SinusFactory(int) - Constructor for class com.rapidminer.generator.SinusFactory
Creates a new sinus factory which creates maxPeaks new peaks.
SinusFrequencyFunction - Class in com.rapidminer.operator.generator
The label is 10 * sin(3 * att1) + 12 * sin(7 * att1) + 11 * sin(5 * att2) + 9 * sin(10 * att2) + 10 * sin(8 * (att1 + att2)).
SinusFrequencyFunction() - Constructor for class com.rapidminer.operator.generator.SinusFrequencyFunction
 
SinusFunction - Class in com.rapidminer.operator.generator
The label is sin(att1*att2) + sin(att1+att2).
SinusFunction() - Constructor for class com.rapidminer.operator.generator.SinusFunction
 
SinusWithTrendFunction - Class in com.rapidminer.operator.generator
The label is sin(att1) + att1.
SinusWithTrendFunction() - Constructor for class com.rapidminer.operator.generator.SinusWithTrendFunction
 
size() - Method in class com.rapidminer.example.AbstractAttributes
 
size() - Method in interface com.rapidminer.example.Attributes
Returns the number of regular attributes.
size() - Method in class com.rapidminer.example.AttributeWeights
Returns the number of features in this map.
size() - Method in class com.rapidminer.example.Example
 
size() - Method in interface com.rapidminer.example.ExampleSet
Returns the number of examples in this example set.
size() - Method in class com.rapidminer.example.set.AttributeSelectionExampleSet
 
size() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
size() - Method in class com.rapidminer.example.set.ConditionedExampleSet
Counts the number of examples which fulfills the condition.
size() - Method in class com.rapidminer.example.set.HeaderExampleSet
 
size() - Method in class com.rapidminer.example.set.MappedExampleSet
Counts the number of examples.
size() - Method in class com.rapidminer.example.set.ModelViewExampleSet
 
size() - Method in class com.rapidminer.example.set.NonSpecialAttributesExampleSet
 
size() - Method in class com.rapidminer.example.set.RemappedExampleSet
 
size() - Method in class com.rapidminer.example.set.ReplaceMissingExampleSet
 
size() - Method in class com.rapidminer.example.set.SimilarityExampleSet
 
size() - Method in class com.rapidminer.example.set.SimpleExampleSet
 
size() - Method in class com.rapidminer.example.set.SingleExampleExampleSet
 
size() - Method in class com.rapidminer.example.set.SortedExampleSet
Counts the number of examples.
size() - Method in class com.rapidminer.example.set.SplittedExampleSet
 
size() - Method in class com.rapidminer.example.SimpleAttributes
 
size() - Method in class com.rapidminer.example.table.BinominalMapping
Returns the number of different nominal values.
size() - Method in class com.rapidminer.example.table.DatabaseExampleTable
 
size() - Method in interface com.rapidminer.example.table.ExampleTable
Returns the number of examples.
size() - Method in class com.rapidminer.example.table.IndexCachedDatabaseExampleTable
 
size() - Method in class com.rapidminer.example.table.LimitCachedDatabaseExampleTable
 
size() - Method in class com.rapidminer.example.table.MemoryExampleTable
Returns the size of this example table, i.e. the number of data rows.
size() - Method in interface com.rapidminer.example.table.NominalMapping
Returns the number of different nominal values which were mapped via NominalMapping.mapString(String) until now.
size() - Method in class com.rapidminer.example.table.PolynominalMapping
Returns the number of different nominal values.
size() - Method in class com.rapidminer.example.table.RandomExampleTable
 
SIZE - Static variable in class com.rapidminer.gui.look.icons.ExpandedTreeIcon
 
SIZE - Static variable in class com.rapidminer.gui.look.icons.SliderThumb
 
size() - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
size() - Method in class com.rapidminer.gui.security.Wallet
 
size() - Method in class com.rapidminer.operator.Annotations
 
size() - Method in class com.rapidminer.operator.EnabledOperatorView
 
size() - Method in class com.rapidminer.operator.IOContainer
Returns the number of IOObjects in this container.
size() - Method in class com.rapidminer.operator.IOObjectCollection
 
size() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
size() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
size() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
size() - Method in class com.rapidminer.tools.container.MultidimensionalArraySet
Returns the number of elements this array can hold.
size() - Method in class com.rapidminer.tools.container.ValueSet
Returns the number of values in the set.
size() - Method in class com.rapidminer.tools.math.AverageVector
Returns the number of averages in the list.
size() - Method in class com.rapidminer.tools.math.container.BallTree
 
size() - Method in interface com.rapidminer.tools.math.container.GeometricDataCollection
This method has to return the number of stored data points.
size() - Method in class com.rapidminer.tools.math.container.KDTree
 
size() - Method in class com.rapidminer.tools.math.container.LinearList
 
size() - Method in class com.rapidminer.tools.math.RunVector
Returns the number of average vectors.
SizeProvider - Interface in com.rapidminer.gui.new_plotter.utility
 
skipComments() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
skipLine() - Method in class com.rapidminer.example.table.FileDataRowReader
Skips the next line, if present.
skipNameAnnotationRow(boolean) - Method in class com.rapidminer.operator.io.ExcelExampleSource
 
SkipNANExampleReader - Class in com.rapidminer.example.set
This ExampleReader skips all examples containing attribute values that are not a number.
SkipNANExampleReader(Iterator<Example>) - Constructor for class com.rapidminer.example.set.SkipNANExampleReader
 
SliderThumb - Class in com.rapidminer.gui.look.icons
The slider thumb icon.
SliderThumb() - Constructor for class com.rapidminer.gui.look.icons.SliderThumb
 
SliderUI - Class in com.rapidminer.gui.look.ui
The UI for sliders.
SliderUI(JSlider) - Constructor for class com.rapidminer.gui.look.ui.SliderUI
 
SMART_HOME_END_PROPERTY - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
If this client property is set to Boolean.TRUE on the text area, the home/end keys will support 'smart' BRIEF-like behaviour (one press = start/end of line, two presses = start/end of viewscreen, three presses = start/end of document).
SmartLegendTitle - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.legend
This class is the GUI container for all legend items.
SmartLegendTitle(LegendItemSource, Arrangement, Arrangement) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.SmartLegendTitle
 
SmartLegendTitle(LegendItemSource) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.SmartLegendTitle
 
SmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class provides the functionality of a smoothing kernel, which returns weights depended on a norm distance.
SmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.SmoothingKernel
 
SmoothingKernels - Class in com.rapidminer.tools.math.smoothing
This class provides functionality in order to create SmoothingKernels in operators in a parameter depended way.
SmoothingKernels() - Constructor for class com.rapidminer.tools.math.smoothing.SmoothingKernels
 
SoftMarginLoss - Class in com.rapidminer.operator.performance
The soft margin loss of a classifier, defined as the average over all 1 - y * f(x).
SoftMarginLoss() - Constructor for class com.rapidminer.operator.performance.SoftMarginLoss
Clone constructor.
SoftMarginLoss(SoftMarginLoss) - Constructor for class com.rapidminer.operator.performance.SoftMarginLoss
 
solutionGoodEnough(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
Returns true if generation is >= maximum_number_of_generations or after generations_without_improval generations without improval.
solutionGoodEnough(ExampleSetBasedPopulation) - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedFeatureOperator
Has to return true if the main loop can be stopped because a solution is considered to be good enough according to some criterion.
solutionGoodEnough(Population) - Method in class com.rapidminer.operator.features.FeatureOperator
Has to return true if the main loop can be stopped because a solution is considered to be good enough according to some criterion.
solutionGoodEnough(Population) - Method in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
Returns true if generation is >= maximum_number_of_generations or after generations_without_improval generations without improval.
solutionGoodEnough(Population) - Method in class com.rapidminer.operator.features.selection.BruteForceSelection
Stops immediately.
solutionGoodEnough(Population) - Method in class com.rapidminer.operator.features.selection.FeatureSelectionOperator
Returns true if the best individual is not better than the last generation's best individual.
solutionGoodEnough(Population) - Method in class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
Returns true if the best individual is not better than the last generation's best individual.
solutionGoodEnough(Population) - Method in class com.rapidminer.operator.features.weighting.FeatureWeighting
 
solve() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
solve() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
solvePolynomial(double, double[]) - Static method in class com.rapidminer.tools.math.MathFunctions
Solves a given polynomial at x.
SOLVER - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
The different SVM types implemented by the LibSVM package.
SOLVER_L1_SVM_DUAL - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
SOLVER_L2_LR - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
SOLVER_L2_SVM_DUAL - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
SOLVER_L2_SVM_PRIMAL - Static variable in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
SOM_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SOMClassColorizer - Class in com.rapidminer.gui.plotter.som
This class provides the color calculation for the classification areas of the SOMMOdelPlotter.
SOMClassColorizer(int) - Constructor for class com.rapidminer.gui.plotter.som.SOMClassColorizer
 
SOMDimensionalityReduction - Class in com.rapidminer.operator.features.transformation
This operator performs a dimensionality reduction based on a SOM (Self Organizing Map, aka Kohonen net).
SOMDimensionalityReduction(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.SOMDimensionalityReduction
 
SOMDimensionalityReductionModel - Class in com.rapidminer.operator.features.transformation
The model for the SOM dimensionality reduction.
SOMDimensionalityReductionModel(ExampleSet, KohonenNet, int) - Constructor for class com.rapidminer.operator.features.transformation.SOMDimensionalityReductionModel
 
SOMFireColorizer - Class in com.rapidminer.gui.plotter.som
This class provides a visualization for the SOMPlotter.
SOMFireColorizer() - Constructor for class com.rapidminer.gui.plotter.som.SOMFireColorizer
 
SOMGreyColorizer - Class in com.rapidminer.gui.plotter.som
This class provides a visualization for the SOMPlotter.
SOMGreyColorizer() - Constructor for class com.rapidminer.gui.plotter.som.SOMGreyColorizer
 
SOMLandscapeColorizer - Class in com.rapidminer.gui.plotter.som
This class provides a visualization for the SOMPlotter.
SOMLandscapeColorizer() - Constructor for class com.rapidminer.gui.plotter.som.SOMLandscapeColorizer
 
SOMMatrixColorizer - Interface in com.rapidminer.gui.plotter.som
This is the interface for every visualization of a SOM map.
SOMModelPlotter - Class in com.rapidminer.operator.visualization
This class uses the SOM Plotter for displaying the classification behavior of every model.
SOMModelPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.operator.visualization.SOMModelPlotter
 
SOMModelPlotter(PlotterConfigurationModel, ExampleSet, Model) - Constructor for class com.rapidminer.operator.visualization.SOMModelPlotter
 
SOMModelVisualization - Class in com.rapidminer.operator.visualization
This class provides an operator for the visualization of arbitrary models with help of the dimensionality reduction via a SOM of both the data set and the given model.
SOMModelVisualization(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.SOMModelVisualization
 
SOMModelVisualization.SOMModelVisualizationResult - Class in com.rapidminer.operator.visualization
 
SOMModelVisualization.SOMModelVisualizationResult(ExampleSet, Model) - Constructor for class com.rapidminer.operator.visualization.SOMModelVisualization.SOMModelVisualizationResult
 
SOMModelVisualizationRenderer - Class in com.rapidminer.gui.renderer.visualization
 
SOMModelVisualizationRenderer() - Constructor for class com.rapidminer.gui.renderer.visualization.SOMModelVisualizationRenderer
 
SOMPlotter - Class in com.rapidminer.gui.plotter.som
This is the main class for the SOMPlotter.
SOMPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.som.SOMPlotter
 
sort(int, int) - Method in class com.rapidminer.example.AttributeWeights
This will sort the weights either ascending if the boolean flag is true or descending. * @param direction ASCENDING or DESCENDING
sort() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.
sort() - Method in class com.rapidminer.operator.features.Population
Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.
sort(Comparator<OperatorDescription>) - Method in class com.rapidminer.tools.GroupTree
This method will sort this GroupTree according to the given comparator.
sort() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.
sort(Comparator<Individual>) - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.
SORT_ASCENDING - Static variable in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
SORT_DESCENDING - Static variable in class com.rapidminer.operator.features.weighting.AbstractWeighting
 
SortableEdge - Class in com.rapidminer.gui.graphs
A helper class for sorting edges between two vertices according to the edge value.
SortableEdge(String, String, String, double, int) - Constructor for class com.rapidminer.gui.graphs.SortableEdge
 
SortByColumnAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
SortByColumnAction(ExtendedJTable, int, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.SortByColumnAction
 
sortByWeight(String[], int, int) - Method in class com.rapidminer.example.AttributeWeights
Sorts the given array of attribute names according to their weight, the sorting direction (ascending or descending), and with respect to the fact if original or absolute weights should be used.
SortColumnsAccordingToNameAction - Class in com.rapidminer.gui.tools.actions
Start the corresponding action.
SortColumnsAccordingToNameAction(ExtendedJTable, IconSize) - Constructor for class com.rapidminer.gui.tools.actions.SortColumnsAccordingToNameAction
 
sortColumnsAccordingToNames() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
SortedDataTableView - Class in com.rapidminer.datatable
A view on a parent DataTable which maps the row indices such that the view is sorted.
SortedDataTableView(DataTable, DataTableSortProvider) - Constructor for class com.rapidminer.datatable.SortedDataTableView
 
SortedExampleReader - Class in com.rapidminer.example.set
This example reader is based on the given mapping and skips all examples which are not part of the mapping.
SortedExampleReader(ExampleSet) - Constructor for class com.rapidminer.example.set.SortedExampleReader
Constructs a new mapped example reader.
SortedExampleSet - Class in com.rapidminer.example.set
This example set uses a mapping of indices to access the examples provided by the parent example set.
SortedExampleSet(ExampleSet, Attribute, int) - Constructor for class com.rapidminer.example.set.SortedExampleSet
 
SortedExampleSet(ExampleSet, int[]) - Constructor for class com.rapidminer.example.set.SortedExampleSet
Constructs an example set based on the given sort mapping.
SortedExampleSet(SortedExampleSet) - Constructor for class com.rapidminer.example.set.SortedExampleSet
Clone constructor.
sortGroups(List<ValueRange>) - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
Sorts the provided list of ValueRanges.
Sorting - Class in com.rapidminer.operator.preprocessing.filter
This operator sorts the given example set according to a single attribute.
Sorting(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.Sorting
 
SORTING_DIRECTIONS - Static variable in class com.rapidminer.example.set.SortedExampleSet
 
SORTING_TYPE_BOTTOM_K - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
SORTING_TYPE_BOTTOM_K - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
SORTING_TYPE_NONE - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
SORTING_TYPE_NONE - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
SORTING_TYPE_TOP_K - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
SORTING_TYPE_TOP_K - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
SORTING_TYPES - Static variable in class com.rapidminer.operator.features.weighting.ProcessLog2AttributeWeights
 
SORTING_TYPES - Static variable in class com.rapidminer.operator.visualization.ProcessLogOperator
 
sortingStatusChanged() - Method in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
sortMappings() - Method in class com.rapidminer.example.table.BinominalMapping
This method rearranges the string to number mappings such that they are in alphabetical order.
sortMappings() - Method in interface com.rapidminer.example.table.NominalMapping
This method rearranges the string to number mappings such that they are in alphabetical order.
sortMappings() - Method in class com.rapidminer.example.table.PolynominalMapping
This method rearranges the string to number mappings such that they are in alphabetical order.
SortProvider - Interface in com.rapidminer.gui.new_plotter.utility
 
SortProvider.SortCriterion - Enum in com.rapidminer.gui.new_plotter.utility
 
SortProvider.SortOrder - Enum in com.rapidminer.gui.new_plotter.utility
 
sortSets() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
sortSets(Comparator<FrequentItemSet>) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
sortValues(List<Double>) - Method in interface com.rapidminer.gui.new_plotter.utility.SortProvider
Sorts the provided list of values.
SOURCE - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
source - Variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin.AttributeSource
 
SOURCE - Static variable in class com.rapidminer.operator.repository.AbstractRepositoryEntryRelocationOperator
 
SOURCE_TYPE_FILE - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
SOURCE_TYPE_REPOSITORY - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
SOURCE_TYPE_URL - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
SOURCE_TYPES - Static variable in class com.rapidminer.operator.nio.file.LoadFileOperator
 
SPARSE_SEPARATOR - Static variable in class com.rapidminer.example.Example
Separates indices from values in sparse format (colon).
SparseDataRow - Interface in com.rapidminer.example.table
This interface defines methods for sparse data rows which might be implemented to allow more efficient querying of the non-default values.
SparseFormatDataRowReader - Class in com.rapidminer.example.table
Reads the data rows in sparse format.
SparseFormatDataRowReader(DataRowFactory, int, Map<String, String>, AttributeSet, Reader, Reader, int, boolean, char) - Constructor for class com.rapidminer.example.table.SparseFormatDataRowReader
Creates a new data row reader for sparse format.
SparseFormatExampleSource - Class in com.rapidminer.operator.io
Reads an example file in sparse format, i.e. lines have the form
label index:value index:value index:value...
SparseFormatExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.SparseFormatExampleSource
 
SparseMapDataRow - Class in com.rapidminer.example.table
Implementation of DataRow that is backed by a HashMap.
SparseMapDataRow() - Constructor for class com.rapidminer.example.table.SparseMapDataRow
 
SPARSITY_MUTATION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a hybrid between switching mutation and Gaussian mutation.
SparsityMutation - Class in com.rapidminer.tools.math.optimization.ec.es
Checks for each value if it should mutated.
SparsityMutation(double, double[], double[], OptimizationValueType[], RandomGenerator) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.SparsityMutation
 
SPECIAL - Static variable in interface com.rapidminer.example.Attributes
Indicates special attributes.
specialAttributes() - Method in class com.rapidminer.example.AbstractAttributes
 
specialAttributes() - Method in interface com.rapidminer.example.Attributes
Returns an iterator over the attribute roles of the special attributes.
SpecialFormatExampleSetWriter - Class in com.rapidminer.operator.io
Writes an example set to a file using a special, user defined format.
SpecialFormatExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
 
specialSize() - Method in class com.rapidminer.example.AbstractAttributes
 
specialSize() - Method in interface com.rapidminer.example.Attributes
Returns the number of special attributes.
specialSize() - Method in class com.rapidminer.example.SimpleAttributes
 
SpecificInnerOperatorCondition - Class in com.rapidminer.operator.condition
A condition for a specific inner operator with a fixed index.
SpecificInnerOperatorCondition(String, int, Class[], Class[]) - Constructor for class com.rapidminer.operator.condition.SpecificInnerOperatorCondition
Creates an inner operator condition.
SPECIFICITY - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
SpectrumFilter - Class in com.rapidminer.tools.math
Creates a series of peaks (a spectrum) from the series of complex values calculated for example by a fourier transform.
SpectrumFilter(int) - Constructor for class com.rapidminer.tools.math.SpectrumFilter
 
SPINNER_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
SpinnerBorder - Class in com.rapidminer.gui.look.borders
The UIResource for empty splinner borders.
SpinnerBorder() - Constructor for class com.rapidminer.gui.look.borders.SpinnerBorder
 
SpinnerButton - Class in com.rapidminer.gui.look.ui
A spinner button.
SpinnerButton(String) - Constructor for class com.rapidminer.gui.look.ui.SpinnerButton
 
SpinnerUI - Class in com.rapidminer.gui.look.ui
The UI for spinners.
SpinnerUI() - Constructor for class com.rapidminer.gui.look.ui.SpinnerUI
 
SpiralClusteringFunction - Class in com.rapidminer.operator.generator
Generates a data set for two attributes.
SpiralClusteringFunction() - Constructor for class com.rapidminer.operator.generator.SpiralClusteringFunction
 
splashMessage(String) - Static method in class com.rapidminer.RapidMiner
Displays the message with 18n key gui.splash.messageKey.
splashMessage(String, Object...) - Static method in class com.rapidminer.RapidMiner
Displays the formatted message with 18n key gui.splash.messageKey.
SplashScreen - Class in com.rapidminer.gui.tools
The splash screen is displayed during start up of RapidMiner.
SplashScreen(String, Image) - Constructor for class com.rapidminer.gui.tools.SplashScreen
 
SplashScreen(String, Image, URL) - Constructor for class com.rapidminer.gui.tools.SplashScreen
 
SplashScreen(Image, Properties) - Constructor for class com.rapidminer.gui.tools.SplashScreen
 
Split - Class in com.rapidminer.operator.learner.rules
Contains all information about a numerical split point.
Split(double, double[], int) - Constructor for class com.rapidminer.operator.learner.rules.Split
 
split(String) - Method in class com.rapidminer.tools.LineParser
 
split(String, Pattern, boolean) - Static method in class com.rapidminer.tools.LineParser
 
split(String, Pattern, boolean, char, char) - Static method in class com.rapidminer.tools.LineParser
 
SPLIT_ABSOLUTE - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
SPLIT_BY_COMMA_EXPRESSION - Static variable in class com.rapidminer.tools.LineParser
 
SPLIT_BY_SEMICOLON_EXPRESSION - Static variable in class com.rapidminer.tools.LineParser
 
SPLIT_BY_SPACE_EXPRESSION - Static variable in class com.rapidminer.tools.LineParser
 
SPLIT_BY_TAB_EXPRESSION - Static variable in class com.rapidminer.tools.LineParser
 
SPLIT_MODE_ORDERED - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
SPLIT_MODE_UNORDERED - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
SPLIT_MODES - Static variable in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
SPLIT_MODES - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
SPLIT_PANE_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
SPLIT_RELATIVE - Static variable in class com.rapidminer.operator.validation.SplitValidationOperator
 
splitByAttribute(ExampleSet, Attribute) - Static method in class com.rapidminer.example.set.SplittedExampleSet
Works only for nominal and integer attributes.
splitByAttribute(ExampleSet, Attribute, double) - Static method in class com.rapidminer.example.set.SplittedExampleSet
Works only for real-value attributes.
SplitCondition - Interface in com.rapidminer.operator.learner.tree
A condition for a split in decision tree, rules etc.
SplitPaneBorder - Class in com.rapidminer.gui.look.borders
The UIResource for split pane borders.
SplitPaneBorder() - Constructor for class com.rapidminer.gui.look.borders.SplitPaneBorder
 
SplitPaneDividerUI - Class in com.rapidminer.gui.look.ui
The UI for split pane dividers.
SplitPaneDividerUI(BasicSplitPaneUI) - Constructor for class com.rapidminer.gui.look.ui.SplitPaneDividerUI
 
SplitPaneUI - Class in com.rapidminer.gui.look.ui
The UI for split panes.
SplitPaneUI() - Constructor for class com.rapidminer.gui.look.ui.SplitPaneUI
 
SplitPreprocessing - Interface in com.rapidminer.operator.learner.tree
Will be used before each split.
SplittedExampleSet - Class in com.rapidminer.example.set
An example set that can be split into subsets by using a Partition.
SplittedExampleSet(ExampleSet, Partition) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Constructs a SplittedExampleSet with the given partition.
SplittedExampleSet(ExampleSet, double, int, boolean, int, boolean) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Creates an example set that is splitted into two subsets using the given sampling type.
SplittedExampleSet(ExampleSet, double, int, boolean, int) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Creates an example set that is splitted into two subsets using the given sampling type.
SplittedExampleSet(ExampleSet, double[], int, boolean, int) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Creates an example set that is splitted into n subsets with the given sampling type.
SplittedExampleSet(ExampleSet, double[], int, boolean, int, boolean) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Creates an example set that is splitted into n subsets with the given sampling type.
SplittedExampleSet(ExampleSet, int, int, boolean, int) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Creates an example set that is splitted into numberOfSubsets parts with the given sampling type.
SplittedExampleSet(ExampleSet, int, int, boolean, int, boolean) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Creates an example set that is splitted into numberOfSubsets parts with the given sampling type.
SplittedExampleSet(SplittedExampleSet) - Constructor for class com.rapidminer.example.set.SplittedExampleSet
Clone constructor.
SplitValidationOperator - Class in com.rapidminer.operator.validation
A FixedSplitValidationChain splits up the example set at a fixed point into a training and test set and evaluates the model (linear sampling).
SplitValidationOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.SplitValidationOperator
 
SPSSExampleSource - Class in com.rapidminer.operator.io
This operator can read spss files.
SPSSExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.SPSSExampleSource
 
SQLEditor - Class in com.rapidminer.gui.tools
A generic SQL editor.
SQLEditor() - Constructor for class com.rapidminer.gui.tools.SQLEditor
 
SQLExecution - Class in com.rapidminer.operator
This operator performs an arbitrary SQL statement on an SQL database.
SQLExecution(OperatorDescription) - Constructor for class com.rapidminer.operator.SQLExecution
 
SQLQueryBuilder - Class in com.rapidminer.gui.tools.dialogs
This is an convenience GUI dialog for building SQL Queries.
SQLQueryBuilder(DatabaseHandler) - Constructor for class com.rapidminer.gui.tools.dialogs.SQLQueryBuilder
 
SQLQueryValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
 
SQLQueryValueCellEditor(ParameterTypeSQLQuery) - Constructor for class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
SQLTokenMarker - Class in com.rapidminer.gui.tools.syntax
SQL token marker.
SQLTokenMarker(KeywordMap) - Constructor for class com.rapidminer.gui.tools.syntax.SQLTokenMarker
 
SQLTokenMarker(KeywordMap, boolean) - Constructor for class com.rapidminer.gui.tools.syntax.SQLTokenMarker
 
squareComponents(double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
Squared - Class in com.rapidminer.operator.learner.igss.utility
The utility function Squared.
Squared(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.Squared
Constructs a new Squared with the given default probability.
Squared - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the squared error of a rule.
Squared(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.Squared
 
SQUARED - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
SquaredCorrelationCriterion - Class in com.rapidminer.operator.performance
Computes the square of the empirical corellation coefficient 'r' between label and prediction.
SquaredCorrelationCriterion() - Constructor for class com.rapidminer.operator.performance.SquaredCorrelationCriterion
 
SquaredError - Class in com.rapidminer.operator.performance
The squared error.
SquaredError() - Constructor for class com.rapidminer.operator.performance.SquaredError
 
SquaredError(SquaredError) - Constructor for class com.rapidminer.operator.performance.SquaredError
 
SquaredEuclideanDistance - Class in com.rapidminer.tools.math.similarity.divergences
The "Squared Euclidean distance ".
SquaredEuclideanDistance() - Constructor for class com.rapidminer.tools.math.similarity.divergences.SquaredEuclideanDistance
 
SquaredLoss - Class in com.rapidminer.tools.math.similarity.divergences
The "Squared loss ".
SquaredLoss() - Constructor for class com.rapidminer.tools.math.similarity.divergences.SquaredLoss
 
squaredSum - Variable in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
SquarePulseFunction - Class in com.rapidminer.operator.generator
The label is a square pulse in attribute att1.
SquarePulseFunction() - Constructor for class com.rapidminer.operator.generator.SquarePulseFunction
 
SquareRootGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
SquareRootGenerator() - Constructor for class com.rapidminer.generator.SquareRootGenerator
 
StackedBarChartPlotter - Class in com.rapidminer.gui.plotter.charts
This is a stacked bar chart plotter.
StackedBarChartPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
StackedBarChartPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
Stacking - 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.
Stacking(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.Stacking
 
StackingModel - Class in com.rapidminer.operator.learner.meta
This class is the model build by the Stacking operator.
StackingModel(ExampleSet, String, List<Model>, Model, boolean) - Constructor for class com.rapidminer.operator.learner.meta.StackingModel
 
STANDARD_DEVIATION - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
StandardDBConnectionToIOObjectConverter - Class in com.rapidminer.repository.db
Simply converts the table to an ExampleSet.
StandardDBConnectionToIOObjectConverter() - Constructor for class com.rapidminer.repository.db.StandardDBConnectionToIOObjectConverter
 
standardDeviation - Variable in class com.rapidminer.tools.math.distribution.NormalDistribution
 
StandardDeviationAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Standard Deviation Aggregation function.
StandardDeviationAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregationFunction
 
StandardDeviationAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregationFunction
 
StandardDeviationAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the VarianceAggregationFunction
StandardDeviationAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.StandardDeviationAggregator
 
StandardDeviationFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the standard deviation.
StandardDeviationFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.StandardDeviationFunction
 
StandardDeviationFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.StandardDeviationFunction
 
StandardDeviationWeighting - Class in com.rapidminer.operator.features.weighting
Creates weights from the standard deviations of all attributes.
StandardDeviationWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.StandardDeviationWeighting
 
STAR_POINT_STYLE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
start(RootDoc) - Static method in class com.rapidminer.doc.DocumentationGenerator
 
start() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
start() - Method in class com.rapidminer.gui.tools.EditBlockingProgressThread
 
start(String) - Method in class com.rapidminer.gui.tools.ProgressMonitor
 
start() - Method in class com.rapidminer.gui.tools.ProgressThread
Note that this method has nothing to do with Thread.strart.
start() - Method in class com.rapidminer.operator.ports.MultiPortPairExtender
Creates an initial port and starts to listen.
start() - Method in class com.rapidminer.operator.ports.PortPairExtender
Creates an initial port and starts to listen.
start() - Method in class com.rapidminer.operator.ports.SinglePortExtender
Creates an initial port and starts to listen.
startAndWait() - Method in class com.rapidminer.gui.tools.ProgressThread
Enqueues this task and waits for its completion.
startCalculation(boolean) - Method in class com.rapidminer.gui.plotter.som.SOMPlotter
 
startClockThread() - Method in class com.rapidminer.gui.tools.StatusBar
 
startCounting(Attribute) - Method in class com.rapidminer.example.MinMaxStatistics
 
startCounting(Attribute) - Method in class com.rapidminer.example.NominalStatistics
 
startCounting(Attribute) - Method in class com.rapidminer.example.NumericalStatistics
 
startCounting(Attribute) - Method in interface com.rapidminer.example.Statistics
 
startCounting(Attribute) - Method in class com.rapidminer.example.UnknownStatistics
 
startCounting(Attribute) - Method in class com.rapidminer.example.WeightedNumericalStatistics
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.AreaUnderCurve
Calculates the AUC.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.CorrelationCriterion
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.CrossEntropy
Calculates the margin.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.LogisticLoss
Calculates the margin.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.Margin
Calculates the margin.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.MDLCriterion
 
startCounting(ExampleSet) - Method in class com.rapidminer.operator.performance.MeasuredPerformance
Deprecated. Please use the other start counting method directly
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.MeasuredPerformance
Initializes the criterion.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
Initializes the criterion and sets the label.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.NormalizedAbsoluteError
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.PredictionAverage
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.RankCorrelation
Computes whichever of rho and tau was requested.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.RootRelativeSquaredError
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.SimpleCriterion
 
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Calculates the margin.
startCounting(ExampleSet, boolean) - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Initializes the criterion and sets the label.
startIncrementalCalculation(ExampleSet) - Method in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
startIncrementalCalculation(ExampleSet) - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
 
startInitializing() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
startMonitorThread() - Method in class com.rapidminer.gui.tools.SystemMonitor
 
startProcessing() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
startProcessing() - Method in class com.rapidminer.gui.new_plotter.gui.ChartConfigurationPanel
 
startProcessing() - Method in interface com.rapidminer.gui.new_plotter.listener.PlotConfigurationProcessingListener
 
startSection(String, int) - Method in interface com.rapidminer.report.ReportStream
This method will cause the stream to start a new Section at the specified level.
StartsWith - Class in com.rapidminer.tools.math.function.expressions.text
Returns true if and only if the given text starts with the specified search string.
StartsWith() - Constructor for class com.rapidminer.tools.math.function.expressions.text.StartsWith
 
startThread(Rectangle) - Method in class com.rapidminer.gui.look.fc.DragSelectionThread
 
startTracking(Window, Component) - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel
Starts tracking of focus change.
startTutorial() - Method in class com.rapidminer.gui.MainFrame
 
startUpdate(List<PackageDescriptor>) - Method in class com.rapid_i.deployment.update.client.UpdateDialog
 
startUpdate() - Method in class com.rapid_i.deployment.update.client.UpdateListPanel
 
startVisualization(Object) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
startVisualization(Object) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
startVisualization(Object) - Method in class com.rapidminer.gui.ExampleVisualizer
 
startVisualization(Object) - Method in interface com.rapidminer.ObjectVisualizer
 
startVisualization(Object) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
startVisualization(Object) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
StataExampleSource - Class in com.rapidminer.operator.io
This operator can read stata files.
StataExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.StataExampleSource
 
stateChanged(ChangeEvent) - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
stateChanged(ChangeEvent) - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
stateChanged(ChangeEvent) - Method in class com.rapidminer.gui.tools.dialogs.MultiPageDialog
 
stateChanged(ChangeEvent) - Method in class com.rapidminer.gui.tools.ProgressDialog
 
StatementCreator - Class in com.rapidminer.tools.jdbc
Helper class to create SQL statements and escape column names.
StatementCreator(Connection) - Constructor for class com.rapidminer.tools.jdbc.StatementCreator
 
StaticDebug - Class in com.rapidminer.gui.new_plotter
 
StaticDebug() - Constructor for class com.rapidminer.gui.new_plotter.StaticDebug
 
StaticMetaDataProvider - Class in com.rapidminer.parameter
Always returns the same meta data.
StaticMetaDataProvider(MetaData) - Constructor for class com.rapidminer.parameter.StaticMetaDataProvider
 
Statistics - Interface in com.rapidminer.example
The superclass for all attribute statistics objects.
STATISTICS_AVERAGE - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
STATISTICS_RANGE - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
STATISTICS_SUM - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
STATISTICS_TYPE_AVERAGE - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPE_AVERAGE - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
STATISTICS_TYPE_COUNT - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPE_COUNT - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
STATISTICS_TYPE_DEVIATION - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPE_MAX - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPE_MAX - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
STATISTICS_TYPE_MIN - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPE_MIN - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
STATISTICS_TYPE_UNKNOWN - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPE_VARIANCE - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPES - Static variable in class com.rapidminer.operator.DataMacroDefinitionOperator
 
STATISTICS_TYPES - Static variable in class com.rapidminer.operator.performance.Data2Performance
 
STATISTICS_UNKNOWN - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
STATUS - Static variable in class com.rapidminer.tools.LogService
The default log verbosity for all logging purposes of operators.
StatusBar - Class in com.rapidminer.gui.tools
The status bar shows the currently applied operator and the time it needed so far.
StatusBar() - Constructor for class com.rapidminer.gui.tools.StatusBar
 
StatusBar(boolean, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.StatusBar
 
stealOperatorsFrom(ExecutionUnit) - Method in class com.rapidminer.operator.ExecutionUnit
Moves the operators from this process to another process, keeping all connections intact.
STICK_CHART - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
STICK_CHART_3D - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SticksPlot2D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 2D bar plots.
SticksPlot2D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
SticksPlot2D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
SticksPlot3D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 3D bar plots.
SticksPlot3D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.SticksPlot3D
 
SticksPlot3D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.SticksPlot3D
 
STOCHASTIC_UNIVERSAL - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
STOCHASTIC_UNIVERSAL - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
STOCHASTIC_UNIVERSAL - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a stochastic universal sampling selection scheme.
StochasticUniversalSampling - Class in com.rapidminer.operator.features.selection
Similar to a the roulette wheel selection the fitness values of all individuals build a partition of the 360 degrees of a wheel.
StochasticUniversalSampling(int, boolean, Random) - Constructor for class com.rapidminer.operator.features.selection.StochasticUniversalSampling
 
StochasticUniversalSampling - Class in com.rapidminer.tools.math.optimization.ec.es
Similar to a the roulette wheel selection the fitness values of all individuals build a partition of the 360 degrees of a wheel.
StochasticUniversalSampling(int, boolean, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.StochasticUniversalSampling
 
stop() - Method in class com.rapidminer.Process
Stops the process as soon as possible.
STOP_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
StopAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
StopAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.StopAction
 
stopCellEditing() - Method in class com.rapidminer.gui.properties.celleditors.key.DelegationKeyCellEditor
 
stopCellEditing() - Method in class com.rapidminer.operator.nio.MetaDataTableHeaderCellEditor
 
stopCurrentEditing() - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
StopDialog - Class in com.rapidminer.gui.dialog
The stop dialog can be used by operators which allow to abort an iteration.
StopDialog(String, String) - Constructor for class com.rapidminer.gui.dialog.StopDialog
 
STOPPING_BEHAVIORS - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
STOPPING_BEHAVIORS - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
stopProcess() - Method in class com.rapidminer.gui.MainFrame
Can be used to stop the currently running process.
stopProcess() - Method in class com.rapidminer.gui.ProcessThread
 
stopReading() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
stopThumbnailGeneration() - Method in class com.rapidminer.gui.look.fc.FileList
 
stopTracking() - Method in class com.rapidminer.gui.new_plotter.gui.popup.PopupPanel
 
stopUpdates(boolean) - Method in interface com.rapidminer.gui.plotter.Plotter
Indicates if the plotter is currently under a process of value adjustments.
stopUpdates(boolean) - Method in class com.rapidminer.gui.plotter.PlotterAdapter
This default implementation does nothing.
stopUpdates(boolean) - Method in class com.rapidminer.gui.plotter.ScatterMatrixPlotter
Indicates if the plotter is currently under a process of value adjustments.
stopVisualization(Object) - Method in class com.rapidminer.gui.DatabaseExampleVisualization
 
stopVisualization(Object) - Method in class com.rapidminer.gui.DummyObjectVisualizer
 
stopVisualization(Object) - Method in class com.rapidminer.gui.ExampleVisualizer
Does nothing.
stopVisualization(Object) - Method in interface com.rapidminer.ObjectVisualizer
 
stopVisualization(Object) - Method in class com.rapidminer.operator.features.aggregation.AggregationPopulationPlotter
 
stopVisualization(Object) - Method in class com.rapidminer.operator.features.PopulationPlotter
 
store(Process, ProgressListener) - Method in class com.rapidminer.FileProcessLocation
 
store(DockingContext) - Method in class com.rapidminer.gui.Perspective
 
store(String, IOObject) - Method in class com.rapidminer.Process
Returns the macro handler.
store(Process, ProgressListener) - Method in interface com.rapidminer.ProcessLocation
Stores the process at the referenced location.
store(IOObject, RepositoryLocation, Operator) - Method in class com.rapidminer.repository.RepositoryManager
Stores an IOObject at the given location.
store(IOObject, RepositoryLocation, Operator, ProgressListener) - Method in class com.rapidminer.repository.RepositoryManager
Stores an IOObject at the given location.
store(Process, ProgressListener) - Method in class com.rapidminer.RepositoryProcessLocation
 
store(int, int, double) - Method in class com.rapidminer.tools.math.kernels.FullCache
 
store(int, int, double) - Method in interface com.rapidminer.tools.math.kernels.KernelCache
Stores the value.
store(int, int, double) - Method in class com.rapidminer.tools.math.kernels.MapBasedCache
 
storeData(IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
storeData(IOObject, Operator, ProgressListener) - Method in interface com.rapidminer.repository.IOObjectEntry
Stores data in this entry.
storeData(IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
storeData(IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.remote.RemoteIOObjectEntry
 
storeData(IOObject, String, RemoteRepository, ProgressListener) - Static method in class com.rapidminer.repository.remote.RemoteIOObjectEntry
 
storeData(IOObject, Operator, ProgressListener) - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
StoreDataWizardStep - Class in com.rapidminer.operator.nio
 
StoreDataWizardStep(AbstractWizard, WizardState, String) - Constructor for class com.rapidminer.operator.nio.StoreDataWizardStep
 
StoreInRepositoryAction - Class in com.rapidminer.gui.actions
An action to store IOObjects in the repository.
StoreInRepositoryAction(IOObject) - Constructor for class com.rapidminer.gui.actions.StoreInRepositoryAction
 
storeParameterEnumeration(List<String>) - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
storeParameterList(List<String[]>) - Method in class com.rapidminer.gui.properties.ListPropertyTable
 
storeParameterList(List<String[]>) - Method in class com.rapidminer.gui.properties.ListPropertyTable2
 
StoreProcessAction - Class in com.rapidminer.repository.gui.actions
This action stores the current process at the selected entry.
StoreProcessAction(RepositoryTree) - Constructor for class com.rapidminer.repository.gui.actions.StoreProcessAction
 
storeXML(String) - Method in class com.rapidminer.repository.local.SimpleProcessEntry
 
storeXML(String) - Method in interface com.rapidminer.repository.ProcessEntry
 
storeXML(String) - Method in class com.rapidminer.repository.remote.RemoteProcessEntry
 
storeXML(String) - Method in class com.rapidminer.repository.resource.ResourceProcessEntry
 
Str - Class in com.rapidminer.tools.math.function.expressions.number
Returns a string representation of this number.
Str() - Constructor for class com.rapidminer.tools.math.function.expressions.number.Str
 
STRATIFIED_SAMPLING - Static variable in class com.rapidminer.example.set.SplittedExampleSet
Indicates a stratified shuffled sampling for partition building.
StratifiedPartitionBuilder - Class in com.rapidminer.example.set
Creates a shuffled and stratified partition for an example set.
StratifiedPartitionBuilder(ExampleSet, boolean, int) - Constructor for class com.rapidminer.example.set.StratifiedPartitionBuilder
 
StratifiedSamplingOperator - Class in com.rapidminer.operator.preprocessing.sampling
Stratified sampling.
StratifiedSamplingOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.StratifiedSamplingOperator
 
stream(Document, File, Charset) - Static method in class com.rapidminer.io.process.XMLTools
 
stream(Document, OutputStream, Charset) - Static method in class com.rapidminer.io.process.XMLTools
 
stream(DOMSource, OutputStream, Charset) - Static method in class com.rapidminer.io.process.XMLTools
 
stream(Document, Result, Charset) - Static method in class com.rapidminer.io.process.XMLTools
 
stream(DOMSource, Result, Charset) - Static method in class com.rapidminer.io.process.XMLTools
 
stream(DOMSource, Result, Charset, Properties) - Static method in class com.rapidminer.io.process.XMLTools
 
STREAM_CONTROL_ATTRIB_NAME - Static variable in class com.rapidminer.operator.learner.meta.BayBoostStream
Name of the special attribute with additional stream control information.
STREAMED_EXAMPLE_SET_DENSE_CURRENT_VERSION - Static variable in enum com.rapidminer.operator.tools.SerializationType
 
StreamedExampleSetBodySerializer - Class in com.rapidminer.operator.tools
 
StreamedExampleSetBodySerializer(int) - Constructor for class com.rapidminer.operator.tools.StreamedExampleSetBodySerializer
 
StrictDecimalFormat - Class in com.rapidminer.tools
 
StrictDecimalFormat() - Constructor for class com.rapidminer.tools.StrictDecimalFormat
 
StrictDecimalFormat(char) - Constructor for class com.rapidminer.tools.StrictDecimalFormat
 
StrictDecimalFormat(char, char) - Constructor for class com.rapidminer.tools.StrictDecimalFormat
 
StrictRelativeError - Class in com.rapidminer.operator.performance
The average relative error in a strict way of calculation: Sum(|label-predicted|/min(|label|, |predicted|))/#examples.
StrictRelativeError() - Constructor for class com.rapidminer.operator.performance.StrictRelativeError
 
StrictRelativeError(StrictRelativeError) - Constructor for class com.rapidminer.operator.performance.StrictRelativeError
 
STRING - Static variable in class com.rapidminer.tools.Ontology
 
string2Color(String) - Static method in class com.rapidminer.parameter.ParameterTypeColor
 
String2Nominal - Class in com.rapidminer.operator.preprocessing.filter
Converts all string attributes to nominal attributes.
String2Nominal(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
StringColorMap - Class in com.rapidminer.tools
 
StringColorMap() - Constructor for class com.rapidminer.tools.StringColorMap
 
StringProperties - Class in com.rapidminer.tools
This class represents properties accessed by a String value.
StringProperties() - Constructor for class com.rapidminer.tools.StringProperties
 
StringProperties(StringProperties) - Constructor for class com.rapidminer.tools.StringProperties
 
StringToMatrixConverter - Class in com.rapidminer.tools.math
This class provides functions to convert a matrix given in single line Matlab format to standard matrix representation and vice versa.
StringToMatrixConverter() - Constructor for class com.rapidminer.tools.math.StringToMatrixConverter
 
stripClassComment(Class) - Method in class com.rapidminer.doc.CommentStripper
 
STROKE - Static variable in class com.rapidminer.gui.plotter.charts.ColorizedLineAndShapeRenderer
 
STYLE_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.style.PlotterStyleProvider
 
styleProvider - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
the PlotterStyleProvider for the template
styles - Variable in class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
styles - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
SubgroupDiscovery - Class in com.rapidminer.operator.learner.subgroups
This operator discovers subgroups (or induces a rule set, respectively) by generating hypotheses exhaustively.
SubgroupDiscovery(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
SubprocessTransformRule - Class in com.rapidminer.operator.ports.metadata
Transforms the meta data by applying the meta data transformer of a subprocess.
SubprocessTransformRule(ExecutionUnit) - Constructor for class com.rapidminer.operator.ports.metadata.SubprocessTransformRule
 
SubsetAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
A filter condition for subsets of attributes.
SubsetAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.SubsetAttributeFilter
 
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterType
This method operates on the internal string representation of parameter values and replaces macro expressions of the form %{macroName}.
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
 
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterTypeList
 
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterTypePreview
 
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterTypeSingle
 
substituteMacros(String, MacroHandler) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
Substring - Class in com.rapidminer.tools.math.function.expressions.text
Calculates the substring of the given string and pushed it on the result stack.
Substring() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Substring
 
subsume(Hypothesis) - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
subtract(int) - Method in class com.rapidminer.operator.ports.metadata.MDInteger
 
subtractComponents(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
Suffix - Class in com.rapidminer.tools.math.function.expressions.text
Calculates the suffix of the given string and pushes it on the result stack.
Suffix() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Suffix
 
suite() - Static method in class com.rapidminer.test.AllTests
 
suite() - Static method in class com.rapidminer.test.OperatorDataSampleTest
 
suite() - Static method in class com.rapidminer.test.SampleTest
 
SUM - Static variable in interface com.rapidminer.example.Statistics
 
SUM - Static variable in class com.rapidminer.generator.BasicArithmeticOperationGenerator
 
sum - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
sum - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
sum - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
sum - Variable in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
SUM - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
sum(double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
sum_alpha - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
sum_alpha - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
SUM_WEIGHTED - Static variable in interface com.rapidminer.example.Statistics
 
SumAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Sum Aggregation function.
SumAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
SumAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregationFunction
 
SumAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the SumAggregationFunction
SumAggregator(SumAggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.SumAggregator
 
SumClassificationFunction - Class in com.rapidminer.operator.generator
The label is positive if the sum of all arguments is positive.
SumClassificationFunction() - Constructor for class com.rapidminer.operator.generator.SumClassificationFunction
 
sumComponents(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
SumFunction - Class in com.rapidminer.operator.generator
The label is the sum of the arguments.
SumFunction() - Constructor for class com.rapidminer.operator.generator.SumFunction
 
SumFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the sum.
SumFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.SumFunction
 
SumFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.SumFunction
 
SumOfSquares - Class in com.rapidminer.operator.validation.clustering.exampledistribution
Calculates an item distribution measure by summing up the squares of the fraction of items in each cluster.
SumOfSquares() - Constructor for class com.rapidminer.operator.validation.clustering.exampledistribution.SumOfSquares
 
superimpose(ProcessContext) - Method in class com.rapidminer.ProcessContext
Merges the current context with the given one.
superset(ExampleSet, ExampleSet) - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetSuperset
 
SUPPORT_VECTOR - Static variable in class com.rapidminer.datatable.KernelModelRow2DataTableRowWrapper
 
supportsAttribute(AttributeMetaData) - Method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
Standard behavior is to return true for all numerical attributes
supportsAttribute(Attribute) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Returns whether this function supports the given attribute.
supportsAttribute(AttributeMetaData) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Returns whether this function supports the given attribute tested on the meta data.
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
supportsAttribute(AttributeMetaData) - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
supportsAttribute(AttributeMetaData) - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
supportsAttribute(AttributeMetaData) - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
supportsAttribute(AttributeMetaData) - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.SumFunction
 
supportsAttribute(Attribute) - Method in class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.clustering.clusterer.DBScan
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.clustering.clusterer.FastKMeans
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.clustering.clusterer.KMeans
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.clustering.clusterer.KMedoids
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.clustering.clusterer.XMeans
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.AbstractEntropyWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.ChiSquaredWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.ComponentWeights
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.CorpusBasedFeatureWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.CorrelationWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.ExampleSet2AttributeWeights
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.NameBasedWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.OneRErrorWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.PCAWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.ReliefWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.StandardDeviationWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.SVMWeighting
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.features.weighting.SymmetricalUncertaintyOperator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.bayes.KernelNaiveBayes
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.bayes.LinearDiscriminantAnalysis
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.bayes.NaiveBayes
 
supportsCapability(OperatorCapability) - Method in interface com.rapidminer.operator.learner.CapabilityProvider
Checks for Learner capabilities.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.FastLargeMargin
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.AbstractMySVMLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.EvoSVM
Returns true for numerical attributes, binominal classes, and numerical target attributes.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.PSOSVM
Returns true for numerical attributes, binominal classes, and numerical target attributes.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.GPLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperHyper
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.LinearMySVMLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.MyKLRLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.kernel.RVMLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.linear.LinearRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.LogisticRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetLearner
Returns true for all types of attributes and numerical and binominal labels.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
Returns true for all types of attributes and numerical and binominal labels.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetLearner
Returns true for all types of attributes and numerical and binominal labels.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.Perceptron
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.PolynomialRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionOperator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.igss.IteratingGSS
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.lazy.AttributeBasedVotingLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.lazy.DefaultLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.lazy.KNNLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionOperator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.AbstractStacking
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.AdaBoost
Overrides the method of the super class.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.AdditiveRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.Bagging
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.BayBoostStream
Overrides the method of the super class.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
Overrides the method of the super class.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.ClassificationByRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.CostBasedThresholdLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.HierarchicalLearner
Deprecated.  
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.HierarchicalMultiClassLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.MetaCost
Support polynominal labels.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.RelativeRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.TransformedRegression
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.meta.Tree2RuleConverter
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.rules.BestRuleInduction
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.rules.RuleLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.rules.SimpleRuleLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.rules.SingleRuleLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.subgroups.SubgroupDiscovery
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.CHAIDLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.DecisionStumpLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.DecisionTreeLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.ID3Learner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.ID3NumericalLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.MultiwayDecisionTree
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.RandomForestLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.learner.tree.RelevanceTreeLearner
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.meta.XVPrediction
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.AbstractPerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.BinominalClassificationPerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.ParameterizedMeasuredPerformanceCriterion
This method has to return whether this criterion can handle the given capability.
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.PerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.PolynominalClassificationPerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.RegressionPerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.SimplePerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.BatchXValidation
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.BootstrappingValidation
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.FixedSplitValidationChain
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.RandomSplitValidationChain
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.RandomSplitWrapperValidationChain
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.SplitValidationOperator
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.WeightedBootstrappingValidation
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.WrapperXValidation
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.validation.XValidation
 
supportsCapability(OperatorCapability) - Method in class com.rapidminer.operator.visualization.ROCBasedComparisonOperator
 
supportsCategoricalValues() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
supportsCategoricalValues() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
supportsCategoricalValues() - Method in interface com.rapidminer.gui.new_plotter.utility.ColorProvider
 
supportsCategoricalValues() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
supportsCategoricalValues() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
supportsCategoricalValues() - Method in interface com.rapidminer.gui.new_plotter.utility.SizeProvider
 
supportsConfidences(Attribute) - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
supportsConfidences(Attribute) - Method in class com.rapidminer.operator.learner.PredictionModel
This method determines if confidence attributes are created depending on the current label.
supportsEncoding() - Method in class com.rapidminer.operator.io.AbstractReader
 
supportsEncoding() - Method in class com.rapidminer.operator.io.AbstractWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.ArffExampleSetWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.ArffExampleSource
 
supportsEncoding() - Method in class com.rapidminer.operator.io.AttributeWeightsWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.C45ExampleSource
 
supportsEncoding() - Method in class com.rapidminer.operator.io.CSVExampleSetWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.ExampleSetWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.ExampleSource
 
supportsEncoding() - Method in class com.rapidminer.operator.io.ParameterSetWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.SparseFormatExampleSource
 
supportsEncoding() - Method in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.ThresholdWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.io.URLExampleSource
 
supportsEncoding() - Method in class com.rapidminer.operator.io.XrffExampleSetWriter
 
supportsEncoding() - Method in class com.rapidminer.operator.nio.CSVExampleSource
 
supportsIncrementalCalculation() - Method in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
supportsIncrementalCalculation() - Method in class com.rapidminer.operator.learner.tree.criterions.AccuracyCriterion
 
supportsIncrementalCalculation() - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
 
supportsIncrementalCalculation() - Method in class com.rapidminer.operator.learner.tree.criterions.GainRatioCriterion
 
supportsIncrementalCalculation() - Method in class com.rapidminer.operator.learner.tree.criterions.GiniIndexCriterion
 
supportsIncrementalCalculation() - Method in class com.rapidminer.operator.learner.tree.criterions.InfoGainCriterion
 
supportsMultilineTokens() - Method in class com.rapidminer.gui.tools.syntax.BatchFileTokenMarker
 
supportsMultilineTokens() - Method in class com.rapidminer.gui.tools.syntax.PatchTokenMarker
 
supportsMultilineTokens() - Method in class com.rapidminer.gui.tools.syntax.PropsTokenMarker
 
supportsMultilineTokens() - Method in class com.rapidminer.gui.tools.syntax.TokenMarker
Returns if the token marker supports tokens that span multiple lines.
supportsNumericalValues() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalColorProvider
 
supportsNumericalValues() - Method in class com.rapidminer.gui.new_plotter.utility.CategoricalSizeProvider
 
supportsNumericalValues() - Method in interface com.rapidminer.gui.new_plotter.utility.ColorProvider
 
supportsNumericalValues() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousColorProvider
 
supportsNumericalValues() - Method in class com.rapidminer.gui.new_plotter.utility.ContinuousSizeProvider
 
supportsNumericalValues() - Method in class com.rapidminer.gui.new_plotter.utility.ShapeProvider
 
supportsNumericalValues() - Method in interface com.rapidminer.gui.new_plotter.utility.SizeProvider
 
supportsValueType(int) - Method in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
Standard behavior is to return true for all numerical value types.
supportsValueType(int) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Returns whether this function supports attributes of the given type, where valueType is one of the static value types defined in Ontology.
supportsValueType(int) - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
supportsValueType(int) - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
supportsValueType(int) - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
supportsValueType(int) - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
SupportVector - Class in com.rapidminer.operator.learner.functions.kernel
Holds all information of a support vector, i.e. the attribute values, the label, and the alpha.
SupportVector(double[], double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.SupportVector
Creates a new support vector.
SupportVectorCounter - Class in com.rapidminer.operator.performance
Returns a performance vector just counting the number of support vectors of a given support vector based model (kernel model).
SupportVectorCounter(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.SupportVectorCounter
 
SURFACE_PLOT_3D - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SurfacePlot3D - Class in com.rapidminer.gui.plotter.mathplot
This plotter can be used to create 3D surface plots of equidistant data.
SurfacePlot3D(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
SurfacePlot3D(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
SURVEY_PLOT - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
SurveyPlotter - Class in com.rapidminer.gui.plotter
A Survey plot is a set of vertical histograms.
SurveyPlotter(PlotterConfigurationModel) - Constructor for class com.rapidminer.gui.plotter.SurveyPlotter
 
SurveyPlotter(PlotterConfigurationModel, DataTable) - Constructor for class com.rapidminer.gui.plotter.SurveyPlotter
 
suspendEncoding() - Method in class com.rapidminer.io.Base64.OutputStream
Suspends encoding of the stream.
suspendUpdates - Variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
if true, will not update plot configuration despite changes
SVCExampleSet - Class in com.rapidminer.operator.clustering.clusterer
Example set that supports SVClustering.
SVCExampleSet(int, double) - Constructor for class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
SVCExampleSet(ExampleSet, boolean) - Constructor for class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
SVCExampleSet(ExampleSet, Map<Integer, SVMExamples.MeanVariance>) - Constructor for class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
SVCExampleSet(ObjectInputStream) - Constructor for class com.rapidminer.operator.clustering.clusterer.SVCExampleSet
 
SVClustering - Class in com.rapidminer.operator.clustering.clusterer
An implementation of Support Vector Clustering based on [BenHur/etal/2001a].
SVClustering(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.SVClustering
 
SVClusteringAlgorithm - Class in com.rapidminer.operator.clustering.clusterer
SVClustering.
SVClusteringAlgorithm() - Constructor for class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
SVClusteringAlgorithm(Operator, Kernel, SVCExampleSet) - Constructor for class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
SVDModel - Class in com.rapidminer.operator.features.transformation
This is the transformation model of the principal components analysis.
SVDModel(ExampleSet, double[], Matrix) - Constructor for class com.rapidminer.operator.features.transformation.SVDModel
 
SVDModelCumulativePlotRenderer - Class in com.rapidminer.gui.renderer.models
This is a plot renderer that will show the cumulative amount of eigenvalues in the given model.
SVDModelCumulativePlotRenderer() - Constructor for class com.rapidminer.gui.renderer.models.SVDModelCumulativePlotRenderer
 
SVDModelValueRenderer - Class in com.rapidminer.gui.renderer.models
This is an renderer for SVDModels.
SVDModelValueRenderer() - Constructor for class com.rapidminer.gui.renderer.models.SVDModelValueRenderer
 
SVDModelVectorRenderer - Class in com.rapidminer.gui.renderer.models
This is a renderer for showing a table of the Singular Value Vectors.
SVDModelVectorRenderer() - Constructor for class com.rapidminer.gui.renderer.models.SVDModelVectorRenderer
 
SVDReduction - Class in com.rapidminer.operator.features.transformation
This operator performs a Singular Value Decomposition (SVD) of the data The user can specify the number of target dimensions operator outputs a SVDModel.
SVDReduction(OperatorDescription) - Constructor for class com.rapidminer.operator.features.transformation.SVDReduction
 
SVM - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.svm
Abstract base class for all SVMs
SVM() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
SVM(Operator, Kernel, SVMExamples, ExampleSet, RandomGenerator) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
class constructor.
SVM_TYPE_C_SVC - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
SVM_TYPE_EPS_SVR - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
SVM_TYPE_NU_SVC - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
SVM_TYPE_NU_SVR - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
SVM_TYPE_ONE_CLASS - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
 
SVM_TYPES - Static variable in class com.rapidminer.operator.learner.functions.kernel.LibSVMLearner
The different SVM types implemented by the LibSVM package.
SVMExample - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.examples
An Example for the kernel based algorithms provided by Stefan Rueping.
SVMExample() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
SVMExample(double[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
SVMExample(SVMExample) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
SVMExample(int[], double[]) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
SVMExamples - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.examples
Implementation of a sparse example set which can be used for learning.
SVMExamples(int, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Creates an empty example set of the given size.
SVMExamples(ExampleSet, Attribute, boolean) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
SVMExamples(ExampleSet, Attribute, Map<Integer, SVMExamples.MeanVariance>) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Creates a fresh example set of the given size from the RapidMiner example reader.
SVMExamples(ObjectInputStream) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Reads an example set from the given input stream.
SVMExamples.MeanVariance - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.examples
This class holds information aboud the means and variances of an attribute.
SVMExamples.MeanVariance(double, double) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples.MeanVariance
 
SVMInterface - Interface in com.rapidminer.operator.learner.functions.kernel.jmysvm.svm
The interface of all SVMs.
SVMModelSampleDataTest - Class in com.rapidminer.test
Tests for the Data of an ExampleSet
SVMModelSampleDataTest(String, double[]) - Constructor for class com.rapidminer.test.SVMModelSampleDataTest
 
SVMpattern - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.svm
Class for pattern recognition SVM
SVMpattern() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
SVMpattern(Operator, Kernel, SVMExamples, ExampleSet, RandomGenerator) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMpattern
 
SVMregression - Class in com.rapidminer.operator.learner.functions.kernel.jmysvm.svm
Class for regression SVM
SVMregression() - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMregression
 
SVMregression(Operator, Kernel, SVMExamples, ExampleSet, RandomGenerator) - Constructor for class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMregression
 
SVMWeighting - Class in com.rapidminer.operator.features.weighting
Uses the coefficients of the normal vector of a linear SVM as feature weights.
SVMWeighting(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.SVMWeighting
 
swap(int, int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Swaps x[a] with x[b].
swap(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
swap two training examples
swap(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
swap two training examples
swap(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Cache
swap elements in cache
swapExample(Example) - Method in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
swapExample(Example) - Method in interface com.rapidminer.operator.learner.tree.criterions.Criterion
 
swapValues(int, int) - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
 
swapValues(int, int) - Method in class com.rapidminer.example.table.BooleanSparseArrayDataRow
Swaps x[a] with x[b].
swapValues(int, int) - Method in class com.rapidminer.example.table.ByteSparseArrayDataRow
Swaps x[a] with x[b].
swapValues(int, int) - Method in class com.rapidminer.example.table.DoubleSparseArrayDataRow
 
swapValues(int, int) - Method in class com.rapidminer.example.table.FloatSparseArrayDataRow
 
swapValues(int, int) - Method in class com.rapidminer.example.table.IntSparseArrayDataRow
Swaps x[a] with x[b].
swapValues(int, int) - Method in class com.rapidminer.example.table.LongSparseArrayDataRow
Swaps x[a] with x[b].
swapValues(int, int) - Method in class com.rapidminer.example.table.ShortSparseArrayDataRow
Swaps x[a] with x[b].
SwingTools - Class in com.rapidminer.gui.tools
This helper class provides some static methods and properties which might be useful for several GUI classes.
SwingTools() - Constructor for class com.rapidminer.gui.tools.SwingTools
 
SWITCHING_MUTATION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a switching mutation.
SwitchingForwardSelection - Class in com.rapidminer.operator.features.selection
This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.
SwitchingForwardSelection() - Constructor for class com.rapidminer.operator.features.selection.SwitchingForwardSelection
 
SwitchingMutation - Class in com.rapidminer.tools.math.optimization.ec.es
Checks for each value if it should mutated.
SwitchingMutation(double, double[], double[], OptimizationValueType[], Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.SwitchingMutation
 
SwitchListEntriesRule - Class in com.rapidminer.io.process.rules
A rule, which switches the sides of entries in a list parameter.
SwitchListEntriesRule(String, Element) - Constructor for class com.rapidminer.io.process.rules.SwitchListEntriesRule
 
switchOffFeature(AttributeRole) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureBlockTypeFilter
Implements the method required by the superclass.
switchOffFeature(AttributeRole) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureFilter
Must be implemented by subclasses.
switchOffFeature(AttributeRole) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureNameFilter
Implements the method required by the superclass.
switchOffFeature(AttributeRole) - Method in class com.rapidminer.operator.preprocessing.filter.FeatureValueTypeFilter
Implements the method required by the superclass.
symmetricalUncertainty(double[][]) - Static method in class com.rapidminer.tools.math.ContingencyTableTools
Calculates the symmetrical uncertainty.
SymmetricalUncertaintyOperator - Class in com.rapidminer.operator.features.weighting
This operator calculates the relevance of an attribute by measuring the symmetrical uncertainty with respect to the class.
SymmetricalUncertaintyOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.weighting.SymmetricalUncertaintyOperator
 
synchFilechoserSelection() - Method in class com.rapidminer.gui.look.fc.FileList
 
synchronizeEditorStatus(boolean) - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
SyntaxDocument - Class in com.rapidminer.gui.tools.syntax
A document implementation that can be tokenized by the syntax highlighting system.
SyntaxDocument() - Constructor for class com.rapidminer.gui.tools.syntax.SyntaxDocument
 
SyntaxStyle - Class in com.rapidminer.gui.tools.syntax
A simple text style class.
SyntaxStyle(Color, boolean, boolean) - Constructor for class com.rapidminer.gui.tools.syntax.SyntaxStyle
Creates a new SyntaxStyle.
SyntaxUtilities - Class in com.rapidminer.gui.tools.syntax
Class with several utility functions used by jEdit's syntax colorizing subsystem.
SYSTEM_ENCODING_NAME - Static variable in class com.rapidminer.RapidMiner
 
SYSTEM_MONITOR_DOCK_KEY - Static variable in class com.rapidminer.gui.tools.SystemMonitor
 
SYSTEM_TIME_ZONE - Static variable in class com.rapidminer.tools.Tools
 
SystemMonitor - Class in com.rapidminer.gui.tools
The default system monitor which graphically displays the amount of used memory.
SystemMonitor() - Constructor for class com.rapidminer.gui.tools.SystemMonitor
 

T

t - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
TabbedPaneUI - Class in com.rapidminer.gui.look.ui
The UI for tabbed panes.
TabbedPaneUI() - Constructor for class com.rapidminer.gui.look.ui.TabbedPaneUI
 
TabbedResultDisplay - Class in com.rapidminer.gui.processeditor.results
The result display is the view of the RapidMiner GUI which refers to (intermediate) results.
TabbedResultDisplay() - Constructor for class com.rapidminer.gui.processeditor.results.TabbedResultDisplay
 
TABLE_HEADER_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
TABLE_MODE - Static variable in class com.rapidminer.gui.viewer.DataTableViewer
 
TABLE_ROW_EXTRA_HEIGHT - Static variable in class com.rapidminer.gui.tools.SwingTools
Defines the extra height for each row in a table.
TABLE_TYPE_LONG_TABLE - Static variable in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
TABLE_TYPE_MATRIX - Static variable in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
TABLE_TYPES - Static variable in class com.rapidminer.operator.similarity.Similarity2ExampleSet
 
TABLE_WITH_COMPONENTS_ROW_EXTRA_HEIGHT - Static variable in class com.rapidminer.gui.tools.SwingTools
Defines the extra height for rows in a table with components.
Tableable - Interface in com.rapidminer.report
This interface provides methods for exporting tables.
TableHeaderBorder - Class in com.rapidminer.gui.look.borders
The UIResource for table header borders.
TableHeaderBorder() - Constructor for class com.rapidminer.gui.look.borders.TableHeaderBorder
 
TableHeaderUI - Class in com.rapidminer.gui.look.ui
The UI for table headers.
TableHeaderUI() - Constructor for class com.rapidminer.gui.look.ui.TableHeaderUI
 
tableModel - Variable in class com.rapidminer.gui.tools.ExtendedJTableSorterModel
 
TableName - Class in com.rapidminer.tools.jdbc
Reference to a database table with name, schema, and database This class can actually contain more meta data, including comments.
TableName(String) - Constructor for class com.rapidminer.tools.jdbc.TableName
Uses default schema and catalog.
TableName(String, String, String) - Constructor for class com.rapidminer.tools.jdbc.TableName
 
tablePanel - Variable in class com.rapidminer.gui.look.fc.FileList
 
TableUI - Class in com.rapidminer.gui.look.ui
The UI for tables.
TableUI() - Constructor for class com.rapidminer.gui.look.ui.TableUI
 
tabSize - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
TAGS - Static variable in class com.rapidminer.doc.LatexOperatorDocGenerator
 
takeStep(int, int) - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
TANGENS - Static variable in class com.rapidminer.generator.TrigonometricFunctionGenerator
 
tanh(double) - Static method in class com.rapidminer.tools.math.MathFunctions
returns tangens hyperbolicus of x, i.e.
target_count - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
target_count - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
TargetFunction - Interface in com.rapidminer.operator.generator
A target function which is used for the ExampleSetGenerator operator.
TargetFunction.FunctionException - Exception in com.rapidminer.operator.generator
Will be thrown if an error occurs during the calculation of the target function.
TargetFunction.FunctionException(String, String) - Constructor for exception com.rapidminer.operator.generator.TargetFunction.FunctionException
 
TAU - Static variable in class com.rapidminer.operator.performance.RankCorrelation
 
tau_b(ExampleSet, Attribute, Attribute) - Static method in class com.rapidminer.operator.performance.RankStatistics
Computes Kendall's tau-b rank correlation statistic, ignoring examples containing missing values.
tau_b(ExampleSet, Attribute, Attribute, double) - Static method in class com.rapidminer.operator.performance.RankStatistics
Computes Kendall's tau-b rank correlation statistic, ignoring examples containing missing values, with approximate comparisons.
TeamProfitExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
TeamProfitExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.TeamProfitExampleSetGenerator
 
tearDown() - Method in class com.rapidminer.operator.io.KDBExampleSource
Does nothing.
tearDown() - Method in class com.rapidminer.operator.io.ResultSetExampleSource
This method is invoked at the end of the data query process.
TECHNICAL_INFORMATION - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
tempFile - Variable in class com.rapidminer.gui.look.fc.FileList
 
Template - Class in com.rapidminer.gui.templates
A template process consisting of name, short description, a name for an process file and a list parameters given as String pairs (operator, key).
Template() - Constructor for class com.rapidminer.gui.templates.Template
 
Template(File) - Constructor for class com.rapidminer.gui.templates.Template
 
Template(InputStream) - Constructor for class com.rapidminer.gui.templates.Template
 
Template(String, String, String, String, Set<OperatorParameterPair>) - Constructor for class com.rapidminer.gui.templates.Template
 
TEMPLATE_ELEMENT - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
TemplateChooser - Class in com.rapidminer.gui.new_plotter.templates
This class contains the main template GUI for the new plotters.
TemplateChooser(TemplateChooser.StyleProviderMode) - Constructor for class com.rapidminer.gui.new_plotter.templates.TemplateChooser
Standard constructor.
TemplateChooser.StyleProviderMode - Enum in com.rapidminer.gui.new_plotter.templates
 
TemplatesDialog - Class in com.rapidminer.gui.templates
The manage templates dialog assists the user in managing his created process templates.
TemplatesDialog(int) - Constructor for class com.rapidminer.gui.templates.TemplatesDialog
 
TemplateWizardDialog - Class in com.rapidminer.gui.dialog
The wizard dialog assists the user in creating a new process setup.
TemplateWizardDialog() - Constructor for class com.rapidminer.gui.dialog.TemplateWizardDialog
 
tempList - Variable in class com.rapidminer.gui.look.fc.FileList
 
TermDetermination - Class in com.rapidminer.operator.learner.rules
Determines the best term for the given example set with respect to the criterion.
TermDetermination(Criterion) - Constructor for class com.rapidminer.operator.learner.rules.TermDetermination
 
TermDetermination(Criterion, double) - Constructor for class com.rapidminer.operator.learner.rules.TermDetermination
 
Terminator - Interface in com.rapidminer.operator.learner.tree
Implementations of this interface are used in order to determine if a splitting procedure should be stopped.
test(Example) - Method in class com.rapidminer.operator.learner.tree.GreaterSplitCondition
 
test(Example) - Method in class com.rapidminer.operator.learner.tree.LessEqualsSplitCondition
 
test(Example) - Method in class com.rapidminer.operator.learner.tree.NominalSplitCondition
 
test(Example) - Method in interface com.rapidminer.operator.learner.tree.SplitCondition
 
testConnection(ConnectionEntry) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
TestGroup - Class in com.rapidminer.tools.math
Helper class containing all information about a group, i.e. the number of elements, the mean and variance value.
TestGroup(double, double, double) - Constructor for class com.rapidminer.tools.math.TestGroup
 
testProcessCreation() - Method in class com.rapidminer.test.ApplicationTest
 
text2DisplayHtml(String) - Static method in class com.rapidminer.gui.tools.SwingTools
Replaces the RapidMiner specific tag elements by normal HTML tags.
TEXT_FIELD_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
TEXT_FONT - Static variable in class com.rapidminer.gui.tools.TextPanel
 
TEXT_START_Y - Static variable in class com.rapidminer.gui.tools.ImageTextPanel
 
TextActions - Class in com.rapidminer.gui.look
The basic actions of the look and feel components for text components.
TextActions() - Constructor for class com.rapidminer.gui.look.TextActions
 
TextActions.ClearAction - Class in com.rapidminer.gui.look
 
TextActions.ClearAction() - Constructor for class com.rapidminer.gui.look.TextActions.ClearAction
 
TextActions.DeleteTextAction - Class in com.rapidminer.gui.look
 
TextActions.DeleteTextAction() - Constructor for class com.rapidminer.gui.look.TextActions.DeleteTextAction
 
TextActions.SelectAllAction - Class in com.rapidminer.gui.look
 
TextActions.SelectAllAction() - Constructor for class com.rapidminer.gui.look.TextActions.SelectAllAction
 
TexTaglet - Interface in com.rapidminer.doc
Creates the LaTeX code from a html taglet.
textArea - Variable in class com.rapidminer.gui.tools.syntax.TextAreaPainter
 
TextAreaDefaults - Class in com.rapidminer.gui.tools.syntax
Encapsulates default settings for a text area.
TextAreaDefaults() - Constructor for class com.rapidminer.gui.tools.syntax.TextAreaDefaults
 
TextAreaPainter - Class in com.rapidminer.gui.tools.syntax
The text area repaint manager.
TextAreaPainter(JEditTextArea, TextAreaDefaults) - Constructor for class com.rapidminer.gui.tools.syntax.TextAreaPainter
Creates a new repaint manager.
TextAreaPainter.Highlight - Interface in com.rapidminer.gui.tools.syntax
Highlight interface.
TextAreaUI - Class in com.rapidminer.gui.look.ui
The UI for text areas.
TextAreaUI() - Constructor for class com.rapidminer.gui.look.ui.TextAreaUI
 
TextFieldBorder - Class in com.rapidminer.gui.look.borders
The UIResource for text field borders.
TextFieldBorder() - Constructor for class com.rapidminer.gui.look.borders.TextFieldBorder
 
TextFieldUI - Class in com.rapidminer.gui.look.ui
The UI for text fields.
TextFieldUI() - Constructor for class com.rapidminer.gui.look.ui.TextFieldUI
 
TeXTokenMarker - Class in com.rapidminer.gui.tools.syntax
TeX token marker.
TeXTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.TeXTokenMarker
 
TextPanel - Class in com.rapidminer.gui.tools
This panel can be used to display some text.
TextPanel(String, String[], int, int) - Constructor for class com.rapidminer.gui.tools.TextPanel
 
TextPaneUI - Class in com.rapidminer.gui.look.ui
The UI for text panes.
TextPaneUI() - Constructor for class com.rapidminer.gui.look.ui.TextPaneUI
 
TextPropertyDialog - Class in com.rapidminer.gui.properties
A Dialog displaying a JEditTextArea.
TextPropertyDialog(ParameterTypeText, String, Operator) - Constructor for class com.rapidminer.gui.properties.TextPropertyDialog
 
TextType - Enum in com.rapidminer.parameter
The possible text types for the ParameterTypeText type.
TextUtilities - Class in com.rapidminer.gui.tools.syntax
Class with several utility functions used by the text area component.
TextUtilities() - Constructor for class com.rapidminer.gui.tools.syntax.TextUtilities
 
TextValueCellEditor - Class in com.rapidminer.gui.properties.celleditors.value
A cell editor with a button that opens a JEditTextArea.
TextValueCellEditor(ParameterTypeText) - Constructor for class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
TFIDFFilter - Class in com.rapidminer.operator.preprocessing.filter
This operator generates TF-IDF values from the input data.
TFIDFFilter(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
 
the_examples - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Container for the examples, parameters etc.
the_examples - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
the_kernel - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
the_size - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
Threshold - Class in com.rapidminer.operator.postprocessing
A threshold for soft2crisp classifying.
Threshold(double, String, String) - Constructor for class com.rapidminer.operator.postprocessing.Threshold
 
ThresholdApplier - Class in com.rapidminer.operator.postprocessing
This operator applies the given threshold to an example set and maps a soft prediction to crisp values.
ThresholdApplier(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.ThresholdApplier
 
ThresholdCreator - Class in com.rapidminer.operator.postprocessing
This operator creates a user defined threshold for crisp classifying based on prediction confidences.
ThresholdCreator(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.ThresholdCreator
 
ThresholdFinder - Class in com.rapidminer.operator.postprocessing
This operator finds the best threshold for crisp classifying based on user defined costs.
ThresholdFinder(OperatorDescription) - Constructor for class com.rapidminer.operator.postprocessing.ThresholdFinder
 
ThresholdLoader - Class in com.rapidminer.operator.io
Reads a threshold from a file.
ThresholdLoader(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ThresholdLoader
 
ThresholdModel - Class in com.rapidminer.operator.learner.meta
This model is created by the CostBasedThresholdLearner.
ThresholdModel(ExampleSet, Model, double[]) - Constructor for class com.rapidminer.operator.learner.meta.ThresholdModel
 
ThresholdWriter - Class in com.rapidminer.operator.io
Writes the given threshold into a file.
ThresholdWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.ThresholdWriter
 
ThumbGeneratorThread - Class in com.rapidminer.gui.look.fc
A thread used for generating the file and image thumbs.
ThumbGeneratorThread(ItemPanel) - Constructor for class com.rapidminer.gui.look.fc.ThumbGeneratorThread
 
TIME - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
TIME - Static variable in class com.rapidminer.tools.Ontology
 
TIME2FREQUENCY - Static variable in class com.rapidminer.tools.math.FastFourierTransform
Specifies the transformation from time into frequency domain.
TIME_FORMAT - Static variable in class com.rapidminer.gui.tools.ExtendedJTable
 
TIME_ROLE - Static variable in class com.rapidminer.operator.learner.associations.gsp.GSPOperator
 
TIME_UNITS - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
TimeFormat - Class in com.rapidminer.tools
This class provides some utility functions useful to format elapsed time (usually given in milliseconds).
TimeFormat() - Constructor for class com.rapidminer.tools.TimeFormat
Creates a new TimeFormat instance.
TimeFormat(NumberFormat) - Constructor for class com.rapidminer.tools.TimeFormat
Create a new time formatter object which uses the given NumberFormat to display the number of seconds.
TIMES_COVERED - Static variable in class com.rapidminer.operator.learner.meta.SDRulesetInduction
Name of special attribute counting the times an example has been covered by a rule.
TIMESTAMP_ABSOLUTE - Static variable in class com.rapidminer.operator.io.DasyLabDataReader
 
TIMESTAMP_NONE - Static variable in class com.rapidminer.operator.io.DasyLabDataReader
 
TIMESTAMP_RELATIVE - Static variable in class com.rapidminer.operator.io.DasyLabDataReader
 
TipOfTheDayProvider - Class in com.rapidminer.gui.tools
This class loads all available tips and provides them as string.
TipOfTheDayProvider() - Constructor for class com.rapidminer.gui.tools.TipOfTheDayProvider
 
TITLE - Static variable in class com.rapidminer.gui.MainFrame
The title of the frame.
TITLE_FONT - Static variable in class com.rapidminer.gui.tools.TextPanel
 
TITLE_MARGIN - Static variable in class com.rapidminer.gui.tools.TextPanel
 
to_shrink - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
to_shrink - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
toConclusionString() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
toDataString() - Method in class com.rapidminer.example.table.AbstractExampleTable
 
toDataString() - Method in interface com.rapidminer.example.table.ExampleTable
Dumps the complete data as string.
toDense(int) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
 
toDenseString(int, boolean) - Method in class com.rapidminer.example.Example
This method returns a dense string representation of the example.
TOGGLE_ACTIVATION_ITEM - Variable in class com.rapidminer.gui.actions.Actions
 
TOGGLE_ALL_BREAKPOINTS - Variable in class com.rapidminer.gui.actions.Actions
 
TOGGLE_BREAKPOINT - Variable in class com.rapidminer.gui.actions.Actions
 
TOGGLE_EXPERT_MODE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
TOGGLE_RECT - Static variable in class com.rapidminer.gui.tools.syntax.InputHandler
 
TOGGLE_SHOW_DISABLED - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
TOGGLE_STRUCTURE_LOCK_ACTION - Variable in class com.rapidminer.gui.operatortree.OperatorTree
 
ToggleAction - Class in com.rapidminer.gui.actions
An action that handles a boolean state which is toggled by the actionPerformed method.
ToggleAction(boolean, String, Object...) - Constructor for class com.rapidminer.gui.actions.ToggleAction
 
ToggleAction.ToggleActionListener - Interface in com.rapidminer.gui.actions
 
ToggleActivationItem - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
ToggleActivationItem(Actions) - Constructor for class com.rapidminer.gui.operatortree.actions.ToggleActivationItem
 
ToggleAllBreakpointsItem - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
ToggleAllBreakpointsItem(Actions) - Constructor for class com.rapidminer.gui.operatortree.actions.ToggleAllBreakpointsItem
 
ToggleBreakpointItem - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
ToggleBreakpointItem(Actions, int) - Constructor for class com.rapidminer.gui.operatortree.actions.ToggleBreakpointItem
 
ToggleButtonListener - Class in com.rapidminer.gui.look
A listener for toggle buttons.
ToggleButtonListener(AbstractButton) - Constructor for class com.rapidminer.gui.look.ToggleButtonListener
 
ToggleButtonUI - Class in com.rapidminer.gui.look.ui
The UI for toggle buttons.
ToggleButtonUI() - Constructor for class com.rapidminer.gui.look.ui.ToggleButtonUI
 
ToggleDropDownButton - Class in com.rapidminer.gui.tools.components
 
ToggleDropDownButton(Action) - Constructor for class com.rapidminer.gui.tools.components.ToggleDropDownButton
 
ToggleDropDownButton.DropDownArrowButton - Class in com.rapidminer.gui.tools.components
 
ToggleDropDownButton.DropDownArrowButton() - Constructor for class com.rapidminer.gui.tools.components.ToggleDropDownButton.DropDownArrowButton
 
toggleExpertMode() - Method in class com.rapidminer.gui.properties.OperatorPropertyTable
 
ToggleExpertModeAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ToggleExpertModeAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.ToggleExpertModeAction
 
ToggleShowDisabledItem - Class in com.rapidminer.gui.operatortree.actions
Start the corresponding action.
ToggleShowDisabledItem(OperatorTree, boolean) - Constructor for class com.rapidminer.gui.operatortree.actions.ToggleShowDisabledItem
 
toggleShowDisabledOperators() - Method in class com.rapidminer.gui.operatortree.OperatorTree
Toggles if disabled operators should be shown.
toHistoryFileString() - Method in class com.rapidminer.FileProcessLocation
 
toHistoryFileString() - Method in interface com.rapidminer.ProcessLocation
Returns a string saved to the history file.
toHistoryFileString() - Method in class com.rapidminer.RepositoryProcessLocation
 
toHTML() - Method in class com.rapidminer.operator.condition.AllInnerOperatorCondition
 
toHTML() - Method in class com.rapidminer.operator.condition.CombinedInnerOperatorCondition
Deprecated.  
toHTML() - Method in class com.rapidminer.operator.condition.FirstInnerOperatorCondition
 
toHTML() - Method in interface com.rapidminer.operator.condition.InnerOperatorCondition
Deprecated. Returns a HTML string representation of this condition.
toHTML() - Method in class com.rapidminer.operator.condition.LastInnerOperatorCondition
 
toHTML() - Method in class com.rapidminer.operator.condition.SimpleChainInnerOperatorCondition
 
toHTML() - Method in class com.rapidminer.operator.condition.SpecificInnerOperatorCondition
 
toHTML(String) - Static method in class com.rapidminer.operator.ResultObjectAdapter
Encodes the given String as HTML.
toHtmlString() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
toHtmlString() - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
toHTMLString(Ports<? extends Port>) - Static method in class com.rapidminer.gui.tools.SwingTools
 
toHtmlString() - Method in class com.rapidminer.repository.remote.RemoteRepository
Returns a short HTML description of this repository.
Token - Class in com.rapidminer.gui.tools.syntax
A linked list of tokens.
Token(int, byte) - Constructor for class com.rapidminer.gui.tools.syntax.Token
Creates a new token.
token - Variable in class com.rapidminer.gui.tools.syntax.TokenMarker.LineInfo
The id of the last token of the line.
tokenizeLines() - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Reparses the document, by passing all lines to the token marker.
tokenizeLines(int, int) - Method in class com.rapidminer.gui.tools.syntax.SyntaxDocument
Reparses the document, by passing the specified lines to the token marker.
tokenMarker - Variable in class com.rapidminer.gui.tools.syntax.SyntaxDocument
 
TokenMarker - Class in com.rapidminer.gui.tools.syntax
A token marker that splits lines of text into tokens.
TokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.TokenMarker
Creates a new TokenMarker.
TokenMarker.LineInfo - Class in com.rapidminer.gui.tools.syntax
Inner class for storing information about tokenized lines.
TokenMarker.LineInfo() - Constructor for class com.rapidminer.gui.tools.syntax.TokenMarker.LineInfo
Creates a new LineInfo object with token = Token.NULL and obj = null.
TokenMarker.LineInfo(byte, Object) - Constructor for class com.rapidminer.gui.tools.syntax.TokenMarker.LineInfo
Creates a new LineInfo object with the specified parameters.
tolerateErrorCheckBox - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
toLongString() - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
toMenuString() - Method in class com.rapidminer.FileProcessLocation
 
toMenuString() - Method in interface com.rapidminer.ProcessLocation
Returns a string as it is displayed in the recent files menu.
toMenuString() - Method in class com.rapidminer.RepositoryProcessLocation
 
TOOL_BAR_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
TOOL_TIP_BORDER - Static variable in class com.rapidminer.gui.look.borders.Borders
 
ToolBarBorder - Class in com.rapidminer.gui.look.borders
The UIResource for tool bar borders.
ToolBarBorder() - Constructor for class com.rapidminer.gui.look.borders.ToolBarBorder
 
ToolbarButtonUI - Class in com.rapidminer.gui.look.ui
The UI for toolbar buttons.
ToolbarButtonUI() - Constructor for class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
ToolbarHandlerBuffer - Class in com.rapidminer.gui.look
The buffer used for drawing toolbar handlers.
ToolbarHandlerBuffer(GraphicsConfiguration, Color, Color) - Constructor for class com.rapidminer.gui.look.ToolbarHandlerBuffer
 
ToolbarHandlerIcon - Class in com.rapidminer.gui.look
This class is used for drawing a handler icon.
ToolbarHandlerIcon(Dimension) - Constructor for class com.rapidminer.gui.look.ToolbarHandlerIcon
 
ToolbarHandlerIcon(int, int) - Constructor for class com.rapidminer.gui.look.ToolbarHandlerIcon
 
ToolbarHandlerIcon(int, int, Color, Color) - Constructor for class com.rapidminer.gui.look.ToolbarHandlerIcon
 
ToolBarUI - Class in com.rapidminer.gui.look.ui
The UI for tool bars.
ToolBarUI() - Constructor for class com.rapidminer.gui.look.ui.ToolBarUI
 
ToolBarUI.RapidLookDockingListener - Class in com.rapidminer.gui.look.ui
 
ToolBarUI.RapidLookDockingListener(JToolBar) - Constructor for class com.rapidminer.gui.look.ui.ToolBarUI.RapidLookDockingListener
 
Tools - Class in com.rapidminer.example
Provides some tools for calculation of certain measures and feature generation.
Tools() - Constructor for class com.rapidminer.example.Tools
 
Tools - Class in com.rapidminer.gui.look.fc
A helper class containing some tools.
Tools() - Constructor for class com.rapidminer.gui.look.fc.Tools
 
Tools - Class in com.rapidminer.operator.validation
Tools class for validation operators.
Tools() - Constructor for class com.rapidminer.operator.validation.Tools
 
Tools - Class in com.rapidminer.tools
Tools for RapidMiner.
Tools() - Constructor for class com.rapidminer.tools.Tools
 
ToolTip - Class in com.rapidminer.gui.plotter
Collects all necessary information about tool tips for plotters.
ToolTip(String, int, int) - Constructor for class com.rapidminer.gui.plotter.ToolTip
 
TOOLTIP_COLOR - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
ToolTipBorder - Class in com.rapidminer.gui.look.borders
The border for tool tips.
ToolTipBorder() - Constructor for class com.rapidminer.gui.look.borders.ToolTipBorder
 
ToolTipProviderHelper - Class in com.rapidminer.repository.gui
 
ToolTipProviderHelper() - Constructor for class com.rapidminer.repository.gui.ToolTipProviderHelper
 
ToolTipWindow - Class in com.rapidminer.gui.tools.components
This class manages dynamic largish tool tips for JComponents.
ToolTipWindow(ToolTipWindow.TipProvider, JComponent) - Constructor for class com.rapidminer.gui.tools.components.ToolTipWindow
 
ToolTipWindow(Dialog, ToolTipWindow.TipProvider, JComponent) - Constructor for class com.rapidminer.gui.tools.components.ToolTipWindow
TODO: Is there a way to find the owner elegantly?
ToolTipWindow.TipProvider - Interface in com.rapidminer.gui.tools.components
 
TOP - Static variable in class com.rapidminer.gui.tools.ViewToolBar
 
TOP_LEFT_PIC - Static variable in class com.rapidminer.gui.look.RoundedPopupFactory
 
TOP_RIGHT_PIC - Static variable in class com.rapidminer.gui.look.RoundedPopupFactory
 
top_value() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
 
TopDownClustering - Class in com.rapidminer.operator.clustering.clusterer
A top-down generic clustering that can be used with any (flat) clustering as inner operator.
TopDownClustering(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.TopDownClustering
 
topologicalSort() - Method in class com.rapidminer.operator.ExecutionUnit
Sorts the operators topologically, i.e. such that operator i in the returned ordering has dependencies (i.e. connected InputPorts) only from operators 0..i-1.
toPremiseString() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
toResultString() - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
toResultString() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
toResultString() - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
toResultString() - Method in class com.rapidminer.operator.GroupedModel
 
toResultString() - Method in class com.rapidminer.operator.IOObjectCollection
 
toResultString() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
toResultString() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
 
toResultString() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
toResultString() - Method in class com.rapidminer.operator.preprocessing.normalization.DenormalizationModel
 
toResultString() - Method in class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel
Returns a string representation of this model.
toResultString() - Method in class com.rapidminer.operator.preprocessing.PreprocessingModel
 
toResultString() - Method in interface com.rapidminer.operator.ResultObject
Result string will be displayed in result files written with a ResultWriter operator.
toResultString() - Method in class com.rapidminer.operator.ResultObjectAdapter
The default implementation simply returns the result of the method Object.toString().
toResultString() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
toResultString() - Method in class com.rapidminer.tools.math.AverageVector
 
toResultString() - Method in class com.rapidminer.tools.math.RunVector
returns a String containing a time series of the values of each averagable and the average of all averagables over all runs.
toSparseString(int, int, boolean) - Method in class com.rapidminer.example.Example
Returns regular and some special attributes (label, id, and example weight) in sparse format.
toString() - Method in class com.rapidminer.datatable.SimpleDataTable
Dumps the complete table into a string (complete data!).
toString(Tag) - Method in class com.rapidminer.doc.CiteTaglet
 
toString(Tag[]) - Method in class com.rapidminer.doc.CiteTaglet
 
toString(Tag) - Method in class com.rapidminer.doc.MathTaglet
 
toString(Tag[]) - Method in class com.rapidminer.doc.MathTaglet
 
toString(Tag) - Method in class com.rapidminer.doc.ReferenceTaglet
 
toString(Tag[]) - Method in class com.rapidminer.doc.ReferenceTaglet
 
toString(Tag) - Method in class com.rapidminer.doc.RefTaglet
 
toString(Tag[]) - Method in class com.rapidminer.doc.RefTaglet
 
toString(Tag) - Method in class com.rapidminer.doc.XMLExampleTaglet
 
toString(Tag[]) - Method in class com.rapidminer.doc.XMLExampleTaglet
 
toString() - Method in class com.rapidminer.example.AbstractAttributes
Returns a string representation of this attribute set.
toString() - Method in interface com.rapidminer.example.Attribute
Returns a human readable string that describes this attribute.
toString() - Method in class com.rapidminer.example.AttributeRole
 
toString() - Method in interface com.rapidminer.example.Attributes
Returns a string representation of this attribute set.
toString() - Method in class com.rapidminer.example.AttributeWeights
Returns a string representation of this object.
toString() - Method in class com.rapidminer.example.Example
Returns a dense string representation with all possible fraction digits.
toString() - Method in class com.rapidminer.example.NominalStatistics
 
toString() - Method in class com.rapidminer.example.set.AbstractExampleSet
 
toString() - Method in class com.rapidminer.example.set.AttributeValueFilter
 
toString() - Method in class com.rapidminer.example.set.AttributeValueFilterSingleCondition
 
toString() - Method in class com.rapidminer.example.set.AttributeWeightedExampleSet
 
toString() - Method in class com.rapidminer.example.set.Partition
 
toString() - Method in class com.rapidminer.example.table.AbstractAttribute
Returns a human readable string that describes this attribute.
toString() - Method in class com.rapidminer.example.table.AbstractExampleTable
 
toString() - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.ByteArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.DatabaseDataRow
 
toString() - Method in class com.rapidminer.example.table.DataRow
Returns a string representation for this data row.
toString() - Method in class com.rapidminer.example.table.DoubleArrayDataRow
Returns a string representation of the data row.
toString() - Method in interface com.rapidminer.example.table.ExampleTable
Returns a string representation of this example table.
toString() - Method in class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
toString() - Method in class com.rapidminer.example.table.FloatArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.IntArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.LongArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.NonWritableDataRow
 
toString() - Method in class com.rapidminer.example.table.PolynominalAttribute
 
toString() - Method in class com.rapidminer.example.table.PolynominalMapping
 
toString() - Method in class com.rapidminer.example.table.ShortArrayDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.table.SparseMapDataRow
Returns a string representation of the data row.
toString() - Method in class com.rapidminer.example.UnknownStatistics
 
toString() - Method in class com.rapidminer.FileProcessLocation
 
toString() - Method in class com.rapidminer.generator.BinaryNumericalGenerator
 
toString() - Method in class com.rapidminer.generator.ConstantGenerator
 
toString() - Method in class com.rapidminer.generator.FeatureGenerator
 
toString() - Method in class com.rapidminer.generator.SingularNumericalGenerator
 
toString() - Method in class com.rapidminer.gui.dialog.ResultContainer
 
toString(Operator) - Method in class com.rapidminer.gui.flow.ProcessParentButtonModel
 
toString() - Method in class com.rapidminer.gui.graphs.SortableEdge
 
toString() - Method in class com.rapidminer.gui.look.fc.Bookmark
 
toString() - Method in class com.rapidminer.gui.new_plotter.configuration.AxisParallelLineConfiguration
 
toString() - Method in class com.rapidminer.gui.new_plotter.configuration.DataTableColumn
 
toString() - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
toString() - Method in class com.rapidminer.gui.new_plotter.configuration.GroupCellKey
 
toString() - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
toString() - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
toString() - Method in class com.rapidminer.gui.new_plotter.ConfigurationChangeResponse
 
toString() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
toString() - Method in class com.rapidminer.gui.new_plotter.MasterOfDesaster
 
toString() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
toString() - Method in class com.rapidminer.gui.new_plotter.templates.style.ColorScheme
 
toString() - Method in class com.rapidminer.gui.new_plotter.utility.AggregatedValueRange
 
toString() - Method in class com.rapidminer.gui.new_plotter.utility.NumericalValueRange
 
toString() - Method in class com.rapidminer.gui.new_plotter.utility.SingleValueValueRange
 
toString() - Method in interface com.rapidminer.gui.new_plotter.utility.ValueRange
 
toString() - Method in class com.rapidminer.gui.plotter.Quartile
 
toString() - Method in class com.rapidminer.gui.ProcessThread
 
toString() - Method in class com.rapidminer.gui.renderer.AbstractRenderer
 
toString() - Method in class com.rapidminer.gui.renderer.DefaultReadable
 
toString() - Method in interface com.rapidminer.gui.renderer.Renderer
 
toString() - Method in class com.rapidminer.gui.templates.BuildingBlock
 
toString() - Method in class com.rapidminer.gui.templates.OperatorParameterPair
 
toString() - Method in class com.rapidminer.gui.tools.CamelCaseFilter
 
toString() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.excel.ExcelWorkbookPane.ExcelWorkbookSelection
 
toString(T) - Method in interface com.rapidminer.gui.tools.ParentButtonModel
 
toString() - Method in class com.rapidminer.gui.tools.ProgressThread
 
toString() - Method in class com.rapidminer.gui.tools.SimpleFileFilter
 
toString() - Method in class com.rapidminer.gui.tools.syntax.SyntaxStyle
Returns a string representation of this object.
toString() - Method in class com.rapidminer.gui.tools.syntax.Token
Returns a string representation of this token.
toString() - Method in class com.rapidminer.gui.tools.VersionNumber
 
toString() - Method in class com.rapidminer.gui.viewer.AverageVectorViewer
 
toString() - Method in class com.rapidminer.io.process.conditions.ParameterEqualsCondition
 
toString() - Method in class com.rapidminer.io.process.conditions.ParameterUnequalsCondition
 
toString() - Method in class com.rapidminer.io.process.rules.ChangeParameterValueRule
 
toString() - Method in class com.rapidminer.io.process.rules.ReplaceParameterRule
 
toString() - Method in class com.rapidminer.io.process.rules.SetParameterRule
 
toString() - Method in class com.rapidminer.io.process.rules.SetRoleByNameRule
 
toString() - Method in class com.rapidminer.io.process.rules.SwitchListEntriesRule
 
toString() - Method in class com.rapidminer.io.process.XMLErrorHandler
 
toString(Document, Charset) - Static method in class com.rapidminer.io.process.XMLTools
 
toString() - Method in class com.rapidminer.MacroHandler
 
toString() - Method in class com.rapidminer.operator.annotation.PolynomialFunction
 
toString() - Method in class com.rapidminer.operator.Annotations
 
toString(Collection<String>) - Method in class com.rapidminer.operator.clustering.Centroid
This method only returns the first 100 attributes
toString() - Method in class com.rapidminer.operator.clustering.Cluster
 
toString() - Method in class com.rapidminer.operator.clustering.ClusterModel
 
toString() - Method in class com.rapidminer.operator.clustering.FlatFuzzyClusterModel
 
toString() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterLeafNode
 
toString() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterModel
 
toString() - Method in class com.rapidminer.operator.clustering.HierarchicalClusterNode
 
toString() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedIndividual
 
toString() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
 
toString() - Method in class com.rapidminer.operator.features.Population
 
toString() - Method in class com.rapidminer.operator.features.selection.NonDominatedSortingSelection
 
toString() - Method in class com.rapidminer.operator.features.transformation.DimensionalityReducerModel
Deprecated.  
toString() - Method in class com.rapidminer.operator.features.transformation.FastICAModel
 
toString() - Method in class com.rapidminer.operator.features.transformation.GHAModel
 
toString() - Method in class com.rapidminer.operator.features.transformation.KernelPCAModel
 
toString() - Method in class com.rapidminer.operator.features.transformation.PCAModel
 
toString() - Method in class com.rapidminer.operator.features.transformation.SOMDimensionalityReductionModel
 
toString() - Method in class com.rapidminer.operator.features.transformation.SVDModel
 
toString() - Method in class com.rapidminer.operator.GroupedModel
 
toString() - Method in class com.rapidminer.operator.InputDescription
Returns a String representation of this input description.
toString() - Method in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
toString() - Method in class com.rapidminer.operator.IOContainer
 
toString() - Method in class com.rapidminer.operator.IOObjectCollection
 
toString() - Method in class com.rapidminer.operator.learner.associations.AssociationRule
 
toString() - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
toString(int) - Method in class com.rapidminer.operator.learner.associations.AssociationRules
 
toString() - Method in class com.rapidminer.operator.learner.associations.BooleanAttributeItem
 
toString(String, int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTree
 
toString(int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
toString(String, int) - Method in class com.rapidminer.operator.learner.associations.fpgrowth.FPTreeNode
 
toString() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSet
This method should return a proper String representation of this frequent Item Set
toString() - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
This method generates the a string representation of this object.
toString(int) - Method in class com.rapidminer.operator.learner.associations.FrequentItemSets
This method generates the a string representation of this object.
toString() - Method in class com.rapidminer.operator.learner.associations.gsp.GSPSet
 
toString() - Method in class com.rapidminer.operator.learner.associations.gsp.Item
 
toString() - Method in class com.rapidminer.operator.learner.associations.gsp.Sequence
 
toString() - Method in class com.rapidminer.operator.learner.associations.gsp.Transaction
 
toString() - Method in class com.rapidminer.operator.learner.associations.gsp.TransactionSet
 
toString() - Method in interface com.rapidminer.operator.learner.associations.Item
This method returns a human readable String representation of this item.
toString() - Method in class com.rapidminer.operator.learner.bayes.DiscriminantModel
 
toString() - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
 
toString() - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.FastMarginModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.HyperplaneModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Regression
Identify the GP
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.hyperhyper.HyperModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
toString(boolean) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
toString(int, boolean) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelAnova
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelDot
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelEpanechnikov
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelGaussianCombination
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelMultiquadric
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelNeural
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelPolynomial
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.KernelRadial
Output as String
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelModel
Returns a string representation of this model.
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.LibSVMModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Identify the RVM
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelCauchy
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelEpanechnikov
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelGaussianCombination
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelLaplace
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelMultiquadric
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelPoly
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelRadial
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelSigmoid
 
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMClassification
Identify the RVM
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.RVMRegression
Identify the RVM
toString() - Method in class com.rapidminer.operator.learner.functions.kernel.SupportVector
 
toString() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.neuralnet.SimpleNeuralNetModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.PolynomialRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.SeeminglyUnrelatedRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.igss.hypothesis.GSSModel
Returns a String representation of the hypothesis stored in this model.
toString() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Literal
Returns a String represenation of this Literal.
toString() - Method in class com.rapidminer.operator.learner.igss.hypothesis.Rule
Returns a String representation of the rule.
toString() - Method in class com.rapidminer.operator.learner.igss.IGSSResult
Returns a String-representation of the results in this object.
toString() - Method in class com.rapidminer.operator.learner.lazy.AttributeBasedVotingModel
 
toString() - Method in class com.rapidminer.operator.learner.lazy.DefaultModel
 
toString() - Method in class com.rapidminer.operator.learner.lazy.KNNClassificationModel
 
toString() - Method in class com.rapidminer.operator.learner.lazy.KNNRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.local.AtLeastNeighborhood
 
toString() - Method in class com.rapidminer.operator.learner.local.DistanceNeighborhood
 
toString() - Method in class com.rapidminer.operator.learner.local.LocalPolynomialRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.local.NearestNeighborNeighborhood
 
toString() - Method in class com.rapidminer.operator.learner.local.RelativeNeighborhood
 
toString() - Method in class com.rapidminer.operator.learner.meta.AdaBoostModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.AdditiveRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.BaggingModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.BayBoostModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.Binary2MultiClassModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.MetaCostModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.MultiModelByRegression
 
toString() - Method in class com.rapidminer.operator.learner.meta.SDEnsemble
 
toString() - Method in class com.rapidminer.operator.learner.meta.SimpleVoteModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.StackingModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.ThresholdModel
 
toString() - Method in class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
toString() - Method in class com.rapidminer.operator.learner.PredictionModel
 
toString() - Method in class com.rapidminer.operator.learner.rules.ConjunctiveRuleModel
 
toString() - Method in class com.rapidminer.operator.learner.rules.Rule
This method returns a String representation of this rule.
toString() - Method in class com.rapidminer.operator.learner.rules.RuleModel
 
toString() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Hypothesis
 
toString() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Literal
 
toString() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
toString() - Method in class com.rapidminer.operator.learner.subgroups.RuleSet
 
toString() - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
toString() - Method in class com.rapidminer.operator.learner.tree.AbstractSplitCondition
 
toString() - Method in class com.rapidminer.operator.learner.tree.Benefit
 
toString() - Method in class com.rapidminer.operator.learner.tree.MultiCriterionDecisionStumps.DecisionStumpModel
 
toString() - Method in class com.rapidminer.operator.learner.tree.Tree
 
toString() - Method in class com.rapidminer.operator.learner.tree.TreeModel
 
toString() - Method in class com.rapidminer.operator.meta.ParameterSet
 
toString() - Method in class com.rapidminer.operator.meta.ParameterValue
 
toString() - Method in class com.rapidminer.operator.nio.ExcelWorkbookPane.ExcelWorkbookSelection
 
toString() - Method in class com.rapidminer.operator.nio.file.BufferedFileObject
 
toString() - Method in class com.rapidminer.operator.nio.file.RepositoryBlobObject
 
toString() - Method in class com.rapidminer.operator.nio.file.SimpleFileObject
 
toString() - Method in class com.rapidminer.operator.nio.file.ZipEntryObject
 
toString() - Method in class com.rapidminer.operator.nio.model.ColumnMetaData
 
toString() - Method in class com.rapidminer.operator.nio.model.DataResultSetTranslationConfiguration
 
toString() - Method in class com.rapidminer.operator.nio.model.ParsingError
 
toString() - Method in class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
toString() - Method in class com.rapidminer.operator.Operator
Returns the name.
toString() - Method in enum com.rapidminer.operator.OperatorCapability
 
toString() - Method in class com.rapidminer.operator.OperatorDescription
 
toString() - Method in class com.rapidminer.operator.performance.AreaUnderCurve
 
toString() - Method in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
toString() - Method in class com.rapidminer.operator.performance.CrossEntropy
Returns the super class implementation of toString().
toString() - Method in class com.rapidminer.operator.performance.LogisticLoss
Returns the super class implementation of toString().
toString() - Method in class com.rapidminer.operator.performance.Margin
Returns the super class implementation of toString().
toString() - Method in class com.rapidminer.operator.performance.MultiClassificationPerformance
 
toString() - Method in class com.rapidminer.operator.performance.PerformanceVector
 
toString() - Method in class com.rapidminer.operator.performance.SoftMarginLoss
Returns the super class implementation of toString().
toString() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
toString() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
toString() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
toString() - Method in class com.rapidminer.operator.ports.metadata.AbstractPrecondition
 
toString() - Method in class com.rapidminer.operator.ports.metadata.AttributeMetaData
 
toString() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
toString() - Method in class com.rapidminer.operator.ports.metadata.MDInteger
 
toString() - Method in class com.rapidminer.operator.ports.metadata.MDNumber
 
toString() - Method in class com.rapidminer.operator.ports.metadata.MetaData
 
toString() - Method in enum com.rapidminer.operator.ports.metadata.SetRelation
 
toString() - Method in class com.rapidminer.operator.ports.ProcessingStep
 
toString() - Method in class com.rapidminer.operator.ports.quickfix.AbstractQuickFix
 
toString() - Method in class com.rapidminer.operator.postprocessing.PlattParameters
 
toString() - Method in class com.rapidminer.operator.postprocessing.PlattScalingModel
 
toString() - Method in class com.rapidminer.operator.postprocessing.Threshold
 
toString() - Method in class com.rapidminer.operator.preprocessing.discretization.DiscretizationModel
 
toString() - Method in class com.rapidminer.operator.preprocessing.filter.Dictionary
 
toString() - Method in class com.rapidminer.operator.preprocessing.filter.NominalToBinominalModel
 
toString() - Method in class com.rapidminer.operator.preprocessing.normalization.MinMaxNormalizationModel
Returns a string representation of this model.
toString() - Method in class com.rapidminer.operator.preprocessing.normalization.ProportionNormalizationModel
Returns a string representation of this model.
toString() - Method in class com.rapidminer.operator.similarity.SimilarityMeasureObject
 
toString() - Method in class com.rapidminer.operator.SimpleProcessSetupError
 
toString() - Method in class com.rapidminer.operator.SimpleResultObject
 
toString() - Method in class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
toString() - Method in class com.rapidminer.operator.visualization.DataStatistics
 
toString() - Method in class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
 
toString() - Method in class com.rapidminer.operator.visualization.dependencies.NumericalMatrix
 
toString() - Method in class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
toString() - Method in class com.rapidminer.operator.visualization.LiftParetoChart
 
toString() - Method in class com.rapidminer.operator.visualization.ROCComparison
 
toString() - Method in class com.rapidminer.parameter.conditions.BooleanParameterCondition
 
toString() - Method in class com.rapidminer.parameter.conditions.EqualStringCondition
 
toString() - Method in class com.rapidminer.parameter.conditions.EqualTypeCondition
 
toString() - Method in class com.rapidminer.parameter.Parameters
 
toString(Object) - Method in class com.rapidminer.parameter.ParameterType
Returns a string representation of this value.
toString() - Method in class com.rapidminer.parameter.ParameterType
 
toString(Object) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
toString(Object) - Method in class com.rapidminer.parameter.ParameterTypeList
 
toString(Object) - Method in class com.rapidminer.parameter.ParameterTypePassword
 
toString(Object) - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
toString() - Method in class com.rapidminer.parameter.value.ParameterValueGrid
 
toString() - Method in class com.rapidminer.parameter.value.ParameterValueList
 
toString() - Method in class com.rapidminer.parameter.value.ParameterValueRange
 
toString() - Method in class com.rapidminer.Process
 
toString() - Method in class com.rapidminer.ProcessContext
 
toString() - Method in interface com.rapidminer.ProcessLocation
The toString representation is used, e.g. in the welcome screen dialog,
toString() - Method in interface com.rapidminer.report.Readable
 
toString() - Method in class com.rapidminer.repository.gui.process.ExceptionWrapper
 
toString() - Method in class com.rapidminer.repository.gui.process.OutputLocation
 
toString() - Method in class com.rapidminer.repository.local.SimpleEntry
 
toString() - Method in class com.rapidminer.repository.remote.RemoteEntry
 
toString() - Method in class com.rapidminer.repository.RepositoryLocation
 
toString() - Method in class com.rapidminer.RepositoryProcessLocation
 
toString() - Method in class com.rapidminer.tools.att.AttributeDataSource
 
toString() - Method in class com.rapidminer.tools.att.AttributeDataSources
 
toString() - Method in class com.rapidminer.tools.container.Pair
 
toString() - Method in class com.rapidminer.tools.container.Tupel
 
toString() - Method in class com.rapidminer.tools.documentation.GroupDocumentation
 
toString() - Method in class com.rapidminer.tools.GroupTree
 
toString() - Method in class com.rapidminer.tools.IterationArrayList
 
toString() - Method in class com.rapidminer.tools.jdbc.ColumnIdentifier
 
toString() - Method in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
toString() - Method in class com.rapidminer.tools.jdbc.DataTypeSyntaxInformation
 
toString() - Method in class com.rapidminer.tools.jdbc.DriverAdapter
 
toString() - Method in class com.rapidminer.tools.jdbc.DriverInfo
 
toString() - Method in class com.rapidminer.tools.jdbc.JDBCProperties
 
toString() - Method in class com.rapidminer.tools.jdbc.TableName
 
toString() - Method in class com.rapidminer.tools.math.AnovaCalculator.AnovaSignificanceTestResult
 
toString() - Method in class com.rapidminer.tools.math.Averagable
 
toString() - Method in class com.rapidminer.tools.math.AverageVector
 
toString() - Method in class com.rapidminer.tools.math.Complex
 
toString() - Method in class com.rapidminer.tools.math.container.BallTreeNode
 
toString() - Method in class com.rapidminer.tools.math.container.KDTreeNode
 
toString() - Method in class com.rapidminer.tools.math.container.Range
 
toString() - Method in class com.rapidminer.tools.math.distribution.DiscreteDistribution
 
toString() - Method in interface com.rapidminer.tools.math.distribution.Distribution
Should return an textual representation of the distribution.
toString() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
toString() - Method in class com.rapidminer.tools.math.distribution.NormalDistribution
 
toString() - Method in class com.rapidminer.tools.math.kernels.AnovaKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.DotKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.EpanechnikovKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.GaussianCombinationKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.MultiquadricKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.PolynomialKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.RBFKernel
 
toString() - Method in class com.rapidminer.tools.math.kernels.SigmoidKernel
 
toString() - Method in class com.rapidminer.tools.math.optimization.ec.es.Individual
 
toString() - Method in class com.rapidminer.tools.math.optimization.ec.es.Population
 
toString() - Method in class com.rapidminer.tools.math.Peak
 
toString() - Method in class com.rapidminer.tools.math.ROCData
 
toString() - Method in class com.rapidminer.tools.math.ROCPoint
 
toString() - Method in class com.rapidminer.tools.math.RunVector
 
toString() - Method in class com.rapidminer.tools.math.SignificanceTestResult
Returns a string describing the test result.
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.GeneralizedIDivergence
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.ItakuraSaitoDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.KLDivergence
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.LogarithmicLoss
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.LogisticLoss
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.MahalanobisDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.SquaredEuclideanDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.divergences.SquaredLoss
 
toString() - Method in class com.rapidminer.tools.math.similarity.mixed.MixedEuclideanDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.DiceNominalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.JaccardNominalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.KulczynskiNominalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.NominalDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.RogersTanimotoNominalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.RussellRaoNominalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.nominal.SimpleMatchingNominalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.CamberraNumericalDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.ChebychevNumericalDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.CorrelationSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.CosineSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.DiceNumericalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.DTWDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.EuclideanDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.InnerProductSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.JaccardNumericalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.KernelEuclideanDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.ManhattanDistance
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.MaxProductSimilarity
 
toString() - Method in class com.rapidminer.tools.math.similarity.numerical.OverlapNumericalSimilarity
 
toString() - Method in class com.rapidminer.tools.math.smoothing.BisquareSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.EpanechnikovSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.ExponentialSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.GaussianSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.McLainSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.RectangularSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.TriangularSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.TricubeSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.smoothing.TriweightSmoothingKernel
 
toString() - Method in class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
toString() - Method in class com.rapidminer.tools.plugin.Dependency
 
toString() - Method in class com.rapidminer.tools.plugin.Plugin
 
toString() - Method in class com.rapidminer.tools.plugin.PluginClassLoader
 
toString() - Method in class com.rapidminer.tools.ResourceSource
 
toString() - Method in class com.rapidminer.tools.StringProperties
 
toString(Collection<?>) - Static method in class com.rapidminer.tools.Tools
As Tools.toString(Collection, String) with ", ".
toString(Collection<?>, String) - Static method in class com.rapidminer.tools.Tools
Returns a string containing the toString()-representation of the elements of collection, separated by the given separator.
toString(Object[]) - Static method in class com.rapidminer.tools.Tools
 
toString(Object[], String) - Static method in class com.rapidminer.tools.Tools
 
toString() - Method in class com.rapidminer.tools.WeightedObject
 
toStringScored() - Method in class com.rapidminer.operator.learner.subgroups.hypothesis.Rule
 
totalLabelWeights - Variable in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
totalLabelWeights - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
totalNegativeWeight - Variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
totalPositiveWeight - Variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
totalWeight - Variable in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
totalWeight - Variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
totalWeight - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
totalWeightSum - Variable in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
toTex(Tag) - Method in class com.rapidminer.doc.CiteTaglet
 
toTex(Tag[]) - Method in class com.rapidminer.doc.CiteTaglet
 
toTex(Tag) - Method in class com.rapidminer.doc.MathTaglet
 
toTex(Tag[]) - Method in class com.rapidminer.doc.MathTaglet
 
toTex(Tag) - Method in class com.rapidminer.doc.RefTaglet
 
toTex(Tag[]) - Method in class com.rapidminer.doc.RefTaglet
 
toTex(Tag) - Method in interface com.rapidminer.doc.TexTaglet
 
toTex(Tag[]) - Method in interface com.rapidminer.doc.TexTaglet
 
toTex(Tag) - Method in class com.rapidminer.doc.XMLExampleTaglet
 
toTex(Tag[]) - Method in class com.rapidminer.doc.XMLExampleTaglet
 
TOURNAMENT_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
TOURNAMENT_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
TOURNAMENT_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a tournament selection scheme.
TournamentSelection - Class in com.rapidminer.operator.features.selection
Performs tournaments with k participants.
TournamentSelection(int, double, int, boolean, boolean, Random) - Constructor for class com.rapidminer.operator.features.selection.TournamentSelection
 
TournamentSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Performs tournaments with k participants.
TournamentSelection(int, double, boolean, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.TournamentSelection
 
toWeightString() - Method in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
toXML(Document) - Method in class com.rapidminer.operator.Annotations
 
toXML(Document, Configurator, Configurable) - Static method in class com.rapidminer.tools.config.ConfigurationManager
Creates an XML-element where the tag name equals Configurator.getTypeId().
toXML(Collection<FieldConnectionEntry>, Key, String) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
toXML(Collection<FieldConnectionEntry>, Key, String, boolean) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
toXML(Document, Key, String) - Method in class com.rapidminer.tools.jdbc.connection.FieldConnectionEntry
 
toXMLString(Object) - Method in class com.rapidminer.parameter.ParameterType
 
toXMLString(String) - Method in class com.rapidminer.parameter.ParameterTypePassword
 
toXMLString(String) - Method in class com.rapidminer.parameter.ParameterTypeSingle
Subclasses may override this method to transform the string before writing it to XML.
TRAFFIC_LIGHT_INACTIVE - Static variable in class com.rapidminer.gui.tools.StatusBar
 
TRAFFIC_LIGHT_PENDING - Static variable in class com.rapidminer.gui.tools.StatusBar
 
TRAFFIC_LIGHT_RUNNING - Static variable in class com.rapidminer.gui.tools.StatusBar
 
TRAFFIC_LIGHT_STOPPED - Static variable in class com.rapidminer.gui.tools.StatusBar
 
train() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Train the SVM
train() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.ClassificationEvoOptimization
Trains the SVM.
train() - Method in interface com.rapidminer.operator.learner.functions.kernel.evosvm.EvoOptimization
 
train() - Method in class com.rapidminer.operator.learner.functions.kernel.evosvm.RegressionEvoOptimization
Trains the SVM.
train() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Train the SVM
train() - Method in interface com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVMInterface
Train this SVM.
train() - Method in class com.rapidminer.operator.learner.functions.kernel.KernelLogisticRegressionOptimization
 
train() - Method in class com.rapidminer.operator.learner.functions.kernel.logistic.KLR
 
train() - Method in class com.rapidminer.operator.learner.functions.LogisticRegressionOptimization
 
train(ExampleSet, List<String[]>, int, double, double, double, boolean, boolean, boolean, RandomGenerator) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ImprovedNeuralNetModel
 
train(ExampleSet) - Method in class com.rapidminer.operator.learner.functions.neuralnet.NeuralNetLearner
 
train() - Method in class com.rapidminer.tools.math.som.KohonenNet
 
trainBaseModel(ExampleSet) - Method in class com.rapidminer.operator.learner.meta.BayesianBoosting
Runs the "embedded" learner on the example set and returns a model.
trainingProcessExampleSetOutput - Variable in class com.rapidminer.operator.validation.ValidationChain
 
trainingSetInput - Variable in class com.rapidminer.operator.validation.ValidationChain
 
Transaction - Class in com.rapidminer.operator.learner.associations.gsp
 
Transaction(double, Item...) - Constructor for class com.rapidminer.operator.learner.associations.gsp.Transaction
 
Transaction(Transaction) - Constructor for class com.rapidminer.operator.learner.associations.gsp.Transaction
 
TransactionClustersExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
TransactionClustersExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.TransactionClustersExampleSetGenerator
 
TransactionDatasetFunction - Class in com.rapidminer.operator.generator
Generates an Association function transaction dataset.
TransactionDatasetFunction() - Constructor for class com.rapidminer.operator.generator.TransactionDatasetFunction
 
TransactionSet - Class in com.rapidminer.operator.learner.associations.gsp
This class holds informations about the start and end time of a set of transactions.
TransactionSet() - Constructor for class com.rapidminer.operator.learner.associations.gsp.TransactionSet
 
TransferableOperator - Class in com.rapidminer.gui.dnd
Provides a transferable wrapper for Operators in order to drag-n-drop them in the Process-Tree.
TransferableOperator(Operator[]) - Constructor for class com.rapidminer.gui.dnd.TransferableOperator
 
TransferActionListener - Class in com.rapidminer.gui.operatortree.actions
Taken from http://java.sun.com/docs/books/tutorial/uiswing/dnd/listpaste.html
TransferActionListener() - Constructor for class com.rapidminer.gui.operatortree.actions.TransferActionListener
 
transferData(AbstractExampleSource, String) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.DataImportWizard
 
TransfersExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
TransfersExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.TransfersExampleSetGenerator
 
transferUsageStats(ProgressListener) - Method in class com.rapidminer.tools.usagestats.UsageStatistics
 
transform(Attribute, double) - Method in interface com.rapidminer.example.AttributeTransformation
 
transform(Attribute, double) - Method in class com.rapidminer.example.set.AttributeTransformationRemapping
 
transform(Attribute, double) - Method in class com.rapidminer.example.set.AttributeTransformationReplaceMissing
 
transform(Attribute, double) - Method in class com.rapidminer.example.set.AttributeTransformationWeighting
 
transform(V) - Method in class com.rapidminer.gui.graphs.BasicVertexShapeTransformer
 
transform(V) - Method in class com.rapidminer.gui.graphs.ExtendedVertexShapeTransformer
 
transform(V) - Method in class com.rapidminer.gui.graphs.ShapeBasedTreeLayout
 
transform(double) - Method in interface com.rapidminer.gui.plotter.AxisTransformation
Transforms the given value, e.g. by just returning it (id) or applying a log function.
transform(double) - Method in class com.rapidminer.gui.plotter.AxisTransformationId
Transforms the given value by just returning it.
transform(double) - Method in class com.rapidminer.gui.plotter.AxisTransformationLog
Transforms the given value by applying a log function.
transform(double) - Method in class com.rapidminer.operator.performance.RootMeanSquaredError
Applies a square root to the given value.
transform(double) - Method in class com.rapidminer.operator.performance.SimpleCriterion
Simply returns the given value.
transformAddedAttributeMD(ExampleSetMetaData, AttributeMetaData) - Method in class com.rapidminer.operator.ports.metadata.ExampleSetUnionRule
 
transformAllLineSeparators(String) - Static method in class com.rapidminer.tools.Tools
Replaces all possible line feed character combinations by "\n".
transformCoordinate(Point, JComponent) - Method in interface com.rapidminer.gui.plotter.CoordinateTransformation
 
transformCoordinate(Point, JComponent) - Method in class com.rapidminer.gui.plotter.NullCoordinateTransformation
 
TransformedRegression - Class in com.rapidminer.operator.learner.meta
This meta learner applies a transformation on the label before the inner regression learner is applied.
TransformedRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.TransformedRegression
 
TransformedRegressionModel - Class in com.rapidminer.operator.learner.meta
Model for TransformedRegression.
TransformedRegressionModel(ExampleSet, int, double[], Model, boolean, double, double, boolean) - Constructor for class com.rapidminer.operator.learner.meta.TransformedRegressionModel
 
transformEnumeration2String(List<String>) - Static method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
transformGenerated(MetaData) - Method in class com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRule
Can be overridden to make additional transformations to the generated meta data.
transformHTMLJavadocComment(String, Class, String) - Method in class com.rapidminer.doc.AbstractOperatorDocGenerator
Transform the HTML-comment to the respective output language.
transformHTMLJavadocComment(String, Class, String) - Method in class com.rapidminer.doc.LatexOperatorDocGenerator
 
transformHTMLJavadocComment(String, Class, String) - Method in class com.rapidminer.doc.ProgramHTMLOperatorDocGenerator
 
TransformingModeAction<V,E> - Class in com.rapidminer.gui.graphs.actions
Start the corresponding action.
TransformingModeAction(GraphViewer<V, E>, IconSize) - Constructor for class com.rapidminer.gui.graphs.actions.TransformingModeAction
 
transformLinearGradient(LinearGradientPaint, Shape) - Static method in class com.rapidminer.gui.new_plotter.engine.jfreechart.legend.SmartLegendTitle
 
transformList2String(List<String[]>) - Static method in class com.rapidminer.parameter.Parameters
Deprecated. 
transformList2String(List<String[]>) - Static method in class com.rapidminer.parameter.ParameterTypeList
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetUnionRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.FlatteningPassThroughRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.GenerateModelTransformationRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.GenerateNewExampleSetMDRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.GenerateNewMDRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.GeneratePredictionModelTransformationRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.ManyToManyPassThroughRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.ManyToOnePassThroughRule
 
transformMD() - Method in interface com.rapidminer.operator.ports.metadata.MDTransformationRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.OneToManyPassThroughRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.PassThroughRule
 
transformMD() - Method in class com.rapidminer.operator.ports.metadata.SubprocessTransformRule
 
transformMetaData() - Method in class com.rapidminer.operator.ExecutionUnit
 
transformMetaData() - Method in class com.rapidminer.operator.Operator
If this method is called for perform the meta data transformation on this operator.
transformMetaData(MetaData) - Method in class com.rapidminer.operator.ports.CollectingPortPairExtender
 
transformMetaData() - Method in class com.rapidminer.operator.ports.metadata.MDTransformer
Executes all rules added by MDTransformer.addRule(com.rapidminer.operator.ports.metadata.MDTransformationRule).
transformMetaData(MetaData) - Method in class com.rapidminer.operator.ports.PortPairExtender
 
transformNewValue(String) - Method in class com.rapidminer.parameter.ParameterType
This method will be invoked by the Parameters after a parameter was set.
transformNewValue(String) - Method in class com.rapidminer.parameter.ParameterTypePassword
This method will be invoked by the Parameters after a parameter was set and will decrypt the given value.
transformNewValue(String) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
transformOperatorValueSelection2String(ParameterTypeValue.OperatorValueSelection) - Static method in class com.rapidminer.parameter.ParameterTypeValue
 
transformParameterName(String) - Static method in class com.rapidminer.gui.plotter.PlotterAdapter
 
transformPassedThrough(MetaData) - Method in class com.rapidminer.operator.ports.metadata.PassThroughOrGenerateRule
Can be overridden to make additional transformations to the meta data passed through from the input port.
transformRectangle(Rectangle2D, JComponent) - Method in interface com.rapidminer.gui.plotter.CoordinateTransformation
 
transformRectangle(Rectangle2D, JComponent) - Method in class com.rapidminer.gui.plotter.NullCoordinateTransformation
 
transformString2Enumeration(String) - Static method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
transformString2List(String) - Static method in class com.rapidminer.parameter.Parameters
Deprecated. 
transformString2List(String) - Static method in class com.rapidminer.parameter.ParameterTypeList
 
transformString2OperatorValueSelection(String) - Static method in class com.rapidminer.parameter.ParameterTypeValue
 
transformString2Tupel(String) - Static method in class com.rapidminer.parameter.ParameterTypeTupel
 
transformToolTipText(String) - Static method in class com.rapidminer.gui.tools.SwingTools
This method transforms the given tool tip text into HTML.
transformToolTipText(String, boolean) - Static method in class com.rapidminer.gui.tools.SwingTools
This method transforms the given tool tip text into HTML.
transformToolTipText(String, boolean, int) - Static method in class com.rapidminer.gui.tools.SwingTools
 
transformToolTipText(String, boolean, int, boolean) - Static method in class com.rapidminer.gui.tools.SwingTools
This method transforms the given tool tip text into HTML.
transformTupel2String(String, String) - Static method in class com.rapidminer.parameter.ParameterTypeTupel
 
transformTupel2String(Pair<String, String>) - Static method in class com.rapidminer.parameter.ParameterTypeTupel
 
transformTupel2String(String[]) - Static method in class com.rapidminer.parameter.ParameterTypeTupel
 
TransitionGraph - Class in com.rapidminer.operator.visualization.dependencies
This is the result of the TransitionGraphOperator, i.e. a graph representing connections between items (can be used for network visualizations).
TransitionGraph(ExampleSet, String, String, String, String, String) - Constructor for class com.rapidminer.operator.visualization.dependencies.TransitionGraph
 
TransitionGraphCreator - Class in com.rapidminer.gui.graphs
The graph model creator for transition graphs.
TransitionGraphCreator(TransitionGraph, ExampleSet) - Constructor for class com.rapidminer.gui.graphs.TransitionGraphCreator
 
TransitionGraphOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator creates a transition graph from the given example set.
TransitionGraphOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.TransitionGraphOperator
 
TransitionGraphRenderer - Class in com.rapidminer.gui.renderer.visualization
A renderer for the transition graph view.
TransitionGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.visualization.TransitionGraphRenderer
 
TransitionMatrixOperator - Class in com.rapidminer.operator.visualization.dependencies
This operator calculates the transition matrix of a specified attribute, i.e. the operator counts how often each possible nominal value follows after each other.
TransitionMatrixOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.visualization.dependencies.TransitionMatrixOperator
 
translateJava2DToScreen(Point2D) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Translates a Java2D point on the chart to a screen location.
translateRow(int) - Method in class com.rapidminer.operator.nio.RowFilteringTableModel
Translates the row index in this table to the row index in the wrapped model.
translateScreenToJava2D(Point) - Method in class com.rapidminer.gui.plotter.charts.AbstractChartPanel
Translates a panel (component) location to a Java2D point.
TRANSPARENT_YELLOW - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
TransparentAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
This filter actually does nothing and removes no attribute.
TransparentAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.TransparentAttributeFilter
 
transpose() - Method in class com.rapidminer.operator.ports.metadata.ExampleSetMetaData
 
Tree - Class in com.rapidminer.operator.learner.tree
A tree is a node in a tree model containing several edges to other trees (children) combined with conditions at these edges.
Tree(ExampleSet) - Constructor for class com.rapidminer.operator.learner.tree.Tree
 
tree - Variable in class com.rapidminer.repository.gui.actions.AbstractRepositoryAction
the tree to which the action belongs to
Tree2RuleConverter - Class in com.rapidminer.operator.learner.meta
This meta learner uses an inner tree learner and creates a rule model from the learned decision tree.
Tree2RuleConverter(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.Tree2RuleConverter
 
TreeBuilder - Class in com.rapidminer.operator.learner.tree
Build a tree from an example set.
TreeBuilder(Criterion, List<Terminator>, Pruner, SplitPreprocessing, LeafCreator, boolean, int, int, int) - Constructor for class com.rapidminer.operator.learner.tree.TreeBuilder
 
treeCollapsed(TreeExpansionEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
treeExpanded(TreeExpansionEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
 
TreeModel - Class in com.rapidminer.operator.learner.tree
The tree model is the model created by all decision trees.
TreeModel(ExampleSet, Tree) - Constructor for class com.rapidminer.operator.learner.tree.TreeModel
 
TreeModelEdgeLabelRenderer<V,E> - Class in com.rapidminer.gui.graphs
This code is the basic edge label renderer from Jung (unfortunately there was no authot given in the original source) but it was changed so that the labels are always painted in the center location of the edge.
TreeModelEdgeLabelRenderer() - Constructor for class com.rapidminer.gui.graphs.TreeModelEdgeLabelRenderer
 
TreeModelGraphCreator - Class in com.rapidminer.gui.graphs
Creates a graph model for a learned tree model.
TreeModelGraphCreator(TreeModel) - Constructor for class com.rapidminer.gui.graphs.TreeModelGraphCreator
 
TreeModelGraphRenderer - Class in com.rapidminer.gui.renderer.models
A renderer for the graph view of a decision tree.
TreeModelGraphRenderer() - Constructor for class com.rapidminer.gui.renderer.models.TreeModelGraphRenderer
 
TreeModelNodeLabelRenderer<V,E> - Class in com.rapidminer.gui.graphs
This renderer is used for rendering the labels of the tree model nodes.
TreeModelNodeLabelRenderer(TreeModelGraphCreator) - Constructor for class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer
 
TreeModelNodeLabelRenderer.InsidePositioner - Class in com.rapidminer.gui.graphs
Used for positioning the label inside of a node,
TreeModelNodeLabelRenderer.InsidePositioner() - Constructor for class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer.InsidePositioner
 
TreeModelNodeLabelRenderer.OutsidePositioner - Class in com.rapidminer.gui.graphs
Used for positioning the label outside of a node,
TreeModelNodeLabelRenderer.OutsidePositioner() - Constructor for class com.rapidminer.gui.graphs.TreeModelNodeLabelRenderer.OutsidePositioner
 
TreeModelNodeRenderer<V,E> - Class in com.rapidminer.gui.graphs
This class is used for rendering the nodes of a tree model.
TreeModelNodeRenderer(TreeModelGraphCreator, int) - Constructor for class com.rapidminer.gui.graphs.TreeModelNodeRenderer
 
TreeNodeColors - Class in com.rapidminer.gui.new_plotter.gui.cellrenderer
 
TreeNodeColors() - Constructor for class com.rapidminer.gui.new_plotter.gui.cellrenderer.TreeNodeColors
 
TreeUI - Class in com.rapidminer.gui.look.ui
The UI for trees.
TreeUI() - Constructor for class com.rapidminer.gui.look.ui.TreeUI
 
TreeUtil - Class in com.rapidminer.repository.gui
A utility class to save and restore expansion states and selection paths of the repository tree.
TreeUtil() - Constructor for class com.rapidminer.repository.gui.TreeUtil
 
TRIANGUALAR_POINT_STYLE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
TRIANGULAR - Static variable in class com.rapidminer.tools.math.function.window.WindowFunction
 
TriangularFunction - Class in com.rapidminer.operator.generator
The label is att1 - (int)att1.
TriangularFunction() - Constructor for class com.rapidminer.operator.generator.TriangularFunction
 
TriangularSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements a triangular smoothing kernel.
TriangularSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.TriangularSmoothingKernel
 
TriangularWindowFunction - Class in com.rapidminer.tools.math.function.window
A triangular window function.
TriangularWindowFunction(Integer) - Constructor for class com.rapidminer.tools.math.function.window.TriangularWindowFunction
 
TriangularWindowFunction(Integer, Integer) - Constructor for class com.rapidminer.tools.math.function.window.TriangularWindowFunction
 
TricubeSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the Tricube kernel
TricubeSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.TricubeSmoothingKernel
 
triggerReplot() - Method in class com.rapidminer.gui.new_plotter.configuration.PlotConfiguration
This function can be used to fire a TRIGGER_REPLOT event.
triggerReplot() - Method in class com.rapidminer.gui.new_plotter.data.PlotInstance
 
TrigonometricFunctionGenerator - Class in com.rapidminer.generator
This class has one numerical input attribute and one output attribute.
TrigonometricFunctionGenerator(int) - Constructor for class com.rapidminer.generator.TrigonometricFunctionGenerator
 
TrigonometricFunctionGenerator() - Constructor for class com.rapidminer.generator.TrigonometricFunctionGenerator
 
trim() - Method in class com.rapidminer.example.table.AbstractSparseArrayDataRow
Trims the data row to the number of actually used elements.
trim() - Method in class com.rapidminer.example.table.BooleanArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.ByteArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.DatabaseDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.DataRow
Trims the number of columns to the actually needed number.
trim() - Method in class com.rapidminer.example.table.DoubleArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.FastSparseDoubleArrayDataRow
 
trim() - Method in class com.rapidminer.example.table.FloatArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.IntArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.LongArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.NonWritableDataRow
 
trim() - Method in class com.rapidminer.example.table.ShortArrayDataRow
Does nothing.
trim() - Method in class com.rapidminer.example.table.SparseMapDataRow
Does nothing.
Trim - Class in com.rapidminer.tools.math.function.expressions.text
Removes leading or trailing white space.
Trim() - Constructor for class com.rapidminer.tools.math.function.expressions.text.Trim
 
trimLines() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
TriweightSmoothingKernel - Class in com.rapidminer.tools.math.smoothing
This class implements the Triweight Smoothing kernel
TriweightSmoothingKernel() - Constructor for class com.rapidminer.tools.math.smoothing.TriweightSmoothingKernel
 
TRUE - Static variable in class com.rapidminer.gui.tools.dialogs.DecisionRememberingConfirmDialog
 
TRUE_NEGATIVE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
TRUE_POSITIVE - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
TRUE_STRINGS - Static variable in class com.rapidminer.tools.Tools
 
TSQLTokenMarker - Class in com.rapidminer.gui.tools.syntax
Transact-SQL token marker.
TSQLTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.TSQLTokenMarker
 
TTestLinearRegressionMethod - Class in com.rapidminer.operator.learner.functions.linear
This implements an attribute selection method for linear regression that is based on a T-Test.
TTestLinearRegressionMethod() - Constructor for class com.rapidminer.operator.learner.functions.linear.TTestLinearRegressionMethod
 
TTestSignificanceTestOperator - 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.
TTestSignificanceTestOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator
 
TTestSignificanceTestOperator.TTestSignificanceTestResult - Class in com.rapidminer.operator.validation.significance
The result for a paired t-test.
TTestSignificanceTestOperator.TTestSignificanceTestResult(PerformanceVector[], double[][], double) - Constructor for class com.rapidminer.operator.validation.significance.TTestSignificanceTestOperator.TTestSignificanceTestResult
 
TTestSignificanceTestRenderer - Class in com.rapidminer.gui.renderer.performance
 
TTestSignificanceTestRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.TTestSignificanceTestRenderer
 
Tupel<T1 extends java.lang.Comparable<T1>,T2> - Class in com.rapidminer.tools.container
This class can be used to build pairs of typed objects and sort them.
Tupel(T1, T2) - Constructor for class com.rapidminer.tools.container.Tupel
 
TURNED_TRIANGUALAR_POINT_STYLE - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
Tutorial - Class in com.rapidminer.gui.dialog
The RapidMiner online tutorial.
Tutorial(MainFrame) - Constructor for class com.rapidminer.gui.dialog.Tutorial
 
TUTORIAL_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
TutorialAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
TutorialAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.TutorialAction
 
tVector - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
 
TwoGaussiansClassificationFunction - Class in com.rapidminer.operator.generator
Generates a gaussian distribution for all attributes.
TwoGaussiansClassificationFunction() - Constructor for class com.rapidminer.operator.generator.TwoGaussiansClassificationFunction
 
TYPE - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
type - Variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
The parameters to be chosen
type - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
type - Variable in class com.rapidminer.parameter.value.ParameterValues
 
TYPE_ACCURACY - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
TYPE_ATTRIBUTE - Static variable in interface com.rapidminer.example.Attributes
Indicates a regular attribute type.
TYPE_BASE_VALUE - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type base_value.
TYPE_BATCH - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type batch (example batches).
TYPE_BEST_UTILITY - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
TYPE_BINOMIAL - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
TYPE_BOOLEAN_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_BOOLEAN_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_BYTE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_BYTE_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_CLASSIFICATION - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
TYPE_CLUSTER - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type cluster.
TYPE_COST - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type cost.
TYPE_DOUBLE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_DOUBLE_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_EXAMPLE - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
TYPE_FLOAT_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_FLOAT_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_GAUSS_REGRESSION - Static variable in class com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
 
TYPE_ID - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type id.
TYPE_INT_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_INT_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_LABEL - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type label.
TYPE_LINEAR - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
TYPE_LONG_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_LONG_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_NAME - Static variable in interface com.rapidminer.repository.BlobEntry
 
TYPE_NAME - Static variable in interface com.rapidminer.repository.Folder
 
TYPE_NAME - Static variable in interface com.rapidminer.repository.IOObjectEntry
 
TYPE_NAME - Static variable in interface com.rapidminer.repository.ProcessEntry
 
TYPE_NAMES - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_NAMES - Static variable in class com.rapidminer.gui.processeditor.results.ResultDisplayTools
 
TYPE_OUTLIER - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type outlier.
TYPE_PREDICTION - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type prediction.
TYPE_REGRESSION - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.Parameter
 
TYPE_RULE - Static variable in class com.rapidminer.operator.learner.igss.hypothesis.Hypothesis
 
TYPE_SHORT_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_SHORT_SPARSE_ARRAY - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_SPARSE_MAP - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_SPECIAL - Static variable in class com.rapidminer.example.table.DataRowFactory
 
TYPE_SQUARED - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
TYPE_UTILITY - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
TYPE_WEIGHT - Static variable in interface com.rapidminer.example.Attributes
Indicates the special attribute type weight (example weights).
TYPE_WORST_UTILITY - Static variable in class com.rapidminer.operator.learner.igss.IteratingGSS
 
TYPE_WRACC - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
typePanel - Variable in class com.rapidminer.gui.templates.BuildingBlockDialog
 

U

u - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
UNASSIGNABLE - Static variable in class com.rapidminer.operator.clustering.ClusterModel
 
UNASSIGNED - Static variable in class com.rapidminer.operator.clustering.clusterer.SVClustering
 
UnbalancedCrossover - Class in com.rapidminer.operator.features.construction
This PopulationOperator applies a crossover on two example sets.
UnbalancedCrossover(int, double, Random) - Constructor for class com.rapidminer.operator.features.construction.UnbalancedCrossover
Creates a new generating crossover with the given type which will be applied with the given probability.
UNDEFINED - Static variable in class com.rapidminer.operator.performance.MultiClassificationPerformance
Indicates an undefined type (should not happen).
UNDEFINED - Static variable in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Indicates an undefined type (should not happen).
UNDEFINED_ATTRIBUTE_INDEX - Static variable in interface com.rapidminer.example.Attribute
Used to identify that this attribute is not part of any example table.
UndefinedParameterError - Exception in com.rapidminer.parameter
This exception will be thrown if a non-optional parameter has no default value and was not defined by the user.
UndefinedParameterError(String) - Constructor for exception com.rapidminer.parameter.UndefinedParameterError
Creates a new UndefinedParameterError.
UndefinedParameterError(String, String) - Constructor for exception com.rapidminer.parameter.UndefinedParameterError
 
UndefinedParameterError(String, Operator) - Constructor for exception com.rapidminer.parameter.UndefinedParameterError
 
UndefinedParameterError(String, Operator, String) - Constructor for exception com.rapidminer.parameter.UndefinedParameterError
 
UNDERSCORE_NAMING_SCHEME - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
undo() - Method in class com.rapidminer.gui.MainFrame
 
UNDO_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
UndoAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
UndoAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.UndoAction
 
unescape(String) - Static method in class com.rapidminer.tools.Tools
 
unescape(String, char, char[], char) - Static method in class com.rapidminer.tools.Tools
Splits the string at every split character unless escaped.
unescape(String, char, char[], char, int) - Static method in class com.rapidminer.tools.Tools
Splits the string at every split character unless escaped.
UNEXPECTED_VALUE_HANDLING - Static variable in class com.rapidminer.operator.preprocessing.filter.NominalToNumeric
 
UnfoldOperator - Class in com.rapidminer.operator.collections
Turns a collection of collections into a flat collection.
UnfoldOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.collections.UnfoldOperator
 
UNIFORM - Static variable in class com.rapidminer.operator.features.construction.ExampleSetBasedSelectionCrossover
 
UNIFORM - Static variable in class com.rapidminer.operator.features.selection.SelectionCrossover
 
UNIFORM_SELECTION - Static variable in class com.rapidminer.operator.features.construction.AbstractGeneratingGeneticAlgorithm
 
UNIFORM_SELECTION - Static variable in class com.rapidminer.operator.features.selection.AbstractGeneticAlgorithm
 
UNIFORM_SELECTION - Static variable in class com.rapidminer.tools.math.optimization.ec.es.ESOptimization
Indicates a uniform sampling selection scheme.
UNIFORMLY - Static variable in class com.rapidminer.generator.SinusFactory
 
UNIFORMLY_WITHOUT_NU - Static variable in class com.rapidminer.generator.SinusFactory
 
UniformSelection - Class in com.rapidminer.operator.features.selection
Selects a given fixed number of individuals by uniformly sampling from the current population until the desired population size is reached.
UniformSelection(int, boolean, Random) - Constructor for class com.rapidminer.operator.features.selection.UniformSelection
 
UniformSelection - Class in com.rapidminer.tools.math.optimization.ec.es
Selects a given fixed number of individuals by uniformly sampling from the current population until the desired population size is reached.
UniformSelection(int, boolean, Random) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.UniformSelection
 
uninitialize() - Method in class com.rapidminer.gui.look.RapidLookAndFeel
 
uninstall() - Static method in class com.rapidminer.gui.look.RoundedPopupFactory
 
uninstallActiveVersion() - Method in class com.rapid_i.deployment.update.client.ManagedExtension
Returns true if uninstall was successful.
uninstallAdditionalPorts(InputPorts) - Method in class com.rapidminer.tools.math.similarity.DistanceMeasure
Undoes what DistanceMeasure.installAdditionalPorts(InputPorts, ParameterHandler) did.
uninstallComponents(JFileChooser) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
uninstallComponents() - Method in class com.rapidminer.gui.look.ui.DesktopIconUI
 
uninstallDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
uninstallDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.CheckBoxUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.EditorPaneUI
 
uninstallDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.InternalFrameUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.ListUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.PasswordFieldUI
 
uninstallDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.RadioButtonUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.SpinnerUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.TextAreaUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.TextFieldUI
 
uninstallDefaults() - Method in class com.rapidminer.gui.look.ui.TextPaneUI
 
uninstallDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
uninstallDefaults(AbstractButton) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
uninstallListeners() - Method in class com.rapidminer.gui.look.InternalFrameTitlePane
 
uninstallListeners() - Method in class com.rapidminer.gui.look.ui.ComboBoxUI
 
uninstallListeners() - Method in class com.rapidminer.gui.look.ui.MenuUI
 
uninstallListeners() - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
uninstallListeners(JSlider) - Method in class com.rapidminer.gui.look.ui.SliderUI
 
uninstallListeners() - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ButtonUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ExtensionButtonUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ListUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.MenuItemUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.MenuUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ScrollBarUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.TableHeaderUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ToggleButtonUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.ToolbarButtonUI
 
uninstallUI(JComponent) - Method in class com.rapidminer.gui.look.ui.TreeUI
 
union(Range) - Method in class com.rapidminer.tools.math.container.Range
 
UNIT - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
UnitExecutionFactory - Class in com.rapidminer.operator.execution
Creates instances of UnitExecutors for ExecutionUnits.
UnitExecutionFactory() - Constructor for class com.rapidminer.operator.execution.UnitExecutionFactory
 
UnitExecutor - Interface in com.rapidminer.operator.execution
Executes an ExecutionUnit.
UNKNOWN - Static variable in interface com.rapidminer.example.Statistics
 
UNKNOWN_LEVEL - Static variable in class com.rapidminer.tools.LogService
Indicates an unknown verbosity level.
UnknownParameterInformation - Class in com.rapidminer.operator
This is a helper class storing information about unknown parameters.
UnknownParameterInformation(String, String, String, String) - Constructor for class com.rapidminer.operator.UnknownParameterInformation
 
UnknownParametersInfoDialog - Class in com.rapidminer.gui.dialog
This dialog is shown after loading a process in cases where some of the parameters were unknown.
UnknownParametersInfoDialog(Frame, List<UnknownParameterInformation>) - Constructor for class com.rapidminer.gui.dialog.UnknownParametersInfoDialog
 
UnknownStatistics - Class in com.rapidminer.example
The superclass for all attribute statistics objects.
UnknownStatistics() - Constructor for class com.rapidminer.example.UnknownStatistics
 
UnknownValue - Enum in com.rapidminer.tools.math.function
This is an enumeration for possible unknown values.
UNLIMITED_NUMBER_OF_ARGUMENTS - Static variable in class com.rapidminer.tools.math.function.FunctionDescription
 
UNLIMITED_NUMBER_OF_DIGITS - Static variable in class com.rapidminer.example.table.NumericalAttribute
Indicates an unlimited number of fraction digits.
unloadLibrary(OperatorLibrary) - Method in class com.rapidminer.OperatorLibraryService
This method loads the given library and registers all contained operators.
unlock() - Method in class com.rapidminer.operator.ports.impl.AbstractPort
 
unlock() - Method in interface com.rapidminer.operator.ports.Port
 
unlockPortExtenders() - Method in class com.rapidminer.operator.ports.impl.AbstractPorts
 
unlockPortExtenders() - Method in interface com.rapidminer.operator.ports.Ports
While parsing the process XML file, we may have called loading
unpack() - Method in class com.rapidminer.gui.tools.ExtendedJTable
 
unregisterAsPlotConfigurationListener() - Method in class com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel
 
unregisterName(String) - Method in class com.rapidminer.Process
This method is used for unregistering a name from the operator name map.
unregisterOperator(Process) - Method in class com.rapidminer.operator.Operator
Deletes this operator removing it from the name map of the process.
unregisterOperator(Process) - Method in class com.rapidminer.operator.OperatorChain
Unregisters this chain and all of its children from the given process.
unregisterOperator(OperatorDescription) - Static method in class com.rapidminer.tools.OperatorService
This method can be used to dynamically remove Operators from the number of defined operators.
unregisterOperators() - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
 
unregisterOperators() - Method in interface com.rapidminer.operator.libraries.OperatorLibrary
This method will unregister this OperatorLibrarys operators from the OperatorService.
UnsetMacroOperator - Class in com.rapidminer.operator.macros
This operator allows to unset a previously defined macro.
UnsetMacroOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.macros.UnsetMacroOperator
 
UNSPECIFIED_ERROR_MESSAGE - Static variable in class com.rapidminer.operator.io.BytewiseExampleSource
A even more generic error message.
up() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
up() - Method in interface com.rapidminer.gui.tools.SelectionNavigationListener
 
update(int, int, int, int, int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
Sets the new view data and fire a table structure changed event.
update() - Method in class com.rapidminer.gui.attributeeditor.DataControl
Performs a last range check for changes due to setting the maximum via a method call.
update(int, int, int, int, int) - Method in interface com.rapidminer.gui.attributeeditor.DataControlListener
The listener should change the viewport in this method.
update(boolean[]) - Method in class com.rapidminer.gui.ConditionalAction
Updates an action given the set of states that can be true or false.
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.EditorPaneUI
 
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.FormattedTextFieldUI
 
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.MenuBarUI
 
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.PasswordFieldUI
 
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.TextAreaUI
 
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.TextFieldUI
 
update(Graphics, JComponent) - Method in class com.rapidminer.gui.look.ui.TextPaneUI
 
update(Observable, Object) - Method in class com.rapidminer.gui.new_plotter.templates.gui.HistogrammTemplatePanel
 
update(Observable, Object) - Method in class com.rapidminer.gui.new_plotter.templates.gui.ScatterTemplatePanel
 
update(Observable, Object) - Method in class com.rapidminer.gui.new_plotter.templates.gui.SeriesMultipleTemplatePanel
 
update(Observable, Object) - Method in class com.rapidminer.gui.new_plotter.templates.gui.SeriesTemplatePanel
 
update(Observable, Object) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
update(Observable, Object) - Method in class com.rapidminer.gui.new_plotter.templates.style.DefaultPlotterStyleProviderGUI
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot2D
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.BoxPlot3D
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.JMathPlotter
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3D
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.ScatterPlot3DColor
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot2D
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.SticksPlot3D
 
update() - Method in class com.rapidminer.gui.plotter.mathplot.SurfacePlot3D
 
update(String[]) - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.DataEvaluator
 
update() - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable
 
update() - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardDataTable
 
update() - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable
 
update(Observable<String>, String) - Method in class com.rapidminer.operator.io.AbstractDataReader.CacheResetParameterObserver
 
update(ExampleSet) - Method in class com.rapidminer.operator.learner.bayes.KernelDistributionModel
Updates the model by counting the occurrences of classes and attribute values in combination with the class values.
update(ExampleSet) - Method in class com.rapidminer.operator.learner.bayes.SimpleDistributionModel
Updates the model by counting the occurrences of classes and attribute values in combination with the class values.
update(InnerNode, Example, double, double) - Method in class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction
Calculates the update of the weights.
update(Example, double, double) - Method in class com.rapidminer.operator.learner.functions.neuralnet.InnerNode
 
update(Example, double, double) - Method in class com.rapidminer.operator.learner.functions.neuralnet.Node
 
update(ExampleSet) - Method in class com.rapidminer.operator.learner.lazy.KNNClassificationModel
 
update(ExampleSet) - Method in class com.rapidminer.operator.learner.lazy.KNNRegressionModel
 
update(Example) - Method in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
update(Example) - Method in interface com.rapidminer.operator.learner.rules.Criterion
 
update(ExampleSet) - Method in class com.rapidminer.operator.learner.UpdateablePredictionModel
 
update(boolean[]) - Method in class com.rapidminer.repository.gui.actions.AbstractRepositoryAction
 
update(Observable<T1>, T1) - Method in class com.rapidminer.tools.DelegatingObserver
 
update(double, double) - Method in interface com.rapidminer.tools.math.distribution.EmpiricalDistribution
 
update(double) - Method in interface com.rapidminer.tools.math.distribution.EmpiricalDistribution
 
update(double, double) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
update(double) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
update(EmpiricalNormalDistribution) - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
update(double, double) - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
update(double) - Method in class com.rapidminer.tools.math.distribution.kernel.FullKernelDistribution
 
update(double, double) - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
update(double) - Method in class com.rapidminer.tools.math.distribution.kernel.GreedyKernelDistribution
 
update(double, double) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Consider a new value and a corresponding weight by updating counters.
update(double) - Method in interface com.rapidminer.tools.math.function.aggregation.AggregationFunction
Consider a new value by updating counters.
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.AverageFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.CountFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.MaxFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.MedianFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.MinFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.ModeFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.ProductFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.SumFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.SumFunction
 
update(double, double) - Method in class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
update(double) - Method in class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
update(Observable<A>, A) - Method in interface com.rapidminer.tools.Observer
 
UPDATE_ACTION - Static variable in class com.rapid_i.deployment.update.client.UpdateDialog
 
update_working_set() - Method in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
Updates the working set
update_working_set() - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
Updates the working set
UpdateablePredictionModel - Class in com.rapidminer.operator.learner
This is an abstract class for all updateable prediction models.
UpdateablePredictionModel(ExampleSet) - Constructor for class com.rapidminer.operator.learner.UpdateablePredictionModel
 
updateAll(boolean[]) - Static method in class com.rapidminer.gui.ConditionalAction
Updates all actions.
updateBeta() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Update beta (same as for the "normal" regression rvm)
updateBracketHighlight(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
updateChooserPath() - Method in class com.rapidminer.gui.look.fc.Item
 
updateColorProvider() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
updateComponents(T) - Method in class com.rapidminer.tools.config.gui.ConfigurationPanel
Updates the data fields in the JComponent
updateComponents(Configurable) - Method in class com.rapidminer.tools.config.gui.DefaultConfigurationPanel
 
updateConfigurable(T) - Method in class com.rapidminer.tools.config.gui.ConfigurationPanel
Directly returns the Configurable from input fields
updateConfigurable(Configurable) - Method in class com.rapidminer.tools.config.gui.DefaultConfigurationPanel
 
updateCoordinates(String) - Method in interface com.rapidminer.gui.plotter.CoordinatesHandler
 
updateCriteriumScalars(int) - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Compute the scalars s_m, q_m which are part of the criterium for inclusion / deletion of the given basis m: S_m = beta * phi^t_m * phi_m - beta^2 * phi^t_m * PHI * SIGMA * PHI^t * phi_m Q_m = beta * phi^t_m * t - beta^2 * phi^t_m * PHI * SIGMA * PHI^t * t s_m = alpha_m * S_m / (alpha_m - S_m) q_m = alpha_m * Q_m / (alpha_m - S_m)
updateData(Object[][]) - Method in class com.rapidminer.gui.look.fc.FileTable
 
updateDefaults(String, String) - Method in class com.rapidminer.gui.look.fc.BookmarkDialog
 
UpdateDialog - Class in com.rapid_i.deployment.update.client
 
UpdateDialog(UpdateService, List<PackageDescriptor>, String[]) - Constructor for class com.rapid_i.deployment.update.client.UpdateDialog
 
updateDistances(DistanceMatrix, int, int, Map<Integer, HierarchicalClusterNode>) - Method in class com.rapidminer.operator.clustering.clusterer.AbstractLinkageMethod
 
updateDistances(DistanceMatrix, int, int, Map<Integer, HierarchicalClusterNode>) - Method in class com.rapidminer.operator.clustering.clusterer.AverageLinkageMethod
 
updateDistances(DistanceMatrix, int, int, Map<Integer, HierarchicalClusterNode>) - Method in class com.rapidminer.operator.clustering.clusterer.CompleteLinkageMethod
 
updateDistances(DistanceMatrix, int, int, Map<Integer, HierarchicalClusterNode>) - Method in class com.rapidminer.operator.clustering.clusterer.SingleLinkageMethod
 
updateDistributionProperties() - Method in class com.rapidminer.tools.math.distribution.EmpiricalNormalDistribution
 
updateDistributionProperties() - Method in class com.rapidminer.tools.math.distribution.kernel.NormalKernel
 
updateDropDeniedTooltip(JComponent, String) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.AbstractPatchedTransferHandler
 
updateEditorsAndRenderers() - Method in class com.rapidminer.gui.properties.PropertyTable
 
updateEvaluation() - Method in class com.rapidminer.operator.features.construction.ExampleSetBasedPopulation
Remember the current generation's best individual and update the best individual.
updateEvaluation() - Method in class com.rapidminer.operator.features.Population
Remember the current generation's best individual and update the best individual.
updateExecutionOrder() - Method in class com.rapidminer.operator.ExecutionUnit
 
updateExecutionOrder() - Method in class com.rapidminer.operator.Operator
 
updateExecutionOrder() - Method in class com.rapidminer.operator.OperatorChain
 
updateFilechooserSelectedItems(Item, boolean) - Method in class com.rapidminer.gui.look.fc.FileList
 
updateFilter(int, int, String) - Method in class com.rapidminer.gui.viewer.FrequentItemSetsTableModel
 
updateForListView(Item) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
updateForViewAndArrange() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
updateIcon() - Method in class com.rapidminer.gui.operatortree.actions.LockTreeStructureAction
 
updateInfoHeader() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
updateItemIcon() - Method in class com.rapidminer.gui.look.fc.Item
 
updateLabel() - Method in class com.rapidminer.gui.tools.components.FixedWidthLabel
 
updateLayout() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
UpdateListPanel - Class in com.rapid_i.deployment.update.client
 
UpdateListPanel(UpdateDialog, List<PackageDescriptor>, String[]) - Constructor for class com.rapid_i.deployment.update.client.UpdateListPanel
 
UpdateManager - Class in com.rapid_i.deployment.update.client
This class manages the updates of the core and installation and updates of extensions.
UpdateManager(UpdateService) - Constructor for class com.rapid_i.deployment.update.client.UpdateManager
 
updateModel(ExampleSet) - Method in class com.rapidminer.operator.AbstractModel
This default implementation throws an UserError.
updateModel(ExampleSet) - Method in class com.rapidminer.operator.GroupedModel
Updates the model if the classifier is updatable.
updateModel(ExampleSet) - Method in class com.rapidminer.operator.learner.UpdateablePredictionModel
This implementation remaps a given exampleSet to the header set and then calls a method of the subclass to update its model.
updateModel(ExampleSet) - Method in interface com.rapidminer.operator.Model
Updates the model according to the given example set.
updateMouseOver(Point) - Method in class com.rapidminer.gui.look.ui.TabbedPaneUI
 
updateMu() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Update the mean of the weight posterior distribution (mu): mu = beta * SIGMA * PHI^t * t
updateNotify() - Method in class com.rapidminer.Process
Can be called by GUI components if visual representation or any other state not known to the process itself has changed.
updateParameters(InputPort) - Method in class com.rapidminer.gui.renderer.AbstractRenderer
This method overrides all existing parameters.
updateParameters(InputPort) - Method in interface com.rapidminer.gui.renderer.Renderer
This method overrides all existing parameters.
updatePath(File) - Method in class com.rapidminer.gui.look.fc.FileList
 
updatePlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
 
updatePlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Updates the current plot depending on the template.
updatePlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
 
updatePlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
 
updatePlotConfiguration() - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
 
updatePlotInstance(PlotInstance) - Method in class com.rapidminer.gui.new_plotter.templates.gui.PlotterTemplatePanel
This method is called each time the PlotInstance changes.
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.Abstract2DChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.AbstractPieChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.BarChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.BubbleChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.DeviationChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.DistributionPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.HistogramChart
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.HistogramColorChart
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.MultipleScatterPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.MultipleSeriesChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.ParallelPlotter2
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.SeriesChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.charts.StackedBarChartPlotter
 
updatePlotter() - Method in class com.rapidminer.gui.plotter.LabelRotatingPlotterAdapter
 
updatePlotterCombo() - Method in class com.rapidminer.gui.plotter.PlotterControlPanel
 
updateProgressListener(int) - Method in class com.rapidminer.tools.math.som.KohonenNet
 
UpdateQueue - Class in com.rapidminer.gui.tools
A queue of runnables in which only execution of the last is relevant.
UpdateQueue(String) - Constructor for class com.rapidminer.gui.tools.UpdateQueue
 
updateRecentFileList() - Method in class com.rapidminer.gui.MainFrame
Updates the list of recently used files.
updateScrollBars() - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Updates the state of the scroll bars.
updateSelectionInterval(int, boolean) - Method in class com.rapidminer.gui.look.fc.FileTable
 
updateSelectionMode(boolean) - Method in class com.rapidminer.gui.look.fc.Item
 
UPDATESERVICE_URL - Static variable in class com.rapid_i.deployment.update.client.UpdateManager
 
updateShapeProvider() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
updateSIGMA() - Method in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Update the covariance Matrix of the weight posterior distribution (SIGMA) along with its cholesky factor: SIGMA = (A + beta * PHI^t * PHI)^{-1} SIGMA_chol with SIGMA_chol * SIGMA_chol^t = SIGMA
updateSizeProvider() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
 
updateTable() - Method in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
updateTable(ExampleSet, TableName, Set<Attribute>, Logger) - Method in class com.rapidminer.tools.jdbc.DatabaseHandler
Updates a given table with the values from the given ExampleSet.
updateTableData() - Method in class com.rapidminer.gui.look.fc.FileList
 
updateTableData(int) - Method in class com.rapidminer.gui.properties.EnumerationPropertyTable
 
updateTableData(int) - Method in class com.rapidminer.gui.properties.PropertyTable
 
updateTablePanelSize() - Method in class com.rapidminer.gui.look.fc.FileList
 
updateThumbnail() - Method in class com.rapidminer.gui.look.fc.FileList
 
updateThumbnail() - Method in class com.rapidminer.gui.look.fc.Item
 
updateTitle() - Method in class com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard
 
updateTree() - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
 
updateUI() - Method in class com.rapidminer.gui.tools.table.EditableTableHeader
 
updateValueCache() - Method in class com.rapidminer.gui.new_plotter.data.DimensionConfigData
Updates the cache of ungrouped values.
updateView(String) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
updateViewType() - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
updateVirtualItemForTheme(Colors) - Static method in class com.rapidminer.gui.look.fc.Item
 
updatingChart() - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.JFreeChartPlotEngine
 
upper - Variable in class com.rapidminer.operator.generator.ClassificationFunction
 
upperBound - Variable in class com.rapidminer.operator.generator.ClusterFunction
The upper bound for the dataset.
upperBoundChanged() - Method in class com.rapidminer.gui.new_plotter.gui.groupingpanel.EquidistantFixedBinCountCardPanel
 
UpperCase - Class in com.rapidminer.tools.math.function.expressions.text
Transforms the given string to upper case characters.
UpperCase() - Constructor for class com.rapidminer.tools.math.function.expressions.text.UpperCase
 
UpSellingExampleSetGenerator - Class in com.rapidminer.operator.generator
Generates a random example set for testing purposes.
UpSellingExampleSetGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.UpSellingExampleSetGenerator
 
URL_PREFIX - Static variable in class com.rapidminer.tools.RMUrlHandler
 
URL_SAFE - Static variable in class com.rapidminer.io.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
URLExampleSource - Class in com.rapidminer.operator.io
This operator reads an example set from an URL.
URLExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.URLExampleSource
 
UsageStatistics - Class in com.rapidminer.tools.usagestats
Collects statistics about usage of operators.
UsageStatistics.StatisticsScope - Enum in com.rapidminer.tools.usagestats
Selects with which scope the statistics are collected and reported.
UsageStatsTransmissionDialog - Class in com.rapidminer.tools.usagestats
Asks the user to transmit usage statistics.
USE_ADDITIONALLY - Static variable in class com.rapidminer.operator.io.StataExampleSource
Use existing value labels for labeled values.
USE_EXCLUSIVELY - Static variable in class com.rapidminer.operator.io.StataExampleSource
Use existing value labels and set all values without labels to unknown.
USE_ROW_AS_NAMES_ACTION - Variable in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
USE_VAR_LABEL - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
Only use variable label as attribute name.
USE_VAR_LABEL - Static variable in class com.rapidminer.operator.io.StataExampleSource
Only use variable label as attribute name.
USE_VAR_LABEL_NAMED - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
Use variable label with name in parentheses as attribute name.
USE_VAR_LABEL_NAMED - Static variable in class com.rapidminer.operator.io.StataExampleSource
Use variable label with name in parentheses as attribute name.
USE_VAR_NAME - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
Only use variable name as attribute name.
USE_VAR_NAME - Static variable in class com.rapidminer.operator.io.StataExampleSource
Only use variable name as attribute name.
USE_VAR_NAME_LABELED - Static variable in class com.rapidminer.operator.io.SPSSExampleSource
Use variable name with label in parentheses as attribute name.
USE_VAR_NAME_LABELED - Static variable in class com.rapidminer.operator.io.StataExampleSource
Use variable name with label in parentheses as attribute name.
useEditorAsRenderer() - Method in class com.rapidminer.gui.dialog.AttributeWeightCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributesValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.AttributeValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.ColorValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurableValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.ConfigurationWizardValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseConnectionValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.DatabaseTableValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.DateFormatValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.DefaultPropertyValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.EnumerationValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.ExpressionValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.FileValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.InnerOperatorValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.ListValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.MatrixValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.OperatorValueValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.ParameterTupelCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.PreviewValueCellEditor
 
useEditorAsRenderer() - Method in interface com.rapidminer.gui.properties.celleditors.value.PropertyValueCellEditor
Returns true if this editor should also be used as renderer.
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.RegexpValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.RepositoryLocationValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.SQLQueryValueCellEditor
 
useEditorAsRenderer() - Method in class com.rapidminer.gui.properties.celleditors.value.TextValueCellEditor
 
useKeyMoves(String, boolean) - Method in class com.rapidminer.gui.look.fc.ItemPanel
 
useNext() - Method in class com.rapidminer.operator.preprocessing.sampling.sequences.AbsoluteSamplingSequenceGenerator
 
useNext() - Method in class com.rapidminer.operator.preprocessing.sampling.sequences.ProbabilitySamplingSequenceGenerator
 
useNext() - Method in class com.rapidminer.operator.preprocessing.sampling.sequences.SamplingSequenceGenerator
This method has to be overridden.
usePrePruning - Variable in class com.rapidminer.operator.learner.tree.TreeBuilder
 
useProcessFile(Process) - Static method in class com.rapidminer.gui.RapidMinerGUI
 
useQuotes() - Method in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv.ParseFileWizardStep
 
user - Variable in class com.rapidminer.tools.jdbc.connection.ConnectionEntry
 
USER_CRITERIA_NAMES - Static variable in class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
The names of allowed user criteria.
USER_DEFINED - Static variable in class com.rapidminer.gui.templates.BuildingBlock
 
USER_DEFINED - Static variable in class com.rapidminer.gui.templates.Template
 
UserBasedDiscretization - Class in com.rapidminer.operator.preprocessing.discretization
This operator discretizes a numerical attribute to either a nominal or an ordinal attribute.
UserBasedDiscretization(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.discretization.UserBasedDiscretization
 
UserBasedPerformanceEvaluator - 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.
UserBasedPerformanceEvaluator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.UserBasedPerformanceEvaluator
 
UserCredential - Class in com.rapidminer.gui.security
The user credentials stored in a Wallet.
UserCredential(String, String, char[]) - Constructor for class com.rapidminer.gui.security.UserCredential
 
UserError - Exception in com.rapidminer.operator
Exception class whose instances are thrown due to a user error, for example missing files or wrong operator architecture.
UserError(Operator, Throwable, int, Object...) - Constructor for exception com.rapidminer.operator.UserError
Creates a new UserError.
UserError(Operator, Throwable, int) - Constructor for exception com.rapidminer.operator.UserError
Convenience constructor for messages with no arguments and cause.
UserError(Operator, int, Object...) - Constructor for exception com.rapidminer.operator.UserError
 
UserError(Operator, int) - Constructor for exception com.rapidminer.operator.UserError
Convenience constructor for messages with no arguments.
UserError(Operator, Throwable, String, Object...) - Constructor for exception com.rapidminer.operator.UserError
 
UserError(Operator, Throwable, String) - Constructor for exception com.rapidminer.operator.UserError
Convenience constructor for messages with no arguments and cause.
UserError(Operator, String, Object...) - Constructor for exception com.rapidminer.operator.UserError
 
UserError(Operator, String) - Constructor for exception com.rapidminer.operator.UserError
Convenience constructor for messages with no arguments.
UseRowAsAttributeNames - Class in com.rapidminer.operator.preprocessing
This operators uses the values of the specified row of the data set as new attribute names (including both regular and special columns).
UseRowAsAttributeNames(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
useRowAsNames() - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
useRowAsNames(int) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
UseRowAsNamesAction - Class in com.rapidminer.gui.attributeeditor.actions
Start the corresponding action.
UseRowAsNamesAction(AttributeEditor) - Constructor for class com.rapidminer.gui.attributeeditor.actions.UseRowAsNamesAction
 
UserSpecificationDataGenerator - Class in com.rapidminer.operator.generator
This operator produces an ExampleSet containing only one example whose Attribute values are derived from a user specified list.
UserSpecificationDataGenerator(OperatorDescription) - Constructor for class com.rapidminer.operator.generator.UserSpecificationDataGenerator
 
useSeriesFormatForDimension(PlotConfiguration, DimensionConfig.PlotDimension) - Method in class com.rapidminer.gui.new_plotter.configuration.ValueSource
 
useSeriesFormatFromDimensionConfig(DimensionConfig, DimensionConfig) - Static method in class com.rapidminer.gui.new_plotter.configuration.SeriesFormat
Returns true iff the attribute XYZ to which the dimension refers (e.g. color for Color dimension, shape for Shape dimension) is to be calculated individually for each series of a value source using the XYZProvider of dimensionConfig.
usesIntercept() - Method in class com.rapidminer.operator.learner.functions.LinearRegressionModel
 
Util - Class in com.rapidminer.test_utils
 
Util() - Constructor for class com.rapidminer.test_utils.Util
 
utility(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Accuracy
Calculates the utility for the given number of examples,positive examples and hypothesis
utility(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Binomial
Calculates the utility for the given number of examples,positive examples and hypothesis
utility(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Coverage
Calculates the utility for the given number of examples,positive examples and hypothesis.
utility(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Linear
Calculates the utility for the given number of examples,positive examples and hypothesis.
utility(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Squared
Calculates the utility for the given number of examples,positive examples and hypothesis.
Utility - Interface in com.rapidminer.operator.learner.igss.utility
Interface for all utility functions.
utility(double, double, Hypothesis) - Method in interface com.rapidminer.operator.learner.igss.utility.Utility
Calculates the utility for the given number of examples,positive examples and hypothesis
utility(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.WRAcc
Calculates the utility for the given number of examples,positive examples and hypothesis.
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Accuracy
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Bias
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Binomial
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Coverage
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Lift
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Odds
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.OddsRatio
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Precision
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.Squared
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
utility(Rule) - Method in class com.rapidminer.operator.learner.subgroups.utility.WRAcc
 
UTILITY_TYPES - Static variable in interface com.rapidminer.operator.learner.igss.utility.Utility
 
UtilityFunction - Class in com.rapidminer.operator.learner.subgroups.utility
This is the abstract superclass for all utility functions for calculating the utility of rules.
UtilityFunction(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 

V

validate(Process, boolean) - Method in class com.rapidminer.gui.MetaDataUpdateQueue
Enqueues a tasks to validate the given process.
VALIDATE_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
VALIDATE_AUTOMATICALLY_ACTION - Variable in class com.rapidminer.gui.MainFrame
 
ValidateAutomaticallyAction - Class in com.rapidminer.gui.actions
Determines whether the process setup is validated automatically on any update.
ValidateAutomaticallyAction() - Constructor for class com.rapidminer.gui.actions.ValidateAutomaticallyAction
 
validateCurrentStep(int, int) - Method in class com.rapidminer.gui.wizards.AbstractConfigurationWizard
The default implementation returns true.
validateCurrentStep(int, int) - Method in class com.rapidminer.gui.wizards.ExampleSourceConfigurationWizard
The default implementation returns true.
validateProcess(boolean) - Method in class com.rapidminer.gui.MainFrame
 
validateProcess() - Method in class com.rapidminer.gui.processeditor.XMLEditor
 
ValidateProcessAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
ValidateProcessAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.ValidateProcessAction
 
validationButtonsPanel - Variable in class com.rapidminer.gui.tools.dialogs.wizards.dataimport.MetaDataDeclerationWizardStep
 
ValidationChain - Class in com.rapidminer.operator.validation
Abstract superclass of operator chains that split an ExampleSet into a training and test set and return a performance vector.
ValidationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.ValidationChain
 
VALUE - Static variable in class com.rapidminer.gui.tools.syntax.PropsTokenMarker
 
Value - Class in com.rapidminer.operator
A value contains a key and a description.
Value(String, String) - Constructor for class com.rapidminer.operator.Value
Creates a new Value object with the given key as name and the given description.
Value(String, String, boolean) - Constructor for class com.rapidminer.operator.Value
Creates a new Value object.
VALUE_ATTRIBUTE - Static variable in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
 
VALUE_CELL_EDITOR_HEIGHT - Static variable in class com.rapidminer.gui.properties.PropertyPanel
 
VALUE_DESCRIPTION - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
VALUE_ITEM - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
VALUE_LIST - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
VALUE_MATRIX - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_MATRIX_END - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_MATRIX_ROW_START - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_MATRIX_START - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_MODE_CONTINUOUS - Static variable in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Means that the parameter iteration scheme can only handle intervals of numerical values.
VALUE_MODE_DISCRETE - Static variable in class com.rapidminer.operator.meta.ParameterIteratingOperatorChain
Means that the parameter iteration scheme can only handle discrete parameter values (i.e. lists or numerical grids).
VALUE_NAME - Static variable in class com.rapidminer.doc.AbstractOperatorDocGenerator
 
VALUE_OPTION_ABOVE_P - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
VALUE_OPTION_ALL - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
VALUE_OPTIONS - Static variable in class com.rapidminer.operator.meta.ValueSubgroupIteration
 
VALUE_SERIES - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_SERIES_END - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_SERIES_START - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_SOURCE_FLAVOR - Static variable in class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
VALUE_TYPE - Static variable in class com.rapidminer.gui.viewer.MetaDataViewerTableModel
 
VALUE_TYPE - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_TYPE_NAMES - Static variable in class com.rapidminer.tools.Ontology
 
VALUE_TYPE_PARAMETER - Static variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
 
VALUE_TYPES - Static variable in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
valueChanged(ListSelectionEvent) - Method in class com.rapidminer.gui.dialog.IndividualSelector
 
valueChanged(ListSelectionEvent) - Method in class com.rapidminer.gui.graphs.ClusterModelObjectViewer
 
valueChanged(ListSelectionEvent) - Method in class com.rapidminer.gui.look.fc.BookmarkList
 
valueChanged(ListSelectionEvent) - Method in class com.rapidminer.gui.look.fc.FileChooserUI
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.AbstractTreeSelectionDependentPanel
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.dnd.DataTableColumnDropTextFieldTransferHandler
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.GroupingConfigurationPanel
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.new_plotter.gui.RangeAxisConfigPanel
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.operatortree.OperatorTree
This method will be invoked after a user selection of an operator in the tree.
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.processeditor.NewOperatorEditor
 
valueChanged(String) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTree
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.tools.ExtendedCheckTreeMouseSelectionManager
 
valueChanged(String) - Method in class com.rapidminer.gui.tools.FilterableListModel
 
valueChanged(String) - Method in interface com.rapidminer.gui.tools.FilterListener
 
valueChanged(TreeSelectionEvent) - Method in class com.rapidminer.gui.viewer.ClusterTreeVisualization
 
ValueDouble - Class in com.rapidminer.operator
The super class for loggable double values.
ValueDouble(String, String) - Constructor for class com.rapidminer.operator.ValueDouble
Creates a new Value object with the given key as name and the given description.
ValueDouble(String, String, boolean) - Constructor for class com.rapidminer.operator.ValueDouble
Creates a new Value object.
valueForPathChanged(TreePath, Object) - Method in class com.rapidminer.gui.operatortree.ProcessTreeModel
 
valueForPathChanged(TreePath, Object) - Method in class com.rapidminer.gui.processeditor.NewOperatorGroupTreeModel
Will be invoked after editing changes of nodes.
valueForPathChanged(TreePath, Object) - Method in class com.rapidminer.gui.viewer.collection.CollectionTreeModel
 
valueForPathChanged(TreePath, Object) - Method in class com.rapidminer.operator.nio.xml.XMLTreeModel
 
valueForPathChanged(TreePath, Object) - Method in class com.rapidminer.repository.gui.process.RemoteProcessesTreeModel
 
valueForPathChanged(TreePath, Object) - Method in class com.rapidminer.repository.gui.RepositoryTreeModel
 
ValueGrouping - Interface in com.rapidminer.gui.new_plotter.configuration
Groups values by predefined criteria, e.g. binning of a numerical value source.
ValueGrouping.GroupingType - Enum in com.rapidminer.gui.new_plotter.configuration
 
ValueGrouping.ValueGroupingFactory - Class in com.rapidminer.gui.new_plotter.configuration
 
ValueGrouping.ValueGroupingFactory() - Constructor for class com.rapidminer.gui.new_plotter.configuration.ValueGrouping.ValueGroupingFactory
 
valueGroupingChanged(ValueGroupingChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
valueGroupingChanged(ValueGroupingChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.ValueGroupingListener
 
ValueGroupingChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
ValueGroupingChangeEvent(ValueGrouping) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
ValueGroupingChangeEvent(ValueGrouping, Integer) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
ValueGroupingChangeEvent(ValueGrouping, DataTableColumn) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
ValueGroupingChangeEvent(ValueGrouping, Boolean) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
ValueGroupingChangeEvent(ValueGrouping, DateFormat) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent
 
ValueGroupingChangeEvent.ValueGroupingChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
ValueGroupingListener - Interface in com.rapidminer.gui.new_plotter.listener
 
ValueInterface - Interface in com.rapidminer.operator
The interface for values which can logged and plotted during process definitions.
ValueIteration - Class in com.rapidminer.operator.meta
In each iteration step, this meta operator executes its inner process to the input example set.
ValueIteration(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ValueIteration
 
ValueMappingDataTableRow - Class in com.rapidminer.datatable
 
ValueMappingDataTableRow(DataTableRow, ValueMappingDataTableView) - Constructor for class com.rapidminer.datatable.ValueMappingDataTableRow
 
ValueMappingDataTableView - Class in com.rapidminer.datatable
A view on a parent DataTable which maps values from the parent table to other values.
ValueMappingDataTableView(DataTable) - Constructor for class com.rapidminer.datatable.ValueMappingDataTableView
 
ValueMappingDataTableView.MappedDataTableListener - Interface in com.rapidminer.datatable
 
valueOf(String) - Static method in enum com.rapidminer.datatable.FilteredDataTable.ConditionCombination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.dnd.OperatorTreeTransferHandler.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.DataTableColumn.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.DimensionConfig.PlotDimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.DomainConfigManager.GroupingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.DomainConfigManager.Sorting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent.AxisParallelLineConfigurationsChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.LegendConfiguration.LegendPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.LineFormat.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.FillStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.IndicatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.ItemShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.StackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.VisualizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.ValueGrouping.GroupingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.configuration.ValueSource.SeriesUsageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel.DatasetTransformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.gui.popup.PopupAction.PopupPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ConfigurationChangeEvent.ConfigurationChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent.DimensionConfigChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent.LegendConfigurationChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent.PlotConfigurationChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent.RangeAxisConfigChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent.SeriesFormatChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent.ValueGroupingChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent.ValueRangeChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent.ValueSourceChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.templates.TemplateChooser.StyleProviderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.utility.SortProvider.SortCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.new_plotter.utility.SortProvider.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard.WizardStepDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.gui.tools.IconSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.DebugMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.nio.model.DataResultSet.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.nio.model.ParsingError.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.OperatorCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ports.metadata.CompatibilityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ports.metadata.MDNumber.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ports.metadata.MetaDataInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ports.metadata.SetRelation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ports.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition.ScanResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.ProcessSetupError.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.tools.ExampleSetToStream.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.operator.tools.SerializationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.parameter.TextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.RapidMiner.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.RapidMiner.ExitMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.repository.AccessFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.repository.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.repository.remote.RemoteRepository.EntryStreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.repository.remote.RMContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.repository.RemoteProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction.AggregationFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.tools.math.function.UnknownValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.tools.math.optimization.ec.es.OptimizationValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.tools.math.ROCBias
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.tools.usagestats.OperatorStatisticsValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rapidminer.tools.usagestats.UsageStatistics.StatisticsScope
Returns the enum constant of this type with the specified name.
ValueRange - Interface in com.rapidminer.gui.new_plotter.utility
Interface for value ranges.
valueRangeChanged(ValueRangeChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.DefaultDimensionConfig
 
valueRangeChanged(ValueRangeChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
valueRangeChanged(ValueRangeChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.ValueRangeListener
 
ValueRangeChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
ValueRangeChangeEvent(ValueRange, ValueRangeChangeEvent.ValueRangeChangeType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
Allowed ValueRangeChangeEvent.ValueRangeChangeTypes are RESET or ABOUT_TO_CHANGE_AUTORANGE
ValueRangeChangeEvent(ValueRange, ValueRangeChangeEvent.ValueRangeChangeType, Double) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
Allowed ValueRangeChangeEvent.ValueRangeChangeTypes are UPPER_BOUND or LOWER_BOUND
ValueRangeChangeEvent(ValueRange, ValueRangeChangeEvent.ValueRangeChangeType, boolean) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent
 
ValueRangeChangeEvent.ValueRangeChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
ValueRangeListener - Interface in com.rapidminer.gui.new_plotter.listener
 
ValueReplenishment - Class in com.rapidminer.operator.preprocessing.filter
Abstract superclass for all operators that replenish values, e.g. nan or infinite values.
ValueReplenishment(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.filter.ValueReplenishment
 
ValueReplenishmentModel - Class in com.rapidminer.operator.preprocessing.filter
This class provides the preprocessing model for all value replacing operators.
ValueReplenishmentModel(ExampleSet, double, HashMap<String, Double>, HashMap<String, String>) - Constructor for class com.rapidminer.operator.preprocessing.filter.ValueReplenishmentModel
 
values() - Static method in enum com.rapidminer.datatable.FilteredDataTable.ConditionCombination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.rapidminer.example.Example
 
values() - Static method in enum com.rapidminer.gui.dnd.OperatorTreeTransferHandler.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.DataTableColumn.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.DimensionConfig.PlotDimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.DomainConfigManager.GroupingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.DomainConfigManager.Sorting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.event.AxisParallelLinesConfigurationChangeEvent.AxisParallelLineConfigurationsChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.LegendConfiguration.LegendPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.LineFormat.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.FillStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.IndicatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.ItemShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.StackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.SeriesFormat.VisualizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.ValueGrouping.GroupingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.configuration.ValueSource.SeriesUsageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.listener.LinkAndBrushSelection.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.gui.AbstractConfigurationPanel.DatasetTransformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.gui.popup.PopupAction.PopupPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ConfigurationChangeEvent.ConfigurationChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.DimensionConfigChangeEvent.DimensionConfigChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.LegendConfigurationChangeEvent.LegendConfigurationChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.PlotConfigurationChangeEvent.PlotConfigurationChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.RangeAxisConfigChangeEvent.RangeAxisConfigChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.SeriesFormatChangeEvent.SeriesFormatChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ValueGroupingChangeEvent.ValueGroupingChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ValueRangeChangeEvent.ValueRangeChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent.ValueSourceChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.templates.TemplateChooser.StyleProviderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.utility.SortProvider.SortCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.new_plotter.utility.SortProvider.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.tools.dialogs.wizards.AbstractWizard.WizardStepDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.gui.tools.IconSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.rapidminer.operator.Annotations
 
values() - Static method in enum com.rapidminer.operator.DebugMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.rapidminer.operator.meta.GridSearchParameterOptimizationOperator
 
values() - Static method in enum com.rapidminer.operator.nio.model.DataResultSet.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.nio.model.ParsingError.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.OperatorCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ports.metadata.CompatibilityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ports.metadata.MDNumber.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ports.metadata.MetaDataInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ports.metadata.SetRelation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ports.Multiplicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition.ScanResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.ProcessSetupError.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.tools.ExampleSetToStream.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.operator.tools.SerializationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.parameter.TextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.RapidMiner.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.RapidMiner.ExitMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.repository.AccessFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.repository.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.repository.remote.RemoteRepository.EntryStreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.repository.remote.RMContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.repository.RemoteProcessState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction.AggregationFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.tools.math.function.UnknownValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.tools.math.optimization.ec.es.OptimizationValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.tools.math.ROCBias
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.tools.usagestats.OperatorStatisticsValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rapidminer.tools.usagestats.UsageStatistics.StatisticsScope
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_ASCENDING - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
VALUES_DESCENDING - Static variable in class com.rapidminer.gui.plotter.charts.ParetoChartPlotter
 
valueSet - Variable in class com.rapidminer.operator.io.AbstractDataReader.AttributeColumn
The valueSet of this attribute, in case it is (bi)nominal.
ValueSet - Class in com.rapidminer.tools.container
This class represents a set of (weighted) double values.
ValueSet() - Constructor for class com.rapidminer.tools.container.ValueSet
 
ValueSource - Class in com.rapidminer.gui.new_plotter.configuration
A source for actual plot values.
ValueSource(PlotConfiguration, DataTableColumn, AbstractAggregationFunction.AggregationFunctionType, boolean) - Constructor for class com.rapidminer.gui.new_plotter.configuration.ValueSource
Constructor for a default value source.
ValueSource.SeriesUsageType - Enum in com.rapidminer.gui.new_plotter.configuration
 
valueSourceChanged(ValueSourceChangeEvent) - Method in class com.rapidminer.gui.new_plotter.configuration.RangeAxisConfig
 
valueSourceChanged(ValueSourceChangeEvent, ValueSource) - Method in class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
valueSourceChanged(ValueSourceChangeEvent) - Method in interface com.rapidminer.gui.new_plotter.listener.ValueSourceListener
 
ValueSourceChangeEvent - Class in com.rapidminer.gui.new_plotter.listener.events
 
ValueSourceChangeEvent(ValueSource, DataTableColumn, ValueSource.SeriesUsageType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
ValueSourceChangeEvent(ValueSource, AbstractAggregationFunction.AggregationFunctionType, ValueSource.SeriesUsageType) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
ValueSourceChangeEvent(ValueSource, ValueSourceChangeEvent.ValueSourceChangeType, Boolean) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
ValueSourceChangeEvent(ValueSource, String) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
ValueSourceChangeEvent(ValueSource, SeriesFormatChangeEvent) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
ValueSourceChangeEvent(ValueSource, AggregationWindowing) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
 
ValueSourceChangeEvent(ValueSource) - Constructor for class com.rapidminer.gui.new_plotter.listener.events.ValueSourceChangeEvent
Creates an Event with ValueSourceChangeEvent.ValueSourceChangeType UPDATED
ValueSourceChangeEvent.ValueSourceChangeType - Enum in com.rapidminer.gui.new_plotter.listener.events
 
ValueSourceConfigurationPanel - Class in com.rapidminer.gui.new_plotter.gui
 
ValueSourceConfigurationPanel(boolean, JTree, DataTableColumnListTransferHandler, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.ValueSourceConfigurationPanel
 
ValueSourceData - Class in com.rapidminer.gui.new_plotter.data
 
ValueSourceData(ValueSource, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.data.ValueSourceData
 
ValueSourceListener - Interface in com.rapidminer.gui.new_plotter.listener
 
ValueSourceToMultiValueCategoryDatasetAdapter - Class in com.rapidminer.gui.new_plotter.engine.jfreechart.dataset
An adapter which wraps a value source inside a MultiValueCategoryDataset.
ValueSourceToMultiValueCategoryDatasetAdapter(ValueSourceData, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.engine.jfreechart.dataset.ValueSourceToMultiValueCategoryDatasetAdapter
 
ValueSourceTreeNode - Class in com.rapidminer.gui.new_plotter.gui.treenodes
 
ValueSourceTreeNode(ValueSource) - Constructor for class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
ValueSourceTreeNode(ValueSourceTreeNode) - Constructor for class com.rapidminer.gui.new_plotter.gui.treenodes.ValueSourceTreeNode
 
ValueString - Class in com.rapidminer.operator
The super class for loggable String values.
ValueString(String, String) - Constructor for class com.rapidminer.operator.ValueString
Creates a new Value object with the given key as name and the given description.
ValueString(String, String, boolean) - Constructor for class com.rapidminer.operator.ValueString
Creates a new Value object.
ValueSubgroupIteration - Class in com.rapidminer.operator.meta
In each iteration step, this meta operator applies its inner operators to a subset of the input example set.
ValueSubgroupIteration(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ValueSubgroupIteration
 
ValueTypeAttributeFilter - Class in com.rapidminer.operator.preprocessing.filter.attributes
 
ValueTypeAttributeFilter() - Constructor for class com.rapidminer.operator.preprocessing.filter.attributes.ValueTypeAttributeFilter
 
VARIANCE - Static variable in interface com.rapidminer.example.Statistics
 
variance(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Accuracy
Calculates the empirical variance.
variance(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.Coverage
Calculates the empirical variance.
variance(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.InstanceAveraging
Calculates the empirical variance.
variance(double, double, Hypothesis) - Method in class com.rapidminer.operator.learner.igss.utility.WRAcc
Calculates the empirical variance.
VARIANCE - Static variable in class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
 
variance(double[], double) - Static method in class com.rapidminer.tools.math.MathFunctions
 
VARIANCE_WEIGHTED - Static variable in interface com.rapidminer.example.Statistics
 
VarianceAdaption - Class in com.rapidminer.operator.features.weighting
Implements the 1/5-Rule for dynamic parameter adaption of the variance of a WeightingMutation.
VarianceAdaption(WeightingMutation, int) - Constructor for class com.rapidminer.operator.features.weighting.VarianceAdaption
The interval size should be as big as the changeable components, i.e. the number of attributes.
VarianceAdaption - Class in com.rapidminer.tools.math.optimization.ec.es
Implements the 1/5-Rule for dynamic parameter adaption of the variance of a GaussianMutation.
VarianceAdaption(GaussianMutation, int, LoggingHandler) - Constructor for class com.rapidminer.tools.math.optimization.ec.es.VarianceAdaption
The interval size should be as big as the changeable components, i.e. the number of examples (alphas).
VarianceAggregationFunction - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This class implements the Variance Aggregation function.
VarianceAggregationFunction(Attribute, boolean, boolean) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregationFunction
 
VarianceAggregationFunction(Attribute, boolean, boolean, String, String, String) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregationFunction
 
VarianceAggregator - Class in com.rapidminer.operator.preprocessing.transformation.aggregation
This is an Aggregator for the VarianceAggregationFunction
VarianceAggregator(AggregationFunction) - Constructor for class com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregator
 
VarianceFunction - Class in com.rapidminer.tools.math.function.aggregation
Calculates the variance.
VarianceFunction() - Constructor for class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
VarianceFunction(Boolean) - Constructor for class com.rapidminer.tools.math.function.aggregation.VarianceFunction
 
vectorAddition(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
vectorDivision(double[], double) - Static method in class com.rapidminer.tools.math.VectorMath
 
VectorLinearRegression - Class in com.rapidminer.operator.learner.functions
This operator performs a vector linear regression.
VectorLinearRegression(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.functions.VectorLinearRegression
 
VectorMath - Class in com.rapidminer.tools.math
This class provides basic operations on vectors like subtraction, multiply and division.
VectorMath() - Constructor for class com.rapidminer.tools.math.VectorMath
 
vectorMultiplication(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
vectorMultiplication(double[], double) - Static method in class com.rapidminer.tools.math.VectorMath
 
vectorNorm(double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
VectorRegressionModel - Class in com.rapidminer.operator.learner.functions
The model for vector linear regression.
VectorRegressionModel(ExampleSet, String[], Matrix, boolean) - Constructor for class com.rapidminer.operator.learner.functions.VectorRegressionModel
 
vectorSubtraction(Example, double[]) - Method in class com.rapidminer.tools.math.similarity.BregmanDivergence
 
vectorSubtraction(double[], double[]) - Static method in class com.rapidminer.tools.math.VectorMath
 
VERSION_1 - Static variable in class com.rapidminer.operator.tools.ExampleSetToStream
Original version, used for RapidMiner beta 5
VERSION_2 - Static variable in class com.rapidminer.operator.tools.ExampleSetToStream
Fixes a problem with long strings in DataOutput.writeUTF() which restricts the length to 65k bytes.
VERSION_3 - Static variable in class com.rapidminer.operator.tools.ExampleSetToStream
Adds support for Annotations Used since revision 7430.
VERSION_BEFORE_ROUND_ON_INTEGER_ATTRIBUTES - Static variable in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishment
 
VERSION_DETERMINISTIC_RANDOM_NUMBERS - Static variable in class com.rapidminer.operator.features.selection.RemoveCorrelatedFeatures
 
VERSION_OUT_OF_DATE - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
VERSION_RM_3 - Static variable in class com.rapidminer.io.process.XMLImporter
 
VERSION_RM_4 - Static variable in class com.rapidminer.io.process.XMLImporter
 
VERSION_RM_5 - Static variable in class com.rapidminer.io.process.XMLImporter
 
VERSION_SAMPLING_CHANGED - Static variable in class com.rapidminer.example.set.SplittedExampleSet
 
VERSION_SWAPPED_INPUT_PORTS - Static variable in class com.rapidminer.operator.preprocessing.join.AbstractExampleSetJoin
 
VersionNumber - Class in com.rapidminer.gui.tools
Contains information about the different parts of a version number.
VersionNumber(String) - Constructor for class com.rapidminer.gui.tools.VersionNumber
 
VersionNumber(int, int) - Constructor for class com.rapidminer.gui.tools.VersionNumber
 
VersionNumber(int, int, int) - Constructor for class com.rapidminer.gui.tools.VersionNumber
 
VersionNumber(int, int, int, boolean, int, boolean, int) - Constructor for class com.rapidminer.gui.tools.VersionNumber
 
VERTEX_BOLD_FONT - Static variable in class com.rapidminer.gui.graphs.GraphViewer
 
VERTEX_PLAIN_FONT - Static variable in class com.rapidminer.gui.graphs.GraphViewer
 
vertexHit(RenderContext<V, E>, Shape) - Method in class com.rapidminer.gui.graphs.TreeModelNodeRenderer
 
vertical - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
VERY_DARK_BLUE - Static variable in class com.rapidminer.gui.tools.SwingTools
Some color constants for Java Look and Feel.
VIEW_ALL - Static variable in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
VIEW_ATTRIBUTE_INDEX - Static variable in interface com.rapidminer.example.Attribute
Used to identify view attributes
VIEW_FILE - Static variable in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
VIEW_MODES - Static variable in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
VIEW_PROCESS - Static variable in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
VIEW_SELECTED - Static variable in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
VIEW_UPDATED - Static variable in class com.rapidminer.gui.dialog.AttributeWeightsTableModel
 
ViewAttribute - Class in com.rapidminer.example.table
A view attribute is based on a ViewModel (Preprocessing Model) and applies the model on the fly.
ViewAttribute(ViewAttribute) - Constructor for class com.rapidminer.example.table.ViewAttribute
 
ViewAttribute(ViewModel, Attribute, String, int, NominalMapping) - Constructor for class com.rapidminer.example.table.ViewAttribute
 
ViewModel - Interface in com.rapidminer.operator
The view model is typically used for preprocessing models.
ViewToolBar - Class in com.rapidminer.gui.tools
This toolbar extension is not floatable and activate the hover effect.
ViewToolBar() - Constructor for class com.rapidminer.gui.tools.ViewToolBar
 
ViewToolBar(int) - Constructor for class com.rapidminer.gui.tools.ViewToolBar
 
viewType - Variable in class com.rapidminer.gui.look.fc.FileChooserUI
 
visibleItemsList - Variable in class com.rapidminer.gui.look.fc.FileList
 
visibleLines - Variable in class com.rapidminer.gui.tools.syntax.JEditTextArea
 
visit(T) - Method in interface com.rapidminer.repository.RepositoryVisitor
 
visit(T) - Method in interface com.rapidminer.tools.patterns.Visitor
 
Visitor<T> - Interface in com.rapidminer.tools.patterns
Interface for the visitor pattern.
vlDockingHighlight - Static variable in class com.rapidminer.gui.look.Colors
 
vlDockingShadow - Static variable in class com.rapidminer.gui.look.Colors
 
Vote - 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.
Vote(OperatorDescription) - Constructor for class com.rapidminer.operator.learner.meta.Vote
 

W

waitForEOL(StreamTokenizer) - Static method in class com.rapidminer.tools.Tools
Skips all tokens before next end of line (EOL).
waitForProcess(Operator, Process, String) - Static method in class com.rapidminer.tools.Tools
Waits for process to die and writes log messages.
walk(Visitor<Operator>) - Method in class com.rapidminer.operator.Operator
Visitor pattern visiting all operators in subprocesses and the operator itself.
walk(Visitor<Operator>) - Method in class com.rapidminer.operator.OperatorChain
 
walk(Entry, RepositoryVisitor<T>, Class<T>) - Method in class com.rapidminer.repository.RepositoryManager
Visitor pattern for repositories.
Wallet - Class in com.rapidminer.gui.security
The Wallet stores user credentials (username and passwords).
Wallet() - Constructor for class com.rapidminer.gui.security.Wallet
 
warning(SAXParseException) - Method in class com.rapidminer.io.process.XMLErrorHandler
 
WARNING - Static variable in class com.rapidminer.tools.LogService
Use this log verbosity for logging of warnings.
WARNING_ICON - Static variable in class com.rapidminer.gui.dialog.OperatorInfoPanel
 
wasConfirmed - Variable in class com.rapidminer.gui.tools.dialogs.ButtonDialog
 
wasConfirmed() - Method in class com.rapidminer.gui.tools.dialogs.ButtonDialog
Returns true iff the user pressed the generated ok button.
WebServiceTools - Class in com.rapidminer.tools
 
WebServiceTools() - Constructor for class com.rapidminer.tools.WebServiceTools
 
WEEK - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
WEEK_MS - Static variable in class com.rapidminer.tools.TimeFormat
 
WEEK_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
WEEK_RELATIVE_TO_MONTH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
WEEK_RELATIVE_TO_YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
weight - Variable in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
WEIGHT_BORDER_WIDTH - Static variable in class com.rapidminer.gui.plotter.PlotterAdapter
 
WEIGHT_NAME - Static variable in interface com.rapidminer.example.Attributes
The name of the special attribute weight (example weights).
WEIGHT_PLOTTER_SELECTION - Static variable in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
weightAttribute - Variable in class com.rapidminer.operator.learner.rules.AbstractCriterion
 
weightAttribute - Variable in class com.rapidminer.operator.learner.tree.criterions.AbstractCriterion
 
WeightBasedSymbolAxis - Class in com.rapidminer.gui.plotter.charts
This symbol axis draws a yellowisch background according to the axis weight.
WeightBasedSymbolAxis(String, String[], double[]) - Constructor for class com.rapidminer.gui.plotter.charts.WeightBasedSymbolAxis
 
WEIGHTED_PRECISION - Static variable in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Indicates classification error.
WEIGHTED_RECALL - Static variable in class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Indicates accuracy.
WeightedBootstrapping - Class in com.rapidminer.operator.preprocessing.sampling
This operator constructs a bootstrapped sample from the given example set which must provide a weight attribute.
WeightedBootstrapping(OperatorDescription) - Constructor for class com.rapidminer.operator.preprocessing.sampling.WeightedBootstrapping
 
WeightedBootstrappingValidation - 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.
WeightedBootstrappingValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.WeightedBootstrappingValidation
 
WeightedConfidenceAndLabel - Class in com.rapidminer.tools.math
Helper class for finding thresholds for cost sensitive learning or calculating the AUC performance criterion.
WeightedConfidenceAndLabel(double, double, double) - Constructor for class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
WeightedConfidenceAndLabel(double, double, double, double) - Constructor for class com.rapidminer.tools.math.WeightedConfidenceAndLabel
 
WeightedConfidenceAndLabel.WCALComparator - Class in com.rapidminer.tools.math
 
WeightedConfidenceAndLabel.WCALComparator(ROCBias) - Constructor for class com.rapidminer.tools.math.WeightedConfidenceAndLabel.WCALComparator
 
WeightedMultiClassPerformance - Class in com.rapidminer.operator.performance
Measures the weighted mean of all per class recalls or per class precisions based on the weights defined in the performance evaluator.
WeightedMultiClassPerformance() - Constructor for class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Creates a WeightedMultiClassPerformance with undefined type.
WeightedMultiClassPerformance(int) - Constructor for class com.rapidminer.operator.performance.WeightedMultiClassPerformance
Creates a WeightedMultiClassPerformance with the given type.
WeightedMultiClassPerformance(WeightedMultiClassPerformance) - Constructor for class com.rapidminer.operator.performance.WeightedMultiClassPerformance
 
WeightedMultiClassPerformanceRenderer - Class in com.rapidminer.gui.renderer.performance
 
WeightedMultiClassPerformanceRenderer() - Constructor for class com.rapidminer.gui.renderer.performance.WeightedMultiClassPerformanceRenderer
 
WeightedNumericalStatistics - Class in com.rapidminer.example
Attribute statistics object for weighted numerical attributes.
WeightedNumericalStatistics() - Constructor for class com.rapidminer.example.WeightedNumericalStatistics
 
WeightedObject<E> - Class in com.rapidminer.tools
Class used to represent an object together with a double weight.
WeightedObject(E, double) - Constructor for class com.rapidminer.tools.WeightedObject
 
WeightedPerformanceCreator - Class in com.rapidminer.operator.performance
Returns a performance vector containing the weighted fitness value of the input criteria.
WeightedPerformanceCreator(OperatorDescription) - Constructor for class com.rapidminer.operator.performance.WeightedPerformanceCreator
 
WeightedPerformanceMeasures - Class in com.rapidminer.operator.learner.meta
This private class cares about weighted performance measures as used by the BayesianBoosting algorithm and the similarly working ModelBasedSampling operator.
WeightedPerformanceMeasures(ExampleSet) - Constructor for class com.rapidminer.operator.learner.meta.WeightedPerformanceMeasures
Constructor.
weightedValuesIterator() - Method in class com.rapidminer.tools.container.ValueSet
Returns an iterator over entries each consisting of a value and its weight.
WeightGuidedSelectionOperator - Class in com.rapidminer.operator.features.selection
This operator uses input attribute weights to determine the order of features added to the feature set starting with the feature set containing only the feature with highest weight.
WeightGuidedSelectionOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.features.selection.WeightGuidedSelectionOperator
 
WeightIndex - Class in com.rapidminer.gui.plotter
The weight index is used by several plotters to keep track of weights for specific data table indices.
WeightIndex(int, double) - Constructor for class com.rapidminer.gui.plotter.WeightIndex
 
WeightingMutation - Class in com.rapidminer.operator.features.weighting
Changes the weight for all attributes by multiplying them with a gaussian distribution.
WeightingMutation(double, boolean, boolean[], double, Random) - Constructor for class com.rapidminer.operator.features.weighting.WeightingMutation
 
WeightVector - Class in com.rapidminer.operator.features.transformation
This class holds information about one eigenvector and eigenvalue.
WeightVector(double[], double) - Constructor for class com.rapidminer.operator.features.transformation.WeightVector
 
WELCOME_MODE - Static variable in class com.rapidminer.gui.MainFrame
 
WELCOME_SCREEN_DOCK_KEY - Static variable in class com.rapidminer.gui.tools.WelcomeScreen
 
WelcomeNewAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
WelcomeNewAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.WelcomeNewAction
 
WelcomeOpenAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
WelcomeOpenAction() - Constructor for class com.rapidminer.gui.actions.WelcomeOpenAction
 
WelcomeOpenRecentAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
WelcomeOpenRecentAction(WelcomeScreen) - Constructor for class com.rapidminer.gui.actions.WelcomeOpenRecentAction
 
WelcomeScreen - Class in com.rapidminer.gui.tools
Lets the user select with what he wants to start: blank, existing file, recent file, wizard or tutorial.
WelcomeScreen(MainFrame) - Constructor for class com.rapidminer.gui.tools.WelcomeScreen
 
WelcomeTutorialAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
WelcomeTutorialAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.WelcomeTutorialAction
 
WelcomeWizardAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
WelcomeWizardAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.WelcomeWizardAction
 
which_alpha - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
white - Static variable in class com.rapidminer.gui.look.Colors
 
WIKI_URL_FOR_OPERATORS - Static variable in class com.rapidminer.gui.actions.ShowHelpTextInBrowserAction
 
willBlock() - Method in class com.rapidminer.repository.db.DBConnectionConverterFolder
 
willBlock() - Method in class com.rapidminer.repository.db.DBConnectionEntry
 
willBlock() - Method in class com.rapidminer.repository.db.DBConnectionFolder
 
willBlock() - Method in class com.rapidminer.repository.db.DBRepository
 
willBlock() - Method in interface com.rapidminer.repository.Entry
Subclasses can use this method to signal whether getting information from this entry will block the current thread, e.g. because information must be fetched over the network.
willBlock() - Method in class com.rapidminer.repository.local.SimpleEntry
 
willBlock() - Method in class com.rapidminer.repository.local.SimpleIOObjectEntry
 
willBlock() - Method in class com.rapidminer.repository.remote.RemoteBlobEntry
 
willBlock() - Method in class com.rapidminer.repository.remote.RemoteFolder
 
willBlock() - Method in class com.rapidminer.repository.remote.RemoteIOObjectEntry
 
willBlock() - Method in class com.rapidminer.repository.remote.RemoteProcessEntry
 
willBlock() - Method in class com.rapidminer.repository.resource.ResourceEntry
 
willBlock() - Method in class com.rapidminer.repository.resource.ResourceIOObjectEntry
 
windowActivated(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowActivated(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowActivated(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
windowClosed(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowClosed(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowClosed(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
windowClosing(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowClosing(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowClosing(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
windowDeactivated(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowDeactivated(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowDeactivated(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
windowDeiconified(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowDeiconified(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowDeiconified(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
WindowFunction - Class in com.rapidminer.tools.math.function.window
A window function applies weights to the data points in a series window.
WindowFunction(int) - Constructor for class com.rapidminer.tools.math.function.window.WindowFunction
 
WindowFunction(int, int) - Constructor for class com.rapidminer.tools.math.function.window.WindowFunction
 
WindowFunction - Class in com.rapidminer.tools.math
Window functions apply a weight to each value of a value series depending on the length of the series.
WindowFunction(int, int) - Constructor for class com.rapidminer.tools.math.WindowFunction
 
windowIconified(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowIconified(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowIconified(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
WindowingConfigurationContainer - Class in com.rapidminer.gui.new_plotter.gui
 
WindowingConfigurationContainer(JTree, PlotInstance) - Constructor for class com.rapidminer.gui.new_plotter.gui.WindowingConfigurationContainer
 
windowOpened(WindowEvent) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditorDialog
 
windowOpened(WindowEvent) - Method in class com.rapidminer.gui.dialog.Tutorial
 
windowOpened(WindowEvent) - Method in class com.rapidminer.gui.MainFrame
 
WindowsBatParameterWriter - Class in com.rapidminer.tools.parameter
A writer that will export the defined parameters that are preStart Parameters to a config file in the user directory that is used by the batch start script to set Environment Variables before actual JVM starts.
WindowsBatParameterWriter() - Constructor for class com.rapidminer.tools.parameter.WindowsBatParameterWriter
 
WindowsExeParameterWriter - Class in com.rapidminer.tools.parameter
A writer that will export the defined parameters that are preStart Parameters to a config file in the user directory that is used by the exe start program to set Environment Variables before actual JVM starts.
WindowsExeParameterWriter() - Constructor for class com.rapidminer.tools.parameter.WindowsExeParameterWriter
 
windowSize - Variable in class com.rapidminer.operator.learner.associations.gsp.CountingInformations
 
WireAllOperators - Class in com.rapidminer.io.process.rules
Wires all immediate children of an operator chain.
WireAllOperators(String, Element) - Constructor for class com.rapidminer.io.process.rules.WireAllOperators
 
WITH_DECREASE - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
WITH_DECREASE_EXCEEDS - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
WITH_DECREASE_SIGNIFICANT - Static variable in class com.rapidminer.operator.features.selection.BackwardAttributeEliminationOperator
 
WITHOUT_INCREASE - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
WITHOUT_INCREASE_OF_AT_LEAST - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
WITHOUT_INCREASE_SIGNIFICANT - Static variable in class com.rapidminer.operator.features.selection.ForwardAttributeSelectionOperator
 
WizardAction - Class in com.rapidminer.gui.actions
Start the corresponding action.
WizardAction(MainFrame) - Constructor for class com.rapidminer.gui.actions.WizardAction
 
wizardConstructionArguments - Variable in class com.rapidminer.parameter.ParameterTypeConfiguration
 
WizardPropertyTable - Class in com.rapidminer.gui.properties
With a WizardPropertyTable one can edit (a subset of) parameters of all operators of the process in one place.
WizardPropertyTable() - Constructor for class com.rapidminer.gui.properties.WizardPropertyTable
 
WizardState - Class in com.rapidminer.operator.nio.model
The complete state of a data import wizard.
WizardState(AbstractDataResultSetReader, DataResultSetFactory) - Constructor for class com.rapidminer.operator.nio.model.WizardState
 
WizardStep - Class in com.rapidminer.gui.tools.dialogs.wizards
 
WizardStep(String) - Constructor for class com.rapidminer.gui.tools.dialogs.wizards.WizardStep
 
working_set - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
working_set - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
working_set_size - Variable in class com.rapidminer.operator.clustering.clusterer.SVClusteringAlgorithm
 
working_set_size - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.svm.SVM
 
WorkspaceAction - Class in com.rapidminer.gui.actions
 
WorkspaceAction(ApplicationPerspectives, Perspective, String) - Constructor for class com.rapidminer.gui.actions.WorkspaceAction
 
WRAcc - Class in com.rapidminer.operator.learner.igss.utility
The instance-averaging utility function WRAcc.
WRAcc(double[], int) - Constructor for class com.rapidminer.operator.learner.igss.utility.WRAcc
Constructs new WRAcc with the given default probability.
WRACC - Static variable in class com.rapidminer.operator.learner.subgroups.utility.UtilityFunction
 
WRAcc - Class in com.rapidminer.operator.learner.subgroups.utility
Calculates the weighed relative accuracy.
WRAcc(double, double) - Constructor for class com.rapidminer.operator.learner.subgroups.utility.WRAcc
 
WrapperLoggingHandler - Class in com.rapidminer.tools
Forwards log messages to a Logger
WrapperLoggingHandler() - Constructor for class com.rapidminer.tools.WrapperLoggingHandler
 
WrapperLoggingHandler(Logger) - Constructor for class com.rapidminer.tools.WrapperLoggingHandler
 
WrapperValidationChain - Class in com.rapidminer.operator.validation
This operator evaluates the performance of feature weighting algorithms including feature selection.
WrapperValidationChain(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.WrapperValidationChain
 
WrapperXValidation - Class in com.rapidminer.operator.validation
This operator evaluates the performance of feature weighting and selection algorithms.
WrapperXValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.WrapperXValidation
 
write(int) - Method in class com.rapid_i.deployment.update.client.ProgressReportingOutputStream
 
write(byte[]) - Method in class com.rapid_i.deployment.update.client.ProgressReportingOutputStream
 
write(byte[], int, int) - Method in class com.rapid_i.deployment.update.client.ProgressReportingOutputStream
 
write(PrintWriter) - Method in class com.rapidminer.datatable.AbstractDataTable
 
write(PrintWriter) - Method in interface com.rapidminer.datatable.DataTable
Writes the table into the given writer.
write(int) - Method in class com.rapidminer.io.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.rapidminer.io.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(OutputStream) - Method in class com.rapidminer.operator.AbstractIOObject
Just serializes this object with help of a XMLSerialization.
write(ExampleSet) - Method in class com.rapidminer.operator.io.AbstractStreamWriter
 
write(T) - Method in class com.rapidminer.operator.io.AbstractWriter
Creates (or reads) the ExampleSet that will be returned by Operator.apply().
write(ExampleSet) - Method in class com.rapidminer.operator.io.AccessDataWriter
 
write(ExampleSet) - Method in class com.rapidminer.operator.io.AttributeConstructionsWriter
Writes the attribute set to a file.
write(AttributeWeights) - Method in class com.rapidminer.operator.io.AttributeWeightsWriter
Writes the attribute set to a file.
write(ClusterModelInterface) - Method in class com.rapidminer.operator.io.ClusterModelWriter
 
write(ExampleSet) - Method in class com.rapidminer.operator.io.DatabaseExampleSetUpdater
 
write(ExampleSet) - Method in class com.rapidminer.operator.io.DatabaseExampleSetWriter
 
write(ExampleSet) - Method in class com.rapidminer.operator.io.ExampleSetWriter
 
write(ExampleSet, Charset, OutputStream) - Static method in class com.rapidminer.operator.io.ExcelExampleSetWriter
 
write(Model) - Method in class com.rapidminer.operator.io.ModelWriter
Writes the attribute set to a file.
write(ParameterSet) - Method in class com.rapidminer.operator.io.ParameterSetWriter
 
write(PerformanceVector) - Method in class com.rapidminer.operator.io.PerformanceWriter
Writes the attribute set to a file.
write(IOObject) - Method in class com.rapidminer.operator.io.RepositoryStorer
 
write(ExampleSet) - Method in class com.rapidminer.operator.io.SpecialFormatExampleSetWriter
 
write(Threshold) - Method in class com.rapidminer.operator.io.ThresholdWriter
Writes the threshold to a file.
write(OutputStream) - Method in interface com.rapidminer.operator.IOObject
Writes the object data into a stream.
write(ExampleSet, OutputStream) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Writes header and data of the example set to the stream.
write(int) - Method in class com.rapidminer.tools.OutputStreamMultiplier
 
write(char[], int, int) - Method in class com.rapidminer.tools.WriterMultiplier
Implements the abstract method of the superclass.
writeAnnotations(DataOutput, Annotations) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
One integer for size For each annotation - one string (ExampleSetToStream.writeString(DataOutput, String) for key - one string (ExampleSetToStream.writeString(DataOutput, String) for value
writeArff(ExampleSet, PrintWriter, String) - Static method in class com.rapidminer.operator.io.ArffExampleSetWriter
 
writeArff(ExampleSet, PrintWriter) - Static method in class com.rapidminer.operator.io.ArffExampleSetWriter
 
writeAttributeFile(File, File, Charset) - Method in interface com.rapidminer.example.ExampleSet
Writes the attribute meta descriptions into a file.
writeAttributeFile(File, File, Charset) - Method in class com.rapidminer.example.set.AbstractExampleSet
Writes the attribute descriptions for all examples.
writeAttributeWeights(File, Charset) - Method in class com.rapidminer.example.AttributeWeights
 
writeBookmarks(Collection<Bookmark>, File) - Static method in class com.rapidminer.gui.look.fc.BookmarkIO
 
writeConnectionEntries(Collection<FieldConnectionEntry>) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
writeData(File) - Method in class com.rapidminer.gui.attributeeditor.AttributeEditor
 
writeDataFile(File, int, boolean, boolean, boolean, Charset) - Method in interface com.rapidminer.example.ExampleSet
Writes the data and the attribute description to a file.
writeDataFile(File, int, boolean, boolean, boolean, Charset) - Method in class com.rapidminer.example.set.AbstractExampleSet
 
writeDatum(double, int, Attribute, ExampleSetToStream.ColumnType, DataOutput, boolean) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Writes a single datum with the given index.
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterType
Subclasses must store all their properties inside the typeElement and must be able to reload it from their using the constructor (Operator operator, Element element).
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeAttribute
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeBoolean
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeCategory
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeChar
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeConfiguration
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeDatabaseConnection
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeDatabaseSchema
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeDatabaseTable
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeDouble
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeEnumeration
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeExpression
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeFile
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeInnerOperator
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeInt
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeList
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeMatrix
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeParameterValue
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeSQLQuery
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeString
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeStringCategory
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeText
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeTupel
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.parameter.ParameterTypeValue
 
writeDefinitionToXML(Element) - Method in class com.rapidminer.tools.config.ParameterTypeConfigurable
 
WriteFileOperator - Class in com.rapidminer.operator.nio.file
Operator to write a FileObject to a file or repository blob.
WriteFileOperator(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.file.WriteFileOperator
 
writeGNUPlot(PrintStream, int, int, int[], String, String, String) - Method in class com.rapidminer.datatable.GnuPlotDataTableHandler
 
writeHeader(Annotations, List<AttributeRole>, DataOutputStream, boolean) - Method in class com.rapidminer.operator.tools.ExampleSetToStream
Writes the annotations, meta data, including nominal mappings, to the stream, in the following order: - annotations ExampleSetToStream.writeAnnotations(DataOutput, Annotations) - number of attributes to come - For each attribute - name - special name (empty string if not special!)
writeHeader(OutputStream, SerializationType) - Method in class com.rapidminer.operator.tools.IOObjectSerializer
 
writeMetaDataInParameter() - Method in class com.rapidminer.operator.io.AbstractDataReader
 
writeMetaDataInParameter() - Method in class com.rapidminer.operator.io.ExcelExampleSource
 
writeParameters(Map<String, Parameter>) - Method in interface com.rapidminer.tools.parameter.ParameterWriter
This method will be called whenever the parameters will be saved.
writeParameters(Map<String, Parameter>) - Method in class com.rapidminer.tools.parameter.WindowsBatParameterWriter
 
writeParameters(Map<String, Parameter>) - Method in class com.rapidminer.tools.parameter.WindowsExeParameterWriter
 
writeParameterSet(PrintWriter, Charset) - Method in class com.rapidminer.operator.meta.ParameterSet
 
writeProperties(PrintWriter) - Method in class com.rapidminer.gui.properties.SettingsPropertyPanel
Deprecated. 
writeProperties(Properties, File) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
writePropertyIntoMainUserConfigFile(String, String) - Static method in class com.rapidminer.tools.ParameterService
Deprecated. 
WriterMultiplier - Class in com.rapidminer.tools
By using this multiplier all written content is multiplied to the given writers.
WriterMultiplier(Writer[]) - Constructor for class com.rapidminer.tools.WriterMultiplier
Creates a new writer multiplier.
writesIntoExistingData() - Method in class com.rapidminer.operator.AbstractExampleSetProcessing
This method indicates whether the operator will perform a write operation on a cell in an existing column of the example set's ExampleTable.
writesIntoExistingData() - Method in class com.rapidminer.operator.features.construction.AbstractFeatureConstruction
These operators will build additional columns, but won't touch existing ones.
writesIntoExistingData() - Method in class com.rapidminer.operator.features.selection.AbstractFeatureSelection
 
writesIntoExistingData() - Method in class com.rapidminer.operator.features.selection.AttributeWeightSelection
 
writesIntoExistingData() - Method in class com.rapidminer.operator.features.transformation.FourierTransform
This constructs a new table and hence doesn't modify existing example set
writesIntoExistingData() - Method in class com.rapidminer.operator.postprocessing.GeneratePredictionOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.postprocessing.GeneratePredictionRankingOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.postprocessing.SimpleUncertainPredictionsTransformation
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.Deobfuscator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.ExampleSetTranspose
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AbsoluteValueFilter
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AddNominalValue
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeAdd
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeCopy
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeMerge
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueMapper
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueReplace
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSplit
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueSubstring
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.AttributeValueTrim
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeName
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNames2Generic
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeNamesReplace
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ChangeAttributeRole
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Construction2Names
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Date2Nominal
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Date2Numerical
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.DateAdjust
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.DeclareMissingValueOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleFilter
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ExampleRangeFilter
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.ExchangeAttributeRoles
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.FillDataGaps
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.InternalBinominalRemapping
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.MergeNominalValues
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.MissingValueReplenishmentView
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2Date
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Nominal2String
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.NominalNumbers2Numerical
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.NonDominatedSorting
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Date
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Numerical2Real
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.NumericToNominal
This adds another column, does not modify existing.
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.PermutationOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Real2Integer
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.RemoveDuplicates
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.SetData
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.Sorting
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.String2Nominal
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.filter.TFIDFFilter
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.GuessValueTypes
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.IdTagging
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetIntersect
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.join.ExampleSetMinus
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.MaterializeDataInMemory
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.Obfuscator
Only nominal mapping is changed, not write through on data
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.outlier.AbstractOutlierDetection
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.PreprocessingOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.sampling.AbstractSamplingOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.transformation.aggregation.AggregationOperator
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.transformation.AggregationOperator
Deprecated.  
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.transformation.Attribute2ExamplePivoting
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.transformation.Example2AttributePivoting
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.UseRowAsAttributeNames
 
writesIntoExistingData() - Method in class com.rapidminer.operator.preprocessing.weighting.EqualLabelWeighting
 
writesIntoExistingData() - Method in class com.rapidminer.operator.visualization.ExampleVisualizationOperator
 
writeSparseAttributeFile(File, File, int, Charset) - Method in interface com.rapidminer.example.ExampleSet
Writes the attribute meta descriptions for a sparse data file into a file.
writeSparseAttributeFile(File, File, int, Charset) - Method in class com.rapidminer.example.set.AbstractExampleSet
Writes the attribute descriptions for all examples.
writeSparseDataFile(File, int, int, boolean, boolean, boolean, Charset) - Method in interface com.rapidminer.example.ExampleSet
Writes the data and the attribute description to a sparse data file.
writeSparseDataFile(File, int, int, boolean, boolean, boolean, Charset) - Method in class com.rapidminer.example.set.AbstractExampleSet
Writes the data into a sparse file format.
writeStream(ExampleSet, OutputStream) - Method in class com.rapidminer.operator.io.CSVExampleSetWriter
 
writeSupportVectors(ObjectOutputStream) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
Writes the example set into the given output stream.
writeTextFile(File, String) - Static method in class com.rapidminer.tools.Tools
 
writeToXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.HistogramTemplate
 
writeToXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.PlotterTemplate
Writes all PlotterTemplate settings to the given Document.
writeToXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.ScatterTemplate
 
writeToXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesMultipleTemplate
 
writeToXML(Document) - Method in class com.rapidminer.gui.new_plotter.templates.SeriesTemplate
 
writeToXML(Document, PlotterConfigurationModel) - Static method in class com.rapidminer.gui.plotter.PlotterConfigurationModel
 
writeXML(Element) - Method in class com.rapidminer.operator.libraries.AbstractOperatorLibrary
This method must be implemented by subclasses in order to export their settings to the given element.
writeXML(Element) - Method in class com.rapidminer.operator.libraries.LibraryOperatorDescription
This method saves all settings into the given element.
writeXML(Writer, String, boolean) - Method in class com.rapidminer.operator.Operator
Deprecated. indent is not considered any more. Use Operator.writeXML(Writer, boolean)
writeXML(Writer, boolean) - Method in class com.rapidminer.operator.Operator
This will report this operator with all its parameter settings to the given writer as XML.
writeXML(Document, File) - Method in class com.rapidminer.tools.att.AttributeDataSource
 
writeXML(Object, OutputStream) - Method in class com.rapidminer.tools.XMLSerialization
 
writeXMLConnectionsEntries(Collection<FieldConnectionEntry>, File) - Static method in class com.rapidminer.tools.jdbc.connection.DatabaseConnectionService
 
writeXrff(ExampleSet, OutputStream, Charset) - Static method in class com.rapidminer.operator.io.XrffExampleSetWriter
 
WRONG_TYPE - Static variable in interface com.rapidminer.repository.RepositoryConstants
 
WrongNumberOfInnerOperatorsException - Exception in com.rapidminer.operator
Will be thrown if an operator chain needs a specific number of inner operators which is not fulfilled.
WrongNumberOfInnerOperatorsException(OperatorChain, int, int, int) - Constructor for exception com.rapidminer.operator.WrongNumberOfInnerOperatorsException
 
WrongPredictionCondition - Class in com.rapidminer.example.set
This subclass of Condition serves to accept all examples which are wrongly predicted.
WrongPredictionCondition() - Constructor for class com.rapidminer.example.set.WrongPredictionCondition
Creates a new condition.
WrongPredictionCondition(ExampleSet, String) - Constructor for class com.rapidminer.example.set.WrongPredictionCondition
Throws an exception since this condition does not support parameter string.

X

x - Variable in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblem
 
x - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.ConstructiveRegression
Data shared across various methods
x1tox2(double, boolean, double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
x2tox1(double, boolean, double, double) - Method in class com.rapidminer.operator.learner.functions.kernel.jmysvm.optimizer.QuadraticProblemSMO
 
X_AXIS - Static variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
XHTMLEntityResolver - Class in com.rapidminer.tools.xml
This entity resolver uses a cached dtds from the resources instead of requesting each dtds from the internet.
XHTMLEntityResolver(EntityResolver) - Constructor for class com.rapidminer.tools.xml.XHTMLEntityResolver
 
XHTMLEntityResolver() - Constructor for class com.rapidminer.tools.xml.XHTMLEntityResolver
 
XMeans - Class in com.rapidminer.operator.clustering.clusterer
This operator represents an implementation of X-Means algorithm.
XMeans(OperatorDescription) - Constructor for class com.rapidminer.operator.clustering.clusterer.XMeans
 
XML_EDITOR_DOCK_KEY - Static variable in class com.rapidminer.gui.processeditor.XMLEditor
 
XMLAttributeExpressionWizardStep - Class in com.rapidminer.operator.nio.xml
A wizard step for selecting attributes from previously selected examples.
XMLAttributeExpressionWizardStep(AbstractWizard, XMLResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.xml.XMLAttributeExpressionWizardStep
Instantiates a new XMLAttributeExpressionWizardStep and initalizes the GUI elements.
XMLDomHelper - Class in com.rapidminer.operator.nio.xml
Provides helper functions for XML DOM, like finding common ancestors of nodes, creating XPath expression etc.
XMLDomHelper() - Constructor for class com.rapidminer.operator.nio.xml.XMLDomHelper
 
XMLDomHelper.AttributeNamespaceValue - Class in com.rapidminer.operator.nio.xml
A simple class for storing a tuple of element name, attribute name, attribute namespace and Attribute value.
XMLDomHelper.AttributeNamespaceValue() - Constructor for class com.rapidminer.operator.nio.xml.XMLDomHelper.AttributeNamespaceValue
 
XMLEditor - Class in com.rapidminer.gui.processeditor
A text area for editing the process as XML.
XMLEditor(MainFrame) - Constructor for class com.rapidminer.gui.processeditor.XMLEditor
 
XMLEditor - Class in com.rapidminer.gui.tools
A generic XML editor.
XMLEditor() - Constructor for class com.rapidminer.gui.tools.XMLEditor
 
XMLErrorHandler - Class in com.rapidminer.io.process
A simple error handler collecting all errors.
XMLErrorHandler(String) - Constructor for class com.rapidminer.io.process.XMLErrorHandler
 
XMLExampleExpressionWizardStep - Class in com.rapidminer.operator.nio.xml
This step allows to enter an XPath expression whose matches will be used as examples.
XMLExampleExpressionWizardStep(AbstractWizard, XMLResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.xml.XMLExampleExpressionWizardStep
There must be a configuration given, but might be empty.
XMLExampleSource - Class in com.rapidminer.operator.nio.xml
This is an operator for reading XML files.
XMLExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.nio.xml.XMLExampleSource
 
XMLExampleSourceConfigurationWizardCreator - Class in com.rapidminer.operator.nio.xml
Creates a XMLImportWizard.
XMLExampleSourceConfigurationWizardCreator() - Constructor for class com.rapidminer.operator.nio.xml.XMLExampleSourceConfigurationWizardCreator
 
XMLExampleTaglet - Class in com.rapidminer.doc
A taglet with name "@rapidminer.xmlinput" can be used in the Javadoc comments of an operator to include an XML file into the documentation.
XMLExampleTaglet() - Constructor for class com.rapidminer.doc.XMLExampleTaglet
 
XMLException - Exception in com.rapidminer.tools
Indicates that an exception during XML parsing occurred.
XMLException(String) - Constructor for exception com.rapidminer.tools.XMLException
Creates a new XML exception.
XMLException(String, Throwable) - Constructor for exception com.rapidminer.tools.XMLException
Creates a new XML exception.
XMLExporter - Class in com.rapidminer.io.process
 
XMLExporter() - Constructor for class com.rapidminer.io.process.XMLExporter
 
XMLExporter(boolean) - Constructor for class com.rapidminer.io.process.XMLExporter
 
XMLFileSelectionWizardStep - Class in com.rapidminer.operator.nio.xml
This step allows to select an file.
XMLFileSelectionWizardStep(AbstractWizard, XMLResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.xml.XMLFileSelectionWizardStep
There must be a configuration given, but might be empty.
XMLImporter - Class in com.rapidminer.io.process
Class that parses an XML DOM into an Operator.
XMLImporter(ProgressListener) - Constructor for class com.rapidminer.io.process.XMLImporter
Creates a new importer that reports progress to the given listener.
XMLImporter(ProgressListener, int) - Constructor for class com.rapidminer.io.process.XMLImporter
Deprecated. 
XMLImportWizard - Class in com.rapidminer.operator.nio.xml
This is the Wizard for XML Import.
XMLImportWizard() - Constructor for class com.rapidminer.operator.nio.xml.XMLImportWizard
 
XMLImportWizard(File, RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.xml.XMLImportWizard
 
XMLImportWizard(XMLExampleSource, ConfigurationListener, RepositoryLocation) - Constructor for class com.rapidminer.operator.nio.xml.XMLImportWizard
 
XMLNamespaceMapWizardStep - Class in com.rapidminer.operator.nio.xml
This wizard steps lets the user specify the mapping of namespace URIs to namespace ids.
XMLNamespaceMapWizardStep(AbstractWizard, XMLResultSetConfiguration) - Constructor for class com.rapidminer.operator.nio.xml.XMLNamespaceMapWizardStep
 
XMLOperatorDocBundle - Class in com.rapidminer.tools.documentation
A resource bundle that maps operator names to OperatorDocumentation instances.
XMLOperatorDocBundle(URL, String) - Constructor for class com.rapidminer.tools.documentation.XMLOperatorDocBundle
Constructs a new OperatorDocBundle
XMLResultSet - Class in com.rapidminer.operator.nio.xml
 
XMLResultSet(Operator, XMLResultSetConfiguration, OperatorVersion) - Constructor for class com.rapidminer.operator.nio.xml.XMLResultSet
The constructor to build an ExcelResultSet from the given configuration.
XMLResultSetConfiguration - Class in com.rapidminer.operator.nio.xml
This is the DataResultSetFactory for the XML Import.
XMLResultSetConfiguration() - Constructor for class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This creates a completely empty configuration
XMLResultSetConfiguration(XMLExampleSource) - Constructor for class com.rapidminer.operator.nio.xml.XMLResultSetConfiguration
This constructor will read all the needed parameters from the given operator.
XmlRpcHandler - Class in com.rapidminer.tools
Handles XMLRPC connections to BugZilla.
XmlRpcHandler() - Constructor for class com.rapidminer.tools.XmlRpcHandler
 
XMLSerialization - Class in com.rapidminer.tools
This class handles all kinds in- and output write processes for all kinds of objects into and from XML.
XMLTokenMarker - Class in com.rapidminer.gui.tools.syntax
XML Token Marker Rewrite
XMLTokenMarker() - Constructor for class com.rapidminer.gui.tools.syntax.XMLTokenMarker
 
XMLTools - Class in com.rapidminer.io.process
This class offers several convenience methods for treating XML documents-
XMLTools() - Constructor for class com.rapidminer.io.process.XMLTools
 
XMLTreeModel - Class in com.rapidminer.operator.nio.xml
A tree model for JTree which holds the structure of an XML Element and its subnodes.
XMLTreeModel(Element, boolean) - Constructor for class com.rapidminer.operator.nio.xml.XMLTreeModel
 
XMLTreeView - Class in com.rapidminer.operator.nio.xml
A tree viewer for displaying XMLTreeModels.
XMLTreeView(Map<String, String>) - Constructor for class com.rapidminer.operator.nio.xml.XMLTreeView
Constructs a new XMLTreeView.
XPathMatchesListModel - Class in com.rapidminer.operator.nio.xml
A model which holds the result of XPath expression on an XML document.
XPathMatchesListModel(Document, Map<String, String>, String, int) - Constructor for class com.rapidminer.operator.nio.xml.XPathMatchesListModel
Creates a new XPathMatchesListModel.
XPathMatchesListModel.XPathMatchesResultListener - Interface in com.rapidminer.operator.nio.xml
 
XrffExampleSetWriter - Class in com.rapidminer.operator.io
Writes values of all examples into an XRFF file which can be used by the machine learning library Weka.
XrffExampleSetWriter(OperatorDescription) - Constructor for class com.rapidminer.operator.io.XrffExampleSetWriter
 
XrffExampleSource - Class in com.rapidminer.operator.io
This operator can read XRFF files known from Weka.
XrffExampleSource(OperatorDescription) - Constructor for class com.rapidminer.operator.io.XrffExampleSource
 
xToOffset(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Converts an x co-ordinate to an offset within a line.
XValidation - Class in com.rapidminer.operator.validation
XValidation encapsulates a cross-validation process.
XValidation(OperatorDescription) - Constructor for class com.rapidminer.operator.validation.XValidation
 
XVPrediction - Class in com.rapidminer.operator.meta
Operator chain that splits an ExampleSet into a training and test sets similar to XValidation, but returns the test set predictions instead of a performance vector.
XVPrediction(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.XVPrediction
 
xyToOffset(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Converts a point to an offset, from the start of the text.

Y

y - Variable in class com.rapidminer.operator.learner.functions.kernel.rvm.kernel.KernelBasisFunction
Vector
Y_AXIS - Static variable in class com.rapidminer.gui.plotter.ScatterPlotter
 
YAGGA - Class in com.rapidminer.operator.features.construction
YAGGA is an acronym for Yet Another Generating Genetic Algorithm.
YAGGA(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.YAGGA
 
YAGGA2 - Class in com.rapidminer.operator.features.construction
YAGGA is an acronym for Yet Another Generating Genetic Algorithm.
YAGGA2(OperatorDescription) - Constructor for class com.rapidminer.operator.features.construction.YAGGA2
 
YEAR - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
YEAR_RELATIVE_TO_EPOCH - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
YEAR_RELATIVE_TO_ERA - Static variable in class com.rapidminer.operator.preprocessing.filter.AbstractDateDataProcessing
 
yes() - Method in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
YES_NO_CANCEL_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
YES_NO_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
YES_OPTION - Static variable in class com.rapidminer.gui.tools.dialogs.ConfirmDialog
 
YOUDEN - Static variable in class com.rapidminer.operator.performance.BinaryClassificationPerformance
 
yToLine(int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Converts a y co-ordinate to a line index.

Z

ZipEntryObject - Class in com.rapidminer.operator.nio.file
 
ZipEntryObject(ZipEntry, ZipFile) - Constructor for class com.rapidminer.operator.nio.file.ZipEntryObject
 
ZippedFileIterator - Class in com.rapidminer.operator.meta
This operator loops over the entries of a zip file.
ZippedFileIterator(OperatorDescription) - Constructor for class com.rapidminer.operator.meta.ZippedFileIterator
 
zoom(Rectangle2D) - Method in class com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel
 
zoomIn() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
ZoomInAction - Class in com.rapidminer.gui.graphs.actions
Start the corresponding action.
ZoomInAction(GraphViewer, IconSize) - Constructor for class com.rapidminer.gui.graphs.actions.ZoomInAction
 
zoomOut() - Method in class com.rapidminer.gui.graphs.GraphViewer
 
ZoomOutAction - Class in com.rapidminer.gui.graphs.actions
Start the corresponding action.
ZoomOutAction(GraphViewer, IconSize) - Constructor for class com.rapidminer.gui.graphs.actions.ZoomOutAction
 
ZTransformationModel - Class in com.rapidminer.operator.preprocessing.normalization
This model performs a z-Transformation on the given example set.
ZTransformationModel(ExampleSet, HashMap<String, Tupel<Double, Double>>) - Constructor for class com.rapidminer.operator.preprocessing.normalization.ZTransformationModel
 
ZTransformationNormalizationMethod - Class in com.rapidminer.operator.preprocessing.normalization
The normalization method for the Z-Transformation
ZTransformationNormalizationMethod() - Constructor for class com.rapidminer.operator.preprocessing.normalization.ZTransformationNormalizationMethod
 

_

_offsetToX(int, int) - Method in class com.rapidminer.gui.tools.syntax.JEditTextArea
Converts an offset in a line into an x co-ordinate.

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 _

Copyright © 2001-2009 by Rapid-I