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

Method n_features

src/thundersvm/dataset.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240size_t DataSet::n_features() const {
241 return n_features_;
242}
243
244const DataSet::node2d &DataSet::instances() const {//return all the instances
245 return instances_;

Callers 15

load_from_fileMethod · 0.95
load_from_sparseMethod · 0.95
load_from_denseMethod · 0.95
TESTFunction · 0.45
train_RFunction · 0.45
sparse_model_scikitFunction · 0.45
dense_model_scikitFunction · 0.45
thundersvm_train_subFunction · 0.45
mainFunction · 0.45
trainMethod · 0.45
train_binaryMethod · 0.45
trainMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36