regression: Regression problem

Description Usage Arguments Value

View source: R/regression.R

Description

This function trains neural network models to solve a regression problem.

Usage

1
regression(NN, x, y, trainIdx, testIdx)

Arguments

NN

Lists the structure of the neural network

x

Input data

y

Response data

trainIdx

Observations IDs that are assigned to the training set

testIdx

Observations IDs that are assigned to the testing set

Value


mgoulet847/tagi documentation built on Dec. 21, 2021, 5:10 p.m.