8000 DOC fix broken link Sequential Karhunen-Loeve Transform (#23706) · scikit-learn/scikit-learn@99d5586 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99d5586

Browse files
aman1971lesteve
authored andcommitted
DOC fix broken link Sequential Karhunen-Loeve Transform (#23706)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
1 parent 9b564a5 commit 99d5586

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sklearn/decomposition/_incremental_pca.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,9 @@ class IncrementalPCA(_BasePCA):
137137
See https://www.cs.toronto.edu/~dross/ivt/RossLimLinYang_ijcv.pdf
138138
139139
This model is an extension of the Sequential Karhunen-Loeve Transform from:
140-
*A. Levy and M. Lindenbaum, Sequential Karhunen-Loeve Basis Extraction and
140+
:doi:`A. Levy and M. Lindenbaum, Sequential Karhunen-Loeve Basis Extraction and
141141
its Application to Images, IEEE Transactions on Image Processing, Volume 9,
142-
Number 8, pp. 1371-1374, August 2000.*
143-
See https://www.cs.technion.ac.il/~mic/doc/skl-ip.pdf
142+
Number 8, pp. 1371-1374, August 2000. <10.1109/83.855432>`
144143
145144
We have specifically abstained from an optimization used by authors of both
146145
papers, a QR decomposition used in specific situations to reduce the

0 commit comments

Comments
 (0)
0