I am calculating texture features of image. Using these features for training using 'newpnn' function. After training network, as per my understanding network will generate weights according to each class. e.g. if i have 5 images for each 5 class then NN should generate weights according to input features i.e. total 25 set of output weights will get generated. I want to access these weights.
which variable of 'net' object is storing these weight values and how to get these values? please guide ..