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

Function _make_sparse_vector2

tools/python/src/other.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void _make_sparse_vector2 (
28 std::vector<sparse_vect>& v
29)
30{
31 for (unsigned long i = 0; i < v.size(); ++i)
32 make_sparse_vector_inplace(v[i]);
33}
34
35py::tuple _load_libsvm_formatted_data(
36 const std::string& file_name

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected