DnnImageFeaturizerEstimator.Fit(IDataView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note that OnnxEstimator which this is based on is a trivial estimator, so this does not do any actual training, just verifies the schema.
public Microsoft.ML.Data.TransformerChain<Microsoft.ML.Transforms.ColumnCopyingTransformer> Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.TransformerChain<Microsoft.ML.Transforms.ColumnCopyingTransformer>
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.TransformerChain<Microsoft.ML.Transforms.ColumnCopyingTransformer>
Public Function Fit (input As IDataView) As TransformerChain(Of ColumnCopyingTransformer)
Parameters
- input
- IDataView