jInfer

cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
Interface ExperimentSet

All Superinterfaces:
NamedModule
All Known Implementing Classes:
AbstractChainedIHs, AbstractExperimentSet, BestIHForGlpk, BestStandaloneCH, ChainedIHs1, ChainedIHs1Tweak, ChainedIHs2, ChainedIHs3, CHForMutation, FidaxWithHungry, GlpkInterfaceTiming, GrammarModelTiming, IgnoreTextData, PingAll, RandomLocalBranching, RandomVsFuzzyVsFidaxStart, TimeQuality, TimeTillOptimum, VariousBetas

public interface ExperimentSet
extends NamedModule

Mostly marker interface of an experiment set. Other than extending a named module (in order to use the lookup capabilities from Base) it only declares the run method.


Method Summary
 void run(int from)
          Run the experiment set from the specified index (first is 0), whatever that means.
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule
getDisplayName, getModuleDescription, getName
 

Method Detail

run

void run(int from)
         throws InterruptedException
Run the experiment set from the specified index (first is 0), whatever that means.

Throws:
InterruptedException

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011