1 implementation of GetPerInstanceDataViewToSave
Microsoft.ML.Data (1)
Evaluators\MamlEvaluator.cs (1)
281IDataView IMamlEvaluator.GetPerInstanceDataViewToSave(RoleMappedData perInstance)
4 references to GetPerInstanceDataViewToSave
Microsoft.ML.Data (4)
Commands\EvaluateCommand.cs (1)
257var idv = evaluator.GetPerInstanceDataViewToSave(perInstData);
Commands\TestCommand.cs (1)
136var idv = evaluator.GetPerInstanceDataViewToSave(perInstData);
Commands\TrainTestCommand.cs (1)
226var idv = evaluator.GetPerInstanceDataViewToSave(perInstData);
Evaluators\EvaluatorUtils.cs (1)
761var perInst = eval.GetPerInstanceDataViewToSave(rmd);