project.Euclidean {manifold} | R Documentation |
Project data points in the ambient space onto the manifold
## S3 method for class 'Euclidean'
project(mfd, p)
project(mfd, p)
## S3 method for class 'L2'
project(mfd, p)
## S3 method for class 'HS'
project(mfd, p)
## S3 method for class 'Dens'
project(mfd, p)
## S3 method for class 'SO'
project(mfd, p)
## S3 method for class 'AffInv'
project(mfd, p)
## S3 method for class 'LogEu'
project(mfd, p)
## S3 method for class 'SPD'
project(mfd, p)
## S3 method for class 'Sphere'
project(mfd, p)
mfd |
A manifold object created by |
p |
A matrix of points to be projected to the manifold. |
A matrix in which columns correspond to points on the manifold
project(Euclidean)
: Method
project(L2)
: Method
project(HS)
: Method
project(Dens)
: Method
project(SO)
: Method
project(AffInv)
: Method
project(LogEu)
: Method
project(SPD)
: Method
project(Sphere)
: Method