Class ResourcesDataLoader
Load data from resources folder. NOTE: The actual data files (.bin) must have their file extension changed to .txt in order to be recognized. When data are imported, the identity of each is lost so we must guess which is which - currently guessing the larger of the two files is the "Data" and the smaller is "Metadata".
Implements
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class ResourcesDataLoader : IDataLoader
Methods
| Improve this Doc View SourceLoadData(string)
Load data specified by dataPath
from a particular source
Declaration
public RawDataset LoadData(string dataPath)
Parameters
Type | Name | Description |
---|---|---|
string | dataPath |
Returns
Type | Description |
---|---|
RawDataset |