Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ n_classes
Method
n_classes
src/thundersvm/dataset.cpp:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
size_t DataSet::n_classes() const {
183
return start_.size();
184
}
185
186
const vector<int> &DataSet::label() const {
187
return label_;
Callers
10
TEST
Function · 0.80
train_R
Function · 0.80
sparse_model_scikit
Function · 0.80
dense_model_scikit
Function · 0.80
thundersvm_train_sub
Function · 0.80
main
Function · 0.80
model_setup
Method · 0.80
train
Method · 0.80
probability_train
Method · 0.80
cross_validation
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64