ApproximatedKernelMappingEstimator.Fit(IDataView) メソッド

定義

ApproximatedKernelTransformerをトレーニングして返します。

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

パラメーター

input
IDataView

返品

実装

適用対象