Skip to content

One of the 10 projects from Artificial Intelligence class, clustering and qlearner. [2010]

Notifications You must be signed in to change notification settings

sathify/clustering

Repository files navigation

1.qLearner.py

2.clustering.py

### Name of the directory 6NewsGroups. And 6 is the K in K-means algorithm.
### Feel free to change if you are testing with you documents and k.                  
if __name__ == '__main__' :
    compute = clustering()
    compute.setupdocuments("6NewsGroups")
    compute.KmeansClustering(6)

About

One of the 10 projects from Artificial Intelligence class, clustering and qlearner. [2010]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages