Andreas Mueller
685c6529b6
ENH rename proximity to dissimilarity
2013-01-07 09:41:48 +01:00
andy
791a2241aa
FIX another typo, fix examples
2013-01-07 09:41:48 +01:00
Nelle Varoquaux
9301f149a7
FIX the mds example did not plot the NMDS
2013-01-01 15:04:06 +01:00
Nelle Varoquaux
d26c7cf927
MDS: documentation fixes
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
c4d2fe04c6
MDS: renamed positions_ to embedding_
2012-06-01 18:24:21 +02:00
Gael Varoquaux
6b6fb393a9
COSMIT in plot_mds.py example
...
Also, casting to float instead of ints was important as recent numpy
versions will not accept X -= X.mean() with ints (inplace operation
between different dtypes)
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
47071524dd
Set the seed of the random_state generators to have nicely aligned results
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
73b98d4d7e
Small explanation on the plot_mds example
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
06fc359fe9
a += a.T is different from a = a + a.T
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
e2e545f4e7
DOC: added references to papers and licence - fixed the MDS example
2012-06-01 18:24:21 +02:00
Nelle Varoquaux
5b53e8dd77
MDS: out_dim → n_components
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
5d801498bc
Replaced MDS US mileage distance example by a generated, more representative one
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
62a348406c
Changed dataset from france's mileage to knuth's USA mileage dataset
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
81b75a8a16
Fix errors due to previous refactoring on MDS
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
d09ed68a14
Added docstrings to MDS
2012-06-01 18:24:20 +02:00
Nelle Varoquaux
ec72b7230e
Added documentation on MDS
2012-06-01 18:24:20 +02:00