1 implementation of INode
Microsoft.ML.FastTree (1)
FastTree.cs (1)
3341private sealed class TreeNode : INode
2 references to INode
Microsoft.ML.Core (1)
Prediction\ITree.cs (1)
65INode GetNode(int nodeId, bool isLeaf, IEnumerable<string> featureNames);
Microsoft.ML.FastTree (1)
FastTree.cs (1)
3299public INode GetNode(int nodeId, bool isLeaf, IEnumerable<string> featuresNames = null)