1 write to SubModel
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
165SubModel = subModel;
2 references to SubModel
Microsoft.ML.IntegrationTests (2)
ModelFiles.cs (2)
197Assert.IsAssignableFrom<ISingleFeaturePredictionTransformer<object>>(trans).Model).SubModel); 313var gamModel = calibratedModelParameters.SubModel as GamBinaryModelParameters;