This functions calculates scales a similarity matrix P = P' such that P 1 = 1 and P'*1 = 1
1 | fixKernelMatrix(P, thr = 1e-05, niter = 1000)
|
P |
a n by n symmetric similarity matrix |
thr |
convergency thresshold (default = 1e-5) |
niter |
number of iterations (default = 1000) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.