.sits_som_label_neurons {sits}R Documentation

Label neurons

Description

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".

Usage

.sits_som_label_neurons(data, kohonen_obj)

Arguments

data

A SITS tibble with info of samples and kohonen.obj.

kohonen_obj

The kohonen object returned by kohonen package.

Value

Tibble with the probability of each neuron belongs to class and a majority label which is the neuron is labelled.

Author(s)

Lorena Santos, lorena.santos@inpe.br


[Package sits version 0.16.2 Index]