Uses of Class
com.rapidminer.Process

Packages that use Process
com.rapidminer The main packages of RapidMiner. 
com.rapidminer.gui Provides the main GUI classes. 
com.rapidminer.gui.actions The main actions of the RapidMiner GUI. 
com.rapidminer.gui.properties This package consists of all classes for property (parameter) editing, i.e. 
com.rapidminer.gui.tools Some basic tools for the graphical user interface (GUI) of RapidMiner. 
com.rapidminer.gui.wizards This package contain wizard classes for configurating operators. 
com.rapidminer.operator Provides operators for machine learning and data pre-processing. 
com.rapidminer.operator.meta Provides operators for experiment iteration, meta operators, and optimization. 
com.rapidminer.test Provides test classes. 
com.rapidminer.tools Provides tools for RapidMiner like parsers for the input files. 
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.expressions The functions defined in this package are used to extend the expression parsing. 
 

Uses of Process in com.rapidminer
 

Subclasses of Process in com.rapidminer
 class Experiment
          Deprecated. Please use the new class Process instead
 

Methods in com.rapidminer that return Process
static Process Yale.readExperimentFile(java.io.File experimentfile)
          Deprecated. Use RapidMiner.readProcessFile(File) instead
static Process RapidMiner.readExperimentFile(java.io.File experimentfile)
          Deprecated. Use RapidMiner.readProcessFile(File) instead
static Process RapidMiner.readProcessFile(java.io.File processFile)
           
 

Methods in com.rapidminer with parameters of type Process
 void RapidMinerCommandLine.breakpointReached(Process process, Operator operator, IOContainer container, int location)
           
 void BreakpointListener.breakpointReached(Process process, Operator op, IOContainer iocontainer, int location)
          This method is invoked every time a breakpoint is reached during the process.
 void ProcessListener.processEnded(Process process)
          Will invoked when the process was successfully finished.
 void ProcessListener.processFinishedOperator(Process process, Operator op)
          Will be invoked every time an operator is finished
 void ProcessListener.processStartedOperator(Process process, Operator op)
          Will be invoked every time another operator is started in the process.
 void ProcessListener.processStarts(Process process)
          Will be invoked during process start.
 

Constructors in com.rapidminer with parameters of type Process
MacroHandler(Process process)
           
 

Uses of Process in com.rapidminer.gui
 

Methods in com.rapidminer.gui that return Process
 Process MainFrame.getExperiment()
          Deprecated. Use MainFrame.getProcess() instead
 Process MainFrame.getProcess()
           
 

Methods in com.rapidminer.gui with parameters of type Process
 void MainFrame.setExperiment(Process process)
          Deprecated. Use MainFrame.setProcess(Process, boolean) instead
 void MainFrame.setProcess(Process process, boolean newProcess)
          Sets a new process and registers the MainFrame listener.
static void RapidMinerGUI.useProcessFile(Process process)
           
 

Constructors in com.rapidminer.gui with parameters of type Process
ProcessThread(Process process)
           
 

Uses of Process in com.rapidminer.gui.actions
 

Methods in com.rapidminer.gui.actions that return Process
 Process AttributeDescriptionFileWizardAction.getProcess()
          Returns null.
 

Uses of Process in com.rapidminer.gui.properties
 

Methods in com.rapidminer.gui.properties with parameters of type Process
 void WizardPropertyTable.setProcess(Process process, java.util.List parameters)
          Sets rhe process and the editable parameters.
 

Uses of Process in com.rapidminer.gui.tools
 

Methods in com.rapidminer.gui.tools with parameters of type Process
 void StatusBar.breakpointReached(Process process, Operator op, IOContainer io, int location)
           
 void StatusBar.processEnded(Process process)
           
 void StatusBar.processFinishedOperator(Process process, Operator op)
           
 void StatusBar.processStartedOperator(Process process, Operator op)
           
 void StatusBar.processStarts(Process process)
           
 

Uses of Process in com.rapidminer.gui.wizards
 

Methods in com.rapidminer.gui.wizards that return Process
 Process PreviewListener.getProcess()
           
 Process ConfigurationListener.getProcess()
           
 

Uses of Process in com.rapidminer.operator
 

Methods in com.rapidminer.operator that return Process
 Process Operator.getExperiment()
          Deprecated. Please use Operator.getProcess() instead
 Process ProcessRootOperator.getProcess()
          Returns the process of this operator if available.
 Process Operator.getProcess()
          Returns the process of this operator by asking the parent operator.
 

Methods in com.rapidminer.operator with parameters of type Process
 void Operator.register(Process process, java.lang.String name)
          Deprecated. No longer necessary since the registering / unregistering will be performed during operator adding
protected  void OperatorChain.registerOperator(Process process)
          Register this operator chain and all of its children in the given process.
protected  void Operator.registerOperator(Process process)
          Registers this operator in the given process.
 void ProcessRootOperator.setProcess(Process process)
          Sets the process.
protected  void OperatorChain.unregisterOperator(Process process)
          Unregisters this chain and all of its children from the given process.
protected  void Operator.unregisterOperator(Process process)
          Deletes this operator removing it from the name map of the process.
 

Constructors in com.rapidminer.operator with parameters of type Process
ProcessRootOperator(OperatorDescription description, Process process)
          Creates a new process operator which directly references to the given process.
 

Uses of Process in com.rapidminer.operator.meta
 

Methods in com.rapidminer.operator.meta with parameters of type Process
 void ParameterValue.apply(Process process, java.util.Map<java.lang.String,java.lang.String> nameMap)
           
 void ParameterSet.applyAll(Process process, java.util.Map<java.lang.String,java.lang.String> nameMap)
          Applies all parameters in the set to their operators.
 

Uses of Process in com.rapidminer.test
 

Methods in com.rapidminer.test that return Process
static Process ProcessCreator.createProcess()
           
 

Uses of Process in com.rapidminer.tools
 

Methods in com.rapidminer.tools with parameters of type Process
static void BugReport.createBugReport(java.io.File reportFile, java.lang.Throwable exception, java.lang.String userMessage, Process process, java.lang.String logMessage, java.io.File[] attachments)
           
static RandomGenerator RandomGenerator.getRandomGenerator(Process process, int seed)
          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.
static void ResultService.init(Process process)
          Initializes the ResultService.
static void RandomGenerator.init(Process process)
          Instantiates the global random number generator and initializes it with the random number generator seed specified in the global section of the configuration file.
static void ResultService.init(java.lang.String filename, Process process)
          Initializes the ResultService.
 void LogService.logFinalException(java.lang.String message, Process process, java.lang.Throwable exception, boolean debugMode)
          Writes the message and the stack trace of the exception.
 

Constructors in com.rapidminer.tools with parameters of type Process
LogService(Process process)
          Creates a log service for this process.
LogService(Process process, int logVerbosity)
          Creates a log service for this process.
 

Uses of Process in com.rapidminer.tools.math.function
 

Constructors in com.rapidminer.tools.math.function with parameters of type Process
ExpressionParser(boolean useStandardConstants, Process process)
          This constructor allows additional functions if called within a process.
 

Uses of Process in com.rapidminer.tools.math.function.expressions
 

Constructors in com.rapidminer.tools.math.function.expressions with parameters of type Process
ParameterValue(Process process)
           
 



Copyright © 2001-2009 by Rapid-I