externstd::vector<int>TASK_START_TRAIN;//!< The starting point for each task in the training data
externstd::vector<int>TASK_SZ_TEST;//!< Number of test sample per task
externstd::vector<double>STANDARDIZED_D_MATRIX;//!< The descriptor matrix filled with standardized feature values (Central storage for the selected feature space)
externstd::vector<double>STANDARDIZED_STORAGE_ARR;//!< //!< The vector used to temporarily store the values of the standardized feature training values
externstd::vector<double>STANDARDIZED_TEST_STORAGE_ARR;//!< //!< The vector used to temporarily store the values of the standardized feature test values
externintN_SELECTED;//!< Number of selected features