Data Mining Resources for C#

14,622

If you are like me, you can have a look at Weka's Souce Code (its in JAVA - I have a dream to port it into C#.Net, if any one has not already started... there is a J# port... http://sourceforge.net/projects/wekadotnet )

Also look at... http://datamining.codeplex.com/

Share:
14,622
GreyCloud
Author by

GreyCloud

Updated on July 06, 2022

Comments

  • GreyCloud
    GreyCloud almost 2 years

    I wonder if we could compile a list of resources for Data Mining in C#?

    Specifically I am looking for

    • Implementations of Data Mining Algorithms
    • Open Source Data mining libraries
    • Tutorials on Data Mining using C#/.net code

    & if anyone knows of a C# implementation of http://en.wikipedia.org/wiki/C4.5_algorithm I'd be very interested.

    I'll try and summarise the posted results for re-usability