1 write to _numFeatures
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoFit.cs (1)
47
_numFeatures
= numFeatures;
1 reference to _numFeatures
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoFit.cs (1)
52
double[] weights = new double[
_numFeatures
];