CompositeDataLoader<TSource,TLastTransformer>.Load(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.
Produce the data view from the specified input. Note that IDataView's are lazy, so no actual loading happens here, just schema validation.
public Microsoft.ML.IDataView Load (TSource input);
abstract member Load : 'Source -> Microsoft.ML.IDataView
override this.Load : 'Source -> Microsoft.ML.IDataView
Public Function Load (input As TSource) As IDataView
Parameters
- input
- TSource