MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / size

Method size

src/thundersvm/util/log.cpp:1287–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285 }
1286
1287 std::size_t CommandLineArgs::size(void) const {
1288 return m_params.size() + m_paramsWithValue.size();
1289 }
1290
1291 base::type::ostream_t& operator<<(base::type::ostream_t& os, const CommandLineArgs& c) {
1292 for (int i = 1; i < c.m_argc; ++i) {

Callers 15

train_binaryMethod · 0.45
trainMethod · 0.45
predictMethod · 0.45
trainMethod · 0.45
train_binaryMethod · 0.45
predictMethod · 0.45
probability_trainMethod · 0.45
cross_validationMethod · 0.45
predict_dec_valuesMethod · 0.45
predictMethod · 0.45
save_to_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected