Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validate
Method · 0.80
perform_test
Method · 0.80
test_projection_error
Method · 0.80
test_with_kernel
Method · 0.80
get_transformation_to
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
4
validate
Method · 0.64
perform_test
Method · 0.64
test_projection_error
Method · 0.64
test_with_kernel
Method · 0.64