|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface IAnalyzer
interface for a pluggable model run analysis tool. This is used in conjunction with ***** in order to collect model fit data.
| Method Summary | |
|---|---|
void |
collectData(int iteration,
java.util.Collection<org.jactr.core.model.IModel> models)
Deprecated. |
void |
start(java.util.SortedMap<java.lang.String,java.lang.Integer> dimensions)
Deprecated. called before any runs start. |
void |
startCollection(int iteration,
java.util.SortedMap<java.lang.String,java.lang.Integer> parameterIndicies,
java.util.SortedMap<java.lang.String,java.lang.String> parameterValues)
Deprecated. called at the start of any given cluster of iterative runs, marking the start of a new block that should be used in the calculation of model fit |
void |
stop(java.lang.Object[] analysisResults,
java.util.SortedMap<java.lang.String,java.util.List<java.lang.String>> parameterValues)
Deprecated. all of the runs have completed. |
java.lang.Object |
stopCollection(java.util.SortedMap<java.lang.String,java.lang.Integer> parameterIndicies,
java.util.SortedMap<java.lang.String,java.lang.String> parameterValues)
Deprecated. called at the end of the analysis block. |
| Method Detail |
|---|
void start(java.util.SortedMap<java.lang.String,java.lang.Integer> dimensions)
dimensions - a map of parameter names and the number of values that will be searched
void stop(java.lang.Object[] analysisResults,
java.util.SortedMap<java.lang.String,java.util.List<java.lang.String>> parameterValues)
stopCollection(SortedMap, SortedMap) are returned as well as all
the possible parameter values
analysisResults - parameterValues -
void startCollection(int iteration,
java.util.SortedMap<java.lang.String,java.lang.Integer> parameterIndicies,
java.util.SortedMap<java.lang.String,java.lang.String> parameterValues)
iteration - current iterationtotalIteration - how many iterations will be used in this clusterstats - model fit statistic to useparameterValues - the current set of parameter values
void collectData(int iteration,
java.util.Collection<org.jactr.core.model.IModel> models)
iteration - stats - models -
java.lang.Object stopCollection(java.util.SortedMap<java.lang.String,java.lang.Integer> parameterIndicies,
java.util.SortedMap<java.lang.String,java.lang.String> parameterValues)
stop(Object[], SortedMap)
parameterIndicies - parameterValues -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||