|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.Process
com.rapidminer.Experiment
Process instead
@Deprecated public class Experiment
WARNING: This class is now deprecated. Please use the class Process instead!.
This class was introduced to avoid confusing handling of operator maps and other stuff when a new experiment is created. It is also necessary for file name resolving and breakpoint handling.
If you want to use RapidMiner from your own application the best way is often to
create an experiment from the scratch (by adding the complete operator tree
to the experiment root operator) or from a file (for example created with the
GUI beforehand) and start it by invoking the Process.run() method.
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.Process |
|---|
PROCESS_STATE_PAUSED, PROCESS_STATE_RUNNING, PROCESS_STATE_STOPPED, PROCESS_STATE_UNKNOWN |
| Constructor Summary | |
|---|---|
Experiment()
Deprecated. Please use class Process now |
|
Experiment(java.io.File file)
Deprecated. Please use class Process now |
|
Experiment(java.io.InputStream in)
Deprecated. Please use class Process now |
|
Experiment(java.lang.String xmlString)
Deprecated. Please use class Process now |
|
Experiment(java.net.URL url)
Deprecated. Please use class Process now |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public Experiment()
Process now
@Deprecated
public Experiment(java.net.URL url)
throws java.io.IOException,
XMLException
Process now
java.io.IOException
XMLException
@Deprecated
public Experiment(java.io.File file)
throws java.io.IOException,
XMLException
Process now
java.io.IOException
XMLException
@Deprecated
public Experiment(java.lang.String xmlString)
throws java.io.IOException,
XMLException
Process now
java.io.IOException
XMLException
@Deprecated
public Experiment(java.io.InputStream in)
throws java.io.IOException,
XMLException
Process now
java.io.IOException
XMLException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||