Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

precomputed kernel matrices #686

Merged
merged 7 commits into from Aug 1, 2012
Merged

Conversation

karlnapf
Copy link
Member

@karlnapf karlnapf commented Aug 1, 2012

Its now possible to use Custom kernels for statistical testing. This way, recomputing kernel matrices is avoided which massively speeds up for example bootstrapping or multiple computations of statistics

-added permute method to SGVector (method this time, non-static)
-added test for custom kernel subsetting (was missing before)
-new bootstrapping method for CKernelTwoSampleTestStatistic
-extended example with new CustomKernel case
-MMD statistics now dont precompute kernel themselves, instead they just call kernel() method, (if a custom kernel is used then nothing is computed)

karlnapf added a commit that referenced this pull request Aug 1, 2012
precomputed kernel matrices
@karlnapf karlnapf merged commit 1434a79 into shogun-toolbox:master Aug 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant