sampledoc

ANTsR 0.0.0 documentation

whiten

«  visualizeBlob   ::   Contents   ::   Style guide for ANTsR  »

whiten

purpose:

Simple whitening function.

description:

Whitens the input matrix using SVD and returns the result.

usage:

wmat<-whiten( mat )

examples:

mat <- matrix(c(rep(1, 100), rep(0, 200)), ncol = 50)

«  visualizeBlob   ::   Contents   ::   Style guide for ANTsR  »