process.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,756 行 · 第 1/5 页
HTML
1,756 行
Returns the data table associated with the given name.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Collection<<A HREF="../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getDataTables()">getDataTables</A></B>()</CODE><BR> Returns all data tables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.File</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getExperimentFile()">getExperimentFile</A></B>()</CODE><BR> <B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#getProcessFile()"><CODE>getProcessFile()</CODE></A> instead</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getExperimentState()">getExperimentState</A></B>()</CODE><BR> <B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#getProcessState()"><CODE>getProcessState()</CODE></A> instead</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/tools/LogService.html" title="class in com.rapidminer.tools">LogService</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getLog()">getLog</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/MacroHandler.html" title="class in com.rapidminer">MacroHandler</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getMacroHandler()">getMacroHandler</A></B>()</CODE><BR> Returns the macro handler.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getOperator(java.lang.String)">getOperator</A></B>(java.lang.String name)</CODE><BR> Returns the operator with the given name.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.File</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getProcessFile()">getProcessFile</A></B>()</CODE><BR> Returns the current process file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getProcessState()">getProcessState</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/report/ReportStream.html" title="interface in com.rapidminer.report">ReportStream</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getReportStream(java.lang.String)">getReportStream</A></B>(java.lang.String name)</CODE><BR> Returns the reportStream with given name</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/ProcessRootOperator.html" title="class in com.rapidminer.operator">ProcessRootOperator</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#getRootOperator()">getRootOperator</A></B>()</CODE><BR> Delivers the current root operator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#readExperiment(java.io.InputStream)">readExperiment</A></B>(java.io.InputStream in)</CODE><BR> <B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#readProcess(java.io.InputStream)"><CODE>readProcess(InputStream)</CODE></A> instead</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#readProcess(java.io.InputStream)">readProcess</A></B>(java.io.InputStream in)</CODE><BR> Reads the process setup from the given input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#registerName(java.lang.String, com.rapidminer.operator.Operator)">registerName</A></B>(java.lang.String name, <A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A> operator)</CODE><BR> Returns a "name (i)" if name is already in use.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#removeBreakpointListener(com.rapidminer.BreakpointListener)">removeBreakpointListener</A></B>(<A HREF="../../com/rapidminer/BreakpointListener.html" title="interface in com.rapidminer">BreakpointListener</A> listener)</CODE><BR> Adds a breakpoint listener.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#removeReportStream(java.lang.String)">removeReportStream</A></B>(java.lang.String name)</CODE><BR> Removes this reportStream from process.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.io.File</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#resolveFileName(java.lang.String)">resolveFileName</A></B>(java.lang.String name)</CODE><BR> Resolves the given filename against the directory containing the process file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#run()">run</A></B>()</CODE><BR> Starts the process with no input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#run(int)">run</A></B>(int logVerbosity)</CODE><BR> Starts the process with the given log verbosity.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#run(com.rapidminer.operator.IOContainer)">run</A></B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> input)</CODE><BR> Starts the process with the given input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#run(com.rapidminer.operator.IOContainer, boolean)">run</A></B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> input, boolean cleanUp)</CODE><BR> Starts the process with the given input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#run(com.rapidminer.operator.IOContainer, int)">run</A></B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> input, int logVerbosity)</CODE><BR> Starts the process with the given input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#run(com.rapidminer.operator.IOContainer, int, boolean)">run</A></B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> input, int logVerbosity, boolean cleanUp)</CODE><BR> Starts the process with the given input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#save()">save</A></B>()</CODE><BR> Saves the process to the process file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#save(java.io.File)">save</A></B>(java.io.File file)</CODE><BR> Saves the process to the given process file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setCurrentOperator(com.rapidminer.operator.Operator)">setCurrentOperator</A></B>(<A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A> operator)</CODE><BR> Returns the operator that is currently being executed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setExperimentFile(java.io.File)">setExperimentFile</A></B>(java.io.File file)</CODE><BR> <B>Deprecated.</B> <I>Please use <A HREF="../../com/rapidminer/Process.html#setProcessFile(java.io.File)"><CODE>setProcessFile(File)</CODE></A> instead.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setExperimentState(int)">setExperimentState</A></B>(int state)</CODE><BR> <B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#setProcessState(int)"><CODE>setProcessState(int)</CODE></A> instead</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setProcessFile(java.io.File)">setProcessFile</A></B>(java.io.File file)</CODE><BR> Sets the process file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setProcessState(int)">setProcessState</A></B>(int state)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setRootOperator(com.rapidminer.operator.ProcessRootOperator)">setRootOperator</A></B>(<A HREF="../../com/rapidminer/operator/ProcessRootOperator.html" title="class in com.rapidminer.operator">ProcessRootOperator</A> root)</CODE><BR> Sets the current root operator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#setupFromXML(java.lang.String)">setupFromXML</A></B>(java.lang.String xmlString)</CODE><BR> Creates the process from the given XML.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#shouldStop()">shouldStop</A></B>()</CODE><BR> Returns true iff the process should be stopped.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#stop()">stop</A></B>()</CODE><BR> Stops the process as soon as possible.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#toString()">toString</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../com/rapidminer/Process.html#unregisterName(java.lang.String)">unregisterName</A></B>(java.lang.String name)</CODE><BR> This method is used for unregistering a name from the operator name map.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="PROCESS_STATE_UNKNOWN"><!-- --></A><H3>PROCESS_STATE_UNKNOWN</H3><PRE>public static final int <B>PROCESS_STATE_UNKNOWN</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#com.rapidminer.Process.PROCESS_STATE_UNKNOWN">Constant Field Values</A></DL></DL><HR><A NAME="PROCESS_STATE_STOPPED"><!-- --></A><H3>PROCESS_STATE_STOPPED</H3><PRE>public static final int <B>PROCESS_STATE_STOPPED</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#com.rapidminer.Process.PROCESS_STATE_STOPPED">Constant Field Values</A></DL></DL><HR><A NAME="PROCESS_STATE_PAUSED"><!-- --></A><H3>PROCESS_STATE_PAUSED</H3><PRE>public static final int <B>PROCESS_STATE_PAUSED</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#com.rapidminer.Process.PROCESS_STATE_PAUSED">Constant Field Values</A></DL></DL><HR><A NAME="PROCESS_STATE_RUNNING"><!-- --></A><H3>PROCESS_STATE_RUNNING</H3><PRE>public static final int <B>PROCESS_STATE_RUNNING</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#com.rapidminer.Process.PROCESS_STATE_RUNNING">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?