TextLoader 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將文字檔載入 IDataView。 支援從輸入資料行到 IDataView 資料行的基本對應。
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)
- 繼承
-
TextLoader
- 實作
方法
GetOutputSchema() |
載入器將產生的輸出 DataViewSchema 。 |
Load(IMultiStreamSource) |
將資料從 |
明確介面實作
ICanSaveModel.Save(ModelSaveContext) |
將文字檔載入 IDataView。 支援從輸入資料行到 IDataView 資料行的基本對應。 |
擴充方法
Preview<TSource>(IDataLoader<TSource>, TSource, Int32) |
預覽在指定 |
Append<TSource,TTrans>(IDataLoader<TSource>, TTrans) |
將轉換器附加至此資料載入器,以建立新的複合載入器。 |
Append<TSource,TTrans>(IDataLoader<TSource>, IEstimator<TTrans>) |
藉由將估算器附加至此資料載入器,以建立新的複合載入器估算器。 |