Uses of Class
org.tribuo.regression.rtree.impl.RegressorTrainingNode.InvertedData
Package
Description
Provides internal implementation classes for the regression trees.
-
Uses of RegressorTrainingNode.InvertedData in org.tribuo.regression.rtree.impl
Modifier and TypeMethodDescriptionRegressorTrainingNode.invertData
(Dataset<Regressor> examples) Inverts a training dataset from row major to column major.ModifierConstructorDescriptionRegressorTrainingNode
(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.