Skip to content

Implementation of various classification algorithms. 1. Nearest Neighbour 2.Decision Trees 3. Naive Bayes

Notifications You must be signed in to change notification settings

ramcode/Classification-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClassificationAlgorithms-DataMining Project3

Step to run Project Components

  1. Extract project3.jar from Project.zip to any location on your system.
  2. create data folder in same directory as project3.jar and add data files you want to run(ex project3_dataset1.txt, project3_dataset2.txt)
  3. Give the following commands to run specific Classification algorithm
    1. For Running KNN java -cp project3.jar RunKNearestNeighbour
    2. For Running NaiveBayes java -cp project3.jar RunNaiveBayes
    3. For Running DecisionTree java -cp project3.jar RunDecisionTree
    4. For Running RandomForest java -cp project3.jar RunRandomForest
    5. For Running RandomForestWithBoosting java -cp project3.jar RunRandomForestBoosting

About

Implementation of various classification algorithms. 1. Nearest Neighbour 2.Decision Trees 3. Naive Bayes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages