checkForRedundantSources {spectralAnalysis} | R Documentation |
Check for redunt NMF source vectors
Description
Check if any of the source vectors in the initialized NMF model are redundant and should be omitted from the actual NMF analysis
Usage
checkForRedundantSources(seed)
Arguments
seed |
nmfModel object containing initialization of the factor matrices |
Value
boolean vector, indicating which source vector(s) are redundant
Author(s)
Nicolas Sauwen
[Package spectralAnalysis version 4.3.3 Index]