ewalker544 / libsvm-go

Full port of LIBSVM in the Go programming language
Apache License 2.0
101 stars 29 forks source link

Adding Add method to Problem struct issue #1 #4

Closed mvryan closed 8 years ago

mvryan commented 8 years ago

This should address issue #1 to add training instances. I used the same signature to Add that is returned by GetLine for consistency.