Nikronic / K-MCI

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

Build Kmeans class with new Fitness function instead the internal one #21

Closed Nikronic closed 5 years ago

Nikronic commented 5 years ago

implemented through function of kmeans. Building class new class of kmeans is redundant. Fitness function replaced used instead of kmeans.intertia_ internal function.