feedbackmine-libsvm-ruby 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (8) hide show
  1. data/AUTHORS +2 -0
  2. data/COPYING +340 -0
  3. data/History.txt +11 -0
  4. data/README.txt +15 -0
  5. data/Rakefile +24 -0
  6. data/ext/extconf.rb +9 -0
  7. data/ext/main.cpp +727 -0
  8. metadata +72 -0
data/AUTHORS ADDED
@@ -0,0 +1,2 @@
1
+ Rudi Cilibrasi <cilibrar@cilibrar.com> (rubysvm binding and packaging)
2
+ FeedbackMine <feedbackmine@feedbackmine.com> (improvement and gem)
data/COPYING ADDED
@@ -0,0 +1,340 @@
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Library General Public License instead.) You can apply it to
19
+ your programs, too.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
+ have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
+
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
+
33
+ For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
282
+ How to Apply These Terms to Your New Programs
283
+
284
+ If you develop a new program, and you want it to be of the greatest
285
+ possible use to the public, the best way to achieve this is to make it
286
+ free software which everyone can redistribute and change under these terms.
287
+
288
+ To do so, attach the following notices to the program. It is safest
289
+ to attach them to the start of each source file to most effectively
290
+ convey the exclusion of warranty; and each file should have at least
291
+ the "copyright" line and a pointer to where the full notice is found.
292
+
293
+ <one line to give the program's name and a brief idea of what it does.>
294
+ Copyright (C) <year> <name of author>
295
+
296
+ This program is free software; you can redistribute it and/or modify
297
+ it under the terms of the GNU General Public License as published by
298
+ the Free Software Foundation; either version 2 of the License, or
299
+ (at your option) any later version.
300
+
301
+ This program is distributed in the hope that it will be useful,
302
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
303
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
+ GNU General Public License for more details.
305
+
306
+ You should have received a copy of the GNU General Public License
307
+ along with this program; if not, write to the Free Software
308
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
309
+
310
+
311
+ Also add information on how to contact you by electronic and paper mail.
312
+
313
+ If the program is interactive, make it output a short notice like this
314
+ when it starts in an interactive mode:
315
+
316
+ Gnomovision version 69, Copyright (C) year name of author
317
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318
+ This is free software, and you are welcome to redistribute it
319
+ under certain conditions; type `show c' for details.
320
+
321
+ The hypothetical commands `show w' and `show c' should show the appropriate
322
+ parts of the General Public License. Of course, the commands you use may
323
+ be called something other than `show w' and `show c'; they could even be
324
+ mouse-clicks or menu items--whatever suits your program.
325
+
326
+ You should also get your employer (if you work as a programmer) or your
327
+ school, if any, to sign a "copyright disclaimer" for the program, if
328
+ necessary. Here is a sample; alter the names:
329
+
330
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
331
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
332
+
333
+ <signature of Ty Coon>, 1 April 1989
334
+ Ty Coon, President of Vice
335
+
336
+ This General Public License does not permit incorporating your program into
337
+ proprietary programs. If your program is a subroutine library, you may
338
+ consider it more useful to permit linking proprietary applications with the
339
+ library. If this is what you want to do, use the GNU Library General
340
+ Public License instead of this License.
data/History.txt ADDED
@@ -0,0 +1,11 @@
1
+ 2009-02-15 feedbackmine.com
2
+ * Implemented several new methods:
3
+ Model#save
4
+ Model#load
5
+ Parameter#probability
6
+ Parameter#probability=
7
+
8
+ 2006-07-16 Rudi Cilibrasi <cilibrar@cilibrar.com>
9
+
10
+ * Finally repackaged using diffs, autotools, pbuilder for Debian, etc.
11
+
data/README.txt ADDED
@@ -0,0 +1,15 @@
1
+ This is the Ruby binding for LIBSVM.
2
+ Rudi Cilibrasi (cilibrar@cilibrar.com) wrote this Ruby binding.
3
+ It makes it easy to use Support Vector Machines from Ruby.
4
+
5
+ Improvements made by feedbackmine:
6
+ Model#save
7
+ Model#load
8
+ Parameter#probability
9
+ Parameter#probability=
10
+
11
+ == INSTALLTION
12
+
13
+ sudo apt-get install libsvm2 libsvm-dev
14
+ sudo gem sources -a http://gems.github.com (you only have to do this once)
15
+ sudo gem install feedbackmine-libsvm-ruby
data/Rakefile ADDED
@@ -0,0 +1,24 @@
1
+ require 'rubygems'
2
+ require 'hoe'
3
+
4
+ EXT = "ext/blah.#{Hoe::DLEXT}"
5
+
6
+ Hoe.new('libsvm-ruby', '0.1.0') do |p|
7
+ p.author = 'FeedbackMine'
8
+ p.email = 'feedbackmine@feedbackmine.com'
9
+ p.url = 'http://www.tweetjobsearch.com'
10
+ p.summary = 'ruby wrapper of libsvm'
11
+ p.description = 'ruby wrapper of libsvm'
12
+
13
+ p.spec_extras[:extensions] = "ext/extconf.rb"
14
+ p.clean_globs << EXT << "ext/*.o" << "ext/Makefile"
15
+ end
16
+
17
+ task :test => EXT
18
+
19
+ file EXT => ["ext/extconf.rb", "ext/main.cpp"] do # 4
20
+ Dir.chdir "ext" do
21
+ ruby "extconf.rb"
22
+ sh "make"
23
+ end
24
+ end
data/ext/extconf.rb ADDED
@@ -0,0 +1,9 @@
1
+ require 'mkmf'
2
+ #have_library('stdc++', "main")
3
+ #have_library('svm', "main")
4
+ $CFLAGS = "#{ENV['CFLAGS']} -Wall -O3 "
5
+ pkg_config 'libsvm'
6
+ if CONFIG["MAJOR"].to_i >= 1 && CONFIG["MINOR"].to_i >= 8
7
+ $CFLAGS << " -DHAVE_DEFINE_ALLOC_FUNCTION"
8
+ end
9
+ create_makefile('SVM')
data/ext/main.cpp ADDED
@@ -0,0 +1,727 @@
1
+ /* RubySVM 1.0 by Rudi Cilibrasi (cilibrar@ofb.net)
2
+ * Released under the GPL
3
+ * Mon May 12 11:20:48 CEST 2003,
4
+ * based on libsvm-2.4
5
+ */
6
+
7
+ #define obstack_chunk_alloc xmalloc
8
+ #define obstack_chunk_free free
9
+
10
+ #define HAVE_DEFINE_ALLOC_FUNCTION 1
11
+
12
+ #include "ruby.h"
13
+ #include "node.h"
14
+ #include <string.h>
15
+ #include <obstack.h>
16
+ #include <stdio.h>
17
+ #include <malloc.h>
18
+ #include <libsvm/svm.h>
19
+ #include <stdlib.h>
20
+
21
+ VALUE mSVM, cSVMProblem, cSVMParameter, cSVMModel;
22
+ static VALUE cMarshal;
23
+
24
+ static int getSVCount(struct svm_model *m);
25
+
26
+ struct RSVM_Problem {
27
+ struct svm_problem prob;
28
+ struct obstack xs, ys;
29
+ int k;
30
+ };
31
+
32
+ struct RSVM_Model {
33
+ struct svm_model *m;
34
+ };
35
+
36
+ struct RSVM_Parameter {
37
+ struct svm_parameter p;
38
+ };
39
+
40
+ VALUE svmpa_new(VALUE cl);
41
+
42
+ /*
43
+ * Converts a Ruby array of consecutive values into a list of
44
+ * value-index svm_node's.
45
+ */
46
+ struct svm_node *rubyArrayToNodelist(VALUE xs)
47
+ {
48
+ //struct obstack xso;
49
+ struct svm_node *n;
50
+ int i;
51
+ int len = RARRAY(xs)->len;
52
+ n = (struct svm_node *) calloc(sizeof(struct svm_node), len+1);
53
+ for (i = 0; i < len; ++i) {
54
+ n[i].value = 1;
55
+ n[i].index = NUM2DBL(rb_ary_entry(xs, i));
56
+ }
57
+ n[i].value = 0;
58
+ n[i].index = -1;
59
+
60
+ return n;
61
+ }
62
+
63
+ /*
64
+ * Serializes an SVMParameter object
65
+ */
66
+ VALUE svmpa_svm_dump(VALUE self, VALUE limit)
67
+ {
68
+ struct RSVM_Parameter *rp;
69
+ VALUE obj = rb_ary_new();
70
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
71
+ rb_ary_push(obj, INT2NUM(rp->p.svm_type));
72
+ rb_ary_push(obj, INT2NUM(rp->p.kernel_type));
73
+ rb_ary_push(obj, rb_float_new(rp->p.degree));
74
+ rb_ary_push(obj, rb_float_new(rp->p.gamma));
75
+ rb_ary_push(obj, rb_float_new(rp->p.coef0));
76
+ rb_ary_push(obj, rb_float_new(rp->p.cache_size));
77
+ rb_ary_push(obj, rb_float_new(rp->p.eps));
78
+ rb_ary_push(obj, rb_float_new(rp->p.C));
79
+ rb_ary_push(obj, rb_float_new(rp->p.nu));
80
+ rb_ary_push(obj, rb_float_new(rp->p.p));
81
+ rb_ary_push(obj, INT2NUM(rp->p.shrinking));
82
+ return rb_funcall(cMarshal, rb_intern("dump"), 1, obj);
83
+ }
84
+
85
+ /*
86
+ * Deserializes an SVMParameter object
87
+ */
88
+
89
+ VALUE svmpa_svm_load(VALUE kl, VALUE obj)
90
+ {
91
+ struct RSVM_Parameter *rp;
92
+ printf("In load!\n");
93
+ VALUE self = svmpa_new(cSVMParameter);
94
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
95
+ printf("RP is %p\n", rp);
96
+ obj = rb_funcall(cMarshal, rb_intern("load"), 1, obj);
97
+ rp->p.svm_type = NUM2INT(rb_ary_entry(obj, 0));
98
+ printf("first!\n");
99
+ rp->p.kernel_type = NUM2INT(rb_ary_entry(obj, 1));
100
+ rp->p.degree = (int) NUM2DBL(rb_ary_entry(obj, 2));
101
+ rp->p.gamma = NUM2DBL(rb_ary_entry(obj, 3));
102
+ rp->p.coef0 = NUM2DBL(rb_ary_entry(obj, 4));
103
+ rp->p.cache_size = NUM2DBL(rb_ary_entry(obj, 5));
104
+ printf("midway!\n");
105
+ rp->p.eps = NUM2DBL(rb_ary_entry(obj, 6));
106
+ rp->p.C = NUM2DBL(rb_ary_entry(obj, 7));
107
+ rp->p.nu = NUM2DBL(rb_ary_entry(obj, 8));
108
+ rp->p.p = NUM2DBL(rb_ary_entry(obj, 9));
109
+ rp->p.shrinking = NUM2INT(rb_ary_entry(obj, 10));
110
+ printf("Never returned!\n");
111
+ return self;
112
+ }
113
+
114
+ /*
115
+ * Gets gamma value, the exponent used in the kernel function
116
+ */
117
+ VALUE svmpa_gamma(VALUE self) {
118
+ struct RSVM_Parameter *rp;
119
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
120
+ return rb_float_new(rp->p.gamma);
121
+ }
122
+
123
+ /*
124
+ * Sets gamma value, the exponent used in the kernel function
125
+ */
126
+ VALUE svmpa_gammaeq(VALUE self, VALUE eq) {
127
+ struct RSVM_Parameter *rp;
128
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
129
+ rp->p.gamma = NUM2DBL(eq);
130
+ return Qnil;
131
+ }
132
+ /*
133
+ * Gets coef0, the constant added in the polynomial kernel
134
+ */
135
+ VALUE svmpa_coef0(VALUE self) {
136
+ struct RSVM_Parameter *rp;
137
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
138
+ return rb_float_new(rp->p.coef0);
139
+ }
140
+
141
+ /*
142
+ * Sets coef0, the constant added in the polynomial kernel
143
+ */
144
+ VALUE svmpa_coef0eq(VALUE self, VALUE eq) {
145
+ struct RSVM_Parameter *rp;
146
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
147
+ rp->p.coef0 = NUM2DBL(eq);
148
+ return Qnil;
149
+ }
150
+
151
+ /*
152
+ * Gets coef0, the constant added in the polynomial kernel
153
+ */
154
+ VALUE svmpa_probability(VALUE self) {
155
+ struct RSVM_Parameter *rp;
156
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
157
+ return rb_float_new(rp->p.probability);
158
+ }
159
+
160
+ /*
161
+ * Sets probability
162
+ */
163
+ VALUE svmpa_probabilityeq(VALUE self, VALUE eq) {
164
+ struct RSVM_Parameter *rp;
165
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
166
+ rp->p.probability = NUM2DBL(eq);
167
+ return Qnil;
168
+ }
169
+
170
+ /*
171
+ * Gets cachesize, the number of megabytes of memory to use for the cache
172
+ */
173
+ VALUE svmpa_cache_size(VALUE self) {
174
+ struct RSVM_Parameter *rp;
175
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
176
+ return rb_float_new(rp->p.cache_size);
177
+ }
178
+
179
+ /*
180
+ * Sets cachesize, the number of megabytes of memory to use for the cache
181
+ */
182
+ VALUE svmpa_cache_sizeeq(VALUE self, VALUE eq) {
183
+ struct RSVM_Parameter *rp;
184
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
185
+ rp->p.cache_size = NUM2DBL(eq);
186
+ return Qnil;
187
+ }
188
+ /*
189
+ * Gets eps, the tolerance of termination criterion
190
+ */
191
+ VALUE svmpa_eps(VALUE self) {
192
+ struct RSVM_Parameter *rp;
193
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
194
+ return rb_float_new(rp->p.eps);
195
+ }
196
+
197
+ /*
198
+ * Sets eps, the tolerance of termination criterion
199
+ */
200
+ VALUE svmpa_epseq(VALUE self, VALUE eq) {
201
+ struct RSVM_Parameter *rp;
202
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
203
+ rp->p.eps = NUM2DBL(eq);
204
+ return Qnil;
205
+ }
206
+ /*
207
+ * Gets C, the cost parameter of C-SVC, epsilon-SVR, and nu-SVR
208
+ */
209
+ VALUE svmpa_C(VALUE self) {
210
+ struct RSVM_Parameter *rp;
211
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
212
+ return rb_float_new(rp->p.C);
213
+ }
214
+
215
+ /*
216
+ * Sets C, the cost parameter of C-SVC, epsilon-SVR, and nu-SVR
217
+ */
218
+ VALUE svmpa_Ceq(VALUE self, VALUE eq) {
219
+ struct RSVM_Parameter *rp;
220
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
221
+ rp->p.C = NUM2DBL(eq);
222
+ return Qnil;
223
+ }
224
+
225
+ /*
226
+ * Gets nu, the SV-ratio parameter of nu-SVC, one-class SVM, and nu-SVR
227
+ */
228
+ VALUE svmpa_nu(VALUE self) {
229
+ struct RSVM_Parameter *rp;
230
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
231
+ return rb_float_new(rp->p.nu);
232
+ }
233
+
234
+ /*
235
+ * Sets nu, the SV-ratio parameter of nu-SVC, one-class SVM, and nu-SVR
236
+ */
237
+ VALUE svmpa_nueq(VALUE self, VALUE eq) {
238
+ struct RSVM_Parameter *rp;
239
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
240
+ rp->p.nu = NUM2DBL(eq);
241
+ return Qnil;
242
+ }
243
+
244
+ /*
245
+ * Gets p, the zero-loss width zone in epsilon-insensitive SVR
246
+ */
247
+ VALUE svmpa_p(VALUE self) {
248
+ struct RSVM_Parameter *rp;
249
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
250
+ return rb_float_new(rp->p.p);
251
+ }
252
+
253
+ /*
254
+ * Sets p, the zero-loss width zone in epsilon-insensitive SVR
255
+ */
256
+ VALUE svmpa_peq(VALUE self, VALUE eq) {
257
+ struct RSVM_Parameter *rp;
258
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
259
+ rp->p.p = NUM2DBL(eq);
260
+ return Qnil;
261
+ }
262
+
263
+ /*
264
+ * Gets degree, the degree of the kernel function
265
+ */
266
+ VALUE svmpa_degree(VALUE self) {
267
+ struct RSVM_Parameter *rp;
268
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
269
+ return rb_float_new(rp->p.degree);
270
+ }
271
+
272
+ /*
273
+ * Sets degree, the degree of the kernel function
274
+ */
275
+ VALUE svmpa_degreeeq(VALUE self, VALUE eq) {
276
+ struct RSVM_Parameter *rp;
277
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
278
+ rp->p.degree = (int) NUM2DBL(eq);
279
+ return Qnil;
280
+ }
281
+
282
+ /*
283
+ * Gets kernel_type, which is one of:
284
+ * * LINEAR
285
+ * * POLY
286
+ * * RBF
287
+ * * SIGMOID
288
+ */
289
+ VALUE svmpa_kernel_type(VALUE self) {
290
+ struct RSVM_Parameter *rp;
291
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
292
+ return INT2FIX(rp->p.kernel_type);
293
+ }
294
+
295
+ /*
296
+ * Sets kernel_type, which is one of:
297
+ * * LINEAR
298
+ * * POLY
299
+ * * RBF
300
+ * * SIGMOID
301
+ */
302
+ VALUE svmpa_kernel_typeeq(VALUE self, VALUE eq) {
303
+ struct RSVM_Parameter *rp;
304
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
305
+ rp->p.kernel_type = FIX2INT(eq);
306
+ return Qnil;
307
+ }
308
+
309
+ /*
310
+ * Gets svm_type, which is one of:
311
+ * * C_SVC
312
+ * * NU_SVC
313
+ * * ONE_CLASS
314
+ * * EPSILON_SVR
315
+ * * NU_SVR
316
+ */
317
+ VALUE svmpa_svm_type(VALUE self) {
318
+ struct RSVM_Parameter *rp;
319
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
320
+ return INT2FIX(rp->p.svm_type);
321
+ }
322
+
323
+ /*
324
+ * Sets svm_type, which is one of:
325
+ * * C_SVC
326
+ * * NU_SVC
327
+ * * ONE_CLASS
328
+ * * EPSILON_SVR
329
+ * * NU_SVR
330
+ */
331
+ VALUE svmpa_svm_typeeq(VALUE self, VALUE eq) {
332
+ struct RSVM_Parameter *rp;
333
+ Data_Get_Struct(self, struct RSVM_Parameter, rp);
334
+ rp->p.svm_type = FIX2INT(eq);
335
+ return Qnil;
336
+ }
337
+
338
+ struct RSVM_Parameter *newParameter()
339
+ {
340
+ struct RSVM_Parameter *rp = (struct RSVM_Parameter *)
341
+ calloc(sizeof(struct RSVM_Parameter), 1);
342
+ rp->p.svm_type = C_SVC;
343
+ rp->p.kernel_type = RBF;
344
+ rp->p.degree = 3;
345
+ rp->p.gamma = 0;
346
+ rp->p.coef0 = 0;
347
+ rp->p.nu = 0.5;
348
+ rp->p.cache_size = 40;
349
+ rp->p.C = 1;
350
+ rp->p.eps = 1e-3;
351
+ rp->p.p = 0.1;
352
+ rp->p.shrinking = 1;
353
+ rp->p.nr_weight = 0;
354
+ return rp;
355
+ }
356
+
357
+ /*
358
+ * Creates a new, empty SVMProblem object.
359
+ */
360
+ struct RSVM_Problem *newProblem()
361
+ {
362
+ struct RSVM_Problem *rprob = (struct RSVM_Problem *) calloc(sizeof(struct RSVM_Problem), 1);
363
+ rprob->prob.l = 0;
364
+ rprob->prob.x = NULL;
365
+ rprob->prob.y = NULL;
366
+ obstack_init(&rprob->xs);
367
+ obstack_init(&rprob->ys);
368
+ return rprob;
369
+ }
370
+
371
+ /*
372
+ * Adds an example to an SVMProblem given a target value and an input vector.
373
+ */
374
+ void addExample(struct RSVM_Problem *rp, double y, struct svm_node *x)
375
+ {
376
+ obstack_grow(&rp->ys, &y, sizeof(double));
377
+ obstack_grow(&rp->xs, &x, sizeof(struct svm_node *));
378
+ }
379
+
380
+ void syncProblem(struct RSVM_Problem *rp)
381
+ {
382
+ rp->prob.l = obstack_object_size(&rp->ys) / sizeof(double);
383
+ rp->prob.y = (double *) obstack_base(&rp->ys);
384
+ rp->prob.x = (struct svm_node **) obstack_base(&rp->xs);
385
+ }
386
+
387
+ /*
388
+ * Frees an SVMModel
389
+ */
390
+ static void svmpm_free(void *ptr)
391
+ {
392
+ struct RSVM_Model *rp = (struct RSVM_Model *) ptr;
393
+ svm_destroy_model(rp->m);
394
+ free(rp);
395
+ }
396
+
397
+ /*
398
+ * Frees an SVMParameter
399
+ */
400
+ static void svmpa_free(void *ptr)
401
+ {
402
+ struct RSVM_Parameter *rp = (struct RSVM_Parameter *) ptr;
403
+ free(rp);
404
+ }
405
+
406
+ /*
407
+ * Frees an SVMProblem
408
+ */
409
+ static void svmpr_free(void *ptr)
410
+ {
411
+ struct RSVM_Problem *rp = (struct RSVM_Problem *) ptr;
412
+ int i;
413
+ syncProblem(rp);
414
+ for (i = 0; i < rp->prob.l; ++i)
415
+ free(rp->prob.x[i]);
416
+ obstack_free(&(rp->xs),NULL);
417
+ obstack_free(&(rp->ys),NULL);
418
+ free(rp);
419
+ }
420
+
421
+ /*
422
+ * Creates a new SVMParameter object.
423
+ * Uses the following default values:
424
+ * * svm_type = C_SVC
425
+ * * kernel_type = RBF
426
+ * * degree = 3
427
+ * * gamma = 1 / k (0 means this also)
428
+ * * coef0 = 0
429
+ * * nu = 0.5
430
+ * * cache_size = 40
431
+ * * C = 1
432
+ * * eps = 1e-3
433
+ * * p = 0.1
434
+ * * shrinking = 1
435
+ * * nr_weight = 0
436
+ */
437
+ VALUE svmpa_new(VALUE cl)
438
+ {
439
+ struct RSVM_Parameter *rp = newParameter();
440
+ VALUE tdata = Data_Wrap_Struct(cl, 0, svmpa_free, rp);
441
+ printf("In the new!!\n");
442
+ rb_obj_call_init(tdata, 0, NULL);
443
+ return tdata;
444
+ }
445
+
446
+ #ifdef HAVE_DEFINE_ALLOC_FUNCTION
447
+ static VALUE svmpa_allocate(VALUE kl) {
448
+ return svmpa_new(kl);
449
+ }
450
+ #endif
451
+
452
+ /*
453
+ * Creates a new, empty SVMProblem object.
454
+ */
455
+ VALUE svmpr_new(VALUE cl)
456
+ {
457
+ struct RSVM_Problem *rp = newProblem();
458
+ VALUE tdata = Data_Wrap_Struct(cl, 0, svmpr_free, rp);
459
+ rb_obj_call_init(tdata, 0, NULL);
460
+ return tdata;
461
+ }
462
+
463
+ /*
464
+ * Trains an SVM according to a given problem set and parameter specification
465
+ */
466
+ VALUE svmpm_new(VALUE cl, VALUE prob, VALUE par)
467
+ {
468
+ struct RSVM_Model *rp = (struct RSVM_Model *) calloc(sizeof(struct RSVM_Model), 1);
469
+ struct RSVM_Problem *cpro;
470
+ struct RSVM_Parameter *cpa;
471
+ bool defgamma = false;
472
+ VALUE tdata = Data_Wrap_Struct(cl, 0, svmpm_free, rp);
473
+ Data_Get_Struct(prob, struct RSVM_Problem, cpro);
474
+ Data_Get_Struct(par, struct RSVM_Parameter, cpa);
475
+ syncProblem(cpro);
476
+ if (cpa->p.gamma == 0)
477
+ defgamma = true;
478
+ if (defgamma)
479
+ cpa->p.gamma = 1.0 / (double) cpro->k;
480
+ cpa->p.probability = 1;
481
+ rp->m = svm_train(&cpro->prob, &cpa->p);
482
+ if (defgamma)
483
+ cpa->p.gamma = 0;
484
+ rb_obj_call_init(tdata, 0, NULL);
485
+ return tdata;
486
+ }
487
+
488
+ static VALUE svmpm_predict_values(VALUE self, VALUE xs)
489
+ {
490
+ struct RSVM_Model *rp;
491
+ double *pe;
492
+ struct svm_node *x = rubyArrayToNodelist(xs);
493
+ int i, nr_class, numvals;
494
+ VALUE decvals;
495
+ Data_Get_Struct(self, struct RSVM_Model, rp);
496
+ nr_class = svm_get_nr_class(rp->m);
497
+ decvals = rb_ary_new();
498
+ numvals = (nr_class * (nr_class - 1))/2;
499
+ pe = (double *) calloc(numvals, sizeof(double));
500
+ svm_predict_values(rp->m, x, pe);
501
+ for (i = 0; i < numvals; i += 1)
502
+ rb_ary_push(decvals, rb_float_new(pe[i]));
503
+ free(pe);
504
+ return decvals;
505
+ }
506
+
507
+ static VALUE svmpm_predict_probability(VALUE self, VALUE xs)
508
+ {
509
+ double result;
510
+ struct RSVM_Model *rp;
511
+ double *pe;
512
+ struct svm_node *x = rubyArrayToNodelist(xs);
513
+ int i;
514
+ VALUE probs, retval;
515
+ retval = rb_ary_new();
516
+ Data_Get_Struct(self, struct RSVM_Model, rp);
517
+ probs = rb_ary_new();
518
+ pe = (double *) calloc(svm_get_nr_class(rp->m), sizeof(double));
519
+ result = svm_predict_probability(rp->m, x, pe);
520
+ for (i = 0; i < svm_get_nr_class(rp->m); i += 1)
521
+ rb_ary_push(probs, rb_float_new(pe[i]));
522
+ free(pe);
523
+ rb_ary_push(retval, rb_float_new(result));
524
+ rb_ary_push(retval, probs);
525
+ return retval;
526
+ }
527
+
528
+ /*
529
+ * Predicts a value (regression or classification) based on an input vector
530
+ */
531
+ static VALUE svmpm_predict(VALUE self, VALUE xs)
532
+ {
533
+ double result;
534
+ struct RSVM_Model *rp;
535
+ Data_Get_Struct(self, struct RSVM_Model, rp);
536
+ struct svm_node *x = rubyArrayToNodelist(xs);
537
+ result = svm_predict(rp->m, x);
538
+ free(x);
539
+ return rb_float_new(result);
540
+ }
541
+
542
+ static VALUE svmpm_save(VALUE self, VALUE filename)
543
+ {
544
+ int result;
545
+ struct RSVM_Model *rp;
546
+ Data_Get_Struct(self, struct RSVM_Model, rp);
547
+ char *name = STR2CSTR(filename);
548
+ result = svm_save_model(name, rp->m);
549
+ return INT2FIX(result);
550
+ }
551
+
552
+ static VALUE svmpm_load(VALUE cl, VALUE filename)
553
+ {
554
+ struct RSVM_Model *rp = (struct RSVM_Model *) calloc(sizeof(struct RSVM_Model), 1);
555
+ char *name = STR2CSTR(filename);
556
+ struct svm_model * model = svm_load_model(name);
557
+ rp->m = model;
558
+ return Data_Wrap_Struct(cl, 0, svmpm_free, rp);
559
+ }
560
+
561
+ /*
562
+ * Initializes an SVMModel
563
+ */
564
+ static VALUE svmpm_init(VALUE self)
565
+ {
566
+ return self;
567
+ }
568
+
569
+ /*
570
+ * Initializes an SVMParameter
571
+ */
572
+ static VALUE svmpa_init(VALUE self)
573
+ {
574
+ return self;
575
+ }
576
+
577
+ /*
578
+ * Initializes an SVMProblem
579
+ */
580
+ static VALUE svmpr_init(VALUE self)
581
+ {
582
+ return self;
583
+ }
584
+
585
+ /*
586
+ * Returns the number of samples in an SVMProblem
587
+ */
588
+ static VALUE svmpr_size(VALUE self)
589
+ {
590
+ struct RSVM_Problem *rp;
591
+ Data_Get_Struct(self, struct RSVM_Problem, rp);
592
+ syncProblem(rp);
593
+ return INT2FIX(rp->prob.l);
594
+ }
595
+
596
+ /*
597
+ * Returns the number of Support Vectors in an SVMModel
598
+ */
599
+ static VALUE svmpm_svcount(VALUE self)
600
+ {
601
+ struct RSVM_Model *rp;
602
+ Data_Get_Struct(self, struct RSVM_Model, rp);
603
+ return INT2FIX(getSVCount(rp->m));
604
+ }
605
+
606
+ /*
607
+ * Adds a training example to an SVMProblem
608
+ */
609
+ static VALUE svmpr_addex(VALUE self, VALUE y, VALUE xs)
610
+ {
611
+ struct RSVM_Problem *rp;
612
+ struct svm_node *fini;
613
+ double yd;
614
+ Data_Get_Struct(self, struct RSVM_Problem, rp);
615
+ yd = NUM2DBL(y);
616
+ fini = rubyArrayToNodelist(xs);
617
+ addExample(rp, yd, fini);
618
+ if (rp->k == 0) rp->k = RARRAY(xs)->len;
619
+ return Qnil;
620
+ }
621
+
622
+ /* To be removed in next version */
623
+ struct svm_model
624
+ {
625
+ svm_parameter param; // parameter
626
+ int nr_class; // number of classes, = 2 in regression/one class svm
627
+ int l; // total #SV
628
+ svm_node **SV; // SVs (SV[l])
629
+ double **sv_coef; // coefficients for SVs in decision functions (sv_coef[n-1][l])
630
+ double *rho; // constants in decision functions (rho[n*(n-1)/2])
631
+
632
+ // for classification only
633
+
634
+ int *label; // label of each class (label[n])
635
+ int *nSV; // number of SVs for each class (nSV[n])
636
+ // nSV[0] + nSV[1] + ... + nSV[n-1] = l
637
+ // XXX
638
+ int free_sv; // 1 if svm_model is created by svm_load_model
639
+ // 0 if svm_model is created by svm_train
640
+ };
641
+
642
+ static int getSVCount(struct svm_model *m)
643
+ {
644
+ return m->l;
645
+ }
646
+
647
+ extern "C" {
648
+ void Init_SVM();
649
+ };
650
+
651
+ void Init_SVM()
652
+ {
653
+ #ifdef QUIETFUNC
654
+ svm_set_verbosity(0);
655
+ #endif
656
+ mSVM = rb_define_module("SVM");
657
+ cSVMProblem = rb_define_class_under(mSVM, "Problem", rb_cObject);
658
+ cSVMParameter = rb_define_class_under(mSVM, "Parameter", rb_cObject);
659
+ cSVMModel = rb_define_class_under(mSVM, "Model", rb_cObject);
660
+
661
+
662
+ rb_define_singleton_method(cSVMProblem, "new", (VALUE (*) (...))svmpr_new, 0);
663
+ rb_define_method(cSVMProblem, "initialize", (VALUE (*) (...))svmpr_init, 0);
664
+ rb_define_method(cSVMProblem, "size", (VALUE (*) (...))svmpr_size, 0);
665
+ rb_define_method(cSVMProblem, "addExample", (VALUE (*) (...))svmpr_addex, 2);
666
+
667
+ rb_define_const(mSVM, "C_SVC", INT2FIX(C_SVC));
668
+ rb_define_const(mSVM, "NU_SVC", INT2FIX(NU_SVC));
669
+ rb_define_const(mSVM, "ONE_CLASS", INT2FIX(ONE_CLASS));
670
+ rb_define_const(mSVM, "EPSILON_SVR", INT2FIX(EPSILON_SVR));
671
+ rb_define_const(mSVM, "NU_SVR", INT2FIX(NU_SVR));
672
+ rb_define_const(mSVM, "LINEAR", INT2FIX(LINEAR));
673
+ rb_define_const(mSVM, "POLY", INT2FIX(POLY));
674
+ rb_define_const(mSVM, "RBF", INT2FIX(RBF));
675
+ rb_define_const(mSVM, "SIGMOID", INT2FIX(SIGMOID));
676
+
677
+ rb_define_singleton_method(cSVMParameter, "new", (VALUE (*) (...))svmpa_new, 0);
678
+ rb_define_method(cSVMParameter, "degree", (VALUE (*) (...))svmpa_degree, 0);
679
+ rb_define_method(cSVMParameter, "degree=", (VALUE (*) (...))svmpa_degreeeq, 1);
680
+ rb_define_method(cSVMParameter, "gamma", (VALUE (*) (...))svmpa_gamma, 0);
681
+ rb_define_method(cSVMParameter, "gamma=", (VALUE (*) (...))svmpa_gammaeq, 1);
682
+ rb_define_method(cSVMParameter, "coef0", (VALUE (*) (...))svmpa_coef0, 0);
683
+ rb_define_method(cSVMParameter, "coef0=", (VALUE (*) (...))svmpa_coef0eq, 1);
684
+ rb_define_method(cSVMParameter, "probability", (VALUE (*) (...))svmpa_probability, 0);
685
+ rb_define_method(cSVMParameter, "probability=", (VALUE (*) (...))svmpa_probabilityeq, 1);
686
+ rb_define_method(cSVMParameter, "cache_size", (VALUE (*) (...))svmpa_cache_size, 0);
687
+ rb_define_method(cSVMParameter, "cache_size=", (VALUE (*) (...))svmpa_cache_sizeeq, 1);
688
+ rb_define_method(cSVMParameter, "eps", (VALUE (*) (...))svmpa_eps, 0);
689
+ rb_define_method(cSVMParameter, "eps=", (VALUE (*) (...))svmpa_epseq, 1);
690
+ rb_define_method(cSVMParameter, "C", (VALUE (*) (...))svmpa_C, 0);
691
+ rb_define_method(cSVMParameter, "C=", (VALUE (*) (...))svmpa_Ceq, 1);
692
+ rb_define_method(cSVMParameter, "nu", (VALUE (*) (...))svmpa_nu, 0);
693
+ rb_define_method(cSVMParameter, "nu=", (VALUE (*) (...))svmpa_nueq, 1);
694
+ rb_define_method(cSVMParameter, "p", (VALUE (*) (...))svmpa_p, 0);
695
+ rb_define_method(cSVMParameter, "p=", (VALUE (*) (...))svmpa_peq, 1);
696
+ rb_define_method(cSVMParameter, "kernel_type", (VALUE (*) (...))svmpa_kernel_type, 0);
697
+ rb_define_method(cSVMParameter, "kernel_type=", (VALUE (*) (...))svmpa_kernel_typeeq, 1);
698
+ rb_define_method(cSVMParameter, "svm_type", (VALUE (*) (...))svmpa_svm_type, 0);
699
+ rb_define_method(cSVMParameter, "svm_type=", (VALUE (*) (...))svmpa_svm_typeeq, 1);
700
+ /*
701
+ rb_define_method(cSVMParameter, "_dump_data", (VALUE (*) (...))svmpa_svm_dump_data, 0);
702
+
703
+ rb_define_method(cSVMParameter, "_load_data", (VALUE (*) (...))svmpa_svm_load_data, 1);
704
+ */
705
+ rb_define_method(cSVMParameter, "_dump", (VALUE (*) (...))svmpa_svm_dump, 1);
706
+
707
+ rb_define_singleton_method(cSVMParameter, "_load", (VALUE (*) (...))svmpa_svm_load, 1);
708
+
709
+ #ifdef HAVE_DEFINE_ALLOC_FUNCTION
710
+ rb_define_alloc_func(cSVMModel, svmpa_allocate);
711
+ #endif
712
+ /*rb_undef_alloc_func(cSVMModel); */
713
+ /* rb_add_method(cSVMModel, ID_ALLOCATOR, NEW_CFUNC(svmpa_allocate, 0), NOEX_PRIVATE | NOEX_CFUNC); */
714
+ /* rb_define_singleton_method(cSVMModel, "allocate", (VALUE (*) (...))svmpa_allocate, 1);
715
+ rb_define_singleton_method(cSVMModel, "_alloc", (VALUE (*) (...))svmpa_allocate, 1);
716
+ */
717
+
718
+ rb_define_singleton_method(cSVMModel, "new", (VALUE (*) (...))svmpm_new, 2);
719
+ rb_define_method(cSVMModel, "predict", (VALUE (*) (...))svmpm_predict, 1);
720
+ rb_define_method(cSVMModel, "predict_probability", (VALUE (*) (...))svmpm_predict_probability, 1);
721
+ rb_define_method(cSVMModel, "predict_values", (VALUE (*) (...))svmpm_predict_values, 1);
722
+ rb_define_method(cSVMModel, "svcount", (VALUE (*) (...))svmpm_svcount, 0);
723
+ rb_define_method(cSVMModel, "save", (VALUE (*) (...))svmpm_save, 1);
724
+ rb_define_singleton_method(cSVMModel, "load", (VALUE (*) (...))svmpm_load, 1);
725
+ cMarshal = rb_const_get(rb_cObject, rb_intern("Marshal"));
726
+ }
727
+
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: feedbackmine-libsvm-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - FeedbackMine
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-28 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.3
24
+ version:
25
+ description: ruby wrapper of libsvm
26
+ email: feedbackmine@feedbackmine.com
27
+ executables: []
28
+
29
+ extensions:
30
+ - ext/extconf.rb
31
+ extra_rdoc_files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ files:
36
+ - History.txt
37
+ - COPYING
38
+ - AUTHORS
39
+ - Manifest.txt
40
+ - README.txt
41
+ - Rakefile
42
+ - ext/main.cpp
43
+ - ext/extconf.rb
44
+ has_rdoc: true
45
+ homepage: http://www.tweetjobsearch.com
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --main
49
+ - README.txt
50
+ require_paths:
51
+ - ext
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ version:
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ requirements: []
65
+
66
+ rubyforge_project:
67
+ rubygems_version: 1.2.0
68
+ signing_key:
69
+ specification_version: 2
70
+ summary: ruby wrapper of libsvm
71
+ test_files: []
72
+