|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.Yale
public class Yale
Former main program (before renaming YALE into RapidMiner). Entry point for the command line programm, the GUI and wrappers. Please note that applications which use RapidMiner as a data mining library will have to invoke one of the init methods provided by this class before applying processes or operators. Several init methods exist and choosing the correct one with optimal parameters might drastically reduce runtime and / or initialization time.
| Constructor Summary | |
|---|---|
Yale()
|
|
| Method Summary | |
|---|---|
static void |
cleanUp()
Deprecated. Use RapidMiner.cleanUp() instead |
static InputHandler |
getInputHandler()
Deprecated. Use RapidMiner.getInputHandler() instead |
static java.lang.String |
getVersion()
Deprecated. Use RapidMiner.getShortVersion() instead |
static java.util.Set<ParameterType> |
getYaleProperties()
Deprecated. Use RapidMiner.getRapidMinerProperties() instead |
static void |
hideSplash()
Deprecated. Use RapidMiner.hideSplash() instead |
static void |
init()
Deprecated. Use RapidMiner.init() instead |
static void |
init(boolean addWekaOperators,
boolean searchJDBCInLibDir,
boolean searchJDBCInClasspath,
boolean addPlugins)
Deprecated. Use RapidMiner.init(boolean,boolean,boolean,boolean) instead |
static void |
init(java.io.InputStream operatorsXMLStream,
boolean addWekaOperators,
boolean searchJDBCInLibDir,
boolean searchJDBCInClasspath,
boolean addPlugins)
Deprecated. Use RapidMiner.init(InputStream,boolean,boolean,boolean,boolean) instead |
static void |
init(java.io.InputStream operatorsXMLStream,
java.io.File pluginDir,
boolean addWekaOperators,
boolean searchJDBCInLibDir,
boolean searchJDBCInClasspath,
boolean addPlugins)
Deprecated. Use RapidMiner.init(InputStream,File,boolean,boolean,boolean,boolean) instead |
static void |
quit(int errorcode)
Deprecated. Use RapidMiner.quit(int) instead |
static Process |
readExperimentFile(java.io.File experimentfile)
Deprecated. Use RapidMiner.readProcessFile(File) instead |
static void |
registerYaleProperty(ParameterType type)
Deprecated. Use RapidMiner.registerRapidMinerProperty(ParameterType) instead |
static void |
setInputHandler(InputHandler inputHandler)
Deprecated. Use RapidMiner.setInputHandler(InputHandler) instead |
static SplashScreen |
showSplash()
Deprecated. Use RapidMiner.showSplash() instead |
static void |
splashMessage(java.lang.String message)
Deprecated. Use RapidMiner.splashMessage(String) instead |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Yale()
| Method Detail |
|---|
@Deprecated public static java.lang.String getVersion()
RapidMiner.getShortVersion() instead
@Deprecated
public static Process readExperimentFile(java.io.File experimentfile)
throws XMLException,
java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
RapidMiner.readProcessFile(File) instead
XMLException
java.io.IOException
java.lang.InstantiationException
java.lang.IllegalAccessException
@Deprecated
public static void init()
throws java.io.IOException
RapidMiner.init() instead
RapidMiner.init(InputStream, boolean, boolean, boolean, boolean)
for more sophisticated initialization possibilities. Alternatively, you could
also set the following system properties, e.g. during startup via
"-Dyale.init.weka=false":
java.io.IOException - if something goes wrong during initialization
@Deprecated
public static void init(boolean addWekaOperators,
boolean searchJDBCInLibDir,
boolean searchJDBCInClasspath,
boolean addPlugins)
throws java.io.IOException
RapidMiner.init(boolean,boolean,boolean,boolean) instead
addWekaOperators - inidcates if the operator wrappers for Weka should be loadedsearchJDBCInLibDir - indicates if JDBC drivers from the directory YALE_HOME/lib/jdbc should be loadedsearchJDBCInClasspath - indicates if JDBC drivers from the classpath libraries should be loadedaddPlugins - indicates if the plugins should be loaded
java.io.IOException - if something goes wrong during initialization
@Deprecated
public static void init(java.io.InputStream operatorsXMLStream,
boolean addWekaOperators,
boolean searchJDBCInLibDir,
boolean searchJDBCInClasspath,
boolean addPlugins)
throws java.io.IOException
RapidMiner.init(InputStream,boolean,boolean,boolean,boolean) instead
operatorsXMLStream - the stream to the operators.xml (operator description), use core operators.xml if nulladdWekaOperators - inidcates if the operator wrappers for Weka should be loadedsearchJDBCInLibDir - indicates if JDBC drivers from the directory YALE_HOME/lib/jdbc should be loadedsearchJDBCInClasspath - indicates if JDBC drivers from the classpath libraries should be loadedaddPlugins - indicates if the plugins should be loaded
java.io.IOException - if something goes wrong during initialization
@Deprecated
public static void init(java.io.InputStream operatorsXMLStream,
java.io.File pluginDir,
boolean addWekaOperators,
boolean searchJDBCInLibDir,
boolean searchJDBCInClasspath,
boolean addPlugins)
throws java.io.IOException
RapidMiner.init(InputStream,File,boolean,boolean,boolean,boolean) instead
operatorsXMLStream - the stream to the operators.xml (operator description), use core operators.xml if nullpluginDir - the directory where plugins are located, use core plugin directory if nulladdWekaOperators - inidcates if the operator wrappers for Weka should be loadedsearchJDBCInLibDir - indicates if JDBC drivers from the directory YALE_HOME/lib/jdbc should be loadedsearchJDBCInClasspath - indicates if JDBC drivers from the classpath libraries should be loadedaddPlugins - indicates if the plugins should be loaded
java.io.IOException - if something goes wrong during initialization@Deprecated public static void cleanUp()
RapidMiner.cleanUp() instead
@Deprecated public static SplashScreen showSplash()
RapidMiner.showSplash() instead
@Deprecated public static void hideSplash()
RapidMiner.hideSplash() instead
@Deprecated public static void splashMessage(java.lang.String message)
RapidMiner.splashMessage(String) instead
@Deprecated public static void setInputHandler(InputHandler inputHandler)
RapidMiner.setInputHandler(InputHandler) instead
@Deprecated public static InputHandler getInputHandler()
RapidMiner.getInputHandler() instead
@Deprecated public static java.util.Set<ParameterType> getYaleProperties()
RapidMiner.getRapidMinerProperties() instead
ParameterTypes for the Yale system properties.
@Deprecated public static void registerYaleProperty(ParameterType type)
RapidMiner.registerRapidMinerProperty(ParameterType) instead
@Deprecated public static void quit(int errorcode)
RapidMiner.quit(int) instead
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||