Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


tofsims (version 1.0.2)

computeMNF: compute MNF

Description

compute MNF, helper for MNF/nnMNF

Usage

computeMNF(nzData = NULL, noise = NULL, SNR = NULL, ind = NULL,
  iter = TRUE, limitSNR = NULL, covNoise = NULL)

Arguments

nzData
matrix
noise
matrix
SNR
numeric
ind
numeric
iter
boolean
limitSNR
numeric
covNoise
matrix

Value

  • MNF transform

Details

This is a helper function for the MNF/nnMNF function and originates from the mzImage package.