<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:iweb="http://www.apple.com/iweb" version="2.0">
  <channel>
    <title>Software</title>
    <link>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Software.html</link>
    <description>In this page you will find some tools to help you use and/or develop machine learning algorithms.&lt;br/&gt;Those entries starting with ‘@’ are objects to extend the functionality of The Spider, a Matlab® object-oriented toolbox devoted to ease machine learning research with Matlab.</description>
    <generator>iWeb 3.0.3</generator>
    <image>
      <url>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Software_files/xcode.png</url>
      <title>Software</title>
      <link>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Software.html</link>
    </image>
    <item>
      <title>MEX interface for SVMperf 3</title>
      <link>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2009/11/17_MEX_interface_for_SVMperf_3.html</link>
      <guid isPermaLink="false">b6991240-96e4-40ad-8538-b9e5b2ee4274</guid>
      <pubDate>Tue, 17 Nov 2009 10:54:17 +0100</pubDate>
      <description>&lt;a href=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2009/11/17_MEX_interface_for_SVMperf_3_files/matlab-hand.jpg&quot;&gt;&lt;img src=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Media/object000_1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:81px; height:61px;&quot;/&gt;&lt;/a&gt;This is the matlab interface of version 3.1 of &lt;a href=&quot;http://svmlight.joachims.org/svm_perf.html&quot;&gt;Thorsten Joachims’ SVMperf&lt;/a&gt;. It was barely tested so be careful with it. Please let me know if you find any problem with this software.&lt;br/&gt;&lt;br/&gt;Windows users: I’m sorry but I was unable to compile this stuff for you. If anyone is able to compile it, please, send me the binaries.&lt;br/&gt;&lt;br/&gt;</description>
      <enclosure url="http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2009/11/17_MEX_interface_for_SVMperf_3_files/matlab-hand.jpg" length="44570" type="image/jpeg"/>
    </item>
    <item>
      <title>(obsolete) MEX interface for SVMperf</title>
      <link>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2009/10/25_%28obsolete%29_MEX_interface_for_SVMperf.html</link>
      <guid isPermaLink="false">75444e66-27b4-48d3-9917-4527b9a61397</guid>
      <pubDate>Sun, 25 Oct 2009 01:00:19 +0200</pubDate>
      <description>&lt;a href=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2009/10/25_%28obsolete%29_MEX_interface_for_SVMperf_files/matlab-hand.jpg&quot;&gt;&lt;img src=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Media/object002_1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:81px; height:61px;&quot;/&gt;&lt;/a&gt;This version of &lt;a href=&quot;http://svmlight.joachims.org/svm_perf.html&quot;&gt;Thorsten Joachims’ SVMperf&lt;/a&gt; can be used from Matlab. It was compiled and tested with several versions of Matlab. Two files are provided, svmperflearn.m and svmperfclassify.m, which, in turn, call respectively two library functions obtained after the compilation of the source code.&lt;br/&gt;&lt;br/&gt;If you prefer the pre-compiled functions you can get versions for different architectures/op. systems.&lt;br/&gt;&lt;br/&gt;Note for 64bit compilation: It seems that there was a problem with a cast when compiling in 64bit linux. The solution was to include a prototype of a function that was missing in the source code, so that there is no need for the cast anymore (source code is now properly updated); also, the file ‘compile.m’ should be modified to include the option ‘-largeArrayDims’ (thanks to Alexander Sorokin for these clues).&lt;br/&gt;&lt;br/&gt;Note: On some (older) versions of Matlab it could be necessary to modify the mex_interface.h file, adding this two lines just after the #include &amp;lt;mex.h&gt; statement&lt;br/&gt;&lt;br/&gt;#define mwSize int&lt;br/&gt;#define mwIndex int&lt;br/&gt;&lt;br/&gt;since those data types are not defined.&lt;br/&gt;</description>
      <enclosure url="http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2009/10/25_%28obsolete%29_MEX_interface_for_SVMperf_files/matlab-hand.jpg" length="44570" type="image/jpeg"/>
    </item>
    <item>
      <title>@svmperf</title>
      <link>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2008/3/11_%40svmperf.html</link>
      <guid isPermaLink="false">7785ca08-ef8e-4a4c-a918-d43c965ceebb</guid>
      <pubDate>Tue, 11 Mar 2008 10:30:48 +0100</pubDate>
      <description>&lt;a href=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2008/3/11_%40svmperf_files/spider.png&quot;&gt;&lt;img src=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Media/object001_1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:81px; height:75px;&quot;/&gt;&lt;/a&gt;This is a Spider object that integrates the Matlab version of &lt;a href=&quot;Entradas/2009/10/25_%28obsolete%29_MEX_interface_for_SVMperf.html&quot;&gt;SVM_perf&lt;/a&gt; into the Spider toolbox. In order to use this object you need to install previously the MEX version of &lt;a href=&quot;Entradas/2009/10/25_%28obsolete%29_MEX_interface_for_SVMperf.html&quot;&gt;SVM_perf&lt;/a&gt;.</description>
      <enclosure url="http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2008/3/11_%40svmperf_files/spider.png" length="11490" type="image/png"/>
    </item>
    <item>
      <title>@cv - multiclass cross-validation</title>
      <link>http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2008/3/7_%40cv_-_multiclass_cross-validation.html</link>
      <guid isPermaLink="false">648aa812-0fe7-4a3f-8b1f-a5b9491590fc</guid>
      <pubDate>Fri, 7 Mar 2008 00:53:55 +0100</pubDate>
      <description>&lt;a href=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2008/3/7_%40cv_-_multiclass_cross-validation_files/cv.jpg&quot;&gt;&lt;img src=&quot;http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Media/object036_1.png&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:82px; height:40px;&quot;/&gt;&lt;/a&gt;This Spider object lets you make balanced cross-validations with multiclass data sets. Classes should be specified as a column of different numbers in the Y field of a data object. You can replace the original @cv object with this one or you can rename one of them (in that case, remember to also rename the constructor and the object name inside the constructor)&lt;br/&gt;&lt;br/&gt;        input vars (data.X)                        target (data.Y)&lt;br/&gt;0.9878   0.9282   0.2791          1&lt;br/&gt;0.7944   0.2175   0.0778          3&lt;br/&gt;0.4969   0.5824   0.8084          2&lt;br/&gt;0.7775   0.7169   0.3956          3&lt;br/&gt;0.7964   0.6408   0.1047          1</description>
      <enclosure url="http://www.aic.uniovi.es/%7Eoluaces/Oscars_Home_Page/Software/Entradas/2008/3/7_%40cv_-_multiclass_cross-validation_files/cv.jpg" length="88890" type="image/jpeg"/>
    </item>
  </channel>
</rss>
