gnu: r-lmds: Fix typo in description.
* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo.master
parent
47f29069fc
commit
48e1f21b3f
|
@ -969,7 +969,7 @@ variables.")
|
||||||
(home-page "https://github.com/dynverse/lmds")
|
(home-page "https://github.com/dynverse/lmds")
|
||||||
(synopsis "Landmark multi-dimensional scaling")
|
(synopsis "Landmark multi-dimensional scaling")
|
||||||
(description
|
(description
|
||||||
"This package provides a fast dimensionality reduction method scaleable
|
"This package provides a fast dimensionality reduction method scalable
|
||||||
to large numbers of samples. @dfn{Landmark Multi-Dimensional Scaling} (LMDS)
|
to large numbers of samples. @dfn{Landmark Multi-Dimensional Scaling} (LMDS)
|
||||||
is an extension of classical Torgerson MDS, but rather than calculating a
|
is an extension of classical Torgerson MDS, but rather than calculating a
|
||||||
complete distance matrix between all pairs of samples, only the distances
|
complete distance matrix between all pairs of samples, only the distances
|
||||||
|
|
Reference in New Issue