Utility that reformats data into a form suitable for data mining. Outputs the data with labels in a tab delimited format. This mode uses the globally defined required parameters.
Example Usage:
java -jar bdval.jar -m reformat -p <platform file> -i <input file> -c <conditions file> -t <tasks files> --output reformatted-output.tsv
It is implemented by org.bdval.Reformat.java.

Leave a Comment