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

Refactoring/Redesign scalar / matrix valued kernels #200

Open
marcelluethi opened this issue May 29, 2015 · 0 comments
Open

Refactoring/Redesign scalar / matrix valued kernels #200

marcelluethi opened this issue May 29, 2015 · 0 comments

Comments

@marcelluethi
Copy link
Member

The base-classes for scalar/matrix valued kernels have currently a few limitations:

  1. The base classes are parametrized by the PointType only. For generic implementations of kernels (i.e. those where the concrete type of PointType is not known), the actual dataset type over which the kernel is applied should be known, such that operations onpoints can be performed using the representer.
  2. The Kernel combinators are only implemented for MatrixValued kernels. It would be handy to have them also for ScalarValuedKernels
  3. The Kernel combinators are difficult to use since they require explicit pointers. Maybe the use of smart pointers would allow for a more flexible and user friendly way to combine kernels
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

No branches or pull requests

1 participant