OneHotHashEncodingTransformer.Transform(IDataView) 方法
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料擷取在中、進行轉換、輸出資料。 請注意, 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
產品 | 版本 |
---|---|
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 |