initializeNMFModel {spectralAnalysis} | R Documentation |
Initialize NMF model with initial spectral data
Description
Initialize NMF model with initial spectral data
Usage
initializeNMFModel(initSpectralData, spectra, spectralAxis = NULL)
Arguments
initSpectralData |
this can be a list of spectralData objects, containing the pure component spectra. It can also be either of the NMF factor matrices with initial values |
spectra |
spectral matrix, with wavelengths as its rows and time points as its columns |
spectralAxis |
vector of wavelength/spectralAxis values |
Value
an object that inherents from the class NMF
[Package spectralAnalysis version 4.3.3 Index]