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

Allow specification of kernel through matrix #2

Closed
RussellTsuchida opened this issue Aug 23, 2021 · 1 comment
Closed

Allow specification of kernel through matrix #2

RussellTsuchida opened this issue Aug 23, 2021 · 1 comment
Assignees

Comments

@RussellTsuchida
Copy link
Owner

We should allow users the option of specifying pre-computed kernel matrices instead of a kernel function and some data. For this to happen, we should check in the init method whether the passed object is a function or a kernel matrix. If it is a matrix, we should go into "matrix mode", in which case the predict and other methods should accept another kernel matrix instead of some new data x.

@RussellTsuchida
Copy link
Owner Author

#4

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

2 participants