Uses of Class
org.tribuo.regression.rtree.impl.InvertedFeature
Packages that use InvertedFeature
Package
Description
Provides internal implementation classes for the regression trees.
-
Uses of InvertedFeature in org.tribuo.regression.rtree.impl
Classes in org.tribuo.regression.rtree.impl that implement interfaces with type arguments of type InvertedFeatureModifier and TypeClassDescriptionclass
Internal datastructure for implementing a decision tree.class
An inverted feature, which stores a reference to all the values of this feature.Methods in org.tribuo.regression.rtree.impl that return InvertedFeatureMethods in org.tribuo.regression.rtree.impl that return types with arguments of type InvertedFeatureModifier and TypeMethodDescriptionTreeFeature.getFeature()
Gets the inverted feature values for this feature.TreeFeature.iterator()
com.oracle.labs.mlrg.olcut.util.Pair
<InvertedFeature, InvertedFeature> InvertedFeature.split
(IntArrayContainer allLeftIndices, IntArrayContainer buffer) Relies upon allLeftIndices being sorted in ascending order.com.oracle.labs.mlrg.olcut.util.Pair
<InvertedFeature, InvertedFeature> InvertedFeature.split
(IntArrayContainer allLeftIndices, IntArrayContainer buffer) Relies upon allLeftIndices being sorted in ascending order.Methods in org.tribuo.regression.rtree.impl with parameters of type InvertedFeature