Nikronic / K-MCI

This is an implementation of K-MCI algorithm in python.
Apache License 2.0
4 stars 0 forks source link

Assignment #3

Closed hamed-faraji closed 6 years ago

hamed-faraji commented 6 years ago

Do we need to assign data again after mutation and other processes???

Nikronic commented 6 years ago

Can you explain more? If processes has been done, the job is complete.

hamed-faraji commented 6 years ago

When we do mutation so centers could be changed. With these new centers, points must assign again based on K-means definite. But K-means function that we used, don't have any inputs as center location.