2 implementations of GetFeatureWeights
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
535public void GetFeatureWeights(ref VBuffer<float> weights) 612public void GetFeatureWeights(ref VBuffer<float> weights)
2 references to GetFeatureWeights
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
537_featureWeights.GetFeatureWeights(ref weights); 614_featureWeights.GetFeatureWeights(ref weights);