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