grnn_Train {grnnR}R Documentation

Synthesize a GRNN

Description

synthesize a grnn using the training dataset

Usage

grnn_Train(P, T, SIGMA_flag = 1, SIGMA_inp = 1)

Arguments

P matrix of pattern vectors
T matrix of target vectors
SIGMA_flag select empirical spread or user supplied
SIGMA_inp user supplied Gaussian spread value

Details

a call is made to the function compute SIGMA for SIGMA flag=1, else uses the spread value supplied in SIGMA inp

Value

C matrix of center vectors
W matrix of weight vectors
SIGMA Gaussian spread value

Author(s)

Arnold Arrington


[Package grnnR version 1.0 Index]