1 implementation of WeaklyTypedSubModel
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
206
IPredictorProducing<float> IWeaklyTypedCalibratedModelParameters.
WeaklyTypedSubModel
=> (IPredictorProducing<float>)SubModel;
7 references to WeaklyTypedSubModel
Microsoft.ML.Data (2)
EntryPoints\PredictorModelImpl.cs (1)
116
predictor = calibrated.
WeaklyTypedSubModel
;
EntryPoints\SummarizePredictor.cs (1)
54
predictor = calibrated.
WeaklyTypedSubModel
;
Microsoft.ML.Ensemble (1)
EntryPoints\PipelineEnsemble.cs (1)
41
predictor = calibrated.
WeaklyTypedSubModel
;
Microsoft.ML.FastTree (2)
TreeEnsemble\TreeEnsembleCombiner.cs (1)
58
predictor = calibrated.
WeaklyTypedSubModel
;
TreeEnsembleFeaturizer.cs (1)
650
predictor = calibrated.
WeaklyTypedSubModel
;
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (1)
76
var linInitPred = (initPred as IWeaklyTypedCalibratedModelParameters)?.
WeaklyTypedSubModel
as LinearModelParameters;
Standard\StochasticTrainerBase.cs (1)
38
var linInitPred = (initPred as IWeaklyTypedCalibratedModelParameters)?.
WeaklyTypedSubModel
as LinearModelParameters;