REFAC: transformation setup
Up to now, there was only a single transformation method on a single data set applied. Under the developments in #195 (closed), data are now split into two parts (inputs, targets). This cannot be handled by the current implementation of transformation. For the moment create additional class parameters, but it would be better to have a small class to handle this issue.