The plotOutlierTrajectories of ProcessHighDensityRegionAlgorithm should not return any data.
The current implementation returns the inlierSample, while it should only draw (not compute). To get the inlierSample, a new method "getInlierSample()" should be created.