projection.fps: Extract projection matrix estimates

Description Usage Arguments Examples

Description

Returns a fitted projection matrix

Usage

1
2
## S3 method for class 'fps'
projection(object, lambda, fixrank = FALSE, ...)

Arguments

object

fps object

lambda

lambda value to extract

fixrank

should the rank of the projection matrix be fixed?

...

other arguments

Examples

1
2
3
data(wine)
out <- fps(cor(wine), ndim = 2)
projection(out, lambda = 0.5)

vqv/fps documentation built on May 3, 2019, 6:41 p.m.