powered by
Summary method for the ann function
# S3 method for ann summary(object, prn = TRUE, ...)
Return value from ann
ann
Print list of weights
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/ann.html for an example in Radiant
ann to generate results
plot.ann to plot results
plot.ann
predict.ann for prediction
predict.ann
# NOT RUN { result <- ann("titanic", "survived", "pclass", lev = "Yes") summary(result) # }
Run the code above in your browser using DataLab