networkEiganat: Convenience wrapper for eigenanatomy decomposition.

Description Usage Arguments Value Author(s) Examples

Description

Decomposes a matrix into sparse eigenevectors to maximize explained variance.

Usage

1
networkEiganat( Xin, sparam = c(0.1, 0.1), k = 5, its = 100, gradparam = 1, mask = NA, v, prior, pgradparam = 0.01)

Arguments

inmatrix

n by p input images , subjects or time points by row , spatial variable lies along columns

inmask

optional antsImage mask

other params

see sccan for other parameters

Value

outputs a decomposition of a population or time series matrix

Author(s)

Avants BB

Examples

1
2
3
4
5
## Not run: 
mat<-replicate(100, rnorm(20)) 
mydecom<-networkEiganat( mat ) 

## End(Not run)

stnava/itkImageR documentation built on May 30, 2019, 7:21 p.m.