Olvasás angol nyelven

Megosztás a következőn keresztül:


TextLoader Class

Definition

Loads a text file into an IDataView. Supports basic mapping from input columns to IDataView columns.

C#
public sealed class TextLoader : Microsoft.ML.IDataLoader<Microsoft.ML.Data.IMultiStreamSource>
Inheritance
TextLoader
Implements

Methods

GetOutputSchema()

The output DataViewSchema that will be produced by the loader.

Load(IMultiStreamSource)

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

Termék Verziók
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview