From cbc005fc542c1ad84b6a461dd4a4c0dcad522e47 Mon Sep 17 00:00:00 2001 From: maheshakya <maheshakya@wso2.com> Date: Fri, 7 Mar 2014 11:37:28 +0530 Subject: [PATCH] Added reference to function --- doc/datasets/olivetti_faces.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/datasets/olivetti_faces.rst b/doc/datasets/olivetti_faces.rst index 189e6f363c..e702b91d85 100644 --- a/doc/datasets/olivetti_faces.rst +++ b/doc/datasets/olivetti_faces.rst @@ -8,7 +8,9 @@ The Olivetti faces dataset This dataset contains a set of face images taken between April 1992 and April 1994 at AT&T Laboratories Cambridge. The website describing the original dataset is now defunct, but archived copies can be accessed through -`the Internet Archive's Wayback Machine`_. +`the Internet Archive's Wayback Machine`_. The `sklearn.datasets.fetch_olivetti_faces` +function is the data fetching / caching function that downloads the data +archive from AT&T. .. _the Internet Archive's Wayback Machine: http://wayback.archive.org/web/*/http://www.uk.research.att.com/facedatabase.html -- GitLab