📄 deprecated-list.html
字号:
<BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#readProcessFile(java.io.File)"><CODE>RapidMiner.readProcessFile(File)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/RapidMiner.html#readExperimentFile(java.io.File)">com.rapidminer.RapidMiner.readExperimentFile(File)</A><BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#readProcessFile(java.io.File)"><CODE>RapidMiner.readProcessFile(File)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/operator/Operator.html#register(com.rapidminer.Process, java.lang.String)">com.rapidminer.operator.Operator.register(Process, String)</A><BR> <I>No longer necessary since the registering / unregistering will be performed during operator adding</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Yale.html#registerYaleProperty(com.rapidminer.parameter.ParameterType)">com.rapidminer.Yale.registerYaleProperty(ParameterType)</A><BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#registerRapidMinerProperty(com.rapidminer.parameter.ParameterType)"><CODE>RapidMiner.registerRapidMinerProperty(ParameterType)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/RapidMiner.html#registerYaleProperty(com.rapidminer.parameter.ParameterType)">com.rapidminer.RapidMiner.registerYaleProperty(ParameterType)</A><BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#registerRapidMinerProperty(com.rapidminer.parameter.ParameterType)"><CODE>RapidMiner.registerRapidMinerProperty(ParameterType)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/gui/MainFrame.html#setExperiment(com.rapidminer.Process)">com.rapidminer.gui.MainFrame.setExperiment(Process)</A><BR> <I>Use <A HREF="com/rapidminer/gui/MainFrame.html#setProcess(com.rapidminer.Process, boolean)"><CODE>MainFrame.setProcess(Process, boolean)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Process.html#setExperimentFile(java.io.File)">com.rapidminer.Process.setExperimentFile(File)</A><BR> <I>Please use <A HREF="com/rapidminer/Process.html#setProcessFile(java.io.File)"><CODE>Process.setProcessFile(File)</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Process.html#setExperimentState(int)">com.rapidminer.Process.setExperimentState(int)</A><BR> <I>Use <A HREF="com/rapidminer/Process.html#setProcessState(int)"><CODE>Process.setProcessState(int)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Yale.html#setInputHandler(com.rapidminer.InputHandler)">com.rapidminer.Yale.setInputHandler(InputHandler)</A><BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#setInputHandler(com.rapidminer.InputHandler)"><CODE>RapidMiner.setInputHandler(InputHandler)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Yale.html#showSplash()">com.rapidminer.Yale.showSplash()</A><BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#showSplash()"><CODE>RapidMiner.showSplash()</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Yale.html#splashMessage(java.lang.String)">com.rapidminer.Yale.splashMessage(String)</A><BR> <I>Use <A HREF="com/rapidminer/RapidMiner.html#splashMessage(java.lang.String)"><CODE>RapidMiner.splashMessage(String)</CODE></A> instead</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/operator/performance/MeasuredPerformance.html#startCounting(com.rapidminer.example.ExampleSet)">com.rapidminer.operator.performance.MeasuredPerformance.startCounting(ExampleSet)</A><BR> <I>Please use the other start counting method directly</I> </TD></TR></TABLE> <P><A NAME="constructor"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Deprecated Constructors</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/example/table/DataRowFactory.html#DataRowFactory(int)">com.rapidminer.example.table.DataRowFactory(int)</A><BR> <I>Please do not use this constructor any longer. Use the constructor <A HREF="com/rapidminer/example/table/DataRowFactory.html#DataRowFactory(int, char)"><CODE>DataRowFactory.DataRowFactory(int, char)</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Experiment.html#Experiment()">com.rapidminer.Experiment()</A><BR> <I>Please use class <A HREF="com/rapidminer/Process.html" title="class in com.rapidminer"><CODE>Process</CODE></A> now</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Experiment.html#Experiment(java.io.File)">com.rapidminer.Experiment(File)</A><BR> <I>Please use class <A HREF="com/rapidminer/Process.html" title="class in com.rapidminer"><CODE>Process</CODE></A> now</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Experiment.html#Experiment(java.io.InputStream)">com.rapidminer.Experiment(InputStream)</A><BR> <I>Please use class <A HREF="com/rapidminer/Process.html" title="class in com.rapidminer"><CODE>Process</CODE></A> now</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Experiment.html#Experiment(java.lang.String)">com.rapidminer.Experiment(String)</A><BR> <I>Please use class <A HREF="com/rapidminer/Process.html" title="class in com.rapidminer"><CODE>Process</CODE></A> now</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="com/rapidminer/Experiment.html#Experiment(java.net.URL)">com.rapidminer.Experiment(URL)</A><BR> <I>Please use class <A HREF="com/rapidminer/Process.html" title="class in com.rapidminer"><CODE>Process</CODE></A> now</I> </TD></TR></TABLE> <P><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=114160&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -