summary.nn {radiant.model} | R Documentation |
Summary method for the nn function
Description
Summary method for the nn function
Usage
## S3 method for class 'nn'
summary(object, prn = TRUE, ...)
Arguments
object |
Return value from |
prn |
Print list of weights |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/model/nn.html for an example in Radiant
See Also
nn
to generate results
plot.nn
to plot results
predict.nn
for prediction
Examples
result <- nn(titanic, "survived", "pclass", lev = "Yes")
summary(result)
[Package radiant.model version 1.6.6 Index]