gka_crossover {UAHDataScienceUC} | R Documentation |
Crossover method i.e. K-Means Operator
Description
K-Means Operator (KMO) which replaces the crossover operator in the Genetic K-Means algorithm (GKA).
Usage
gka_crossover(data, centers)
Arguments
data |
a set of observations, presented as a matrix-like object where
every row is a new observation. The matrix is of size |
centers |
a matrix of size |
Value
a vector of size n
with the cluster assignments for each
observation i.e. a new chromosome.
Author(s)
Eduardo Ruiz Sabajanes, eduardo.ruizs@edu.uah.es
[Package UAHDataScienceUC version 1.0.1 Index]