4 writes to _maxOutput
Microsoft.ML.FastTree (4)
TreeEnsemble\InternalRegressionTree.cs (4)
102
_maxOutput
= buffer.ToDouble(ref position);
272
_maxOutput
= reader.ReadDouble();
1065
_maxOutput
= lteValue;
1067
_maxOutput
= gtValue;
6 references to _maxOutput
Microsoft.ML.FastTree (6)
TreeEnsemble\InternalRegressionTree.cs (6)
369
writer.Write(
_maxOutput
);
509
_maxOutput
.SizeInBytes() +
529
_maxOutput
.ToByteArray(buffer, ref position);
620
public double MaxOutput =>
_maxOutput
;
1064
if (lteValue >
_maxOutput
)
1066
if (gtValue >
_maxOutput
)