Learn R Programming

MLwrap (version 0.3.0)

plot_olden: Plotting Olden Values Barplot

Description

The plot_olden() function visualizes Olden sensitivity values computed from products of input-to-hidden layer connection weights and hidden-to-output layer connection weights for each feature. Provides relative feature importance rankings specific to feedforward Neural Networks based on synaptic weight magnitude and directionality analysis across network layers.

Usage

plot_olden(analysis_object, show_table = FALSE)

Value

analysis_object

Arguments

analysis_object

Fitted analysis_object with 'sensitivity_analysis(methods = "Olden")'.

show_table

Boolean. Whether to print Olden results table.

See Also

sensitivity_analysis

Examples

Run this code
# Note: For obtaining the Olden plot the user needs to complete till
# sensitivity_analysis( ) function of the MLwrap pipeline using the Olden
# method.
# See the full pipeline example under sensitivity_analysis()
# (Requires sensitivity_analysis(methods = "Olden"))
# Final call signature:
# plot_olden(wrap_object)

Run the code above in your browser using DataLab