learn: Learn

Description Usage Arguments See Also

View source: R/learn.R

Description

Create or update a General regression neural network.

Usage

1
  learn(set, nn, variable.column = 1)

Arguments

set

Data frame representing the training set. The first column is used to define the category of each observation (set category.column if it is not the case).

nn

A General regression neural network with or without training.

variable.column

The field number of the variable (1 by default).

See Also

grnn-package


grnn documentation built on May 1, 2019, 10:51 p.m.