Computes the probability of a sample belongs to a cluster using bayesian filter.
.sits_som_bayes_estimate(data, kohonen_obj, labelled_neurons, som_radius)
A tibble with samples.
Object that contains all parameters of SOM provided by "kohonen" package
A tibble containing information about each neuron.
Distance in the SOM map to consider neighbours
Returns the probability of a sample belongs to a cluster based on the class of neuron and its neighborhood.