<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>PRSD Studio</title>
    <link>http://prsysdesign.net/index.php/forums/</link>
    <description>PRSD Studio</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-03-11T08:55:01+01:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>classifier output as support function</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/163/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/163/#When:14:12:47Z</guid>
      <description>&lt;p&gt;Hello,
&lt;br /&gt;
I am relatively new to prtools &#45;learning in progress:)
&lt;/p&gt;
&lt;p&gt;
I&#8217;m looking for a way to achieve from classifier (mapping) not direct class label but a support function value in case, for instance, neural nets &#45; or probabilities that given object is of class X. Generally I want to achieve soft value from given classifier. Is it easly possible or requires a lot of coding?
&lt;br /&gt;
Is it correct assumption that after operation dataset * mapping I should get a new dataset where 
&lt;br /&gt;
resulting nlab array should contain soft labels set by mapping?
&lt;/p&gt;
&lt;p&gt;
Kind regards,
&lt;br /&gt;
Tomasz Wilk
&lt;/p&gt;</description>
      <dc:date>2010-03-10T14:12:47+01:00</dc:date>
    </item>

    <item>
      <title>measures in sdcrossval</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/158/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/158/#When:16:14:51Z</guid>
      <description>&lt;p&gt;Hi, 
&lt;/p&gt;
&lt;p&gt;
I would like to know the list of &#8216;measures&#8217; that can be used in sdcrossval. In particular I would like to find a measure equivalent to:
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;res&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdcrossval&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdknn&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sddecide&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;measures&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;class&#45;errors&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getpriors&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&apos;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;
&lt;p&gt;
Mathieu
&lt;/p&gt;</description>
      <dc:date>2010-03-05T16:14:51+01:00</dc:date>
    </item>

    <item>
      <title>how to set parameter using treec() when wanting to applying C4.5 in boosting&#63;</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/162/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/162/#When:05:05:13Z</guid>
      <description>&lt;p&gt;Hi, I want to use C4.5 algorithm in adaboost for comparison with the well known published works related to boosing papers  for the fact that C4.5 is usually used in previous works, 
&lt;br /&gt;
  How do I set the parameter for function treec in Prtools in order to perform the classic C4.5 algorithm?
&lt;/p&gt;
&lt;p&gt;
thanks
&lt;/p&gt;</description>
      <dc:date>2010-03-09T05:05:13+01:00</dc:date>
    </item>

    <item>
      <title>Can&#8217;t change the cross&#45;validation strategy in sdcrossval</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/161/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/161/#When:17:05:23Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
In PRSD Studio 2.0.5, I get the following error when I tried the example in the documentation about the different cross&#45;validation strategies:
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;load&amp;nbsp;fruit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pd&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdgauss&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sddecide&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;r2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;e2&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdcrossval&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pd&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;folds&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;method&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;random&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;???&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Undefined&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;function&amp;nbsp;or&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;method&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;getstate&apos;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;for&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;input&amp;nbsp;arguments&amp;nbsp;of&amp;nbsp;type&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;sdppl&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxprivatesde_randomization&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sde_randomization&amp;nbsp;at&amp;nbsp;19&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdcrossval&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdcrossval&amp;nbsp;at&amp;nbsp;120&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Thank you for your help.
&lt;/p&gt;
&lt;p&gt;
Mathieu
&lt;/p&gt;</description>
      <dc:date>2010-03-08T17:05:23+01:00</dc:date>
    </item>

    <item>
      <title>Use custom feature selection algorithm in a pipeline</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/157/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/157/#When:16:08:31Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
I created a custom feature selection algorithm with sdalg. Is it possible to use it in a pipeline so that I can do the following thing:
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;p&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdcrossval&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;((&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;myalgo&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdlinear&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)*&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sddecide&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I tried to use &lt;i&gt;sdp_fsel&lt;/i&gt; but I got the following error when trying it:
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdp_fsel&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;14&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#91;1&amp;nbsp;2&amp;nbsp;4&amp;nbsp;6&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;???&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Input&amp;nbsp;argument&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;lab&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;is&amp;nbsp;undefined&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdp_fsel&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdp_fsel&amp;nbsp;at&amp;nbsp;24&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;
&lt;p&gt;
Mathieu
&lt;/p&gt;</description>
      <dc:date>2010-03-05T16:08:31+01:00</dc:date>
    </item>

    <item>
      <title>sdtree error</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/156/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/156/#When:15:41:53Z</guid>
      <description>&lt;p&gt;Hi, 
&lt;/p&gt;
&lt;p&gt;
I use PRSD Studio 2.0.5 and I have the following error when I use the sdtree classifier on the adult dataset from UCI repository (in attachment): (Note: the problem seems to happen every time my dataset has more than 19 rows)
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdtree&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;.???&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Undefined&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;function&amp;nbsp;or&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;method&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;getcodes&apos;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;for&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;input&amp;nbsp;arguments&amp;nbsp;of&amp;nbsp;type&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;double&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolbox&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdlabsubset&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;subset&amp;nbsp;at&amp;nbsp;23&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolbox&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sddataprivatesubset_ind&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;subset_ind&amp;nbsp;at&amp;nbsp;17&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolbox&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sddatasubsref&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;subsref&amp;nbsp;at&amp;nbsp;35&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdtree&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tree_getcrit&amp;nbsp;at&amp;nbsp;288&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdtree&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tree_featthr&amp;nbsp;at&amp;nbsp;281&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdtree&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tree_processallfeat&amp;nbsp;at&amp;nbsp;250&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdtree&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tree_train&amp;nbsp;at&amp;nbsp;140&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Program&amp;nbsp;FilesMATLABR2009btoolboxprsd_toolboxsdtree&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sdtree&amp;nbsp;at&amp;nbsp;49&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;</description>
      <dc:date>2010-03-05T15:41:53+01:00</dc:date>
    </item>

    <item>
      <title>bpxnc &#45; how this works</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/154/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/154/#When:21:32:27Z</guid>
      <description>&lt;p&gt;Hallo,
&lt;br /&gt;
I am trying to understand the way the bpxnc works. I read documentation and right now I am trying to get closer the the PRTools code. 
&lt;br /&gt;
Could You please send me the picture (jpg) how networks structure looks like  when I type bpxnc([],[10 10], nr_of_epoche)? I need just the draft picture in which I could find the information where are weights and how the input and output of such network looks like for the &#8216;soft&#8217; version.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
[10 10] means number of units in each hidden layer 
&lt;/p&gt;
&lt;p&gt;
Please help me with this problem
&lt;/p&gt;</description>
      <dc:date>2010-02-28T21:32:27+01:00</dc:date>
    </item>

    <item>
      <title>votec</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/160/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/160/#When:16:40:42Z</guid>
      <description>&lt;p&gt;hello prtools team
&lt;br /&gt;
I am trying to combine diffrent base classifiers using majority voting &#8216;votec&#8217;. The classifiers are: ldc,knnc, svc and treec. It work with  all the combinig rule prodc, minc, medianc, maxc, meanc but with votec i have this error message:
&lt;/p&gt;
&lt;p&gt;
index exceeds matrix dimensions.
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; C:MATLAB6p5workprtools@datasetsubsref.m
&lt;br /&gt;
On line 78  ==&amp;gt; 
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; C:MATLAB6p5workprtoolsfixedcc.m
&lt;br /&gt;
On line 143  ==&amp;gt; labels = labeld(a(:,J));
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; C:MATLAB6p5workprtoolsfixedcc.m
&lt;br /&gt;
On line 177  ==&amp;gt; v = feval&#40;mfilename,a*w.data&#123;1&#125;,[],type,name&#41;;
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; C:MATLAB6p5workprtoolsmap.m
&lt;br /&gt;
On line 179  ==&amp;gt; d = feval&#40;mapp,a,b&#41;;
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; C:MATLAB6p5workprtools@mappingmtimes.m
&lt;br /&gt;
On line 15  ==&amp;gt; 
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; C:MATLAB6p5workprtoolstestc.m
&lt;br /&gt;
On line 289  ==&amp;gt; [out1,out2]= feval&#40;mfilename,a*w,type,label&#41;;[/size]
&lt;/p&gt;
&lt;p&gt;
thanks in advance
&lt;/p&gt;</description>
      <dc:date>2010-03-06T16:40:42+01:00</dc:date>
    </item>

    <item>
      <title>Turn off messages in sdcrossval</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/159/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/159/#When:17:23:00Z</guid>
      <description>&lt;p&gt;Hi, 
&lt;/p&gt;
&lt;p&gt;
Is there a way to turn off messages like: &lt;i&gt;10 folds: [1: ] [2: ] ...&lt;/i&gt; in sdcrossval?
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;
&lt;p&gt;
Mathieu
&lt;/p&gt;</description>
      <dc:date>2010-03-05T17:23:00+01:00</dc:date>
    </item>

    <item>
      <title>sda_featex is missing</title>
      <link>http://prsysdesign.net/index.php/forums/viewthread/155/</link>
      <guid>http://prsysdesign.net/index.php/forums/viewthread/155/#When:15:38:08Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
It seems that the sda_featex function, mentioned in the knowledge base, is missing in PRSD Studio 2.0.5. 
&lt;/p&gt;
&lt;p&gt;
Mathieu
&lt;/p&gt;</description>
      <dc:date>2010-03-05T15:38:08+01:00</dc:date>
    </item>

    
    </channel>
</rss>