Uses of Class
org.tribuo.regression.rtree.impl.TreeFeature
Package
Description
Provides internal implementation classes for the regression trees.
-
Uses of TreeFeature in org.tribuo.regression.rtree.impl
Modifier and TypeMethodDescriptionTreeFeature.deepCopy()
Returns a deep copy of this tree feature.Modifier 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.