Learn R Programming

radiant.model (version 1.6.7)

summary.nn: Summary method for the nn function

Description

Summary method for the nn function

Usage

# S3 method for nn
summary(object, prn = TRUE, ...)

Arguments

object

Return value from nn

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

Run this code
result <- nn(titanic, "survived", "pclass", lev = "Yes")
summary(result)

Run the code above in your browser using DataLab