plot_Targets {grnnR}R Documentation

Plot Targets vs. Neural Net Estimates

Description

plot error linearity between targets and grnn estimates

Usage

plot_Targets(T, T_hat, BATCH)

Arguments

T targets
T_hat neural net estimates
BATCH batch mode (default) data

Details

Both online (BATCH=0) and batch (BATCH=1) plotting is provided.

Author(s)

Arnold Arrington


[Package grnnR version 1.0 Index]