2 implementations of GetFeatureWeights
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
535
public void
GetFeatureWeights
(ref VBuffer<float> weights)
612
public 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);