negative data input to nmf (non-negative matrix factorization)
11 次查看(过去 30 天)
显示 更早的评论
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 个评论
siva singireddi
2019-5-20
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!