Uses of Class
org.tribuo.regression.rtree.impl.RegressorTrainingNode.InvertedData
Packages that use RegressorTrainingNode.InvertedData
Package
Description
Provides internal implementation classes for the regression trees.
-
Uses of RegressorTrainingNode.InvertedData in org.tribuo.regression.rtree.impl
Methods in org.tribuo.regression.rtree.impl that return RegressorTrainingNode.InvertedDataModifier and TypeMethodDescriptionRegressorTrainingNode.invertData
(Dataset<Regressor> examples) Inverts a training dataset from row major to column major.Constructors in org.tribuo.regression.rtree.impl with parameters of type RegressorTrainingNode.InvertedDataModifierConstructorDescriptionRegressorTrainingNode
(RegressorImpurity impurity, RegressorTrainingNode.InvertedData tuple, int dimIndex, String dimName, int numExamples, ImmutableFeatureMap featureIDMap, ImmutableOutputInfo<Regressor> outputInfo, AbstractTrainingNode.LeafDeterminer leafDeterminer) Constructs a tree training node for regression problems.