4 writes to Thresholds
Microsoft.ML.FastTree (4)
TreeEnsemble\InternalRegressionTree.cs (4)
90
Thresholds
= new uint[maxLeaves - 1];
120
Thresholds
= buffer.ToUIntArray(ref position);
204
Thresholds
= new uint[NumLeaves - 1];
300
Thresholds
= reader.ReadUIntArray();
20 references to Thresholds
Microsoft.ML.FastTree (20)
TreeEnsemble\InternalRegressionTree.cs (20)
403
writer.WriteUIntArray(
Thresholds
);
496
checker(Utils.Size(
Thresholds
) == 0 ||
Thresholds
.Length == numMaxNodes, "bad threshold length");
498
checker(RawThresholds != null ||
Thresholds
!= null,
518
Thresholds
.SizeInBytes() +
548
Thresholds
.ToByteArray(buffer, ref position);
568
Thresholds
[node] != tree.
Thresholds
[node] ||
578
Thresholds
[node],
579
tree.
Thresholds
[node],
649
return
Thresholds
[node];
750
if (featureBins[SplitFeatures[node]] <=
Thresholds
[node])
769
if (binnedInstance[SplitFeatures[node]] <=
Thresholds
[node])
1056
Thresholds
[indexOfNewNonLeaf] = threshold;
1097
RawThresholds[n] = (float)dataset.Flocks[flock].BinUpperBounds(subfeature)[
Thresholds
[n]];
1121
Thresholds
[n] = i;
1486
uint threshold1 =
Thresholds
[pos1];
1491
Thresholds
[pos1] =
Thresholds
[pos2];
1496
Thresholds
[pos2] = threshold1;