cz.cuni.mff.ksi.jinfer.runner
Class Runner
java.lang.Object
cz.cuni.mff.ksi.jinfer.runner.Runner
public class Runner
- extends Object
Runner is responsible for running other modules in process of inference,
ensuring correct order and passing data from output of a module
to input of another.
Note that a constructed instance of Runner remembers the modules selected
for that specific inference run: every Runner should be used for one
inference only!
Constructor Summary |
Runner()
Default, nonparametric constructor. |
Method Summary |
void |
run()
Starts process of inference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Runner
public Runner()
- Default, nonparametric constructor. Looks up all the inference modules.
run
public void run()
- Starts process of inference. Runs the first module and passes it the
reference to a callback to run when it finishes.
Generated on Fri Dec 9 00:01:25 CET 2011