Neural net default error:

Illustration
team-matlab - 2021-04-16T14:35:32+00:00
Question: Neural net default error:

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,

Expert Answer

Profile picture of Kshitij Singh Kshitij Singh answered . 2025-11-20

  1. Review

 

   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' );


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!