Interface IDataLoader
Generic interface to fetch a RawDataset from somewhere
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IDataLoader
Methods
| Improve this Doc View SourceLoadData(string)
Load data specified by dataPath from a particular source
Declaration
RawDataset LoadData(string dataPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | dataPath |
Returns
| Type | Description |
|---|---|
| RawDataset |