Deriving new class from KernelFunction #12695
kjpalmer100
started this conversation in
General
Replies: 1 comment
-
@SergeyMenshykh could you help here, please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a reason that all the KernelFunction constructors are internal? I'd like to dynamically expose my own KernelFunctions but they all have different parameter structures. I assumed I could just create my own class inherited from the abstract class however it appears I can't.
Is there a way this can be achieved?
Thanks,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions