3 writes to _key
Microsoft.ML.Core (3)
Utilities\Tree.cs (3)
149newChild._key = key; 167_key = default(TKey); 201child._key = default(TKey);
1 reference to _key
Microsoft.ML.Core (1)
Utilities\Tree.cs (1)
60public TKey Key { get { return _key; } }