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)
298if (_model == null && _predictiveModel == null) 319view = _predictiveModel.TransformModel.Apply(Host, new EmptyDataView(Host, _predictiveModel.TransformModel.InputSchema)); 320rawPred = _predictiveModel.Predictor; 321trainSchema = _predictiveModel.GetTrainingSchema(Host);