Abhishek
Abhishek
kindly check `numel(nodtble)`. probably this value is either 1 or zero
Hi @smartyfh if we have the matrix of `n*k` then how would we calculate the adjacency matrix as square matrix is suitable for it.
the input matrix A is adjacency matrix which is a square one. My dataset has 359 samples with 2173 features. The adjacency matrix can't be calculated for it. In that...
In it there are two major issues: -if we don't use the adjacency matrix, then the` ShallowNMF` gives the NaN values - using any shape matrix has another issue of...
I found the graph regularizer L can be dropped. but the other issue of using matrix other than adjacency in the input of DNMF is NaN output in factors U...
> > I found the graph regularizer L can be dropped. but the other issue of using matrix other than adjacency in the input of DNMF is NaN output in...