Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
size_t DataSet::n_instances() const {//return the total number of instances
237
return total_count_;
238
}
239
240
size_t DataSet::n_features() const {
241
return n_features_;
Callers
14
load_from_file
Method · 0.95
load_from_sparse
Method · 0.95
load_from_dense
Method · 0.95
SetUp
Method · 0.45
TearDown
Method · 0.45
TEST
Function · 0.45
train
Method · 0.45
train
Method · 0.45
train
Method · 0.45
probability_train
Method · 0.45
cross_validation
Method · 0.45
train
Method · 0.45
Calls
no outgoing calls
Tested by
3
SetUp
Method · 0.36
TearDown
Method · 0.36
TEST
Function · 0.36