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