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

Method num_data

src/boosting/score_updater.hpp:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 inline std::vector<double> getScore() const { return score_; }
138
139 inline data_size_t num_data() const { return num_data_; }
140
141 /*! \brief Disable copy */
142 ScoreUpdater& operator=(const ScoreUpdater&) = delete;

Callers 7

GetNumPredictAtMethod · 0.45
InitMethod · 0.45
GetTrainingScoreMethod · 0.45
GetPredictAtMethod · 0.45
ResetTrainingDataMethod · 0.45
ScoreUpdaterMethod · 0.45
GetTrainingScoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected