MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / min

Function min

ml/src/svm.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#ifndef min
56template <class T>
57static inline T
58min(T x, T y)
59{
60 return (x < y) ? x : y;
61}
62
63#endif
64#ifndef max

Callers 15

SolveMethod · 0.70
calculate_rhoMethod · 0.70
solve_nu_svcFunction · 0.70
solve_nu_svrFunction · 0.70
svm_predict_probabilityFunction · 0.70
svm_check_parameterFunction · 0.70
receiveAndViewMethod · 0.50
mainFunction · 0.50
trainTemplateFunction · 0.50
hessianBlobMethod · 0.50
getDatasetAndLabelsMethod · 0.50
faceVotesClusteringMethod · 0.50

Calls

no outgoing calls

Tested by 5

generateColorMethod · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40