ANN Competitive Network simulation function
[y,classes] = ann_COMPET_run(W,P)
weights for the network
Testing input
Winning Neuron
Classes for the input
Competitive network simulation function
x = rand(2,10); x(:,1:5) = x(:,1:5) + 1; [W,b] = ann_COMPET(x,2); [y,classes] = ann_COMPET_run(W,x) | ![]() | ![]() |