#! /bin/bash # Example of running cocomin: simply give it the train and test file names. # If you have any errors make sure you ran the makefile and preprocessing. # This is simply an example so I'm using the same file twice, but please try with others. cd .. Train="data/nasa93_all.csv.numeric" Test="data/nasa93_all.csv.numeric" ./cocomin $Train $Test