|
Deprecated Methods |
com.rapidminer.Process.checkExperiment(IOContainer)
Use Process.checkProcess(IOContainer) instead |
com.rapidminer.Yale.cleanUp()
Use RapidMiner.cleanUp() instead |
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.OperatorChain.createExperimentTree(int, String, String, Operator, String)
Use OperatorChain.createProcessTree(int,String,String,Operator,String) 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.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.NoMissingLabelsCondition.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.NoMissingAttributesCondition.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.MissingAttributesCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
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.Condition.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.AttributeValueFilter.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.operator.learner.meta.BayBoostStream.BatchFilterCondition.duplicate()
Conditions should not be able to be changed dynamically and hence there is no need for a copy |
com.rapidminer.tools.jdbc.DatabaseHandler.getDatabaseName(Attribute)
Use the open and close quotes for identifiers from the properties instead |
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.Yale.getInputHandler()
Use RapidMiner.getInputHandler() instead |
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.Yale.getVersion()
Use RapidMiner.getShortVersion() instead |
com.rapidminer.Yale.getYaleProperties()
Use RapidMiner.getRapidMinerProperties() instead |
com.rapidminer.RapidMiner.getYaleProperties()
Use RapidMiner.getRapidMinerProperties() instead |
com.rapidminer.Yale.hideSplash()
Use RapidMiner.hideSplash() instead |
com.rapidminer.Yale.init()
Use RapidMiner.init() instead |
com.rapidminer.Yale.init(boolean, boolean, boolean, boolean)
Use RapidMiner.init(boolean,boolean,boolean,boolean) instead |
com.rapidminer.Yale.init(InputStream, boolean, boolean, boolean, boolean)
Use RapidMiner.init(InputStream,boolean,boolean,boolean,boolean) instead |
com.rapidminer.Yale.init(InputStream, File, boolean, boolean, boolean, boolean)
Use RapidMiner.init(InputStream,File,boolean,boolean,boolean,boolean) instead |
com.rapidminer.tools.LogService.logMessage(String, int)
please do not use this log method any longer, use the method LogService.log(String, int) instead |
com.rapidminer.tools.Tools.mergeQuotedSplits(String, String[], String)
Please use Tools.quotedSplit(String, Pattern, char, char) or Tools.quotedSplit(String, Pattern) instead |
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.Yale.quit(int)
Use RapidMiner.quit(int) instead |
com.rapidminer.Yale.readExperimentFile(File)
Use RapidMiner.readProcessFile(File) instead |
com.rapidminer.RapidMiner.readExperimentFile(File)
Use RapidMiner.readProcessFile(File) instead |
com.rapidminer.operator.Operator.register(Process, String)
No longer necessary since the registering / unregistering will
be performed during operator adding |
com.rapidminer.Yale.registerYaleProperty(ParameterType)
Use RapidMiner.registerRapidMinerProperty(ParameterType) instead |
com.rapidminer.RapidMiner.registerYaleProperty(ParameterType)
Use RapidMiner.registerRapidMinerProperty(ParameterType) instead |
com.rapidminer.operator.Operator.resume()
Use Process.resume() |
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.Yale.setInputHandler(InputHandler)
Use RapidMiner.setInputHandler(InputHandler) instead |
com.rapidminer.parameter.Parameters.setParameterWithoutCheck(String, String)
Please use the method Parameters.setParameter(String, String) instead |
com.rapidminer.Yale.showSplash()
Use RapidMiner.showSplash() instead |
com.rapidminer.Yale.splashMessage(String)
Use RapidMiner.splashMessage(String) instead |
com.rapidminer.operator.performance.MeasuredPerformance.startCounting(ExampleSet)
Please use the other start counting method directly |