Description
This function calculates deep neural network metamodel weights and generates keff predictions for all training and test data.
Usage
Test(dataset, ensemble.size = 5, loss = "sse", ext.dir, training.dir)
Value
A list of deep neural network weights
Arguments
- dataset
Training and test data
- ensemble.size
Number of deep neural networks in the ensemble
- loss
Loss function
- ext.dir
External directory (full path)
- training.dir
Training directory (full path)