MLP: Automatic training of MLPs

View source: R/MLP.R

MLPR Documentation

Automatic training of MLPs

Description

Automatic train a Multilayer Perceptron (MLPs) model. This function is a wrapper for nnfor::mlp().

Usage

MLP(formula, ...)

Arguments

formula

Model specification (see "Specials" section, currently not in use...)

...

Further arguments passed to nnfor::mlp().

Value

mlp_model An object of class MLP.


ahaeusser/tscv documentation built on Dec. 25, 2024, 10:11 a.m.