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

Method data

include/thundersvm/util/log.h:2549–2551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2547 return &m_logMessage;
2548 }
2549 inline LogDispatchData* data(void) {
2550 return &m_dispatchData;
2551 }
2552 inline base::type::string_t logLine(void) {
2553 return m_logLine;
2554 }

Callers 8

KernelMatrixMethod · 0.80
trainMethod · 0.80
probability_trainMethod · 0.80
predictMethod · 0.80
save_svr_coefMethod · 0.80
init_fMethod · 0.80
get_working_set_insFunction · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected