|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stimulusdelayreward.Tools
Set of tools for the environment and simulations data.
Constructor Summary | |
Tools()
|
Method Summary | |
static void |
dumpE(DataSetCollector dsc)
Takes a DataSetCollector and dump V values for trials 1, 11, 21, 31, 41, 51, 101 & 151 & 201 |
static void |
dumpR(DataSetCollector dsc)
Takes a DataSetCollector and dump R values for trials 1, 11, 21, 31, 41, 51, 101 & 151 & 201 |
static void |
dumpV(DataSetCollector dsc)
Takes a DataSetCollector and dump V values for trials 1, 11, 21, 31, 41, 51, 101 & 151 & 201 |
static DataSetCollection |
loadDataSet(java.lang.String fileName)
Loads a data set (saved using #saveDataSet ) from a file. |
static void |
saveDataSetCollection(java.lang.String fileName,
DataSetCollection dataSet)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Tools()
Method Detail |
public static void dumpE(DataSetCollector dsc)
public static void dumpR(DataSetCollector dsc)
public static void dumpV(DataSetCollector dsc)
public static DataSetCollection loadDataSet(java.lang.String fileName) throws java.io.IOException, java.lang.ClassNotFoundException
#saveDataSet
) from a file.
fileName
- The name of the file.
java.io.IOException
java.lang.ClassNotFoundException
public static void saveDataSetCollection(java.lang.String fileName, DataSetCollection dataSet) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |