IDataLoaderEstimator<TSource,TLoader>.Fit(TSource) 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.
Train and return a data loader.
public TLoader Fit (TSource input);
abstract member Fit : 'Source -> 'Loader
Public Function Fit (input As TSource) As TLoader
Parameters
- input
- TSource
Returns
TLoader