example_nn_model: Returns example models by type of response

Description Usage Arguments Value Examples

View source: R/NeuralNetworkVisualization.R

Description

Each model has stored data available with 1000 bootstrap iterations and a 90% confidence interval. The code that fitted the models can be found here: https://github.com/AlexAfanasev/NeuralNetworkVisualization/blob/master/inst/examples.R

Usage

1

Arguments

type

String beeing either numerical, categorical or binary.

Value

NeuralNetwork class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# Example: Numeric
example_nn_model("numerical")

# Example: Categoric
example_nn_model("categorical")

Example: Binary
example_nn_model("binary")


## End(Not run)

AlexAfanasev/NeuralNetworkVisualization documentation built on Sept. 23, 2019, 2:29 a.m.