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

Method begin

include/thundersvm/util/log.h:1365–1367  ·  view source on GitHub ↗

@return Iterator pointer from start of repository

Source from the content-addressed store, hash-verified

1363
1364 /// @return Iterator pointer from start of repository
1365 virtual inline iterator begin(void) ELPP_FINAL {
1366 return m_list.begin();
1367 }
1368
1369 /// @return Iterator pointer from end of repository
1370 virtual inline iterator end(void) ELPP_FINAL {

Callers 15

dot_productFunction · 0.45
get_cpu_kernelFunction · 0.45
SetUpMethod · 0.45
load_from_fileMethod · 0.45
instancesMethod · 0.45
original_indexMethod · 0.45
trainMethod · 0.45
predict_labelMethod · 0.45
probability_trainMethod · 0.45
cross_validationMethod · 0.45
predict_dec_valuesMethod · 0.45
trainMethod · 0.45

Calls

no outgoing calls

Tested by 3

dot_productFunction · 0.36
get_cpu_kernelFunction · 0.36
SetUpMethod · 0.36