Skip to content

jagadeesh-h/Implementation-of-Bisecting-K-Means-and-K-Nearest-Neighbors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Implementation-of-Bisecting-K-Means-and-K-Nearest-Neighbors

Through this project, the following two algorithms are implemented on the iris dataset in R language:

  • bisecting K-Means.
  • K-Nearest Neighbors

Files:

Run the code BKmeans_KNN.R to execute the program. The BKmeans_KNN.R file executes both the algorithms and displays the results.

Requirements:

The following packages are required to run the program:

  • RColorBrewer
  • class
  • caret
  • lattice
  • ggplot2

Releases

No releases published

Packages

No packages published

Languages