<?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>perClass</title>
    <link>http://perclass.com/index.php/forums/</link>
    <description>perClass</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2012</dc:rights>
    <dc:date>2012-02-01T10:34:31+01:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>sdparzen maxsamples</title>
      <link>http://perclass.com/index.php/forums/viewthread/364/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/364/#When:10:24:24Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
When using the &#8216;maxsamples&#8217; option for the sdparzen classifier, how are the training samples chosen? Is this completely random?
&lt;/p&gt;
&lt;p&gt;
Best regards,
&lt;br /&gt;
Davy
&lt;/p&gt;</description>
      <dc:date>2012-02-01T10:24:24+01:00</dc:date>
    </item>

    <item>
      <title>sdimage label transparency</title>
      <link>http://perclass.com/index.php/forums/viewthread/362/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/362/#When:16:26:26Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
When showing image data using the sdimage function, one can set the label transparency to &#8220;very transparent&#8221; using the GUI. Is it also possible to set this property automatically in the code itself?
&lt;/p&gt;
&lt;p&gt;
Cheers,
&lt;br /&gt;
Davy
&lt;/p&gt;</description>
      <dc:date>2012-01-30T16:26:26+01:00</dc:date>
    </item>

    <item>
      <title>ROC questions</title>
      <link>http://perclass.com/index.php/forums/viewthread/357/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/357/#When:09:30:50Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
I have 2 questions regarding ROC analysis in perClass:
&lt;/p&gt;
&lt;p&gt;
(1) When I use sddecide to create an operating point using the weighting&#45;based option (‘w’), is there a way to retrieve the actual operating point (e.g. to mark it in the ROC curve)?
&lt;/p&gt;
&lt;p&gt;
(2) [Probably this is very simple, but I cannot seem to find it] When doing the ROC analysis, how can I choose the operating point that minimizes the overall classification error (not the operating point that minimizes the per&#45;class classification errors)?
&lt;/p&gt;
&lt;p&gt;
Cheers,
&lt;br /&gt;
Davy
&lt;/p&gt;</description>
      <dc:date>2011-12-14T09:30:50+01:00</dc:date>
    </item>

    <item>
      <title>Issue when handpicking threshold for knn detector</title>
      <link>http://perclass.com/index.php/forums/viewthread/341/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/341/#When:14:56:40Z</guid>
      <description>&lt;p&gt;Hello,
&lt;/p&gt;
&lt;p&gt;
I have a strange issue with a knn detector when I try to hand&#45;pick a threshold and force it in the pipeline, maybe someone has any idea why this is happening:
&lt;/p&gt;
&lt;p&gt;
First I&#8217;ve build a detector on my data set bo, class &#8216;OR&#8217;:
&lt;/p&gt;
&lt;p&gt;
detmk = sddetector(bo, &#8216;OR&#8217;, sdknn([],&#8217;k&#8217;, 4), &#8216;reject&#8217;, 0.1)
&lt;/p&gt;
&lt;p&gt;
%select the prototypes of this trained detector
&lt;br /&gt;
proto = detmk&#123;1&#125;&#123;1&#125;&#123;1&#125;.proto
&lt;/p&gt;
&lt;p&gt;
detmk2 = sdknn(proto2,&#8217;k&#8217;,4)*detmk(2)
&lt;/p&gt;
&lt;p&gt;
So far so good.&amp;nbsp; 
&lt;br /&gt;
Now instead of working with the threshold that was defined by detmk and stored in detmk(2) which is a simple distance based threshold I want to use a hand picked one that I name cutoff and create as such yet another classifier:
&lt;/p&gt;
&lt;p&gt;
Class = sdops(&#8217;thr&#8217;,cutoff, detmk.list);
&lt;br /&gt;
detmk3 = sdknn(proto,&#8217;k&#8217;,4)*Class;
&lt;/p&gt;
&lt;p&gt;
While debugging this I have discovered that when I set cutoff to take exactly the value of the threshold given in detmk(2), so the original one. The output of classifier dermk3 (to any random dataset) or that of detmk2 is not the same? It can sometimes be just one point that is now assigned to the &#8216;non OR&#8217; class instead of the &#8216;OR class but it is never exactly the same. Why would this be??
&lt;/p&gt;
&lt;p&gt;
Also By doing it the longer way (hand picking the threshold), as given by detmk3, I need easily twice as much computing time and I don&#8217;t seem to figure out why?
&lt;/p&gt;
&lt;p&gt;
Any ideas or tips?
&lt;/p&gt;
&lt;p&gt;
Thanks a lot.
&lt;/p&gt;
&lt;p&gt;
Regards,
&lt;br /&gt;
Evelien
&lt;/p&gt;</description>
      <dc:date>2011-08-18T14:56:40+01:00</dc:date>
    </item>

    <item>
      <title>Loading classifier/pipeline from file</title>
      <link>http://perclass.com/index.php/forums/viewthread/338/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/338/#When:14:08:03Z</guid>
      <description>&lt;p&gt;Hello,
&lt;/p&gt;
&lt;p&gt;
this is probably a very trivial question with a trivial solution, but I was wondering how I can load and execute a trained pipeline (or a mapping for that sake) from file.
&lt;br /&gt;
I know I can create a trained pipeline object and save it to a mat file and load the variables via MATLAB&#8217;s load/save. I also know how to export a pipeline via sdexport to a ppl file. How can I then load that ppl file inside Matlab and run it? sdimport seems only to load data sets and sdexe expects a mapping or pipeline. Or is the ppl format only meant for classifiers called from outside of MATLAB?
&lt;/p&gt;
&lt;p&gt;
Any pointers to posts where this has been answered already or relevant documentation appreciated,
&lt;/p&gt;
&lt;p&gt;
Cheers,
&lt;/p&gt;
&lt;p&gt;
nils
&lt;/p&gt;</description>
      <dc:date>2011-08-16T14:08:03+01:00</dc:date>
    </item>

    <item>
      <title>How to handle disappearing scatter plot content (Matlab renderer problem)</title>
      <link>http://perclass.com/index.php/forums/viewthread/337/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/337/#When:13:38:36Z</guid>
      <description>&lt;p&gt;Hi all,
&lt;/p&gt;
&lt;p&gt;
I&#8217;d like to share with you the feedback of one of our users. He encountered a problem where sdscatter command was showing an empty figure (see a screenshot below). He found out that it is a problem of Matlab graphics subsystem related to the use of alpha channel. It may be circumvented using:
&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;opengl&amp;nbsp;software&lt;br /&gt;&lt;/span&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;set&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;gcf&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;Renderer&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;opengl&apos;&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;
With Kind Regards,
&lt;/p&gt;
&lt;p&gt;
Pavel
&lt;/p&gt;</description>
      <dc:date>2011-08-05T13:38:36+01:00</dc:date>
    </item>

    <item>
      <title>license error problem</title>
      <link>http://perclass.com/index.php/forums/viewthread/307/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/307/#When:14:55:29Z</guid>
      <description>&lt;p&gt;Hi
&lt;br /&gt;
when i type, i get the following error:
&lt;/p&gt;
&lt;p&gt;
sdscatter (a)
&lt;br /&gt;
Error checking out license: License has expired (&#45;3)
&lt;br /&gt;
??? Error using ==&amp;gt; prsd_mex
&lt;br /&gt;
PRSD License Error
&lt;/p&gt;
&lt;p&gt;
Error in ==&amp;gt; D:PARKsoftPRSD_Studio_Lite_2.2.4_05Oct10_M75prsd_toolboxsdscatter.p&amp;gt;sdscatter at 42
&lt;/p&gt;</description>
      <dc:date>2011-05-07T14:55:29+01:00</dc:date>
    </item>

    <item>
      <title>speeding up concatenation of sddata objects</title>
      <link>http://perclass.com/index.php/forums/viewthread/296/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/296/#When:09:41:15Z</guid>
      <description>&lt;p&gt;Dear PRSD Studio team
&lt;/p&gt;
&lt;p&gt;
I find the concatenation of objects rather slow. Is it normal? 
&lt;br /&gt;
Maybe too many properties in the object?
&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;obj1&lt;br /&gt;3628&amp;nbsp;by&amp;nbsp;64&amp;nbsp;sddata&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;class:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;unknown&apos;&lt;br /&gt;&lt;/span&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;obj2&lt;br /&gt;3628&amp;nbsp;by&amp;nbsp;64&amp;nbsp;sddata&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;class:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;unknown&apos;&amp;nbsp;&lt;br /&gt;&lt;/span&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;tic&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;obj&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;&#91;obj1&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;obj2&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;toc&lt;br /&gt;Elapsed&amp;nbsp;time&amp;nbsp;is&amp;nbsp;32.087318&amp;nbsp;seconds&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;br /&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;obj&lt;br /&gt;7256&amp;nbsp;by&amp;nbsp;64&amp;nbsp;sddata&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;class:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;unknown&apos;&lt;br /&gt;&lt;/span&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;getproplist&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;obj&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;ans&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Columns&amp;nbsp;1&amp;nbsp;through&amp;nbsp;10&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;class&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;tag&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;die&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;date&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;time&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;mux&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;abstimesec&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;abstimesec2&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;abstimemin&apos;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos;abstimehour&apos;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Column&amp;nbsp;11&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;abstimeday&apos;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Is there a way to speed up the concatenation (or a trick ;&#45;))?
&lt;/p&gt;
&lt;p&gt;
Thanks in advance for your assistance
&lt;/p&gt;
&lt;p&gt;
Best regards,
&lt;/p&gt;
&lt;p&gt;
Jean&#45;Michel
&lt;/p&gt;</description>
      <dc:date>2011-03-31T09:41:15+01:00</dc:date>
    </item>

    <item>
      <title>GMM (sdmixture): Assigning a certain number of components to a target class</title>
      <link>http://perclass.com/index.php/forums/viewthread/290/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/290/#When:10:18:19Z</guid>
      <description>&lt;p&gt;Dear PRSD team,
&lt;/p&gt;
&lt;p&gt;
Depending on the dataset used, the ordering of the classes may be different, especially if there are some classes changing from dataset to dataset. However, having one common class for which I have some prior knowledge, I would like to fix the number of components I use for this target class when training a GMM.
&lt;/p&gt;
&lt;p&gt;
Is there a robust way to assign a certain number of component to a target class when using a GM model?
&lt;/p&gt;
&lt;p&gt;
best regards,
&lt;/p&gt;
&lt;p&gt;
Jean&#45;Michel
&lt;/p&gt;</description>
      <dc:date>2011-02-07T10:18:19+01:00</dc:date>
    </item>

    <item>
      <title>dataset problem&#63;</title>
      <link>http://perclass.com/index.php/forums/viewthread/244/</link>
      <guid>http://perclass.com/index.php/forums/viewthread/244/#When:21:43:20Z</guid>
      <description>&lt;p&gt;I started to use PRTool again. 
&lt;/p&gt;
&lt;p&gt;
I have a problem that it does not seem to be a problem before. Anybody can help?
&lt;/p&gt;
&lt;p&gt;
The problem is:
&lt;/p&gt;
&lt;p&gt;
I use &#8220;dataset&#8221; function and create the following message:
&lt;/p&gt;
&lt;p&gt;
&amp;gt;&amp;gt; A=dataset(featvalue,classlabel,&#8217;FEATLAB&#8217;, featlabel);
&lt;br /&gt;
??? Error using ==&amp;gt; dataset.dataset&amp;gt;dataset.dataset at 256
&lt;br /&gt;
Must have one variable name for each column when creating multiple variables from an array.
&lt;br /&gt;
 
&lt;br /&gt;
Does anybody know why?
&lt;/p&gt;
&lt;p&gt;
Thank you very much. Liwei
&lt;/p&gt;</description>
      <dc:date>2010-09-22T21:43:20+01:00</dc:date>
    </item>

    
    </channel>
</rss>
