MCPcopy Create free account
hub / github.com/davisking/dlib / load

Method load

dlib/svm/empirical_kernel_map.h:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 template <typename T>
67 void load(
68 const kernel_type& kernel_,
69 const T& basis_samples
70 )
71 {
72 load_impl(kernel_, mat(basis_samples));
73 }
74
75 void load(
76 const linearly_independent_subset_finder<kernel_type>& lisf

Callers 5

operator()Method · 0.45
get_transformation_toMethod · 0.45
do_trainMethod · 0.45
do_train_user_basisMethod · 0.45
do_train_auto_basisMethod · 0.45

Calls 9

cholFunction · 0.85
matFunction · 0.70
clearFunction · 0.50
transFunction · 0.50
sizeMethod · 0.45
strMethod · 0.45
get_kernelMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected