DatabaseLoader Class
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.
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
GetOutputSchema() |
The output DataViewSchema that will be produced by the loader. |
Load(DatabaseSource) |
Loads data from |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) |
Extension Methods
Preview<TSource>(IDataLoader<TSource>, TSource, Int32) |
Preview an effect of the |
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. |