/WebMining

Web Usage Mining project for analyzing websites' log files

Primary LanguageC#

WebMining

This is my graduation project, which is demonstration of the Web Usage Mining technologies.

Alogrithm used in this project:

  • Association Rules (apriori)
  • Clustring (DBSCAN)
  • Classification (K-NN)
  • MarkovChain
  • Statistic

Note: you may need to use LogGen to generate input files for this project, For LogGen go to : https://github.com/bhlshrf/LogGen