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