-
Notifications
You must be signed in to change notification settings - Fork 5
Homework 4
Jinho D. Choi edited this page Apr 13, 2015
·
1 revision
- Download
clustering.zip
. - Create a class
KmeanLastname
(e.g.,KmeansChoi
). - Extend
AbstractKmeans
. - Override the
distance
method by implementing cosine distance (not similarity). - Run your code using
DocumentClustering
. - Submit your source code and a report describing your observation about the clusters.
©2015 Emory University