setLearningPar: Sets learning parameters for SOM

Description Usage Arguments

Description

Sets learning parameters for SOM

Usage

1
setLearningPar(som, alpha = 0.1, sigma = 1, neighbor = 2)

Arguments

som

target som.

alpha

learning rate.

sigma

variance of the weights propagation.

neighbor

size of neighborhood kernel about the nodes. 1 indicates the neighbors of a node are its one adjacents.


hosscine/SME documentation built on May 14, 2019, 12:45 p.m.