process.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,756 行 · 第 1/5 页
HTML
1,756 行
public void <B>clearReportStreams</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setRootOperator(com.rapidminer.operator.ProcessRootOperator)"><!-- --></A><H3>setRootOperator</H3><PRE>public void <B>setRootOperator</B>(<A HREF="../../com/rapidminer/operator/ProcessRootOperator.html" title="class in com.rapidminer.operator">ProcessRootOperator</A> root)</PRE><DL><DD>Sets the current root operator. This might lead to a new registering of operator names.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getRootOperator()"><!-- --></A><H3>getRootOperator</H3><PRE>public <A HREF="../../com/rapidminer/operator/ProcessRootOperator.html" title="class in com.rapidminer.operator">ProcessRootOperator</A> <B>getRootOperator</B>()</PRE><DL><DD>Delivers the current root operator.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setupFromXML(java.lang.String)"><!-- --></A><H3>setupFromXML</H3><PRE>public void <B>setupFromXML</B>(java.lang.String xmlString) throws java.io.IOException, <A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A></PRE><DL><DD>Creates the process from the given XML.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE><DD><CODE><A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A></CODE></DL></DD></DL><HR><A NAME="getExperimentFile()"><!-- --></A><H3>getExperimentFile</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public java.io.File <B>getExperimentFile</B>()</PRE><DL><DD><B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#getProcessFile()"><CODE>getProcessFile()</CODE></A> instead</I><P><DD>Returns the current process file.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getProcessFile()"><!-- --></A><H3>getProcessFile</H3><PRE>public java.io.File <B>getProcessFile</B>()</PRE><DL><DD>Returns the current process file.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getOperator(java.lang.String)"><!-- --></A><H3>getOperator</H3><PRE>public <A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A> <B>getOperator</B>(java.lang.String name)</PRE><DL><DD>Returns the operator with the given name.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getCurrentOperator()"><!-- --></A><H3>getCurrentOperator</H3><PRE>public <A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A> <B>getCurrentOperator</B>()</PRE><DL><DD>Returns the operator that is currently being executed.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getAllOperators()"><!-- --></A><H3>getAllOperators</H3><PRE>public java.util.Collection<<A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A>> <B>getAllOperators</B>()</PRE><DL><DD>Returns a Collection view of all operators.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getAllOperatorNames()"><!-- --></A><H3>getAllOperatorNames</H3><PRE>public java.util.Collection<java.lang.String> <B>getAllOperatorNames</B>()</PRE><DL><DD>Returns a Set view of all operator names (i.e. Strings).<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setCurrentOperator(com.rapidminer.operator.Operator)"><!-- --></A><H3>setCurrentOperator</H3><PRE>public void <B>setCurrentOperator</B>(<A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A> operator)</PRE><DL><DD>Returns the operator that is currently being executed.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addBreakpointListener(com.rapidminer.BreakpointListener)"><!-- --></A><H3>addBreakpointListener</H3><PRE>public void <B>addBreakpointListener</B>(<A HREF="../../com/rapidminer/BreakpointListener.html" title="interface in com.rapidminer">BreakpointListener</A> listener)</PRE><DL><DD>Removes a breakpoint listener.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="removeBreakpointListener(com.rapidminer.BreakpointListener)"><!-- --></A><H3>removeBreakpointListener</H3><PRE>public void <B>removeBreakpointListener</B>(<A HREF="../../com/rapidminer/BreakpointListener.html" title="interface in com.rapidminer">BreakpointListener</A> listener)</PRE><DL><DD>Adds a breakpoint listener.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="fireBreakpointEvent(com.rapidminer.operator.Operator, com.rapidminer.operator.IOContainer, int)"><!-- --></A><H3>fireBreakpointEvent</H3><PRE>public void <B>fireBreakpointEvent</B>(<A HREF="../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A> operator, <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> ioContainer, int location)</PRE><DL><DD>Fires the event that the process was paused.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="fireResumeEvent()"><!-- --></A><H3>fireResumeEvent</H3><PRE>public void <B>fireResumeEvent</B>()</PRE><DL><DD>Fires the event that the process was resumed.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="checkExperiment(com.rapidminer.operator.IOContainer)"><!-- --></A><H3>checkExperiment</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public boolean <B>checkExperiment</B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> inputContainer)</PRE><DL><DD><B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#checkProcess(com.rapidminer.operator.IOContainer)"><CODE>checkProcess(IOContainer)</CODE></A> instead</I><P><DD>Checks for correct number of inner operators, properties, and io.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="checkProcess(com.rapidminer.operator.IOContainer)"><!-- --></A><H3>checkProcess</H3><PRE>public boolean <B>checkProcess</B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> inputContainer)</PRE><DL><DD>Checks for correct number of inner operators, properties, and io.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="run()"><!-- --></A><H3>run</H3><PRE>public final <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> <B>run</B>() throws <A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Starts the process with no input.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="run(int)"><!-- --></A><H3>run</H3><PRE>public final <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> <B>run</B>(int logVerbosity) throws <A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Starts the process with the given log verbosity.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="run(com.rapidminer.operator.IOContainer)"><!-- --></A><H3>run</H3><PRE>public final <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> <B>run</B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> input) throws <A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Starts the process with the given input.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="run(com.rapidminer.operator.IOContainer, int)"><!-- --></A><H3>run</H3><PRE>public final <A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> <B>run</B>(<A HREF="../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> input, int logVerbosity) throws <A HREF="../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Starts the process with the given input. The process uses the given log verbosity.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?