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!