Commit 93709d03 authored by Davis King's avatar Davis King

removed cruft

parent 2ecf811d
...@@ -103,13 +103,6 @@ namespace dlib ...@@ -103,13 +103,6 @@ namespace dlib
const std::vector<lhs_element>& lhs, const std::vector<lhs_element>& lhs,
const std::vector<rhs_element>& rhs const std::vector<rhs_element>& rhs
) const ) 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::sparse_vector::dot;
using dlib::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