Learn R Programming

sits (version 1.12.0)

.sits_labelling_neurons: Labelling neurons using majority voting

Description

Labelling all neurons using the majority voting. If the neuron is empty, it will labeled as "NoClass".

Usage

.sits_labelling_neurons(data.tb, grid_size)

Arguments

data.tb

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

grid_size

The size of kohonen map.

Value

Returns the labels of each neuron.