These two last months I've been working with some classic data mining algorithms like Apriori, D-ARM, K-means, Fuzzy C-means, Birch and so on. I found implementations of most of them in Java and other languages like c++ or c. There is also a nice open source application called WEKA from the University of Waikato that has a lot of machine learning algorithms implemented but also coded in Java.
I've found just one site with some algorithms implemented in C#, but just a few and just one site.
Why there is not .NET implementations of these algortithms?
If anybody knows a good source code resource for data mining algorithms for C# developers just leave a comment :) also if you would be interested in C# implementations of these algorithms, please leave a comment. I'm thinking about implement some of them if people is interested.