Added Transformer pipeline steps specifications.
Created by: ThanKarab
Changelog:
- Specify algorithm with transformation. Jira
- Added
PipelineStep
as motherclass ofAlgorithm
andTransformer
. - Algorithm names are now grouped in the
AlgorithmName
enum. - Minor packages refactoring in the
algorithms
folder.