12 references to ReadDoubleArray
Microsoft.ML.Data (3)
Evaluators\RankingEvaluator.cs (1)
726_labelGains = ctx.Reader.ReadDoubleArray();
Scorers\SchemaBindablePredictorWrapper.cs (1)
670_quantiles = ctx.Reader.ReadDoubleArray();
Transforms\NormalizeColumnDbl.cs (1)
254TFloat[] curUpperBounds = ctx.Reader.ReadDoubleArray();
Microsoft.ML.FastTree (7)
GamModelParameters.cs (1)
137_binEffects[i] = reader.ReadDoubleArray();
TreeEnsemble\InternalQuantileRegressionTree.cs (2)
46_labelsDistribution = ctx.Reader.ReadDoubleArray(); 49_instanceWeights = ctx.Reader.ReadDoubleArray();
TreeEnsemble\InternalRegressionTree.cs (4)
307LeafValues = reader.ReadDoubleArray(); 309_splitGain = reader.ReadDoubleArray(); 310_gainPValue = reader.ReadDoubleArray(); 311_previousLeafValue = reader.ReadDoubleArray();
Microsoft.ML.Transforms (2)
Dracula\CountTable.cs (1)
96_priorFrequencies = ctx.Reader.ReadDoubleArray();
Text\NgramTransform.cs (1)
400_invDocFreqs[i] = ctx.Reader.ReadDoubleArray();