Commit Graph

19 Commits

Author SHA1 Message Date
Eric Jacobsen 0974fb6d3c ENH: Call plot twice per class label rather than for every point. 2013-10-10 00:37:31 -07:00
Andreas Mueller 307afc8441 DOC correct / simplify dbscan examle 2013-04-04 21:49:26 +02:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Andreas Mueller a2c3112dcc MISC don't use fit parameters in example 2012-05-15 21:37:33 +02:00
Robert Layton e51e4d679b ami_score -> adjusted_mutual_info_score
This time, in examples and docs!
2011-11-07 22:46:11 +11:00
Robert Layton 193ac024a4 - AMI in the cluster examples
- See Also sections updated
- mutual_information -> mutual_information_score (and updating subsequent imports)
2011-10-21 10:52:42 +11:00
Robert Layton 90366b2996 Using pairwise_distances in the Silhouette Coefficient. Updates to docs, code, tests and examples 2011-10-04 11:23:14 +11:00
Robert Layton 91f7abc4d7 Example updated, which required fixing a backwards compatability bug (adjusted_rand_score not imported in metrics/cluster/__init__.py) 2011-10-04 10:44:15 +11:00
Lars Buitinck fa50e6885a rename ari_score adjusted_rand_score 2011-09-13 16:50:30 +02:00
Olivier Grisel 75f2617579 FIX: fix broken document clustering example and add ARI to examples 2011-09-10 07:23:46 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Mathieu Blondel 7ccf836637 Fix DBSCAN example. 2011-08-06 17:11:57 +09:00
Robert Layton 3670ea39dd Replace points with samples everywhere 2011-08-03 22:10:30 +10:00
Robert Layton 295aa02801 Small changes, mostly to wording 2011-07-30 10:22:57 +10:00
Robert Layton d1c264c8e4 Example now much more likely to return 3 clusters. 2011-07-26 09:53:31 +10:00
Robert Layton c56e777be8 Examples for dbscan in documentation 2011-07-23 13:15:08 +10:00
Robert 26795bd386 Example file based on Affinity Propogation example.
Plots core points larger than noise and non-core points.
2011-07-12 22:45:20 +10:00