mbaudin47 / othdrplot

High density plot
GNU Lesser General Public License v3.0
2 stars 3 forks source link

The plotOutlierTrajectories of ProcessHighDensityRegionAlgorithm should not return any data. #5

Open mbaudin47 opened 5 years ago

mbaudin47 commented 5 years ago

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.