I have not used any neural net programs before, and am trying the built-in neural net example called "Simple Clusters" via the Gui App. When I load the example data, and choose the default 10 neurons, I get this error: Default value is not a member of type "nntype.distance_fcn". As far as I know, I have not changed any default settings, the distanceFnc is still the default "linkdist", which exists in my path. Any suggestions would be appreciated. Thanks,
Kshitij Singh answered .
2025-11-20
a. doc selforgmap b. help selforgmap
2.What happens when you cut and paste the help example with each of the following alternatives:
net = selforgmap; net = selforgmap( [8 8]); net = selforgmap( [8 8],100,3,'hextop',linkdist' );