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

Method n_instances

src/thundersvm/dataset.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236size_t DataSet::n_instances() const {//return the total number of instances
237 return total_count_;
238}
239
240size_t DataSet::n_features() const {
241 return n_features_;

Callers 14

load_from_fileMethod · 0.95
load_from_sparseMethod · 0.95
load_from_denseMethod · 0.95
SetUpMethod · 0.45
TearDownMethod · 0.45
TESTFunction · 0.45
trainMethod · 0.45
trainMethod · 0.45
trainMethod · 0.45
probability_trainMethod · 0.45
cross_validationMethod · 0.45
trainMethod · 0.45

Calls

no outgoing calls

Tested by 3

SetUpMethod · 0.36
TearDownMethod · 0.36
TESTFunction · 0.36