|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet cz.cuni.mff.ksi.jinfer.iss.experiments.sets.IgnoreTextData
public class IgnoreTextData
This experiment compares performance when ignoring text data.
Field Summary |
---|
Fields inherited from class cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet |
---|
POOL_SIZE, resultCsv |
Constructor Summary | |
---|---|
IgnoreTextData()
|
Method Summary | |
---|---|
protected List<ExperimentParameters> |
getExperiments()
Should return the list of experiment parameters to be run in this set. |
String |
getName()
Returns a user friendly yet unique name of the module. |
protected void |
notifyFinished(Experiment e,
int iteration)
Notification that the current iteration has finished. |
protected void |
notifyFinishedAll()
Notification that the experiment set has finished. |
protected void |
notifyStart()
Notification that the experiment set run is starting (this does not happen if we start from index higher than 0). |
Methods inherited from class cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet |
---|
getDisplayName, getModuleDescription, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IgnoreTextData()
Method Detail |
---|
public String getName()
NamedModule
protected List<ExperimentParameters> getExperiments()
AbstractExperimentSet
getExperiments
in class AbstractExperimentSet
protected void notifyStart()
AbstractExperimentSet
notifyStart
in class AbstractExperimentSet
protected void notifyFinished(Experiment e, int iteration)
AbstractExperimentSet
notifyFinished
in class AbstractExperimentSet
e
- Object representing the experiment that has currently finished running.iteration
- Iteration - index in the list of all the experiments in
this set - that was just finished. Note that the numbering starts from 0.protected void notifyFinishedAll()
AbstractExperimentSet
notifyFinishedAll
in class AbstractExperimentSet
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |