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