7 references to WriteDoublesNoCount
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
277
ctx.Writer.
WriteDoublesNoCount
(mean);
278
ctx.Writer.
WriteDoublesNoCount
(stddev.AsSpan(0, mean.Length));
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
182
ctx.Writer.
WriteDoublesNoCount
(_binUpperBounds[i]);
Microsoft.ML.Mkl.Components (3)
OlsLinearRegression.cs (3)
876
ctx.Writer.
WriteDoublesNoCount
(_standardErrors);
877
ctx.Writer.
WriteDoublesNoCount
(_tValues);
878
ctx.Writer.
WriteDoublesNoCount
(_pValues);
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
383
ctx.Writer.
WriteDoublesNoCount
(_absentFeaturesLogProb.AsSpan(0, _labelCount));