DatabaseLoader Class
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.
C#
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
Get |
The output DataViewSchema that will be produced by the loader. |
Load(Database |
Loads data from |
Preview<TSource>(IData |
Preview an effect of the |
Append<TSource,TTrans>(IData |
Create a new composite loader, by appending a transformer to this data loader. |
Append<TSource,TTrans>(IData |
Create a new composite loader estimator, by appending an estimator to this data loader. |
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 |