predict.NeuralNetwork {EventDetectR} | R Documentation |
Predict MultivariateNeuralNetwork Models neuralnet Package
Description
Predict MultivariateNeuralNetwork Models neuralnet Package
Usage
## S3 method for class 'NeuralNetwork'
predict(object, newData = NULL, ...)
Arguments
object |
fitted model that shall be predicted |
newData |
data.frame with newData that is compared to the models prediction to judge if events occured or not |
... |
additional parameters |
Value
predicted value
[Package EventDetectR version 0.3.5 Index]