| predict.neuralnet.prmdt {traineR} | R Documentation | 
predict.neuralnet.prmdt
Description
Return prediction for a neuralnet model.
Usage
## S3 method for class 'neuralnet.prmdt'
predict(object, newdata, type = "class", ...)
Arguments
object | 
 a   | 
newdata | 
 an optional data frame in which to look for variables with which to predict.  | 
type | 
 type of prediction 'prob' or 'class' (default).  | 
... | 
 additional arguments affecting the predictions produced.  | 
Value
a vector or matrix of predictions for neuralnet.
[Package traineR version 2.2.0 Index]