2 writes to _binUpperBounds
Microsoft.ML.FastTree (2)
GamModelParameters.cs (2)
76
_binUpperBounds
= binUpperBounds;
133
_binUpperBounds
= new double[NumberOfShapeFunctions][];
12 references to _binUpperBounds
Microsoft.ML.FastTree (12)
GamModelParameters.cs (12)
142
_binUpperBounds
[i] = reader.ReadDoubleArray(_binEffects[i].Length);
182
ctx.Writer.WriteDoublesNoCount(
_binUpperBounds
[i]);
183
Host.Assert(
_binUpperBounds
[i].Length == _binEffects[i].Length);
269
int index = Algorithms.FindFirstGE(
_binUpperBounds
[featureIndex], featureValue);
276
binIndex = Algorithms.FindFirstGE(
_binUpperBounds
[featureIndex], featureValue);
291
var binUpperBounds = new double[
_binUpperBounds
[j].Length];
292
_binUpperBounds
[j].CopyTo(binUpperBounds, 0);
307
binUpperBounds[i] = new double[
_binUpperBounds
[j].Length];
308
_binUpperBounds
[j].CopyTo(binUpperBounds[i], 0);
391
double[] boundaries =
_binUpperBounds
[internalIndex];
444
var binThresholds =
_binUpperBounds
[featureIndex];
819
var up = context._pred.
_binUpperBounds
[internalIndex];