redes: Create neural network

Description Usage Arguments Value

View source: R/Pruebas.R

Description

Create neural network

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
redes(
  data,
  var_est,
  vPerc,
  unitsE,
  activationE,
  lDrop = NULL,
  epochsE,
  batch_sizeE,
  validation_splitE
)

Arguments

data

A database to use

var_est

A character value with the column of x axis

vPerc

A logical value: T if the graphic contains variable y; F if not

unitsE

A character value with the column of y axis

activationE

A character value with the column of group

lDrop

A character value with the type of graphic

epochsE

batch_sizeE

validation_splitE

Value

A plot object


MarcoAlvaradoS/EDAS documentation built on July 19, 2021, 6:34 a.m.