prepare_data: Prepares the data used for further plotting.

Description Usage Arguments Value

View source: R/plotting_data_preparation.R

Description

prepare_data returns the prepared data used for further plotting.

Usage

1
2
prepare_data(neural_net, predictor, probs = c(0.05, 0.95),
  nrepetitions = 20)

Arguments

neural_net

Fitted NeuralNetwork, see: NeuralNetwork

predictor

Predictor for which to prepare the plotting data (predictor should be transformed with sym).

probs

Vector of lower and upper bound probabilities for the confidence interval.

nrepetitions

Number of samples used within bootstrap for confidence intervals.

Value

Data.frame with the prepared data.


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