10000 Merge pull request #5289 from carrillo/master · scikit-learn/scikit-learn@9ea9b34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ea9b34

Browse files
committed
Merge pull request #5289 from carrillo/master
Updated dead link to publication.
2 parents 8706e9e + dae50f5 commit 9ea9b34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/modules/metrics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ The chi squared kernel is most commonly used on histograms (bags) of visual word
182182
Local features and kernels for classification of texture and object
183183
categories: A comprehensive study
184184
International Journal of Computer Vision 2007
185-
http://eprints.pascal-network.org/archive/00002309/01/Zhang06-IJCV.pdf
185+
http://research.microsoft.com/en-us/um/people/manik/projects/trade-off/papers/ZhangIJCV06.pdf
186186

sklearn/metrics/pairwise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def additive_chi2_kernel(X, Y=None):
895895
Local features and kernels for classification of texture and object
896896
categories: A comprehensive study
897897
International Journal of Computer Vision 2007
898-
http://eprints.pascal-network.org/archive/00002309/01/Zhang06-IJCV.pdf
898+
http://research.microsoft.com/en-us/um/people/manik/projects/trade-off/papers/ZhangIJCV06.pdf
899899
900900
901901
See also
@@ -953,7 +953,7 @@ def chi2_kernel(X, Y=None, gamma=1.):
953953
Local features and kernels for classification of texture and object
954954
categories: A comprehensive study
955955
International Journal of Computer Vision 2007
956-
http://eprints.pascal-network.org/archive/00002309/01/Zhang06-IJCV.pdf
956+
http://research.microsoft.com/en-us/um/people/manik/projects/trade-off/papers/ZhangIJCV06.pdf
957957
958958
See also
959959
--------

0 commit comments

Comments
 (0)
0