1 write to _predictiveModel
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
120
_predictiveModel
= args.PredictiveModel;
5 references to _predictiveModel
Microsoft.ML.OnnxConverter (5)
SaveOnnxCommand.cs (5)
298
if (_model == null &&
_predictiveModel
== null)
319
view =
_predictiveModel
.TransformModel.Apply(Host, new EmptyDataView(Host,
_predictiveModel
.TransformModel.InputSchema));
320
rawPred =
_predictiveModel
.Predictor;
321
trainSchema =
_predictiveModel
.GetTrainingSchema(Host);