Author: smarthi Date: Sun Mar 23 14:35:12 2014 New Revision: 1580507 URL: http://svn.apache.org/r1580507 Log: MAHOUT-1471
Modified: mahout/site/mahout_cms/trunk/content/users/clustering/canopy-clustering.mdtext Modified: mahout/site/mahout_cms/trunk/content/users/clustering/canopy-clustering.mdtext URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/clustering/canopy-clustering.mdtext?rev=1580507&r1=1580506&r2=1580507&view=diff ============================================================================== --- mahout/site/mahout_cms/trunk/content/users/clustering/canopy-clustering.mdtext (original) +++ mahout/site/mahout_cms/trunk/content/users/clustering/canopy-clustering.mdtext Sun Mar 23 14:35:12 2014 @@ -35,10 +35,9 @@ outputs its canopies' centers centers 1. The points are then clustered into these final canopies -Some ideas can be found in [Cluster computing and MapReduce](http://code.google.com/edu/content/submissions/mapreduce-minilecture/listing.html) - lecture video series \[by Google(r)\]; Canopy Clustering is discussed in [lecture #4|http://www.youtube.com/watch?v=1ZDybXl212Q] -. Slides can be found [here|https://code.google.com/edu/submissions/mapreduce-minilecture/lec4-clustering.ppt] -. Finally here is the [Wikipedia page|http://en.wikipedia.org/wiki/Canopy_clustering_algorithm] +Some ideas can be found in [Cluster computing and MapReduce](https://www.youtube.com/watch?v=yjPBkvYh-ss&list=PLEFAB97242917704A) + lecture video series \[by Google(r)\]; Canopy Clustering is discussed in [lecture #4](https://www.youtube.com/watch?v=1ZDybXl212Q) +. Finally here is the [Wikipedia page](http://en.wikipedia.org/wiki/Canopy_clustering_algorithm) . <a name="CanopyClustering-Designofimplementation"></a>