negative data input to nmf (non-negative matrix factorization)
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to apply non-negative matrix factorization on a data matrix of gene expression, but the matrix contain negative as well as positive data. the problem is Nmf does n't accept negative data. what should I do to make nmf work on this matrix??
1 Kommentar
siva singireddi
am 20 Mai 2019
you must need to convert that matrix into positive.if you are analyzing the signals you will apply fft or stft technique to convert that matrix into positive these are the tools which convert the matrix, negative to positive.if you are analyzing the some elements please convert that negative elements into positive.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!