process.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,756 行 · 第 1/5 页
HTML
1,756 行
<A NAME="constructor_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>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="Process()"><!-- --></A><H3>Process</H3><PRE>public <B>Process</B>()</PRE><DL><DD>Constructs an process consisting only of a SimpleOperatorChain.<P></DL><HR><A NAME="Process(java.net.URL)"><!-- --></A><H3>Process</H3><PRE>public <B>Process</B>(java.net.URL url) throws java.io.IOException, <A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A></PRE><DL><DD>Creates a new process from the given URL.<P><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></DL><HR><A NAME="Process(java.io.File)"><!-- --></A><H3>Process</H3><PRE>public <B>Process</B>(java.io.File file) throws java.io.IOException, <A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A></PRE><DL><DD>Creates a new process from the given process file. This might have been created with the GUI beforehand.<P><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></DL><HR><A NAME="Process(java.lang.String)"><!-- --></A><H3>Process</H3><PRE>public <B>Process</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>Reads an process configuration from an XML String.<P><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></DL><HR><A NAME="Process(java.io.InputStream)"><!-- --></A><H3>Process</H3><PRE>public <B>Process</B>(java.io.InputStream in) throws java.io.IOException, <A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A></PRE><DL><DD>Reads an process configuration from the given file.<P><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></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_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>Method Detail</B></FONT></TH></TR></TABLE><A NAME="clone()"><!-- --></A><H3>clone</H3><PRE>public java.lang.Object <B>clone</B>()</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE>clone</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setExperimentState(int)"><!-- --></A><H3>setExperimentState</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public void <B>setExperimentState</B>(int state)</PRE><DL><DD><B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#setProcessState(int)"><CODE>setProcessState(int)</CODE></A> instead</I><P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setProcessState(int)"><!-- --></A><H3>setProcessState</H3><PRE>public void <B>setProcessState</B>(int state)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getExperimentState()"><!-- --></A><H3>getExperimentState</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public int <B>getExperimentState</B>()</PRE><DL><DD><B>Deprecated.</B> <I>Use <A HREF="../../com/rapidminer/Process.html#getProcessState()"><CODE>getProcessState()</CODE></A> instead</I><P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getProcessState()"><!-- --></A><H3>getProcessState</H3><PRE>public int <B>getProcessState</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getLog()"><!-- --></A><H3>getLog</H3><PRE>public <A HREF="../../com/rapidminer/tools/LogService.html" title="class in com.rapidminer.tools">LogService</A> <B>getLog</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getMacroHandler()"><!-- --></A><H3>getMacroHandler</H3><PRE>public <A HREF="../../com/rapidminer/MacroHandler.html" title="class in com.rapidminer">MacroHandler</A> <B>getMacroHandler</B>()</PRE><DL><DD>Returns the macro handler.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clearMacros()"><!-- --></A><H3>clearMacros</H3><PRE>public void <B>clearMacros</B>()</PRE><DL><DD>Clears all macros.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="dataTableExists(java.lang.String)"><!-- --></A><H3>dataTableExists</H3><PRE>public boolean <B>dataTableExists</B>(java.lang.String name)</PRE><DL><DD>Returns true if a data table object with the given name exists.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addDataTable(com.rapidminer.datatable.DataTable)"><!-- --></A><H3>addDataTable</H3><PRE>public <A HREF="../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> <B>addDataTable</B>(<A HREF="../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> table)</PRE><DL><DD>Returns the data table associated with the given name. If the name was not used yet, an empty DataTable object is created with the given columnNames.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getDataTable(java.lang.String)"><!-- --></A><H3>getDataTable</H3><PRE>public <A HREF="../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> <B>getDataTable</B>(java.lang.String name)</PRE><DL><DD>Returns the data table associated with the given name. If the name was not used yet, an empty DataTable object is created with the given columnNames.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getDataTables()"><!-- --></A><H3>getDataTables</H3><PRE>public java.util.Collection<<A HREF="../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A>> <B>getDataTables</B>()</PRE><DL><DD>Returns all data tables.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clearDataTables()"><!-- --></A><H3>clearDataTables</H3><PRE>public void <B>clearDataTables</B>()</PRE><DL><DD>Removes all data tables before running a new process.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addReportStream(com.rapidminer.report.ReportStream)"><!-- --></A><H3>addReportStream</H3><PRE>public void <B>addReportStream</B>(<A HREF="../../com/rapidminer/report/ReportStream.html" title="interface in com.rapidminer.report">ReportStream</A> stream)</PRE><DL><DD>This method adds a new report stream with the given name<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getReportStream(java.lang.String)"><!-- --></A><H3>getReportStream</H3><PRE>public <A HREF="../../com/rapidminer/report/ReportStream.html" title="interface in com.rapidminer.report">ReportStream</A> <B>getReportStream</B>(java.lang.String name)</PRE><DL><DD>Returns the reportStream with given name<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="removeReportStream(java.lang.String)"><!-- --></A><H3>removeReportStream</H3><PRE>public void <B>removeReportStream</B>(java.lang.String name)</PRE><DL><DD>Removes this reportStream from process. This report Stream will not be notified about new report items.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - of the report stream given in the ReportGenerator operator</DL></DD></DL><HR><A NAME="clearReportStreams()"><!-- --></A><H3>clearReportStreams</H3><PRE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?