Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ max
Function
max
include/thundersvm/util/common.h:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
template<class T>
10
static inline T max(T x, T y) { return (x > y) ? x : y; }
11
12
#endif
13
#ifndef min
Callers
11
parse_command_line
Method · 0.85
parse_python
Method · 0.85
sparse_model_scikit
Function · 0.85
dense_model_scikit
Function · 0.85
multiclass_probability
Method · 0.85
predict_label
Method · 0.85
calculate_rho
Method · 0.85
solve
Method · 0.85
calculate_rho
Method · 0.85
c_smo_solve_kernel
Function · 0.85
nu_smo_solve_kernel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected