Package | Description |
---|---|
cnslab.cnsnetwork |
Modifier and Type | Field and Description |
---|---|
RecorderData |
UserSenNeuronPara.rdata |
RecorderData |
FitFun.rdata
Deprecated.
|
RecorderData |
Network.recorderData
Store the recorded data.
|
Modifier and Type | Method and Description |
---|---|
static RecorderData |
RecorderDataLib.readRecorderDataFromBinaryFile(File binaryFile) |
static RecorderData |
RecorderDataLib.readRecorderDataFromTextFile(File textFile)
Creates a RecorderData and populates it with data from a text file.
|
Modifier and Type | Method and Description |
---|---|
double |
ParToDoc.getFitValue(SimulatorParser pas,
LinkedList[] intraReceiver,
RecorderData rdata)
Deprecated.
from recorded data to evaluate the fit function value;
|
double |
ParToDoc.getRanFitValue(SimulatorParser pas,
LinkedList[] intraReceiver,
RecorderData rdata,
Seed idum)
Deprecated.
from recorded data to evaluate the bootstrapped fit function value;
|
static void |
RecorderDataLib.insertExperimentDataIntoRecorderData(RecorderData recorderData,
int experimentId,
int trialId,
String posi,
LinkedList<Double> times)
Inserts experiment data into a RecorderData instance.
|
static void |
RecorderDataLib.insertExperimentRecorderDataIntoRecorderData(RecorderData recorderData,
Experiment experiment,
RecorderData experimentRecorderData) |
static void |
RecorderDataLib.readRecorderDataFromTextFile(RecorderData recorderData,
File textFile)
Parses the input from a text file.
|
static void |
RecorderDataLib.writeRecorderDataToBinaryFile(RecorderData recorderData,
File binaryFile)
Writes the RecorderData to the file in binary format.
|
Constructor and Description |
---|
RecWriter(Experiment exp,
SimulatorParser pas,
LinkedList[] intraReceiver,
RecorderData rdata) |
RecWriter(Experiment exp,
SimulatorParser pas,
LinkedList[] intraReceiver,
RecorderData rdata,
AvalancheCounter aData) |