1 implementation of WeaklyTypedSubModel
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
206
IPredictorProducing<float> IWeaklyTypedCalibratedModelParameters.
WeaklyTypedSubModel
=> (IPredictorProducing<float>)SubModel;
2 references to WeaklyTypedSubModel
Microsoft.ML.Data (2)
EntryPoints\PredictorModelImpl.cs (1)
116
predictor = calibrated.
WeaklyTypedSubModel
;
EntryPoints\SummarizePredictor.cs (1)
54
predictor = calibrated.
WeaklyTypedSubModel
;