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)
369writer.Write(_maxOutput); 509_maxOutput.SizeInBytes() + 529_maxOutput.ToByteArray(buffer, ref position); 620public double MaxOutput => _maxOutput; 1064if (lteValue > _maxOutput) 1066if (gtValue > _maxOutput)