normalizePrincipalCurve.matrix | R Documentation |
Normalizes data in K dimensions using principal curves such that afterward the data cluster (approximately linearly) along the diagonal (in K dimensions).
## S3 method for class 'matrix'
normalizePrincipalCurve(x, ..., center=TRUE, returnFit=FALSE)
x |
An NxK |
... |
Additional arguments passed to
|
center |
If |
returnFit |
If |
Returns an NxK matrix
.
Henrik Bengtsson
[1] Hastie, T. and Stuetzle, W, Principal Curves, JASA, 1989.
fitPrincipalCurve
and
backtransformPrincipalCurve
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.