powered by
A generic function that prints the eigen-multipliers of a dmap object and the epsilon used in its construction.
# S3 method for dmap print(x, …)
diffusion map object from diffuse()
further arguments
diffuse
# NOT RUN { data(annulus) dmap = diffuse(dist(annulus)) # compute diffusion map print(dmap) # }
Run the code above in your browser using DataLab