This class provides the means to investigate the possible
regulatory features indicated by the features that are selected
by feature selection methods.
The goal of this program - part of the FunSiP-package - is to evaluate,
study and display the various features that were selected and scored by
the possible feature selection algorithms.
The different types of available multithreading:
a) NO_MULTITHREADING : no multithreading at all
b) SINGLE_PC_MULTITHREADING : launches each different ClassificationAction in a seperate thread,
and waits until they're all finished;
c) CLUSTER_MULTITHREADING : attempts to launch each ClassificationAction in a seperate job for the
cluster (standard qsub-command).