![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Runs a single train-test and returns the logged logs.
Definition in file traintest.m.
Go to the source code of this file.
Functions | |
| function | traintest (in logs, in blk, in ds_train, in ds_test, in postpr_test, in postpr_est) |
| function traintest | ( | in | logs, |
| in | blk, | ||
| in | ds_train, | ||
| in | ds_test, | ||
| in | postpr_test, | ||
| in | postpr_est | ||
| ) |
| logs | Logs to record the outcome |
| blk | Block expected to output an estimato dataset |
| ds_train | Train dataset |
| ds_test | Test dataset |
| postpr_test | (optional) Post-processor block for ds_test |
| postpr_est | (optional) Post-processor block for the estimation dataset, which is the output of blk.use(ds_test) |