% feature_select (binary integer array) - vector with elements indicating if the feature has to be included or not. Current order is distance from ventricles, lesion volume and other modalities in alphabetical naming order
% (e.g. If FLAIR is the only modality provided and distance from ventricles is not needed then feature_select = [0, 1, 1])
% num_of_modalities (integer) - number of input modalities used (e.g.
% num_of_modalities = 1, if only FLAIR is used, num_of_modalities = 2 if
% FLAIR and T1 are used)
% features_path (string) - path to the directory where features need to be stored
% subject_name (string) - To save the LOCATE features file