1 write to NonZeroWeights
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoFit.cs (1)
46
NonZeroWeights
= new int[numberOfLambdas];
2 references to NonZeroWeights
Microsoft.ML.FastTree (2)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (2)
441
fit.
NonZeroWeights
[k]++;
548
ch.Info("Solution {0}:\t{1}\t{2}", i + 1, fit.
NonZeroWeights
[i], fit.Rsquared[i]);