MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / ResetTrainingData

Method ResetTrainingData

src/boosting/goss.hpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void ResetTrainingData(const Dataset* train_data, const ObjectiveFunction* objective_function,
52 const std::vector<const Metric*>& training_metrics) override {
53 GBDT::ResetTrainingData(train_data, objective_function, training_metrics);
54 ResetGoss();
55 }
56
57 void ResetConfig(const Config* config) override {
58 GBDT::ResetConfig(config);

Callers 1

BaggingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected