-
Notifications
You must be signed in to change notification settings - Fork 0
sathify/clustering
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published