1 interface inheriting from IHaveFeatureWeights
Microsoft.ML.Data (1)
Dirty\PredictorInterfaces.cs (1)
165internal interface IPredictorWithFeatureWeights<out TResult> : IHaveFeatureWeights, IPredictorProducing<TResult>
4 references to IHaveFeatureWeights
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
715((IHaveFeatureWeights)predictor).GetFeatureWeights(ref weights);
Microsoft.ML.StandardTrainers (3)
Standard\LinearModelParameters.cs (1)
397void IHaveFeatureWeights.GetFeatureWeights(ref VBuffer<float> weights)
Standard\Online\OnlineLinear.cs (1)
140((IHaveFeatureWeights)predictor).GetFeatureWeights(ref Weights);
Standard\SdcaBinary.cs (1)
2055((IHaveFeatureWeights)predictor).GetFeatureWeights(ref weights);