Data Mining

Download Free Data Mining Source Code In C/C++, C#, Visual Basic, Visual Basic.NET, Java,
and other programming languages
Welcome to Data Mining Sign in | Join | Help
in Search

Data Mining Source Code Newsletter

Business Analyst Training
Live, Online, Video Courses
Instructor-Led + Hands-On
BusinessAnalystBootCamp.Com

SQL + Database Training
Live, Online, Video Classes
Instructor-Led + Hands-On
SQLBootCamp.Com

Software Developer Training
Live, Online, Video Courses
Instructor-Led + Hands-On
SoftwareDevelperBootCamp.Com

IT Professional Newsletter
"Free" IT Career Success Tips
How To Accelerate Your Career
IT Career Newsletter

Browse by Tags

All Tags » fuzzy string matching
Sorry, but there are no more tags available to filter with.
  • Re: Algorithm for fuzzy match of login id / username

    Your task is very similar to duplicate detection in adresses. A number of good algorithms exist to do a fuzzy string matching, luckily most of them are very easy to implement:N-Gram Matching (http://en.wikipedia.org/wiki/N-gram),Dice coefficient,Levenshtein distance, Damerau-Levenshtein distance. A few months ago somebody posted the "Fuzzy ...
    Posted to Data Mining Forum (Forum) by Hans_Meier on January 29, 2008