interpretnn: Statistically-Based Neural Networks

View source: R/interpretnn.R

interpretnnR Documentation

Statistically-Based Neural Networks

Description

Return statistically-based outputs for neural networks.

Usage

interpretnn(...)

interpretnn.default(object, ...)

interpretnn.nnet(object, X, ...)

interpretnn.keras.engine.training.Model(object, X, y, B = 100, ...)

interpretnn.nn(object, B = 100, ...)

interpretnn.ANN(object, X, y, B = 100, ...)

interpretnn.luz_module_fitted(object, X, y, B = 100, ...)

interpretnn.selectnn(object, B = 100, ...)

Arguments

...

arguments passed to or from other methods

object

selectnn object

X

matrix of input data

y

response variable

B

number of bootstrap replicates

Value

A list with information of the optimal model.

  • interpretnn - object of class interpretnn.

interpretnn object

interpretnn object

interpretnn object

interpretnn object

interpretnn object

interpretnn object

interpretnn object

interpretnn object


andrew-mcinerney/statnn documentation built on June 30, 2024, 4:09 p.m.