Skip to content

Commit 630b1ba

Browse files
committed
Updated references for doc
1 parent 3710b64 commit 630b1ba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

doc/source/algorithms/itml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ After loading the iris data, we apply ITML:
1616

1717
References
1818
------------------
19-
`Information-theoretic Metric Learning <http://machinelearning.wustl.edu/mlpapers/paper_files/icml2007_DavisKJSD07.pdf>`_ Davis, Jason V., et al.
19+
`Information-theoretic Metric Learning <http://machinelearning.wustl.edu/mlpapers/paper_files/icml2007_DavisKJSD07.pdf>`_ Jason V. Davis, et al.

doc/source/algorithms/lfda.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Local Fisher Discriminant Analysis (LFDA)
22
=====================================
3+
LFDA is a linear supervised dimensionality reduction method and is particularly useful when dealing with multimodality where some class consists of separate clusters. LFDA has an analytic form of the embedding matrix and the solution can be easily computed just by solving a generalized eigenvalue problem. It is thus scalable to large datasets and computationally reliable.
34

45
Example Code
56
------------------
67

78
References
8-
------------------
9+
------------------
10+
`Dimensionality Reduction of Multimodal Labeled Data by Local Fisher Discriminant Analysis <http://www.ms.k.u-tokyo.ac.jp/2007/LFDA.pdf>`_ Masashi Sugiyama.
11+
12+
`Local Fisher Discriminant Analysis on Beer Style Clustering <https://gastrograph.com/resources/whitepapers/local-fisher-discriminant-analysis-on-beer-style-clustering.html#>`_ Yuan Tang.

doc/source/algorithms/rca.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example Code
77

88
References
99
------------------
10-
`Adjustment learning and relevant component analysis <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.19.2871&rep=rep1&type=pdf>`_ Shental, Noam, et al.
10+
`Adjustment learning and relevant component analysis <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.19.2871&rep=rep1&type=pdf>`_ Noam Shental, et al.

0 commit comments

Comments
 (0)