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

Add an example for creating kernel by its name #4022

Merged
merged 1 commit into from Dec 20, 2017

Conversation

lisitsyn
Copy link
Member

I had to remove functions from ctags due to multiple clash of the 'kernel' name. This way it doesn't clash.

@lisitsyn
Copy link
Member Author

6a0120a85dcdae970b0128776ff992970c-pi

@karlnapf
Copy link
Member

your machine is wrong ;)

@lisitsyn lisitsyn merged commit 041d30e into shogun-toolbox:develop Dec 20, 2017
@@ -16,11 +16,13 @@
'CMultitaskL12LogisticRegression', 'CMultitaskLeastSquaresRegression',
'CMultitaskTraceLogisticRegression', 'CMultitaskClusteredLogisticRegression',
'CLatentSVM', 'CLatentSOSVM', 'CDomainAdaptationSVMLinear',
'CLinearLatentMachine',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats up with these changes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is kinda wrong but I didn't want to research more on that. For some reason it started generating tests for these ones that are abstract.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok well it shouldnt ...

@@ -0,0 +1,3 @@
Kernel k = kernel("GaussianKernel")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! :)

--fields=+im
-h "h.hpp"
--exclude=*.cpp
--languages=c++
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karlnapf this is the solution for ctags

ktiefe pushed a commit to ktiefe/shogun that referenced this pull request Jul 30, 2019
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

2 participants