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

Function min

include/thundersvm/util/common.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15template<class T>
16static inline T min(T x, T y) { return (x < y) ? x : y; }
17
18#endif
19

Callers 15

train_RFunction · 0.85
sparse_model_scikitFunction · 0.85
dense_model_scikitFunction · 0.85
thundersvm_train_subFunction · 0.85
load_from_fileMethod · 0.85
mainFunction · 0.85
trainMethod · 0.85
train_binaryMethod · 0.85
predict_labelMethod · 0.85
predict_dec_valuesMethod · 0.85
get_working_set_sizeMethod · 0.85
calculate_rhoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected