RETprojects / SWENG480-Team21

This repository contains the code for our capstone project, the Design Pattern Recommendation System.
3 stars 0 forks source link

Functions from PatternKMeans for word clouds #123

Open RETprojects opened 1 year ago

RETprojects commented 1 year ago

I copied several functions from PatternKMeans to predict.py: centroidsDict, generateWordClouds, run_KMeans, printAvg, plotSilhouette, and silhouette.

RETprojects commented 1 year ago

Some of the copied-over functions seem to only work for k-means right now. We may need to make some edits.

RETprojects commented 1 year ago

I made a new generateWordCloud function to work with all clustering algorithms in use. There are still some errors in this function, however.