Learn R Programming

sits (version 1.12.0)

.sits_neighbor_neurons: Get the neighbor of neurons

Description

This function create a table contained the information about all neighbor of one neuron of radius 1.

Usage

.sits_neighbor_neurons(class_vector, koh, radius = 1)

Arguments

class_vector

A vector contained the labels of each neuron.

koh

An object kohonen.

radius

Radius of neigbourhood of each neuron.

Value

Returns a sits tibble with informations about the vinicity of each neuron.