Skip to content

Hierarchical and K-Means clustering with Pearson similarity in Java

Notifications You must be signed in to change notification settings

beppek/clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering

This is a java application that clusters blog and wikipedia data by K-means and hierarchy with Pearson similarity. Start by running the java application from your IDE of choice. You can also run the application using maven from the project root.

Run the front end using node by opening a terminal in the root of the project. Then run

npm install

Next time you start the application you can start it from the project root with

npm start

This will start a react app which can be accessed in the browser at localhost:3000 if it doesn't automatically open.

About

Hierarchical and K-Means clustering with Pearson similarity in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published