Tweet-Clustering
- To run the program, compile the TweetClustering.java file using the below command javac TweetClustering.java
- The .class files will be generated for TweetClustering.java and TweetNode.java
- To run the program, use the below command java TweetClustering 25 initialseeds.txt Tweets.json output.txt
Output of SSE when k = 25 is 24.69813

Log in or sign up for Devpost to join the conversation.