Error: ggplot2 doesn’t know how to deal with data of class matrix?
How can I make ggplot work with this data I tried normal plotting and it works just fine, but I want better visualization when I use ggplot, it gives me the above error, How do I fix this ? This is an implementation of spectral clustering algorithm. and the code works well and the data … Read more