Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.