"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "610aa6349acfd3c622e1c147c383231a1c25260f"
Commit 93709d03 authored by Davis King's avatar Davis King
Browse files

removed cruft

parent 2ecf811d
......@@ -103,13 +103,6 @@ namespace dlib
const std::vector<lhs_element>& lhs,
const std::vector<rhs_element>& rhs
) const
/*!
ensures
- returns a vector A such that:
- A.size() == lhs.size()
- if (A[i] != -1) then
- lhs[i] is predicted to associate to rhs[A[i]]
!*/
{
using dlib::sparse_vector::dot;
using dlib::dot;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment