NgramExtractingEstimator.Fit(IDataView) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定型並傳 NgramExtractingTransformer 回 。
public Microsoft.ML.Transforms.Text.NgramExtractingTransformer Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.Text.NgramExtractingTransformer
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.Text.NgramExtractingTransformer
Public Function Fit (input As IDataView) As NgramExtractingTransformer
參數
- input
- IDataView