| .sits_som_label_neurons {sits} | R Documentation |
Compute the probability of a neuron belongs to a class. The neuron is labelled using the majority voting. If the neuron is empty, it will labeled as "NoClass".
.sits_som_label_neurons(data, kohonen_obj)
data |
A SITS tibble with info of samples and kohonen.obj. |
kohonen_obj |
The kohonen object returned by kohonen package. |
Tibble with the probability of each neuron belongs to class and a majority label which is the neuron is labelled.
Lorena Santos, lorena.santos@inpe.br