void pruning(std::set< unsigned int > &pruned_estimators, std::shared_ptr< data::Dataset > dataset, std::shared_ptr< metric::ir::Metric > scorer)
Definition: low_weights_pruning.cc:41
Cleaver::PruningMethod pruning_method() const
Returns the pruning method of the algorithm.
Definition: low_weights_pruning.cc:33
This implements random pruning strategy for pruning ensembles.
Definition: low_weights_pruning.h:32
LowWeightsPruning(const pugi::xml_document &model)
Definition: low_weights_pruning.h:41
LowWeightsPruning(double pruning_rate, std::shared_ptr< learning::linear::LineSearch > lineSearch)
Definition: low_weights_pruning.h:37
LowWeightsPruning(double pruning_rate)
Definition: low_weights_pruning.h:35
bool line_search_pre_pruning() const
Definition: low_weights_pruning.cc:37
This implements various strategies for pruning ensembles.
Definition: cleaver.h:44