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