borehole {GaSP} | R Documentation |
Data for the borehole function
Description
Training and test data for the borehole function; see source for background.
Usage
borehole
Format
A list with the following four data frames:
- x
8-dimensional input for 40 training runs.
- y
Output (the flow) for the 40 training runs in
x
.- x_pred
8-dimensional input for 1000 test runs at which to predict
y
.- y_true
Output for the 1000 runs in
x_pred
.
Source
https://www.sfu.ca/~ssurjano/borehole.html
[Package GaSP version 1.0.6 Index]