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