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
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