Deprecated Methods |
com.rapidminer.operator.ResultObjectAdapter.addAction(Action)
Action concept for GUI components removed from result objects |
com.rapidminer.operator.Operator.addError(String)
Use Operator.addError(ProcessSetupError) |
com.rapidminer.operator.OperatorChain.addOperator(Operator)
|
com.rapidminer.gui.properties.SettingsDialog.addSettingsChangedListener(SettingsChangeListener)
|
com.rapidminer.operator.Operator.addWarning(String)
Use Operator.addError(ProcessSetupError) * |
com.rapidminer.operator.Operator.apply()
use doWork() |
com.rapidminer.operator.Operator.apply(IOContainer)
use Operator.execute() |
com.rapidminer.gui.properties.SettingsPropertyPanel.applyProperties(Properties)
|
com.rapidminer.tools.ParameterService.booleanValue(String, boolean)
|
com.rapidminer.gui.MainFrame.changeMode(int)
Use MainFrame.getPerspectives() and ApplicationPerspectives.showPerspective(String) |
com.rapidminer.Process.checkExperiment(IOContainer)
Use Process.checkProcess(IOContainer) instead |
com.rapidminer.operator.Operator.checkIO(Class>[])
As of version 5.0, this method is no longer necessary. |
com.rapidminer.operator.OperatorChain.checkIO(Class>[])
As of RM, checkIO is replaced by the MDTransformer . |
com.rapidminer.operator.OperatorChain.checkNumberOfInnerOperators()
As of RM, this is implicit in the subprocesses. |
com.rapidminer.tools.Tools.classNameWOPackage(Class)
Call c.getSimpleName() directly. |
com.rapidminer.tools.math.Averagable.cloneAveragable(Averagable)
Please use copy constructors instead |
com.rapidminer.operator.Operator.createExperimentTree(int)
Use Operator.createProcessTree(int) instead |
com.rapidminer.operator.Operator.createExperimentTree(int, String, String, Operator, String)
Use Operator.createProcessTree(int,String,String,Operator,String) instead |
com.rapidminer.operator.Operator.createMarkedExperimentTree(int, String, Operator)
Use Operator.createMarkedProcessTree(int,String,Operator) instead |
com.rapidminer.tools.math.similarity.DistanceMeasures.createMeasure(ParameterHandler, ExampleSet, IOContainer)
ioContainer is not used. Use a DistanceMeasureHelper to obtain distance measures. |
com.rapidminer.tools.jdbc.DatabaseHandler.dropTable(String)
|
com.rapidminer.example.set.CorrectPredictionCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.MissingLabelsCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.AttributeValueFilter.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.WrongPredictionCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.MissingAttributesCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.NoMissingAttributesCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.AcceptAllCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.NoMissingAttributeValueCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.AttributeValueFilterSingleCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.NoMissingLabelsCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.example.set.Condition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.tools.jdbc.DatabaseHandler.emptyTable(String)
|
com.rapidminer.tools.GroupTree.findGroup(String, OperatorDocBundle)
|
com.rapidminer.gui.properties.SettingsDialog.fireSettingsChanged()
|
com.rapidminer.example.AttributeParser.generateAll(LoggingHandler, ExampleSet, InputStream)
Use ExpressionParser.generateAll(LoggingHandler, ExampleSet, InputStream) |
com.rapidminer.operator.ResultObject.getActions()
Action concept for GUI components removed from result objects |
com.rapidminer.operator.ResultObjectAdapter.getActions()
Action concept for GUI components removed from result objects |
com.rapidminer.operator.Operator.getAddOnlyAdditionalOutput()
|
com.rapidminer.operator.ports.Port.getData()
use Port.getData(Class) |
com.rapidminer.operator.ports.PortPairExtender.getData()
use #getData(Class)) |
com.rapidminer.operator.ports.impl.AbstractPort.getData()
|
com.rapidminer.operator.ports.InputPortExtender.getData(boolean)
use InputPortExtender.getData(Class, boolean) |
com.rapidminer.operator.ports.Port.getDataOrNull()
call Port.getDataOrNull(Class) |
com.rapidminer.operator.ports.impl.AbstractPort.getDataOrNull()
|
com.rapidminer.operator.Operator.getDeprecationInfo()
Use getOperatorDescription().getDeprecationInfo() |
com.rapidminer.operator.Operator.getEncoding()
This method is rubbish. Use the Encoding to add a custom encoding parameter to this operator. |
com.rapidminer.gui.MainFrame.getExperiment()
Use MainFrame.getProcess() instead |
com.rapidminer.operator.Operator.getExperiment()
Please use Operator.getProcess() instead |
com.rapidminer.Process.getExperimentFile()
Use Process.getProcessFile() instead |
com.rapidminer.Process.getExperimentState()
Use Process.getProcessState() instead |
com.rapidminer.operator.OperatorChain.getIndexOfOperator(Operator, boolean)
|
com.rapidminer.operator.OperatorChain.getInnerOperatorCondition()
specify input and output ports instead. |
com.rapidminer.operator.Operator.getInput()
Use Operator.getInputPorts() |
com.rapidminer.operator.Operator.getInput(Class)
Use input ports |
com.rapidminer.operator.Operator.getInput(Class, int)
use the input ports directly |
com.rapidminer.operator.Operator.getInputClasses()
create input ports instead |
com.rapidminer.operator.Operator.getInputDescription(Class>)
|
com.rapidminer.operator.Operator.getIODescription()
As of version 5.0, this method is no longer necessary. |
com.rapidminer.tools.ParameterService.getLibraryFile(String)
|
com.rapidminer.tools.ParameterService.getMainUserConfigFile()
|
com.rapidminer.operator.OperatorChain.getMaxNumberOfInnerOperators()
Use subprocesses instead. |
com.rapidminer.operator.OperatorChain.getMinNumberOfInnerOperators()
|
com.rapidminer.operator.OperatorChain.getNumberOfAllOperators()
Try getSubprocess(int).getNumberOfOperators() |
com.rapidminer.operator.OperatorChain.getNumberOfOperators()
as of RM replaced by subprocesses. |
com.rapidminer.operator.OperatorChain.getOperator(int)
|
com.rapidminer.operator.OperatorChain.getOperatorFromAll(int)
|
com.rapidminer.tools.OperatorService.getOperatorNames()
|
com.rapidminer.operator.OperatorChain.getOperators()
|
com.rapidminer.operator.Operator.getOutputClasses()
create output ports |
com.rapidminer.operator.ports.PortPairExtender.getOutputData()
use PortPairExtender.getOutputData(Class) |
com.rapidminer.operator.meta.ParameterOptimizationOperator.getPerformance(IOContainer, Collection)
|
com.rapidminer.operator.validation.Tools.getPerformanceVector(List)
This method is no longer needed. |
com.rapidminer.Process.getProcessFile()
Use Process.getProcessLocation() |
com.rapidminer.tools.GroupTree.getQName()
|
com.rapidminer.tools.ParameterService.getRapidMinerHome()
|
com.rapidminer.RapidMiner.getRapidMinerProperties()
|
com.rapidminer.RapidMiner.getRapidMinerPropertyValue(String)
|
com.rapidminer.tools.ParameterService.getSourceFile(String)
|
com.rapidminer.tools.ParameterService.getSourceResourceFile(String)
|
com.rapidminer.tools.ParameterService.getSourceRoot()
|
com.rapidminer.example.Attribute.getStatistics(String)
Please use the method ExampleSet.getStatistics(Attribute, String) instead. |
com.rapidminer.example.table.AbstractAttribute.getStatistics(String)
Please use the method ExampleSet.getStatistics(Attribute, String) instead. |
com.rapidminer.example.Attribute.getStatistics(String, String)
Please use the method ExampleSet.getStatistics(Attribute, String, String) instead. |
com.rapidminer.example.table.AbstractAttribute.getStatistics(String, String)
Please use the method ExampleSet.getStatistics(Attribute, String) instead. |
com.rapidminer.tools.ParameterService.getUserConfigFile(String)
|
com.rapidminer.tools.ParameterService.getUserRapidMinerDir()
|
com.rapidminer.tools.ParameterService.getVersionedUserConfigFile(VersionNumber, String)
|
com.rapidminer.operator.Operator.getXML(String, boolean)
indent is not used any more. Use Operator.getXML(boolean) . |
com.rapidminer.parameter.Parameters.getXML(String, boolean)
Use the DOM version of this method (Parameters.appendXML(Element, boolean, Document) ). |
com.rapidminer.parameter.ParameterType.getXML(String, String, String, boolean)
Use the DOM version of this method. At the moment, we cannot delete it, because Parameters.equals(Object) and
Parameters.hashCode() rely on it. |
com.rapidminer.parameter.ParameterTypeList.getXML(String, String, String, boolean)
Replaced by DOM. |
com.rapidminer.parameter.ParameterTypeEnumeration.getXML(String, String, String, boolean)
|
com.rapidminer.RapidMiner.getYaleProperties()
Use RapidMiner.getRapidMinerProperties() instead |
com.rapidminer.operator.validation.Tools.handleAverages(IOContainer, List)
This method is no longer needed. |
com.rapidminer.operator.validation.Tools.handleAverages(IOContainer, List, boolean)
This method is no longer needed. |
com.rapidminer.operator.Operator.hasInput(Class extends IOObject>)
use the input ports directly |
com.rapidminer.tools.ParameterService.init(InputStream)
|
com.rapidminer.tools.LogService.isSufficientLogVerbosity(int)
Use Logger.isLoggable(Level) |
com.rapidminer.tools.LogService.logMessage(String, int)
please do not use this log method any longer, use the method WrapperLoggingHandler.log(String, int) instead |
com.rapidminer.tools.jdbc.StatementCreator.makeSelectEmptySetStatement(String)
You don't want to use this method. Use the table meta data. |
com.rapidminer.tools.Tools.mergeQuotedSplits(String, String[], String)
Please use Tools.quotedSplit(String, Pattern, char, char) or Tools.quotedSplit(String, Pattern)
instead |
com.rapidminer.gui.tools.dialogs.wizards.WizardStep.performEnteringAction()
|
com.rapidminer.gui.tools.dialogs.wizards.WizardStep.performLeavingAction()
|
com.rapidminer.gui.MainFrame.processChanged()
this method is no longer necessary (and does nothing) since the MainFrame
observes the process using an Observer pattern. See MainFrame.processObserver . |
com.rapidminer.tools.jdbc.DatabaseHandler.query(String)
Use the method DatabaseHandler.createStatement(boolean) instead and perform the queries explicitely since this method would not allow closing the statement |
com.rapidminer.operator.AbstractIOObject.read(InputStream)
Use #read(InputStreamProvider, String) to be able to read all formats (xml zipped/not zipped and binary) |
com.rapidminer.tools.jdbc.connection.DatabaseConnectionService.readConnectionEntries(File)
|
com.rapidminer.RapidMiner.readExperimentFile(File)
Use RapidMiner.readProcessFile(File) instead |
com.rapidminer.tools.GlobalAuthenticator.register(GlobalAuthenticator.URLAuthenticator)
|
com.rapidminer.operator.Operator.register(Process, String)
No longer necessary since the registering / unregistering will
be performed during operator adding |
com.rapidminer.tools.OperatorService.registerOperator(OperatorDescription)
|
com.rapidminer.RapidMiner.registerRapidMinerProperty(ParameterType)
|
com.rapidminer.gui.renderer.RendererService.registerRenderers(String, String, boolean, List, ClassLoader)
|
com.rapidminer.RapidMiner.registerYaleProperty(ParameterType)
Use #ParameterService.registerParameter(ParameterType) instead |
com.rapidminer.operator.OperatorChain.removeOperator(Operator)
|
com.rapidminer.gui.properties.SettingsDialog.removeSettingsChangedListener(SettingsChangeListener)
|
com.rapidminer.operator.Operator.resume()
Use Process.resume() |
com.rapidminer.Process.run(IOContainer, boolean)
|
com.rapidminer.Process.run(IOContainer, int, boolean)
|
com.rapidminer.Process.run(IOContainer, int, boolean, Map)
|
com.rapidminer.tools.Tools.sendEmail(String, String, String)
Use MailUtilities.sendEmail(String,String,String) instead |
com.rapidminer.gui.MainFrame.setExperiment(Process)
Use MainFrame.setProcess(Process, boolean) instead |
com.rapidminer.Process.setExperimentFile(File)
Please use Process.setProcessFile(File) instead. |
com.rapidminer.Process.setExperimentState(int)
Use Process.setProcessState(int) instead |
com.rapidminer.operator.Operator.setInput(IOContainer)
use the ports |
com.rapidminer.parameter.Parameters.setParameterWithoutCheck(String, String)
Please use the method Parameters.setParameter(String, String) instead |
com.rapidminer.RapidMiner.setRapidMinerPropertyValue(String, String)
|
com.rapidminer.operator.learner.AbstractLearner.shouldCalculateWeights()
This method is not used any longer. Weights are computed iff
AbstractLearner.canCalculateWeights() returns true and the corresponding port is connected. |
com.rapidminer.operator.learner.AbstractLearner.shouldEstimatePerformance()
This method is not used any longer. Performance is estimated iff
AbstractLearner.canEstimatePerformance() returns true and the corresponding port is connected. |
com.rapidminer.operator.OperatorChain.shouldReturnInnerOutput()
As of 5.0, this method is no longer necessary. |
com.rapidminer.operator.ports.Port.simulatesStack()
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. |
com.rapidminer.operator.performance.MeasuredPerformance.startCounting(ExampleSet)
Please use the other start counting method directly |
com.rapidminer.parameter.Parameters.transformList2String(List)
|
com.rapidminer.parameter.Parameters.transformString2List(String)
|
com.rapidminer.gui.properties.SettingsPropertyPanel.writeProperties(PrintWriter)
|
com.rapidminer.tools.ParameterService.writeProperties(Properties, File)
|
com.rapidminer.tools.ParameterService.writePropertyIntoMainUserConfigFile(String, String)
|
com.rapidminer.operator.Operator.writeXML(Writer, String, boolean)
indent is not considered any more. Use Operator.writeXML(Writer, boolean) |