DatabaseLoader.Load(DatabaseSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads data from source
into an IDataView.
public Microsoft.ML.IDataView Load (Microsoft.ML.Data.DatabaseSource source);
abstract member Load : Microsoft.ML.Data.DatabaseSource -> Microsoft.ML.IDataView
override this.Load : Microsoft.ML.Data.DatabaseSource -> Microsoft.ML.IDataView
Public Function Load (source As DatabaseSource) As IDataView
Parameters
- source
- DatabaseSource
The source from which to load data.