Uses of Class
org.tribuo.regression.rtree.impl.TreeFeature
Packages that use TreeFeature
Package
Description
Provides internal implementation classes for the regression trees.
-
Uses of TreeFeature in org.tribuo.regression.rtree.impl
Methods in org.tribuo.regression.rtree.impl that return TreeFeatureModifier and TypeMethodDescriptionTreeFeature.deepCopy()
Returns a deep copy of this tree feature.Methods in org.tribuo.regression.rtree.impl that return types with arguments of type TreeFeatureModifier and TypeMethodDescriptioncom.oracle.labs.mlrg.olcut.util.Pair<TreeFeature,
TreeFeature> TreeFeature.split
(int[] leftIndices, int[] rightIndices, IntArrayContainer firstBuffer, IntArrayContainer secondBuffer) Splits this tree feature into two.com.oracle.labs.mlrg.olcut.util.Pair<TreeFeature,
TreeFeature> TreeFeature.split
(int[] leftIndices, int[] rightIndices, IntArrayContainer firstBuffer, IntArrayContainer secondBuffer) Splits this tree feature into two.