⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yale.html

📁 数据挖掘方面最新软件
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<HR><A NAME="readExperimentFile(java.io.File)"><!-- --></A><H3>readExperimentFile</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static <A HREF="../../com/rapidminer/Process.html" title="class in com.rapidminer">Process</A> <B>readExperimentFile</B>(java.io.File&nbsp;experimentfile)                                  throws <A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A>,                                         java.io.IOException,                                         java.lang.InstantiationException,                                         java.lang.IllegalAccessException</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#readProcessFile(java.io.File)"><CODE>RapidMiner.readProcessFile(File)</CODE></A> instead</I><P><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../com/rapidminer/tools/XMLException.html" title="class in com.rapidminer.tools">XMLException</A></CODE><DD><CODE>java.io.IOException</CODE><DD><CODE>java.lang.InstantiationException</CODE><DD><CODE>java.lang.IllegalAccessException</CODE></DL></DD></DL><HR><A NAME="init()"><!-- --></A><H3>init</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>init</B>()                 throws java.io.IOException</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#init()"><CODE>RapidMiner.init()</CODE></A> instead</I><P><DD>Initializes YALE. Will use the core operators.xml operator description, all  available Weka operators, and all JDBC drivers found in the directory  YALE_HOME/lib/jdbc. Will not search for JDBC drivers in other classpath libraries. Will use all plugins in the plugins directory.  Use the method <A HREF="../../com/rapidminer/RapidMiner.html#init(java.io.InputStream, boolean, boolean, boolean, boolean)"><CODE>RapidMiner.init(InputStream, boolean, boolean, boolean, boolean)</CODE></A> for more sophisticated initialization possibilities. Alternatively, you could also set the following system properties, e.g. during startup via  &quot;-Dyale.init.weka=false&quot;: <ul> <li>yale.init.operators</li> <li>yale.init.plugins.location</li> <li>yale.init.weka</li> <li>yale.init.jdbc.lib</li> <li>yale.init.jdbc.classpath</li> <li>yale.init.plugins</li> </ul><P><DD><DL><DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if something goes wrong during initialization</DL></DD></DL><HR><A NAME="init(boolean, boolean, boolean, boolean)"><!-- --></A><H3>init</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>init</B>(boolean&nbsp;addWekaOperators,                                   boolean&nbsp;searchJDBCInLibDir,                                   boolean&nbsp;searchJDBCInClasspath,                                   boolean&nbsp;addPlugins)                 throws java.io.IOException</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#init(boolean, boolean, boolean, boolean)"><CODE>RapidMiner.init(boolean,boolean,boolean,boolean)</CODE></A> instead</I><P><DD>Initializes YALE with its core operators.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>addWekaOperators</CODE> - inidcates if the operator wrappers for Weka should be loaded<DD><CODE>searchJDBCInLibDir</CODE> - indicates if JDBC drivers from the directory YALE_HOME/lib/jdbc should be loaded<DD><CODE>searchJDBCInClasspath</CODE> - indicates if JDBC drivers from the classpath libraries should be loaded<DD><CODE>addPlugins</CODE> - indicates if the plugins should be loaded<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if something goes wrong during initialization</DL></DD></DL><HR><A NAME="init(java.io.InputStream, boolean, boolean, boolean, boolean)"><!-- --></A><H3>init</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>init</B>(java.io.InputStream&nbsp;operatorsXMLStream,                                   boolean&nbsp;addWekaOperators,                                   boolean&nbsp;searchJDBCInLibDir,                                   boolean&nbsp;searchJDBCInClasspath,                                   boolean&nbsp;addPlugins)                 throws java.io.IOException</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#init(java.io.InputStream, boolean, boolean, boolean, boolean)"><CODE>RapidMiner.init(InputStream,boolean,boolean,boolean,boolean)</CODE></A> instead</I><P><DD>Initializes YALE.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>operatorsXMLStream</CODE> - the stream to the operators.xml (operator description), use core operators.xml if null<DD><CODE>addWekaOperators</CODE> - inidcates if the operator wrappers for Weka should be loaded<DD><CODE>searchJDBCInLibDir</CODE> - indicates if JDBC drivers from the directory YALE_HOME/lib/jdbc should be loaded<DD><CODE>searchJDBCInClasspath</CODE> - indicates if JDBC drivers from the classpath libraries should be loaded<DD><CODE>addPlugins</CODE> - indicates if the plugins should be loaded<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if something goes wrong during initialization</DL></DD></DL><HR><A NAME="init(java.io.InputStream, java.io.File, boolean, boolean, boolean, boolean)"><!-- --></A><H3>init</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>init</B>(java.io.InputStream&nbsp;operatorsXMLStream,                                   java.io.File&nbsp;pluginDir,                                   boolean&nbsp;addWekaOperators,                                   boolean&nbsp;searchJDBCInLibDir,                                   boolean&nbsp;searchJDBCInClasspath,                                   boolean&nbsp;addPlugins)                 throws java.io.IOException</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#init(java.io.InputStream, java.io.File, boolean, boolean, boolean, boolean)"><CODE>RapidMiner.init(InputStream,File,boolean,boolean,boolean,boolean)</CODE></A> instead</I><P><DD>Initializes YALE.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>operatorsXMLStream</CODE> - the stream to the operators.xml (operator description), use core operators.xml if null<DD><CODE>pluginDir</CODE> - the directory where plugins are located, use core plugin directory if null<DD><CODE>addWekaOperators</CODE> - inidcates if the operator wrappers for Weka should be loaded<DD><CODE>searchJDBCInLibDir</CODE> - indicates if JDBC drivers from the directory YALE_HOME/lib/jdbc should be loaded<DD><CODE>searchJDBCInClasspath</CODE> - indicates if JDBC drivers from the classpath libraries should be loaded<DD><CODE>addPlugins</CODE> - indicates if the plugins should be loaded<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if something goes wrong during initialization</DL></DD></DL><HR><A NAME="cleanUp()"><!-- --></A><H3>cleanUp</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>cleanUp</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#cleanUp()"><CODE>RapidMiner.cleanUp()</CODE></A> instead</I><P><DD>Cleans up the object visualizers available for this experiment and clears the   current temp directory. This method should be performed in cases where YALE  is embedded into other applications and only single operators (in contrast to  a complete experiment) are performed within several runs, e.g. in a loop.    TODO: bind object visualizers, log service, and temp file service to an   experiment instead of managing these things in a static way.<P><DD><DL></DL></DD></DL><HR><A NAME="showSplash()"><!-- --></A><H3>showSplash</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static <A HREF="../../com/rapidminer/gui/tools/SplashScreen.html" title="class in com.rapidminer.gui.tools">SplashScreen</A> <B>showSplash</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#showSplash()"><CODE>RapidMiner.showSplash()</CODE></A> instead</I><P><DD><DL></DL></DD></DL><HR><A NAME="hideSplash()"><!-- --></A><H3>hideSplash</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>hideSplash</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#hideSplash()"><CODE>RapidMiner.hideSplash()</CODE></A> instead</I><P><DD><DL></DL></DD></DL><HR><A NAME="splashMessage(java.lang.String)"><!-- --></A><H3>splashMessage</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>splashMessage</B>(java.lang.String&nbsp;message)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#splashMessage(java.lang.String)"><CODE>RapidMiner.splashMessage(String)</CODE></A> instead</I><P><DD><DL></DL></DD></DL><HR><A NAME="setInputHandler(com.rapidminer.InputHandler)"><!-- --></A><H3>setInputHandler</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>setInputHandler</B>(<A HREF="../../com/rapidminer/InputHandler.html" title="interface in com.rapidminer">InputHandler</A>&nbsp;inputHandler)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#setInputHandler(com.rapidminer.InputHandler)"><CODE>RapidMiner.setInputHandler(InputHandler)</CODE></A> instead</I><P><DD><DL></DL></DD></DL><HR><A NAME="getInputHandler()"><!-- --></A><H3>getInputHandler</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static <A HREF="../../com/rapidminer/InputHandler.html" title="interface in com.rapidminer">InputHandler</A> <B>getInputHandler</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#getInputHandler()"><CODE>RapidMiner.getInputHandler()</CODE></A> instead</I><P><DD><DL></DL></DD></DL><HR><A NAME="getYaleProperties()"><!-- --></A><H3>getYaleProperties</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static java.util.Set&lt;<A HREF="../../com/rapidminer/parameter/ParameterType.html" title="class in com.rapidminer.parameter">ParameterType</A>&gt; <B>getYaleProperties</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#getRapidMinerProperties()"><CODE>RapidMiner.getRapidMinerProperties()</CODE></A> instead</I><P><DD>Returns a set of <A HREF="../../com/rapidminer/parameter/ParameterType.html" title="class in com.rapidminer.parameter"><CODE>ParameterType</CODE></A>s for the Yale system properties.<P><DD><DL></DL></DD></DL><HR><A NAME="registerYaleProperty(com.rapidminer.parameter.ParameterType)"><!-- --></A><H3>registerYaleProperty</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>registerYaleProperty</B>(<A HREF="../../com/rapidminer/parameter/ParameterType.html" title="class in com.rapidminer.parameter">ParameterType</A>&nbsp;type)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#registerRapidMinerProperty(com.rapidminer.parameter.ParameterType)"><CODE>RapidMiner.registerRapidMinerProperty(ParameterType)</CODE></A> instead</I><P><DD><DL></DL></DD></DL><HR><A NAME="quit(int)"><!-- --></A><H3>quit</H3><PRE><FONT SIZE="-1">@Deprecated</FONT>public static void <B>quit</B>(int&nbsp;errorcode)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../com/rapidminer/RapidMiner.html#quit(int)"><CODE>RapidMiner.quit(int)</CODE></A> instead</I><P><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Yale.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</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&amp;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">&nbsp;<A HREF="../../com/rapidminer/Version.html" title="class in com.rapidminer"><B>PREV CLASS</B></A>&nbsp;&nbsp;NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html?com/rapidminer/Yale.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Yale.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright &#169; 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 + -