5 instantiations of OpaqueDataView
Microsoft.ML.Data (5)
Commands\CrossValidationCommand.cs (3)
492
trainPipe = new
OpaqueDataView
(trainPipe);
502
testPipe = new
OpaqueDataView
(testPipe);
517
validPipe = new
OpaqueDataView
(validPipe);
DataView\LambdaColumnMapper.cs (1)
80
return new
OpaqueDataView
(impl);
DataView\LambdaFilter.cs (1)
69
return new
OpaqueDataView
(impl);