Fanghua Ye

Results 34 comments of Fanghua Ye

> @smartyfh I would greatly appreciate your comments on this! Thank you, Weixuan. That would be great. Please let me know what I can do.

> > > > @smartyfh I would greatly appreciate your comments on this! > > > > > > Thank you, Weixuan. That would be great. Please let me know...

> > > > > > > > > > > > > @smartyfh I would greatly appreciate your comments on this! > > > > > > > >...

> In the paper, equation (2), why set n=r0>r1>...>rp-1>rp=k ,what's the basis for this ?thank you! This is to reflect that the similarity between nodes is going from low to...

The input A denotes the adjacency matrix of a network. For a network with n nodes, A is an n-by-n matrix, and its (i, j)-entry is 1 or 0. If...

If the data are stored in CSV, we can use csvread to load data (like this: A = csvread('adjacencyMatrix.csv', 1, 1)). Sorry I cannot send you the results, for I...

Which variable? Do you mean A? U can check what your A is in matlab.

Pls check our paper, the implementation is just the same as what the paper shows. Anyway, the implementation is quite simple. If you are not so familiar with Matlab, you...

> 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. Hi, could you...

> 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...