4 references to PredictiveModel
Microsoft.ML.OnnxConverter (4)
SaveOnnxCommand.cs (4)
72
/// <see cref="
PredictiveModel
"/> is used when the saved model is typed to <see cref="PredictorModel"/>.
115
if (args.Model != null && args.
PredictiveModel
!= null)
116
throw env.Except(nameof(args.Model) + " and " + nameof(args.
PredictiveModel
) +
120
_predictiveModel = args.
PredictiveModel
;