Skip to content

Commit 45c0d16

Browse files
adding attribution for original source code
1 parent bb0a70a commit 45c0d16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metric_learn/itml.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
incorporate a prior on the distance function.
1010
Unlike some other methods, ITML does not rely on an eigenvalue computation
1111
or semi-definite programming.
12+
13+
Adapted from Matlab code at http://www.cs.utexas.edu/users/pjain/itml/
1214
"""
1315

1416
from __future__ import print_function, absolute_import

0 commit comments

Comments
 (0)