TransformerChain<TLastTransformer>.Transform 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Transform(IDataView) | |
Transform(IDataView, TransformerScope) |
Transform(IDataView)
public Microsoft.ML.IDataView Transform (Microsoft.ML.IDataView input);
abstract member Transform : Microsoft.ML.IDataView -> Microsoft.ML.IDataView
override this.Transform : Microsoft.ML.IDataView -> Microsoft.ML.IDataView
Public Function Transform (input As IDataView) As IDataView
參數
- input
- IDataView
傳回
實作
適用於
Transform(IDataView, TransformerScope)
public Microsoft.ML.IDataView Transform (Microsoft.ML.IDataView input, Microsoft.ML.Data.TransformerScope scope);
member this.Transform : Microsoft.ML.IDataView * Microsoft.ML.Data.TransformerScope -> Microsoft.ML.IDataView
Public Function Transform (input As IDataView, scope As TransformerScope) As IDataView
參數
- input
- IDataView
- scope
- TransformerScope