Execute Splits Mode runs a sequence of biomarker discovery operations against a list of dataset splits.The list of splits can be produced by the Define Splits mode. The sequence of operations is defined by the sequence file.
It is implemented by org.bdval.ExecuteSplitsMode.java.
Mode Parameters
The following options are available in this mode
| Flag | Arguments | Required | Description |
|---|---|---|---|
--splits | splits | yes | File with the definitions of splits to run. |
--sequence-file | sequence-file | yes | File with the sequence of steps to execute for each split. |
--evaluate-statistics | evaluate-statistics | no | Indicate whether evaluation statistics should be evaluated after all splits are executed. Setting this property to true requires R/ROCR for statistics evaluation. (default: true) |

Leave a Comment