Releases: fawda123/NeuralNetTools
Releases · fawda123/NeuralNetTools
v1.3.7
free x scales as default on lekprofile plot
v1.3.5
Added options to change color and line type for plotting pruned connections in an mlp network
v1.3.3
Methods for mlp objects are now compatible with pruned networks - see the example in plotnet.
v1.3.2
Added nn method to lekprofile by recreating the input model with nnet, then using the nnet method for lekprofile.
v1.3.1
This is the updated package submitted to CRAN
v1.3.0
Updated package in prep for CRAN submission
v1.2.1
Added greater functionality to handle networks with skip layers
v1.2.0
Removed out_var
option from garson
function because it only works with one response variable. The function will exit if a neural network with more than one response variable is used.
v1.1.0
Added a connection weights method described in Olden et al. 2004 for determining variable importance.