Data Mining Algorithms
In this page I intend to describe all kinds of data mining algorithms designed to cater for specific area (or problem). I will also provide their summary and links to their specific software/tools example. Hopefully this page will grows ( if i have time and commitment
) over time.
Some of the Data Mining algorithms are:
1. Decision Trees (view post)
- J48 (C4.5)
- ADTree
- DecisionStump
- RandomTree
- REPTree
2. Rule induction (view post)
- OneR
- Ridor
- PART
- JRip (RIPPER)
- DecisionTable
- ConjunctiveRule
3. Evolutionary algorithms (view post)
- Genetic Algorithms
- Genetic Programming
- Evolutionary Programming
- Evolution Strategies
