StochTree 0.0.1
|
Data structure for presorting a feature by its values. More...
#include <partition_tracker.h>
Data structure for presorting a feature by its values.
This class is intended to be run once on a dataset as it pre-sorts each feature across the entire dataset.
FeaturePresortPartition is intended for use in recursive construction of new trees, and each new tree's FeaturePresortPartition is initialized from a FeaturePresortRoot class so that features are only arg-sorted one time.