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