Test {criticality} | R Documentation |
Test Function
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)
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) |
Value
A list of deep neural network weights
[Package criticality version 0.9.3 Index]