summary.nn: Summary method for the nn function

summary.nnR 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 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

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

radiant.model documentation built on Oct. 16, 2023, 9:06 a.m.