<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">PRSD Studio</title>
    <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/" />
    <link rel="self" type="application/atom+xml" href="http://prsysdesign.net/index.php/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://expressionengine.com/" version="1.6.3">ExpressionEngine</generator>
    <id>tag:prsysdesign.net,2008:12:23</id>


    <entry>
      <title>Dataset addition of a user selected grouping variable.</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/18/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.18</id>
      <published>2008-12-22T16:56:50Z</published>
      <updated></updated>
      <author><name>Mariano Llamedo Soria</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi again PRteam, I found useful to have a grouping variable in my feature matrix to separate feature vectors extracted from different experiments, in my case different pacients. The best way I found to implement this feature was with the USER field, and the update of this variable was done in my application, but I suppose that could be implemented like a dataset property, and some methods like SUBREF, etc could update this variable automatically. I used this variable to perform cross-validation in a leave-one-pacient-out fashion, and different training-testing aggrupations. Maybe there is a best way to do this with the existing features ... what do you think?
</p>
<p>
Mariano.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Problem using mixture of gaussians (gaussm)</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/17/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.17</id>
      <published>2008-12-19T18:03:41Z</published>
      <updated></updated>
      <author><name>Mariano Llamedo Soria</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi everybody. I am working with mixture of gaussians models for multi-class classification and found that these models always maps from &#8216;k&#8217; to 1 being k the number of features in the dataset. This can be seen in the example &#8220;prex_mcplot.m&#8221; comparing the trained mapping:
</p>
<p>
w = qdc(A)
<br />
Bayes-Normal-2, 2 to 4 trained  mapping   --&gt; normal_map
</p>
<p>
for example with:
</p>
<p>
w2 = gaussm(A,3)
<br />
Mixture of Gaussians, 2 to 1 trained  mapping   --&gt; sequential
</p>
<p>
And if I try:
</p>
<p>
confmat(A*w)
</p>
<p>
  True   | Estimated Labels
<br />
  Labels |    1      2      3      4  | Totals
<br />
 --------|----------------------------|-------
<br />
  1      |   19      1      0      0  |   20
<br />
  2      |    0     20      0      0  |   20
<br />
  3      |    0      0     20      0  |   20
<br />
  4      |    0      0      0     20  |   20
<br />
 --------|----------------------------|-------
<br />
  Totals |   19     21     20     20  |   80
</p>
<p>
while if I try:
</p>
<p>
confmat(A*w2)
</p>
<p>
  True   | Estimated Labels
<br />
  Labels | 4-clas| Totals
<br />
 --------|-------|-------
<br />
  1      |   20  |   20
<br />
  2      |   20  |   20
<br />
  3      |   20  |   20
<br />
  4      |   20  |   20
<br />
 --------|-------|-------
<br />
  Totals |   80  |   80
</p>
<p>
Am I missunderstanding something or this is not working as it should ?
</p>
<p>
Thanks in advance!
<br />
Mariano
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>[ FIXED ]An error encountered during using Prtool and the relevant book</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/16/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.16</id>
      <published>2008-12-18T07:21:47Z</published>
      <updated>2008-12-19T01:57:54Z</updated>
      <author><name>Robotech</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi , 
</p>
<p>
I have purchased the book <blockquote><p>&#8216;Classification,Parameter Estimation and State Estimation--an engineering approach using MATLAB&#8217;</p></blockquote>. And,I ran the demos of this book - list7.7 &amp; list7.6. I got the listings and data from <a href="http://www.prtools.org/book.html">http://www.prtools.org/book.html</a> . However, some erros were reported by Prtool(4.1). I do not know why.Could I get some help here? The errors and codes are listed here for convenience:

<p>
</p><div class="codeblock"><code>
<span style="color: #007700">???&nbsp;</span><span style="color: #0000BB">Error&nbsp;using&nbsp;</span><span style="color: #007700">==&gt;&nbsp;</span><span style="color: #0000BB">setlabtype&nbsp;at&nbsp;44<br />Soft&nbsp;labeled&nbsp;datasets&nbsp;should&nbsp;contain&nbsp;at&nbsp;least&nbsp;one&nbsp;</span><span style="color: #007700">class<br /><br /></span><span style="color: #0000BB">Error&nbsp;in&nbsp;</span><span style="color: #007700">==&gt;&nbsp;</span><span style="color: #0000BB">Listing77&nbsp;at&nbsp;2</span>
</code></div><p>
</p>
<p>
List 7.6:
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">z&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">setlabtype</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">,</span><span style="color: #DD0000">'soft'</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Set&nbsp;probabilistic&nbsp;labels<br /><br />load&nbsp;nutsbolts_unlabeled</span><span style="color: #007700">;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Load&nbsp;the&nbsp;data&nbsp;set&nbsp;z<br />z&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">setlabtype</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">,</span><span style="color: #DD0000">'soft'</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Set&nbsp;probabilistic&nbsp;labels<br />&#91;lab</span><span style="color: #007700">,</span><span style="color: #0000BB">w&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">emclust</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">,</span><span style="color: #0000BB">qdc</span><span style="color: #007700">,</span><span style="color: #0000BB">4</span><span style="color: #007700">);&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Cluster&nbsp;using&nbsp;EM<br />figure</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">clf</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">scatterd</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">plotm</span><span style="color: #007700">(</span><span style="color: #0000BB">w</span><span style="color: #007700">,</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">0.2</span><span style="color: #007700">:</span><span style="color: #0000BB">0.2</span><span style="color: #007700">:</span><span style="color: #0000BB">1</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Plot&nbsp;results</span>
</code></div><p>
</p>
<p>
List 7.7
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">load&nbsp;nutsbolts_unlabeled</span><span style="color: #007700">;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Load&nbsp;the&nbsp;data&nbsp;set&nbsp;z<br />z&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">setlabtype</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">,</span><span style="color: #DD0000">'soft'</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Set&nbsp;probabilistic&nbsp;labels<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">%&nbsp;</span><span style="color: #0000BB">Cluster&nbsp;1D&nbsp;PCAs&nbsp;using&nbsp;EM<br />&#91;lab</span><span style="color: #007700">,</span><span style="color: #0000BB">w&#93;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">emclust</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">,</span><span style="color: #0000BB">qdc</span><span style="color: #007700">(</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">1</span><span style="color: #007700">),</span><span style="color: #0000BB">4</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">figure</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">clf</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">scatterd</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">plotm</span><span style="color: #007700">(</span><span style="color: #0000BB">w</span><span style="color: #007700">,</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">0.2</span><span style="color: #007700">:</span><span style="color: #0000BB">0.2</span><span style="color: #007700">:</span><span style="color: #0000BB">1</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Plot&nbsp;results</span>
</code></div><p>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Is the tool box useful in handwritten word segmentation, and character recognition</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/15/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.15</id>
      <published>2008-12-12T17:11:31Z</published>
      <updated></updated>
      <author><name>Maria</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,
</p>
<p>
I am new to the PRTool. 
</p>
<p>
I would like to know if the tool box is useful in skew detection and correction, handwritten word segmentation, and character recognition.
</p>
<p>
If yes, please give me tips about which modules could be useful in this so I can go directly to it.
</p>
<p>
Kind regards,
<br />
Maria
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>A vibration pattern classification example using Prtool &amp;amp; ddtool</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/14/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.14</id>
      <published>2008-12-04T03:04:45Z</published>
      <updated>2008-12-04T03:09:17Z</updated>
      <author><name>Robotech</name></author>
      <content type="html">
      <![CDATA[
        <p>FV1,FV3,FV4 are features of the vibration signal of the No.1 No.3 No.4 points.
<br />
These 3 points belongs to the same rotary machine but have differnt vibration pattern.
<br />
This example shows that our features can discriminate these 3 points.
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">TrnDataNum1</span><span style="color: #007700">=</span><span style="color: #0000BB">150</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">TrnDataNum2</span><span style="color: #007700">=</span><span style="color: #0000BB">150</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">TrnDataNum3</span><span style="color: #007700">=</span><span style="color: #0000BB">150</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">TrainData</span><span style="color: #007700">=</span><span style="color: #0000BB">&#91;FV1</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">:</span><span style="color: #0000BB">TrnDataNum1</span><span style="color: #007700">,:)</span><span style="color: #DD0000">',FV3(1:TrnDataNum2,:)'</span><span style="color: #007700">,</span><span style="color: #0000BB">FV4</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">:</span><span style="color: #0000BB">TrnDataNum3</span><span style="color: #007700">,:)</span><span style="color: #DD0000">'&#93;;<br />TrainData&nbsp;=&nbsp;dataset(TrainData'</span><span style="color: #007700">,</span><span style="color: #0000BB">genlab</span><span style="color: #007700">(</span><span style="color: #0000BB">&#91;TrnDataNum1&nbsp;TrnDataNum2&nbsp;TrnDataNum3&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">&#123;</span><span style="color: #DD0000">'No1'</span><span style="color: #007700">,</span><span style="color: #DD0000">'No3'</span><span style="color: #007700">,</span><span style="color: #DD0000">'No4'</span><span style="color: #0000BB">&#125;</span><span style="color: #DD0000">'));<br />%%<br />fracrej&nbsp;=&nbsp;0.02;&nbsp;s&nbsp;=1;<br />w1&nbsp;=&nbsp;gauss_dd(&#91;&#93;,fracrej&nbsp;,s);<br />w2&nbsp;=&nbsp;gauss_dd(&#91;&#93;,fracrej&nbsp;,s);<br />w3&nbsp;=&nbsp;gauss_dd(&#91;&#93;,fracrej&nbsp;,s);<br />w&nbsp;=&nbsp;multic(TrainData,&#123;w1,w2,w3&#125;);<br /><br />%%<br />TstDataNum1=50;<br />TstDataNum2=50;<br />TstDataNum3=50;<br />TestData=&#91;FV1(TrnDataNum1+1:TrnDataNum1+TstDataNum1,:)'</span><span style="color: #007700">,</span><span style="color: #0000BB">FV3</span><span style="color: #007700">(</span><span style="color: #0000BB">TrnDataNum2</span><span style="color: #007700">+</span><span style="color: #0000BB">1</span><span style="color: #007700">:</span><span style="color: #0000BB">TrnDataNum2</span><span style="color: #007700">+</span><span style="color: #0000BB">TstDataNum2</span><span style="color: #007700">,:)</span><span style="color: #DD0000">',FV4(TrnDataNum3+1:TrnDataNum3+TstDataNum3,:)'</span><span style="color: #0000BB">&#93;</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">TestData</span><span style="color: #007700">=</span><span style="color: #0000BB">TestData</span><span style="color: #DD0000">';<br />confmat(getlab(TestData),TestData*w*labeld)<br /><br />TestData=dataset(TestData,genlab(&#91;TstDataNum1&nbsp;TstDataNum2&nbsp;TstDataNum3&#93;,&#123;'</span><span style="color: #0000BB">No1</span><span style="color: #DD0000">','</span><span style="color: #0000BB">No3</span><span style="color: #DD0000">','</span><span style="color: #0000BB">No4</span><span style="color: #DD0000">'&#125;'</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">scatterd</span><span style="color: #007700">(</span><span style="color: #0000BB">&#91;TrainData</span><span style="color: #007700">;</span><span style="color: #0000BB">TestData&#93;</span><span style="color: #007700">,</span><span style="color: #DD0000">'legend'</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">plotc</span><span style="color: #007700">(</span><span style="color: #0000BB">w</span><span style="color: #007700">,</span><span style="color: #DD0000">'k--'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">axis&nbsp;equal</span>
</code></div><p>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Using Bagging fusion</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/13/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.13</id>
      <published>2008-11-30T13:03:35Z</published>
      <updated>2008-11-30T13:18:32Z</updated>
      <author><name>pavel</name></author>
      <content type="html">
      <![CDATA[
        <p>I just received the question on using baggingc classifier in PRTools by e-mail. As it could be relevant for more people, I post the answer here:
</p>
<p>
Bagging stands for &#8220;Boostrapping and aggregation&#8221;. It&#8217;s a fusion strategy where a number of simple base classifiers are trained on bootstrapped (sampled with replacement) version of the training data. Eventually, the classifier outputs are combined using voting or mean combiner. The base classifier should be something simple such as decision tree with few levels (stump) or a weakly trained mode (see help of weakc mapping). Due to bootrsapping, bagging does not make much sense for large dataset (where bootstrapped versions of dataset are likely to be almost identical).
</p>
<p>
PRTools baggingc takes data and untrained mapping to be used as a base classifier. The user must also specify the number of base classifiers to train.
</p>
<p>
We will use bagging on the banana dataset which can be generated using gendatb command. 
<br />
</p><div class="codeblock"><code>
<span style="color: #007700">&gt;&gt;&nbsp;</span><span style="color: #0000BB">a</span><span style="color: #007700">=</span><span style="color: #0000BB">gendatb<br />Banana&nbsp;Set</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">100&nbsp;by&nbsp;2&nbsp;dataset&nbsp;with&nbsp;2&nbsp;classes</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">&#91;50&nbsp;&nbsp;50&#93;<br /><br /></span><span style="color: #007700">%&nbsp;</span><span style="color: #0000BB">our&nbsp;base&nbsp;classifie&nbsp;will&nbsp;be&nbsp;a&nbsp;simpe&nbsp;decision&nbsp;stump&nbsp;with&nbsp;5&nbsp;levels<br /></span><span style="color: #007700">&gt;&gt;&nbsp;</span><span style="color: #0000BB">wbase</span><span style="color: #007700">=</span><span style="color: #0000BB">stumpc</span><span style="color: #007700">(</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #DD0000">'maxcrit'</span><span style="color: #007700">,</span><span style="color: #0000BB">5</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">Decision&nbsp;Stump</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">untrained&nbsp;&nbsp;mapping&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">--&gt;&nbsp;</span><span style="color: #0000BB">stumpc<br /><br /></span><span style="color: #007700">%&nbsp;</span><span style="color: #0000BB">lets&nbsp;perform&nbsp;bagging&nbsp;of&nbsp;100&nbsp;decision&nbsp;stumps<br /></span><span style="color: #007700">&gt;&gt;&nbsp;</span><span style="color: #0000BB">w</span><span style="color: #007700">=</span><span style="color: #0000BB">baggingc</span><span style="color: #007700">(</span><span style="color: #0000BB">a</span><span style="color: #007700">,</span><span style="color: #0000BB">wbase</span><span style="color: #007700">,</span><span style="color: #0000BB">100</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">Mean&nbsp;combiner</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">2&nbsp;to&nbsp;2&nbsp;trained&nbsp;&nbsp;mapping&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">--&gt;&nbsp;</span><span style="color: #0000BB">fixedcc<br /><br /></span><span style="color: #007700">%&nbsp;</span><span style="color: #0000BB">lets&nbsp;visualize&nbsp;the&nbsp;classifier&nbsp;output<br /></span><span style="color: #007700">&gt;&gt;&nbsp;</span><span style="color: #0000BB">figure</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">scatterd</span><span style="color: #007700">(</span><span style="color: #0000BB">a</span><span style="color: #007700">)<br />&gt;&gt;&nbsp;</span><span style="color: #0000BB">plotc</span><span style="color: #007700">(</span><span style="color: #0000BB">w</span><span style="color: #007700">)</span>
</code></div><p>
</p>
<p>
The resulting decision boundary nicely separates both classes
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>About a &#8216;PRSD License Error&#8217;</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/12/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.12</id>
      <published>2008-11-28T07:33:18Z</published>
      <updated></updated>
      <author><name>Robotech</name></author>
      <content type="html">
      <![CDATA[
        <p>I have downloaded the evaluation version of PRSD Toolbox 1.1 26-Oct-2008.
<br />
And, I have installed it according to the instructions from my registered Email.
</p>
<p>
During installation, some information were shown in MATLAB command window:
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">PRSD&nbsp;Studio&nbsp;initialization&nbsp;script<br /></span><span style="color: #007700">---------------------------------<br /><br /></span><span style="color: #0000BB">Searching&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #0000BB">PRTools&nbsp;toolbox</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">PRTools&nbsp;4.1.4&nbsp;11</span><span style="color: #007700">-</span><span style="color: #0000BB">Oct</span><span style="color: #007700">-</span><span style="color: #0000BB">2008&nbsp;present<br /><br />PRSD&nbsp;Toolbox&nbsp;1.1&nbsp;26</span><span style="color: #007700">-</span><span style="color: #0000BB">Oct</span><span style="color: #007700">-</span><span style="color: #0000BB">2008&nbsp;present<br />Searching&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #0000BB">the&nbsp;license</span><span style="color: #007700">...</span><span style="color: #0000BB">not&nbsp;found</span><span style="color: #007700">.<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Please&nbsp;enter&nbsp;the&nbsp;PRSD&nbsp;Toolbox&nbsp;activation&nbsp;key&nbsp;you</span><span style="color: #DD0000">'ve&nbsp;received&nbsp;in&nbsp;the&nbsp;download&nbsp;e-mail.<br />PRSD&nbsp;Toolbox&nbsp;activation&nbsp;key:&nbsp;7676-1521-2945-9114<br />Activation&nbsp;successful,&nbsp;the&nbsp;license&nbsp;file&nbsp;written&nbsp;to&nbsp;'</span><span style="color: #0000BB">E</span><span style="color: #007700">:</span><span style="color: #0000BB">\NoInstall\FengKunDevelop\MATLABWORK\Pattern_Recognition\PRSD_Studio_eval_1.1\matlab\prsd_toolbox\prsd_studio_eval</span><span style="color: #007700">.</span><span style="color: #0000BB">lic</span><span style="color: #DD0000">'.<br />The&nbsp;license&nbsp;file&nbsp;was&nbsp;copied&nbsp;to&nbsp;the&nbsp;'</span><span style="color: #0000BB">E</span><span style="color: #007700">:</span><span style="color: #0000BB">\NoInstall\FengKunDevelop\MATLABWORK\Pattern_Recognition\PRSD_Studio_eval_1.1\matlab\</span><span style="color: #007700">..</span><span style="color: #0000BB">\sdk</span><span style="color: #007700">'</span><span style="color: #0000BB">&nbsp;directory<br />PRSD&nbsp;Toolbox&nbsp;1.1&nbsp;(26-Oct-2008),&nbsp;Copyright&nbsp;(C)&nbsp;2008,&nbsp;PR&nbsp;Sys&nbsp;Design,&nbsp;All&nbsp;rights&nbsp;reserved<br />Evaluation&nbsp;version.&nbsp;Error&nbsp;checking&nbsp;out&nbsp;license:&nbsp;System&nbsp;clock&nbsp;has&nbsp;been&nbsp;set&nbsp;back&nbsp;(-40)<br />&nbsp;Retrieve&nbsp;the&nbsp;license&nbsp;using&nbsp;prsd_activate(KEY)<br />with&nbsp;the&nbsp;KEY&nbsp;you&nbsp;received&nbsp;when&nbsp;downloading&nbsp;the&nbsp;software.<br />For&nbsp;assistence,&nbsp;contact&nbsp;us&nbsp;at&nbsp;info@prsysdesign.net.<br /><br />Installation&nbsp;successfully&nbsp;completed.<br /><br />You&nbsp;can&nbsp;type&nbsp;prsd_demo&nbsp;to&nbsp;see&nbsp;the&nbsp;list&nbsp;of&nbsp;available&nbsp;examples.</span>
</code></div><p>
</p>
<p>
However, when I tried &#8216;prsd_demo(2)&#8217; and clicked the &#8216;next&#8217; button of the GUI several times,this error infomation was shown:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">Error&nbsp;in&nbsp;slideshow</span><span style="color: #007700">.<br /></span><span style="color: #0000BB">Error&nbsp;using&nbsp;</span><span style="color: #007700">==&gt;&nbsp;</span><span style="color: #0000BB">prsd_mex<br />PRSD&nbsp;License&nbsp;Error</span>
</code></div><p>
</p>
<p>
Is that to say the evaluation version do NOT  support the &#8216;prsd_mex&#8217;? 
</p>
<p>
My Environment:
</p>
<p>
 MATLAB 2008b 7.7
<br />
 MS windows 32bit
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>PR_Warning: getprior: qdc: No priors found in dataset, class frequencies are used instead</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/11/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.11</id>
      <published>2008-11-28T03:36:19Z</published>
      <updated>2008-11-28T03:36:56Z</updated>
      <author><name>Robotech</name></author>
      <content type="html">
      <![CDATA[
        <p>I am a beginner in PR. When I ran the routine(from the book listings) :
<br />
______________________________________________________________________
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">load&nbsp;nutsbolts</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">cost&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#91;&nbsp;</span><span style="color: #007700">-</span><span style="color: #0000BB">0.20&nbsp;&nbsp;0.07&nbsp;&nbsp;0.07&nbsp;&nbsp;&nbsp;0.07&nbsp;</span><span style="color: #007700">;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">0.07&nbsp;</span><span style="color: #007700">-</span><span style="color: #0000BB">0.15&nbsp;&nbsp;0.07&nbsp;&nbsp;&nbsp;0.07&nbsp;</span><span style="color: #007700">;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">0.07&nbsp;&nbsp;0.07&nbsp;</span><span style="color: #007700">-</span><span style="color: #0000BB">0.05&nbsp;&nbsp;&nbsp;0.07&nbsp;</span><span style="color: #007700">;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">0.03&nbsp;&nbsp;0.03&nbsp;&nbsp;0.03&nbsp;&nbsp;&nbsp;0.03&nbsp;&#93;</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">w1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">qdc</span><span style="color: #007700">(</span><span style="color: #0000BB">z</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;</span><span style="color: #0000BB">Estimate&nbsp;a&nbsp;single&nbsp;Gaussian&nbsp;per&nbsp;</span><span style="color: #007700">class<br /></span><span style="color: #0000BB">w2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">w1</span><span style="color: #007700">*</span><span style="color: #0000BB">classc</span><span style="color: #007700">*</span><span style="color: #0000BB">costm</span><span style="color: #007700">(</span><span style="color: #0000BB">&#91;&#93;</span><span style="color: #007700">,</span><span style="color: #0000BB">cost</span><span style="color: #007700">'</span><span style="color: #0000BB">);&nbsp;%&nbsp;Take&nbsp;cost&nbsp;into&nbsp;account&nbsp;<br />scatterd(z);&nbsp;<br />plotc(w1);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;Plot&nbsp;without&nbsp;using&nbsp;cost<br />plotc(w2);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&nbsp;Plot&nbsp;using&nbsp;cost</span>
</code></div><p>
______________________________________________________________________
</p>
<p>
Prtools showed warnning that:
<br />
&#8216;PR_Warning: getprior: qdc: No priors found in dataset, class frequencies are used instead&#8217;
</p>
<p>
why did this warnning occur? And,  how to add priors in dataset?
<br />
I am puzzled.
</p>
<p>
My PC environment:
<br />
MATLAB 2008b ,Ver :7.7
<br />
Prtools 4.1  academic 
<br />
OS: Windows XP professional
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Stable and development branches</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/10/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.10</id>
      <published>2008-11-10T06:15:58Z</published>
      <updated></updated>
      <author><name>pavel</name></author>
      <content type="html">
      <![CDATA[
        <p>In order to reflect different goals of our customers, we have decided to split the PRSD Studio into two branches, one stable and the other development. The development one will continue to add new features and gradually stabilize eventually leading to the new stable release intended for production. The stable branch will only fix bugs found in the stabilization process. The version numbering of the stable branch uses two numbers such as 1.1 or 1.2. The development releases will add the third step (e.g. 1.1.1 or 1.1.2). The development in the 1.1.x line will lead to the new stable release 1.2. Each version number is accompanied with the date (1.1 04-Nov-2008) 
</p>
<p>
The release notes of each public release are available in the documentation. For the development releases, we also include quick examples so you can directly try out the new features.
</p>
<p>
The latest development version (1.1.1 09-Nov-2008) adds leave-one-out cross-validation of arbitrary algorithms and feature selection performed in an inner cross-validation loop.
</p>
<p>
Best Regards,
</p>
<p>
Pavel
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hi from Carmen</title>
      <link rel="alternate" type="text/html" href="http://prsysdesign.net/index.php/forums/viewthread/9/" />      
      <id>tag:prsysdesign.net,2008:index.php/forums/viewthread/.9</id>
      <published>2008-11-08T11:59:25Z</published>
      <updated></updated>
      <author><name>carmen</name></author>
      <content type="html">
      <![CDATA[
        <p>Hallo everybody!
</p>
<p>
I&#8217;m an italian happily living in The Netherlands. I&#8217;ve been applying pattern recognition techniques to genetic research on cancer during my <a href="http://www.library.tudelft.nl/ws/search/publications/search/metadata/index.htm?docname=379398">PhD project</a> pursued in the <a href="http://ict.ewi.tudelft.nl/index.php?option=com_sections&amp;id=71&amp;Itemid=138">Bioinformatic group at TUDelft.</a> During this project I enjoyed the collaboration with the researches at the Dutch Cancer Institute.
</p>
<p>
I have recently joined Pavel in <a href="http://prsysdesign.net">PR Sys Design </a>, enjoying lecturing in the <a href="http://prtools.org/prcourse.html">APR courses</a> and working on our software package.
</p>
<p>
enjoy your days :)
<br />
Carmen
</p>
      ]]>
      </content>
    </entry>


</feed>