Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
508 stars 131 forks source link

Add Statistical tests to Statististics #80

Open Ulfgard opened 8 years ago

Ulfgard commented 8 years ago

We remoed WilcoxonRankSumTest in 44d7c0 after we came to the conclusion that it does not compile and does not fit well in our current interface design. We should come back to this at some point

TGlas commented 8 years ago

I'll try to get a group of students to work on this over the course of the next winter semester. However, I would not be surprised to get zero applicants for the project.

TGlas commented 7 years ago

I got 4 motivated students. However, the results are not as complete as I had hoped, and the code runs only on Windows. Not sure whether this will be useful.

Ulfgard commented 7 years ago

i wonder what the reason is that the code only runs on windows. you will hardly need a GUI to add a few numbers.

TGlas commented 7 years ago

Luckily, no GUI :) Backslashes in include paths are only the tip of the iceberg. There is stdafx.h everywhere, visual studio projects instead of CMake, and believe it or not, MS added their own for-each loop construct to the language.

Ulfgard commented 7 years ago

okay this sounds doable. Could you send me the code? or alternatively create a Branch and put all headers tests and examples where they should belong? i will handle the rest