Uses of Class
com.yahoo.searchlib.gbdt.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in com.yahoo.searchlib.gbdt
Subclasses of TreeNode in com.yahoo.searchlib.gbdtModifier and TypeClassDescriptionfinal classA GBDT node representing a set inclusion test: feature IN [value-list] where values can be strings or numbers.classA node in a GBDT tree which references a feature valuefinal classA GBDT node representing a numeric "less than" comparison: feature < numeric-valueclassMethods in com.yahoo.searchlib.gbdt that return TreeNodeMethods in com.yahoo.searchlib.gbdt that return types with arguments of type TreeNodeConstructors in com.yahoo.searchlib.gbdt with parameters of type TreeNodeModifierConstructorDescriptionCategoryFeatureNode(String feature, Value[] values, Optional<Integer> samples, TreeNode left, TreeNode right) NumericFeatureNode(String feature, Value value, Optional<Integer> samples, TreeNode left, TreeNode right) Constructor parameters in com.yahoo.searchlib.gbdt with type arguments of type TreeNode