Main Content

initlvq

LVQ weight initialization function

Syntax

initlvq('configure',x)
initlvq('configure',net,'IW',i,j,settings)
initlvq('configure',net,'LW',i,j,settings)
initlvq('configure',net,'b',i,)

Description

initlvq('configure',x) takes input data x and returns initialization settings for an LVQ weights associated with that input.

initlvq('configure',net,'IW',i,j,settings) takes a network, and indices indicating an input weight to layer i from input j, and that weights settings, and returns new weight values.

initlvq('configure',net,'LW',i,j,settings) takes a network, and indices indicating a layer weight to layer i from layer j, and that weights settings, and returns new weight values.

initlvq('configure',net,'b',i,) takes a network, and an index indicating a bias for layer i, and returns new bias values.

Version History

Introduced in R2010b

See Also

|