BDVal supports the following modes of operation. Each mode is run with the command:
| java -jar bdval.jar -m <mode-name> |
where <mode-name> is one of:
- cox-regression
- cross-validation
- define-splits
- distribution-difference
- distribution-difference-by-feature
- execute-splits
- fold-change
- ga-wrapper
- kendal-tau
- leave-one-out
- min-max
- permutation
- predict
- reformat
- rserve-status
- sequence
- stats
- svm-weights
- svm-weights-iterative
- t-test
- to-ranks
- write-model
For mode-specific help use:
| java –jar bdval.jar –mode <mode> –help |

Leave a Comment