grnn {grnnR}R Documentation

A Generalized Regression Neural Network

Description

simulate the grnn defined by C, W, and SIGMA

Usage

grnn(P, C, W, SIGMA, BATCH = 1)

Arguments

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

Details

patterns, P, are input to produce output estimate T hat. Argument "BATCH" (0,1)=1 specifies batch simulation (default)

Value

T_hat matrix of estimated target vectors

Author(s)

Arnold Arrington


[Package grnnR version 1.0 Index]