DatabaseLoader Class

Definition

C#
public sealed class DatabaseLoader : Microsoft.ML.IDataLoader<Microsoft.ML.Data.DatabaseSource>
Inheritance
DatabaseLoader
Implements

Methods

GetOutputSchema()

The output DataViewSchema that will be produced by the loader.

Load(DatabaseSource)

Loads data from source into an IDataView.

Explicit Interface Implementations

Extension Methods

Preview<TSource>(IDataLoader<TSource>, TSource, Int32)

Preview an effect of the loader on a given source.

Append<TSource,TTrans>(IDataLoader<TSource>, TTrans)

Create a new composite loader, by appending a transformer to this data loader.

Append<TSource,TTrans>(IDataLoader<TSource>, IEstimator<TTrans>)

Create a new composite loader estimator, by appending an estimator to this data loader.

Applies to

Product Versions
ML.NET 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, Preview, 4.0.0