2 writes to _featureWeights
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
485
_featureWeights
= predictor as IPredictorWithFeatureWeights<float>;
507
_featureWeights
= (IPredictorWithFeatureWeights<float>)SubModel;
1 reference to _featureWeights
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
537
_featureWeights
.GetFeatureWeights(ref weights);