K-Means Operator (KMO) which replaces the crossover operator in the Genetic K-Means algorithm (GKA).
gka_crossover(data, centers)
a vector of size n
with the cluster assignments for each
observation i.e. a new chromosome.
a set of observations, presented as a matrix-like object where
every row is a new observation. The matrix is of size n
by m
.
a matrix of size k
by m
with the cluster centers
for a specific individual in the population.
Eduardo Ruiz Sabajanes, eduardo.ruizs@edu.uah.es