lowrankRowMatrix: Produces a low rank version of the input matrix

Description Usage Arguments Value Author(s) Examples

View source: R/networkEiganat.R

Description

Produces a low rank version of the input matrix

Usage

1
lowrankRowMatrix(A, k = 2, faster = FALSE)

Arguments

A

input matrix

k

rank to use

faster

boolean

Value

matrix is output

Author(s)

Avants BB

Examples

1
2
mat <- matrix(rnorm(300),ncol=50)
lrmat <- lowrankRowMatrix( mat , 2 )

neuroconductor-devel/ANTsR documentation built on April 1, 2021, 1:02 p.m.