Class FeatureNode

java.lang.Object
com.yahoo.searchlib.gbdt.TreeNode
com.yahoo.searchlib.gbdt.FeatureNode
Direct Known Subclasses:
CategoryFeatureNode, NumericFeatureNode

public abstract class FeatureNode extends TreeNode
A node in a GBDT tree which references a feature value
Author:
bratseth