interpretnn | R Documentation |
Return statistically-based outputs for neural networks.
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 passed to or from other methods |
object |
selectnn object |
X |
matrix of input data |
y |
response variable |
B |
number of bootstrap replicates |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.