2 writes to _hasNodeValue
Microsoft.ML.Core (2)
Utilities\Tree.cs (2)
46
_hasNodeValue
= true;
106
_hasNodeValue
= false;
1 reference to _hasNodeValue
Microsoft.ML.Core (1)
Utilities\Tree.cs (1)
34
public bool HasNodeValue { get { return
_hasNodeValue
; } }