Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
size_t DataSet::n_features() const {
241
return n_features_;
242
}
243
244
const DataSet::node2d &DataSet::instances() const {//return all the instances
245
return instances_;
Callers
15
load_from_file
Method · 0.95
load_from_sparse
Method · 0.95
load_from_dense
Method · 0.95
TEST
Function · 0.45
train_R
Function · 0.45
sparse_model_scikit
Function · 0.45
dense_model_scikit
Function · 0.45
thundersvm_train_sub
Function · 0.45
main
Function · 0.45
train
Method · 0.45
train_binary
Method · 0.45
train
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36