2 references to AllocateDoubleMatrix
Microsoft.ML.FastTree (2)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
231
double[][] feature2featureCorrelations = VectorUtils.
AllocateDoubleMatrix
(_numFeatures, maxAllowedFeaturesAlongPath);
Training\EnsembleCompression\LassoFit.cs (1)
41
CompressedWeights = VectorUtils.
AllocateDoubleMatrix
(numberOfLambdas, maxAllowedFeaturesAlongPath);