1 write to Indices
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoFit.cs (1)
42
Indices
= new int[maxAllowedFeaturesAlongPath];
5 references to Indices
Microsoft.ML.FastTree (5)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (4)
278
fixed (int* pIndices = fit.
Indices
)
438
fit.CompressedWeights[k][l] = targetStd * fit.CompressedWeights[k][l] / featureStds[fit.
Indices
[l]];
447
product += fit.CompressedWeights[k][i] * featureMeans[fit.
Indices
[i]];
471
InternalRegressionTree tree = originalEnsemble.GetTreeAt(fit.
Indices
[i]);
Training\EnsembleCompression\LassoFit.cs (1)
55
weights[
Indices
[i]] = CompressedWeights[lambdaIdx][i];