Learn R Programming

UAHDataScienceUC (version 1.0.1)

gka_allele_mutation: Allele mutation probability computation

Description

Allele mutation probability computation

Usage

gka_allele_mutation(data, k, centers, ...)

Value

a matrix of size n by k with the probability of each allele mutating to a specific cluster.

Arguments

data

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.

k

the number of clusters.

centers

a matrix of size k by m with the cluster centers

...

additional arguments passed to proxy::dist().

Author

Eduardo Ruiz Sabajanes, eduardo.ruizs@edu.uah.es