grnn {grnnR} | R Documentation |
simulate the grnn defined by C, W, and SIGMA
grnn(P, C, W, SIGMA, BATCH = 1)
P |
matrix of pattern vectors |
C |
matrix of center vectors |
W |
matrix of weight vectors |
SIGMA |
Gaussian spread value |
BATCH |
(=1) specifies batch-mode, default |
patterns, P, are input to produce output estimate T hat. Argument "BATCH" (0,1)=1 specifies batch simulation (default)
T_hat |
matrix of estimated target vectors |
Arnold Arrington