shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Unit test HSIC implementation #1931

Open karlnapf opened 10 years ago

karlnapf commented 10 years ago

Against the code of Arthur Gretton's code at http://www.gatsby.ucl.ac.uk/~gretton/indepTestFiles/indep.htm

In fact, there is already a c++ example asserting correct results. This should be translated to a unit test and then simplified to only demonstrate API usage (and no assertions). But there might be cases we have not thought of, and the null approximation methods should also be tested.

Entrance task for http://www.shogun-toolbox.org/page/Events/gsoc2014_ideas#variable_interactions

pl8787 commented 10 years ago

@karlnapf Maybe I can start from here.

karlnapf commented 10 years ago

Yeah lets work on this one once the other PR is merged.