IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Static Public Member Functions | |
static void | LoadSampledDataCombinedOutputsJSON (ref SampledDataSet sampledData, params string[] fileNames) |
Loads sampled data and Definition data from multible CSV files. Sampled data consist of one output and multiple input parameters. Input parameters are the same in all files but output parameter should be different. More... | |
|
inlinestatic |
Loads sampled data and Definition data from multible CSV files. Sampled data consist of one output and multiple input parameters. Input parameters are the same in all files but output parameter should be different.
fileNames | Path to the file where sampled data are saved. |
sampledData | Sampled data set. |
$A Tako78 Mar11;
References IG.Num.SampledDataSet.LoadSampledDataJson(), and IG.Num.SampledDataSet.SampledDataCombineOutputs().