Nikronic / K-MCI

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

Answer #17

Closed hamed-faraji closed 5 years ago

hamed-faraji commented 6 years ago

When I check some fitnesses, I see in the iris dataset everything are good and we get the better answer. But in other datasets such as Glass, it is terribly bad.

Nikronic commented 5 years ago

Problem was fitness function. The function changed from kmeans.inertia_ to sum_of_squares implemented by us.