Code covered by the BSD License  

Highlights from
Fuzzy ARTMAP

image thumbnail
from Fuzzy ARTMAP by Massimiliano Versace
This package contains an implementation of Fuzzy ARTMAP.

DEFART_Update_Weights(artmap, J, A)
function updated_weights = DEFART_Update_Weights(artmap, J, A)
% B.11 LEARNING
artmap.w(:,J) = artmap.beta.*(min(A,artmap.w(:,J))) + (1-artmap.beta).*artmap.w(:,J);
updated_weights = artmap.w;

return

Contact us at files@mathworks.com