Results 6 comments of snow

Thanks for the great feedback here, and also wanted to say that your site is very cool. The original goal of the project was to implement what you have there,...

So like a matrix `m x n` where `m` are the viewers and `n` are the channels?

How would I calculate the weight of an individual chatter? I've constructed the matrix with the weight of 1 for being apart of a channel, and that results in the...

Yeah no problem, I've been busy as well. I have a couple of more questions. There's a problem with the pseudocode you gave, `product` is an `n x n` matrix,...

Alright using current data I generated the following sim matrix, with the sum and average values: ``` SparseMatrix 273x273-Single 100.00 % Filled 0.0873135 0.00580401 0.00537844 0.0049059 0.00379891 .. 0.0021354 0.00221413...

No, `normed.TransposeAndMultiply(normed)` does mean `normed * normed^T`. ![image](https://user-images.githubusercontent.com/33789437/122658902-50e18080-d140-11eb-944c-15a71b99b10b.png) I figured it out and it was because I was using the wrong norm (l1norm instead of l2norm) This is the new...