Nikronic / K-MCI

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

Our standardization method should give higher fitness compare to article fitness. #18

Closed Nikronic closed 6 years ago

Nikronic commented 6 years ago

So there is some methods to do standardization, so we will try all until we get a acceptable value. Notice: standardization method was not mentioned in the article.(in the article , there is nothing about standardization or normalization. but we understand me must do it because of our dataset) first method aplied: x = (x-mean) / variance

Nikronic commented 6 years ago

none of methods worked!