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);