Given pointers S and D to two lists of MicroSite objects,
Calculate one-step Markov transition matrix between sites.
MicroKernel_PowerKernel(S, D, sigma = 3, eps = 0.1, beta = 0)
| S | pointer to starting sites (for example, Landscape$get_AquaSites()) |
|---|---|
| D | pointer to destination sites |
| sigma | a param |
| eps | a param |
| beta | a param |
matrix