|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.tools.itr.fit.AbstractModelFitAnalysis
@Deprecated public abstract class AbstractModelFitAnalysis
| Field Summary | |
|---|---|
static java.lang.String |
CLUSTER_PREFIX
Deprecated. |
static java.lang.String |
CLUSTERS
Deprecated. |
static java.lang.String |
FILENAME
Deprecated. |
| Constructor Summary | |
|---|---|
AbstractModelFitAnalysis()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
exceptionThrown(int index,
org.jactr.core.model.IModel model,
java.lang.Throwable thrown)
Deprecated. called if something goes horribly wrong. |
java.lang.String |
getParameter(java.lang.String key)
Deprecated. |
java.util.Collection<java.lang.String> |
getPossibleParameters()
Deprecated. |
java.util.Collection<java.lang.String> |
getSetableParameters()
Deprecated. |
void |
postRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
Deprecated. |
void |
preBuild(int currentRunIndex,
int totalRuns,
java.util.Collection<org.antlr.runtime.tree.CommonTree> modelDescriptors)
Deprecated. called before each build of the models in the IterativeMain. |
void |
preRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
Deprecated. called before the run starts |
void |
setParameter(java.lang.String key,
java.lang.String value)
Deprecated. |
void |
start(int totalRuns)
Deprecated. |
void |
stop()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jactr.entry.iterative.IIterativeRunListener |
|---|
preLoad |
| Field Detail |
|---|
public static final java.lang.String CLUSTERS
public static final java.lang.String FILENAME
public static final java.lang.String CLUSTER_PREFIX
| Constructor Detail |
|---|
public AbstractModelFitAnalysis()
| Method Detail |
|---|
public void exceptionThrown(int index,
org.jactr.core.model.IModel model,
java.lang.Throwable thrown)
IIterativeRunListener
exceptionThrown in interface IIterativeRunListener
public void postRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
postRun in interface IIterativeRunListener
public void preBuild(int currentRunIndex,
int totalRuns,
java.util.Collection<org.antlr.runtime.tree.CommonTree> modelDescriptors)
IIterativeRunListener
preBuild in interface IIterativeRunListenermodelDescriptors - all the descriptors of the models to be created.
public void preRun(int currentRunIndex,
int totalRuns,
java.util.Collection<org.jactr.core.model.IModel> models)
IIterativeRunListener
preRun in interface IIterativeRunListenerpublic void start(int totalRuns)
start in interface IIterativeRunListenerpublic void stop()
stop in interface IIterativeRunListenerpublic java.lang.String getParameter(java.lang.String key)
getParameter in interface org.jactr.core.utils.parameter.IParameterizedpublic java.util.Collection<java.lang.String> getPossibleParameters()
getPossibleParameters in interface org.jactr.core.utils.parameter.IParameterizedpublic java.util.Collection<java.lang.String> getSetableParameters()
getSetableParameters in interface org.jactr.core.utils.parameter.IParameterized
public void setParameter(java.lang.String key,
java.lang.String value)
setParameter in interface org.jactr.core.utils.parameter.IParameterized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||