1 write to NumberOfWeights
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoFit.cs (1)
43NumberOfWeights = new int[numberOfLambdas];
4 references to NumberOfWeights
Microsoft.ML.FastTree (4)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (3)
406fit.NumberOfWeights[iteration - 1] = numberOfInputs; 435int nk = fit.NumberOfWeights[k]; 465int weightsCount = fit.NumberOfWeights[solutionIdx];
Training\EnsembleCompression\LassoFit.cs (1)
53for (int i = 0; i < NumberOfWeights[lambdaIdx]; i++)