TextLoader 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.
Loads a text file into an IDataView. Supports basic mapping from input columns to IDataView columns.
public sealed class TextLoader : Microsoft.ML.IDataLoader<Microsoft.ML.Data.IMultiStreamSource>
type TextLoader = class
interface IDataLoader<IMultiStreamSource>
interface ICanSaveModel
Public NotInheritable Class TextLoader
Implements IDataLoader(Of IMultiStreamSource)
- Inheritance
-
TextLoader
- Implements
Methods
GetOutputSchema() |
The output DataViewSchema that will be produced by the loader. |
Load(IMultiStreamSource) |
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. |