Package com.yahoo.searchlib.gbdt
Class FeatureNode
java.lang.Object
com.yahoo.searchlib.gbdt.TreeNode
com.yahoo.searchlib.gbdt.FeatureNode
- Direct Known Subclasses:
CategoryFeatureNode
,NumericFeatureNode
A node in a GBDT tree which references a feature value
- Author:
- bratseth
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfeature()
static FeatureNode
left()
protected abstract String
right()
-
Constructor Details
-
FeatureNode
-
-
Method Details
-
feature
-
left
-
right
-
toRankingExpression
- Specified by:
toRankingExpression
in classTreeNode
-
rankingExpressionCondition
-
fromDom
-