mirror of https://github.com/davisking/dlib.git
removed cruft
This commit is contained in:
parent
2ecf811da2
commit
93709d0363
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue