共用方式為


TensorFlowEstimator.Fit(IDataView) 方法

定義

定型並傳 TensorFlowTransformer 回 。

public Microsoft.ML.Transforms.TensorFlowTransformer Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.TensorFlowTransformer
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.TensorFlowTransformer
Public Function Fit (input As IDataView) As TensorFlowTransformer

參數

input
IDataView

傳回

實作

適用於