DatabaseLoader Class

Definition

public sealed class DatabaseLoader : Microsoft.ML.IDataLoader<Microsoft.ML.Data.DatabaseSource>
type DatabaseLoader = class
    interface IDataLoader<DatabaseSource>
    interface ICanSaveModel
Public NotInheritable Class DatabaseLoader
Implements IDataLoader(Of DatabaseSource)
Inheritance
DatabaseLoader
Implements

Methods

Name Description
GetOutputSchema()

The output DataViewSchema that will be produced by the loader.

Load(DatabaseSource)

Loads data from source into an IDataView.

Explicit Interface Implementations

Name Description
ICanSaveModel.Save(ModelSaveContext)

Extension Methods

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

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

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

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

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

Preview an effect of the loader on a given source.

Applies to