I have implemented Spectral Clustering in C# after long hours of struggling with the math behind its decomposition.

Now that I finished compiling and testing my code, I need to verify that my coding is correct, beyond 10 data points, verifying the goodness of my implementation using pen and paper is difficult, hence Can anyone please guide me where I can find an executable program / tool / toolbox that I can use to generate Top K eigen  vectors for large number of input data points ?

I googled for so many times but couldn't find such resource.

Thank you in advance.

Similar questions and discussions