24 references to Densify
Microsoft.ML.Core (7)
Data\AnnotationUtils.cs (1)
393VBufferUtils.Densify(ref catIndices);
Utilities\VBufferUtils.cs (6)
408Densify(ref dst); 427Densify(ref dst); 647Densify(ref dst); 734Densify(ref dst); 854Densify(ref dst); 1063Densify(ref dst);
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
762VBufferUtils.Densify(ref b);
Microsoft.ML.Data (1)
Transforms\KeyToValue.cs (1)
262VBufferUtils.Densify(ref keyMetadata);
Microsoft.ML.KMeansClustering (2)
KMeansPlusPlusTrainer.cs (2)
859VBufferUtils.Densify(ref clusters[clusterCount]); 895VBufferUtils.Densify(ref clusters[clusterCount]);
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
716VBufferUtils.Densify(ref weights);
Microsoft.ML.StandardTrainers (7)
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
840VBufferUtils.Densify(ref grad); 865VBufferUtils.Densify(ref grad);
Standard\Online\AveragedLinear.cs (2)
163VBufferUtils.Densify(ref Weights); 170VBufferUtils.Densify(ref Weights);
Standard\Online\LinearSvm.cs (1)
148VBufferUtils.Densify(ref Weights);
Standard\Online\OnlineLinear.cs (1)
141VBufferUtils.Densify(ref Weights);
Standard\SdcaBinary.cs (1)
2056VBufferUtils.Densify(ref weights);
Microsoft.ML.Transforms (5)
MissingValueReplacing.cs (1)
257VBufferUtils.Densify<T>(ref src);
MutualInformationFeatureSelection.cs (2)
566VBufferUtils.Densify(ref labels); 585VBufferUtils.Densify(ref labels);
SvmLight\SvmLightLoader.cs (2)
369VBufferUtils.Densify(ref keys); 370VBufferUtils.Densify(ref values);