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