Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

compute

Deprecated function


Description

The function compute is deprecated. Please refer to the new function predict.nn.

Usage

compute(x, covariate, rep = 1)

Arguments

x

an object of class nn.

covariate

a dataframe or matrix containing the variables that had been used to train the neural network.

rep

an integer indicating the neural network's repetition which should be used.

Value

compute returns a list containing the following components:

neurons

a list of the neurons' output for each layer of the neural network.

net.result

a matrix containing the overall result of the neural network.


neuralnet

Training of Neural Networks

v1.44.2
GPL (>= 2)
Authors
Stefan Fritsch [aut], Frauke Guenther [aut], Marvin N. Wright [aut, cre], Marc Suling [ctb], Sebastian M. Mueller [ctb]
Initial release
2019-02-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.