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

a few additions to the ruby examples & some other stuff... #304

Merged
merged 4 commits into from Aug 21, 2011

Conversation

serialhex
Copy link
Contributor

here are a few more examples done... converting them one-by-one is a pain but i'm learning a lot about shogun in the process. i'm also taking notes so i can make things more 'ruby-ish' (but definitely not by tuesday!!) i've added a 'modshogun.rb' file that should be copied into the ruby dir where 'modshogun.so' is going to be copied also (yes, copy both, and the *.rb file will include the *.so file) in that file is where i will add the helper files & make things nicer.

so far the ones that work (on my machine) are:
classifier_averaged_perceptron_modular.rb OK
classifier_gaussiannaivebayes_modular.rb OK
classifier_gmnpsvm_modular.rb OK
classifier_libsvm_minimal_modular.rb OK
features_string_char_modular.rb OK
kernel_anova_modular.rb OK
kernel_cauchy_modular.rb OK
kernel_chi2_modular.rb OK
kernel_circular_modular.rb OK
kernel_gaussian_modular.rb OK
MatrixTest.rb OK
minimal_test.rb OK
VectorTest.rb OK
(yes i've got a bajillion to go!)

@sploving i've encountered errors with the following files: kernel_auc_modular.rb; kernel_combined_custom_poly_modular.rb; kernel_combined_modular.rb. i'm pretty sure it has something to do with the wrapper, if not, let me know and i'll stop being lazy and figure it out!!

lets see if i can get >50% done by tuesday!! :P
hex

@sonney2k
Copy link
Member

I wanted to merge this pull request - but it cannot currently be merged - please merge and fix conflicts and then I will

@serialhex
Copy link
Contributor Author

this should work now. (and i should remember to do a pull --rebase before i push request :P )

sonney2k pushed a commit that referenced this pull request Aug 21, 2011
a few additions to the ruby examples & some other stuff...
@sonney2k sonney2k merged commit 8a410d1 into shogun-toolbox:master Aug 21, 2011
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