project.Euclidean {manifold}R Documentation

Project data points in the ambient space onto the manifold

Description

Project data points in the ambient space onto the manifold

Usage

## 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)

Arguments

mfd

A manifold object created by createM

p

A matrix of points to be projected to the manifold.

Value

A matrix in which columns correspond to points on the manifold

Methods (by class)


[Package manifold version 0.1.1 Index]