project: Project data points in the ambient space onto the manifold

View source: R/General.R

project.EuclideanR 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)

  • 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


manifold documentation built on Oct. 4, 2022, 5:06 p.m.

Related to project in manifold...