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

Method basis_size

dlib/svm/empirical_kernel_map.h:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 unsigned long basis_size (
118 ) const
119 {
120 return basis.size();
121 }
122
123 const sample_type& operator[] (
124 unsigned long idx

Callers 5

validateMethod · 0.80
perform_testMethod · 0.80
test_projection_errorMethod · 0.80
test_with_kernelMethod · 0.80
get_transformation_toMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 4

validateMethod · 0.64
perform_testMethod · 0.64
test_projection_errorMethod · 0.64
test_with_kernelMethod · 0.64