DataFlow.ToDataView 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.
Perform the necessary execution on DataFlow object to get an IDataView result.
public:
Microsoft::ML::IDataView ^ ToDataView();
public Microsoft.ML.IDataView ToDataView();
member this.ToDataView : unit -> Microsoft.ML.IDataView
Public Function ToDataView () As IDataView
Returns
IDataView result.