Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ out_vector_size
Method
out_vector_size
dlib/svm/function.h:640–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
) : weights(weights_), kernel_function(kernel_function_), basis_vectors(basis_vectors_) {}
639
640
long out_vector_size (
641
) const { return weights.nr(); }
642
643
const result_type& operator() (
644
const sample_type& x
Callers
4
validate
Method · 0.45
test_with_kernel
Method · 0.45
test_vector_normalizer_frobmetric
Method · 0.45
do_train
Method · 0.45
Calls
1
nr
Method · 0.45
Tested by
3
validate
Method · 0.36
test_with_kernel
Method · 0.36
test_vector_normalizer_frobmetric
Method · 0.36