cbecker

Results 3 issues of cbecker

I wonder how likely or possible it is to offer OpenMP support. Clang seems to ship now with openmp, which is great. Would it require big changes to allow for...

If stratification is set to RF_EQUAL and sampling is done without replacement when training a Random Forest then vigra crashes. I found this out by chance when playing around with...

I am not sure why this is happening, but I get no colors shown if I do: ```julia using Displaz fig = Displaz.newfigure() clearplot(fig) plot3d!(fig, rand(3,10), color=[Colors.RGB(1.0,1.0,0.0) for i=1:10]) ```...