gen_nn: Generate Artifical Neural Network

Description Usage Arguments Value

Description

A function that takes a scaled data set builds a neural network and reports on the accuracy of the built model.

Usage

1
gen_nn(data.set, ..., cName = "res", logs = FALSE, fold.info = c(10, 7))

Arguments

data.set

A data set that contains scaled data and a vector of results as a column in the data frame.

Value

A neural network model built from totalData which is of class 'nn'.


ntyndall/mltools documentation built on June 5, 2019, 5:38 p.m.