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"/>. 115if (args.Model != null && args.PredictiveModel != null) 116throw env.Except(nameof(args.Model) + " and " + nameof(args.PredictiveModel) + 120_predictiveModel = args.PredictiveModel;