MCPcopy 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

validateMethod · 0.45
test_with_kernelMethod · 0.45
do_trainMethod · 0.45

Calls 1

nrMethod · 0.45

Tested by 3

validateMethod · 0.36
test_with_kernelMethod · 0.36