1 write to Rsquared
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoFit.cs (1)
45Rsquared = new double[numberOfLambdas];
2 references to Rsquared
Microsoft.ML.FastTree (2)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (2)
407fit.Rsquared[iteration - 1] = rsquared; 548ch.Info("Solution {0}:\t{1}\t{2}", i + 1, fit.NonZeroWeights[i], fit.Rsquared[i]);