plot_Targets {grnnR} | R Documentation |
plot error linearity between targets and grnn estimates
plot_Targets(T, T_hat, BATCH)
T |
targets |
T_hat |
neural net estimates |
BATCH |
batch mode (default) data |
Both online (BATCH=0) and batch (BATCH=1) plotting is provided.
Arnold Arrington