<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>svmplugin Discussions Rss Feed</title><link>http://www.codeplex.com/svmplugin/Thread/List.aspx</link><description>svmplugin Discussions Rss Description</description><item><title>New Post: Installation Experience SVM 1.0</title><link>http://svmplugin.codeplex.com/discussions/48447</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We have tried to install the plug-in on an XP box running 2005. The msi file runs to completion and reports no errrors, but the algorithm isn't then visible via Visual Studio or Management Studio (across user and admin accounts). Installing components manually, again no errors, but the algorithm isn't visible.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;</description><author>jonathanswalton</author><pubDate>Wed, 16 May 2012 09:53:22 GMT</pubDate><guid isPermaLink="false">New Post: Installation Experience SVM 1.0 20120516095322A</guid></item><item><title>New Post: Installation Experience SVM 1.0</title><link>http://svmplugin.codeplex.com/Thread/View.aspx?ThreadId=48447</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Furmangg&lt;/p&gt;
&lt;p&gt;Hopefully someone will post an x64&amp;nbsp;solution soon.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I rewrote the first manual installation file in PowerShell script&amp;nbsp;for Windows 7 x64 (though these commands will not succeed without a new build targeting x64):&lt;/p&gt;
&lt;p&gt;&amp;amp; &amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe&amp;quot; /u DMPluginWrapper&lt;br&gt;&amp;amp; &amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe&amp;quot; /if DMPluginWrapper.dll&lt;br&gt;&amp;amp; &amp;quot;C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe&amp;quot; SupportVectorMachine.dll&lt;br&gt;&amp;amp; &amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe&amp;quot; /u SupportVectorMachine&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;amp; &amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe&amp;quot; /if SupportVectorMachine.dll&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;amp; &amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe&amp;quot; /u SMO&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;amp; &amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe&amp;quot; /if SMO.dll&lt;/p&gt;
&lt;p&gt;For the CMD prompt, the variable %ProgramFiles(x86)% would be the correct stem environment variable, but as you see in my code, the location of gacutil.exe is different for my installation of VS2010 (compared with &amp;quot;Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe&amp;quot;).&lt;/p&gt;
&lt;p&gt;For PowerShell, the third file would be:&lt;/p&gt;
&lt;p&gt;stop-service mssqlserverolapservice&lt;br&gt;start-service mssqlserverolapservice&lt;/p&gt;
&lt;p&gt;This third file is the same as doing a &amp;quot;Restart&amp;quot; from right-clicking the Analysis Services instance in SSMS.&lt;/p&gt;
&lt;p&gt;I was starting to write a generic PowerShell installation, but I have no way to test it, and I do NOT know all the possible combinations of Windows OS which might need to be handled.&amp;nbsp; And, I'm understanding that the program needs to be recompiled, but again, I'm not aware of all the possible paths installation can take, so I am NOT the right person to provide a generic&amp;nbsp;installation.&amp;nbsp; [&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/sqldatamining/thread/76aaea48-b7cb-4171-a156-22aa66d138af/"&gt;http://social.msdn.microsoft.com/Forums/en-US/sqldatamining/thread/76aaea48-b7cb-4171-a156-22aa66d138af/&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;I am writing about this subject today because&amp;nbsp;blogged about this topic last Saturday, and decided to follow up again on the SVM: &lt;a href="http://www.marktab.net/datamining/index.php/2010/09/18/extending-sql-server-data-mining/"&gt;http://www.marktab.net/datamining/index.php/2010/09/18/extending-sql-server-data-mining/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>MarkTab</author><pubDate>Mon, 20 Sep 2010 20:28:27 GMT</pubDate><guid isPermaLink="false">New Post: Installation Experience SVM 1.0 20100920082827P</guid></item><item><title>New Post: Installation Experience SVM 1.0</title><link>http://svmplugin.codeplex.com/Thread/View.aspx?ThreadId=48447</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Anybody got a working 64-bit installer built they can upload?&lt;/p&gt;&lt;/div&gt;</description><author>furmangg</author><pubDate>Fri, 10 Sep 2010 23:07:25 GMT</pubDate><guid isPermaLink="false">New Post: Installation Experience SVM 1.0 20100910110725P</guid></item><item><title>New Post: Installation Experience SVM 1.0</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=48447</link><description>&lt;div style="line-height: normal;"&gt;Thanks for using the plug-in.&lt;br&gt;
&lt;br&gt;
There is a problem with X64 versions. [&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/sqldatamining/thread/76aaea48-b7cb-4171-a156-22aa66d138af/"&gt;http://social.msdn.microsoft.com/Forums/en-US/sqldatamining/thread/76aaea48-b7cb-4171-a156-22aa66d138af/&lt;/a&gt;] We have to compile a part of the plugin in X64 and post a X64 version of the algorithm. Apologies for your trouble.&lt;br&gt;
&lt;br&gt;
We are currently working on a demo with the Adventure Works data and I understand the problems you encountered. We will try to fix this in the next release. If you have adjusted code which you like to see in the next version, then please send me the code. We are working on the next version besides working at customers, so the development of the next version is not as rapid as I would like..&lt;br&gt;
&lt;br&gt;
Thanks for your feedback. It is very helpful.&lt;br&gt;
&lt;br&gt;
Joris
&lt;/div&gt;</description><author>jorisvalkonet</author><pubDate>Wed, 25 Feb 2009 19:47:49 GMT</pubDate><guid isPermaLink="false">New Post: Installation Experience SVM 1.0 20090225074749P</guid></item><item><title>New Post: Installation Experience SVM 1.0</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=48447</link><description>&lt;div style="line-height: normal;"&gt;&lt;p dir=ltr style="margin-right:0px"&gt;Thanks for working on this plug-in for this important data mining algorithm.&lt;br&gt;
&lt;br&gt;
I was able to install the plug-in and viewer on two separate machines running Vista 32 SP1 with SQL Server 2008.   The plug-in (on both machines) shows in Excel (with the Data Mining plug-in) and in BIDS too (so does the viewer).&lt;br&gt;
&lt;br&gt;
I was &lt;strong&gt;not&lt;/strong&gt; able to install the plug-in and viewer on a Windows Server 2008 64-bit with SQL Server 2008.  I therefore followed the manual installation instructions, and was able to modify the BAT file to point to the &amp;quot;(x86)&amp;quot; directory (as appopriate) which is separate from &amp;quot;Program Files&amp;quot; (for 64 bit).  I used the command lines individually in a command window with Administrative privileges, and was able to interactively see that each DLL was registered.  Using SSMS, the XMLA script shows that it did work. When I examined a copy of the INI file (I was not able to open the regular INI file, some sort of security setting) I could see the Avanade code in the XML (adding the option to the algorithm list).  However, the plug-in does not show on either Excel or BIDS on this instance.&lt;br&gt;
&lt;br&gt;
To test the algorithm, I added it to the &amp;quot;Targeted Mailing&amp;quot; structure in the Adventure Works demo.  On one Vista machine, the project deployed, and the model processed.  When I went to view the model, there was some error because drillthrough was not enabled for the model (which is the default), so it crashed VS 2008.  When I restarted VS 2008, I reprocessed the model with drillthrough on.  However, I am not finding a combination of x-axis and y-axis variables which is showing anything on the display.  All I get is the spinning circle when I press &amp;quot;Load&amp;quot; (which is what I assume I should be doing since the &amp;quot;Load&amp;quot; button is in red).  Red is normally a color indicating emergency or crisis, rather than process, so a simpler interface would simply be larger text or bold -- that's enough to distinguish it.  Also, it would be better to say &amp;quot;Process&amp;quot; or &amp;quot;Display&amp;quot; or some similar word because &amp;quot;Load&amp;quot; has a specific meaning with data processing, and though the viewer is being loaded, we are not really loading data into some warehouse or UDM.&lt;br&gt;
&lt;br&gt;
I can see the viewer code and I could make the changes to the load button.  However, I'm hoping for something more important:  a run that works.&lt;br&gt;
&lt;br&gt;
By the way, it finally finished with a standard timeout error:  &lt;br&gt;
&lt;strong&gt;XML for Analysis parser: The XML for Analysis request timed out before it was completed. &lt;br&gt;
Internal error: An unexpected exception occurred.&lt;br&gt;
COM error:  COM error:  DMPlugInWrapper; Object reference not set to an instance of an object..&lt;br&gt;
XML for Analysis parser: The XML for Analysis request timed out before it was completed.&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
One simple fix right now would be to add a project to the download area which assumes the Adventure Works data.  This sample project would have all the parameters set correctly, and once processed, would allow someone to fully test their installation of the plug-in and viewer.&lt;/p&gt;
&lt;/div&gt;</description><author>marktab</author><pubDate>Wed, 25 Feb 2009 04:13:51 GMT</pubDate><guid isPermaLink="false">New Post: Installation Experience SVM 1.0 20090225041351A</guid></item><item><title>New Post: Functionality for the next version</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=38536</link><description>&lt;div style="line-height: normal;"&gt;Currently, we are looking for an intern to develop the regression version of SVM. So, the next version will probably host the regression version of SVMs. &lt;br&gt;
&lt;br&gt;
Joris Valkonet
&lt;/div&gt;</description><author>jorisvalkonet</author><pubDate>Mon, 19 Jan 2009 08:18:15 GMT</pubDate><guid isPermaLink="false">New Post: Functionality for the next version 20090119081815A</guid></item><item><title>New Post: Functionality for the next version</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=38536</link><description>&lt;div style="line-height: normal;"&gt;I'm happy you will implement grid search parameter, with the new cross validation added to sql server 2008 it should be quite easy...&lt;br&gt;
i'd like to know if you plan to extend your implementation to include also svm regression or do you think that actual data mining algorithms already cover regression? To conclude, a clear and detailed tutorial would be really appreciated by users&lt;br&gt;
thanks in advance, &lt;br&gt;
Luca Del Tongo&lt;br&gt;
&lt;/div&gt;</description><author>lukadt</author><pubDate>Sat, 17 Jan 2009 15:53:19 GMT</pubDate><guid isPermaLink="false">New Post: Functionality for the next version 20090117035319P</guid></item><item><title>New Post: Functionality for the next version</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=38536</link><description>&lt;div style="line-height: normal;"&gt;Thank you for your feedback. I agree that the grid search parameter selection would be beneficial to the plug-in.
&lt;/div&gt;</description><author>jorisvalkonet</author><pubDate>Sun, 11 Jan 2009 12:51:01 GMT</pubDate><guid isPermaLink="false">New Post: Functionality for the next version 20090111125101P</guid></item><item><title>New Post: Functionality for the next version</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=38536</link><description>&lt;div style="line-height: normal;"&gt;You have done agood job, i think that you should add the grid search parameter selection (c and gamma) for achieving better result...&lt;br&gt;
as you know the performance of an svm heavily depends on these parameters... &lt;br&gt;
Hope this helps,&lt;br&gt;
Luca Del Tongo 
&lt;/div&gt;</description><author>lukadt</author><pubDate>Sat, 10 Jan 2009 22:49:37 GMT</pubDate><guid isPermaLink="false">New Post: Functionality for the next version 20090110104937P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;Just a little bit correction: &lt;strong&gt;increasing&lt;/strong&gt; the value of &lt;i&gt;C&lt;/i&gt; increases the cost of misclassifying points and forces the creation of a more accurate model that may not generalize well (overfitting)... keep up the good work,&lt;br&gt;
Luca Del Tongo
&lt;/div&gt;</description><author>lukadt</author><pubDate>Sat, 10 Jan 2009 22:45:52 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20090110104552P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;We didn't implement anything for the probability of a prediction. We might look into this and try to release that in the next version of the plug-in.&lt;br&gt;
&lt;br&gt;
Joris 
&lt;/div&gt;</description><author>JorisValkonet</author><pubDate>Tue, 11 Nov 2008 20:16:13 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081111081613P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;Tks a lot! It works!&lt;div&gt;I just couldn't see the viewer working. But thats ok.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So finally, is there any probablity associated to predicted?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best!!!&lt;/div&gt;&lt;div&gt;Paulo&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div&gt;On Mon, Nov 10, 2008 at 12:04 PM, JorisValkonet &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;
   &lt;div&gt; &lt;p&gt;From: JorisValkonet&lt;/p&gt; &lt;div&gt;We implemented the default 'Predict' for prediction. You should be able to run the following query:&lt;br&gt;
&lt;br&gt;
SELECT m.[predict_column] as [prediction], x.[predict_column] as [input], x.*&lt;br&gt;
FROM [model] As m&lt;br&gt;
NATURAL PREDICTION JOIN&lt;br&gt;
    (SELECT * from [model].CASES)&lt;br&gt;
AS x&lt;br&gt;
&lt;br&gt;
If you alter the query and replace predict_column with the predict column of your model and [model] with your model, then you should be able to see the prediction.&lt;br&gt;
&lt;br&gt;
The methods: &amp;quot;GetAttributes&amp;quot;, &amp;quot;GetClasses&amp;quot;, &amp;quot;GetPredictAttribute&amp;quot; and &amp;quot;GetMaxMinValues&amp;quot; are used for the viewer. These methods don't provide prediction functionality. (I think that I removed the visibility of the predict function; it is there and you can use it, but you are unable to see it).
&lt;/div&gt;&lt;div&gt; &lt;div&gt; &lt;p&gt;Read the &lt;a href="http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413&amp;ANCHOR#Post131345"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:svmplugin@discussions.codeplex.com?subject=[svmplugin:39413]"&gt;svmplugin@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
 &lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:svmplugin@discussions.codeplex.com"&gt;svmplugin@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/39413"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;
 &lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;&lt;/div&gt; &lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;br clear=all&gt;&lt;br&gt;-- &lt;br&gt;Abraços,&lt;br&gt;_______________________________&lt;br&gt;Paulo Carvalho&lt;br&gt;when you think that you know all answers, life comes and change all questions...&lt;br&gt;brilliant minds discuss ideas, half minds discuss events, dumb minds discuss people...&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>pauloebc</author><pubDate>Mon, 10 Nov 2008 16:58:00 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081110045800P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;We implemented the default 'Predict' for prediction. You should be able to run the following query:&lt;br&gt;
&lt;br&gt;
SELECT m.[predict_column] as [prediction], x.[predict_column] as [input], x.*&lt;br&gt;
FROM [model] As m&lt;br&gt;
NATURAL PREDICTION JOIN&lt;br&gt;
    (SELECT * from [model].CASES)&lt;br&gt;
AS x&lt;br&gt;
&lt;br&gt;
If you alter the query and replace predict_column with the predict column of your model and [model] with your model, then you should be able to see the prediction.&lt;br&gt;
&lt;br&gt;
The methods: &amp;quot;GetAttributes&amp;quot;, &amp;quot;GetClasses&amp;quot;, &amp;quot;GetPredictAttribute&amp;quot; and &amp;quot;GetMaxMinValues&amp;quot; are used for the viewer. These methods don't provide prediction functionality. (I think that I removed the visibility of the predict function; it is there and you can use it, but you are unable to see it).
&lt;/div&gt;</description><author>JorisValkonet</author><pubDate>Mon, 10 Nov 2008 14:04:46 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081110020446P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;Tks to clarify some stuffs about the algorithm...&lt;/div&gt;Look me here again...&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I've ran a simple model&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Predict: 0/1&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Input: &lt;/div&gt;&lt;div&gt;   Car = 0/1&lt;/div&gt;
&lt;div&gt;   Retired = 0/1&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;In a sample with 1000 rows. Using default settings, just changing to RBF.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;and then I got the error attached...&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;About the results, when I use neural networks, I used to use the Preditc Fuction to return,  for the followings Securit ID's, its predicted results (0/1 = good/bad). &lt;/div&gt;
&lt;div&gt;But on SVM I just found &amp;quot;GetAttributes&amp;quot;, &amp;quot;GetClasses&amp;quot;, &amp;quot;GetPredictAttribute&amp;quot; and &amp;quot;GetMaxMinValues&amp;quot;, but neither one have returned me the predicted. Actually neither one have returned anything.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I'm really sorry about all these questions, but note that I want to solve this issue using your tool, b/c sounds me very trustable.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best&lt;/div&gt;&lt;div&gt;Paulo &lt;/div&gt;&lt;br&gt;&lt;div&gt;
On Mon, Nov 10, 2008 at 10:52 AM, JorisValkonet &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;
   &lt;div&gt; &lt;p&gt;From: JorisValkonet&lt;/p&gt; &lt;div&gt;Hi Paulo,&lt;br&gt;
&lt;br&gt;
Thank you for your reply. I believe that SVMs could be the solution for your problem. I will try to help you.&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;strong&gt;1. Could give a hand telling how to configure the algorithm to predict a variable good/bad from a list of inputs?&lt;br&gt;
&lt;/strong&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;Before running the algorithm, you have to do two things:&lt;br&gt;
&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;Create a data mining structure describing the meta data of your dataset. For example, you specify which columns are used and which column is the key column. Furthermore, you specify the cross-validation settings with the data mining structure (SQL 2008 only).&lt;/li&gt;

    &lt;li&gt;After you created your data mining structure, you have to create a data mining model. In the data mining model you have to specify which columns are input and what the predict column is. The input columns can be continuous and discrete. The predict column can only be discrete. Note that in this first version, you have to specify a key columns and nested tables (semi multi-relational data mining) is not supported. Besides specifying the types of columns, you can specify the kernel with the algorithm parameters. I believe that with your problem a linear or RBF (gaussian) kernel would be the ones I would pick. &lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;These two steps can be done from Excel with the MSFT Office 2007 Excel Data Mining add-in or from Business Intelligence Development Studio or even from code in SQL Server Management Studio. The language DMX can be used for all data mining related tasks. Here you can find the language reference: &lt;a href="http://technet.microsoft.com/en-us/library/ms132058.aspx"&gt;http://technet.microsoft.com/en-us/library/ms132058.aspx&lt;/a&gt;. It might be fun to watch the videos of Rafal Lukawiecki about data mining: &lt;a href="http://www.microsoft.com/emea/spotlight/event.aspx?id=99"&gt;http://www.microsoft.com/emea/spotlight/event.aspx?id=99&lt;/a&gt; (or use a search engine to find the videos). This should provide you a solid base for development.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;strong&gt;2. How many rows approximally supports the algorithm?&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;The performance of the algorithm depends on 3 things:&lt;br&gt;
&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;The complexity of the problem in relation to the ability of the kernel to solve the problem&lt;/li&gt;
    &lt;li&gt;The number of rows&lt;/li&gt;
    &lt;li&gt;The number of dimensions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The first point can be tackeled by choosing the right kernel with the right parameters. I believe this is the most difficult part of SVMs; there are numerous papers out there how to solve this. Personally, I use a trail and error approach.&lt;br&gt;

There is no fixed number of rows the algorithm takes. In theory the number of rows can be very large. I believe that it's safe to offer about 2000 rows. The performance is not only depending on the number of rows, but also of the dimensionality of the problem.&lt;br&gt;

The dimensionality depends on the number of columns and the type of the columns. SVMs work in continuous space and therefore a continuous input column is a dimension for the algorithm. A discrete column is transformed to binairy continuous input space. The number of dimensions a discrete column has depends on the number of different values the column has. Each value translates into an additional dimension. For example if a dataset has the column 'X' with the potential values {'A','B','C'}. If the row with Id 1 has the value 'B ' for column X, then this is translated to:&lt;/p&gt;

&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;th&gt;Id&lt;/th&gt;
            &lt;th&gt;X.A&lt;/th&gt;
            &lt;th&gt;X.B&lt;/th&gt;
            &lt;th&gt;X.C&lt;/th&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;1&lt;/td&gt;
            &lt;td&gt;0&lt;/td&gt;
            &lt;td&gt;1&lt;/td&gt;
            &lt;td&gt;0&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;div&gt;So, the more discrete columns with discrete values there are, the more dimensions the SVM problem has. This can grow very fast and the running time is really influenced by this. The influence of continous input columns is relatively small. &lt;br&gt;
&lt;div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;3. How many inputs supports (how many dimentions)?&lt;/strong&gt;&lt;br&gt;&lt;/div&gt;
There is no limit, but you should consider the text above. with each discrete input column, the dimensionality grows fast. &lt;br&gt;
&lt;/div&gt;&lt;div&gt;
&lt;div&gt;&lt;strong&gt;4. Whats the fuction do I need to use to put the predict in a table?&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;You can use the Excel plug-in for predictions or you can use code. How to write DMX code for predictions: &lt;a href="http://technet.microsoft.com/en-us/library/ms132031.aspx"&gt;http://technet.microsoft.com/en-us/library/ms132031.aspx&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
Thanks for the feedback about the viewer. &lt;br&gt;
&lt;br&gt;
If you have more/ additional questions, let me know.&lt;br&gt;
&lt;br&gt;
Regards, &lt;br&gt;
Joris&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div&gt; &lt;div&gt; &lt;p&gt;Read the &lt;a href="http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413&amp;ANCHOR#Post131324"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:svmplugin@discussions.codeplex.com?subject=[svmplugin:39413]"&gt;svmplugin@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
 &lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:svmplugin@discussions.codeplex.com"&gt;svmplugin@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/39413"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;
 &lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;&lt;/div&gt; &lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;br clear=all&gt;&lt;br&gt;-- &lt;br&gt;Abraços,&lt;br&gt;_______________________________&lt;br&gt;Paulo Carvalho&lt;br&gt;when you think that you know all answers, life comes and change all questions...&lt;br&gt;brilliant minds discuss ideas, half minds discuss events, dumb minds discuss people...&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;/div&gt;</description><author>pauloebc</author><pubDate>Mon, 10 Nov 2008 13:50:30 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081110015030P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;Hi Paulo,&lt;br&gt;
&lt;br&gt;
Thank you for your reply. I believe that SVMs could be the solution for your problem. I will try to help you.&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;strong&gt;1. Could give a hand telling how to configure the algorithm to predict a variable good/bad from a list of inputs?&lt;br&gt;
&lt;/strong&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Before running the algorithm, you have to do two things:&lt;br&gt;
&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;Create a data mining structure describing the meta data of your dataset. For example, you specify which columns are used and which column is the key column. Furthermore, you specify the cross-validation settings with the data mining structure (SQL 2008 only).&lt;/li&gt;
    &lt;li&gt;After you created your data mining structure, you have to create a data mining model. In the data mining model you have to specify which columns are input and what the predict column is. The input columns can be continuous and discrete. The predict column can only be discrete. Note that in this first version, you have to specify a key columns and nested tables (semi multi-relational data mining) is not supported. Besides specifying the types of columns, you can specify the kernel with the algorithm parameters. I believe that with your problem a linear or RBF (gaussian) kernel would be the ones I would pick. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These two steps can be done from Excel with the MSFT Office 2007 Excel Data Mining add-in or from Business Intelligence Development Studio or even from code in SQL Server Management Studio. The language DMX can be used for all data mining related tasks. Here you can find the language reference: &lt;a href="http://technet.microsoft.com/en-us/library/ms132058.aspx"&gt;http://technet.microsoft.com/en-us/library/ms132058.aspx&lt;/a&gt;. It might be fun to watch the videos of Rafal Lukawiecki about data mining: &lt;a href="http://www.microsoft.com/emea/spotlight/event.aspx?id=99"&gt;http://www.microsoft.com/emea/spotlight/event.aspx?id=99&lt;/a&gt; (or use a search engine to find the videos). This should provide you a solid base for development.&lt;/p&gt;
&lt;div&gt;&lt;strong&gt;2. How many rows approximally supports the algorithm?&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;The performance of the algorithm depends on 3 things:&lt;br&gt;
&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;The complexity of the problem in relation to the ability of the kernel to solve the problem&lt;/li&gt;
    &lt;li&gt;The number of rows&lt;/li&gt;
    &lt;li&gt;The number of dimensions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The first point can be tackeled by choosing the right kernel with the right parameters. I believe this is the most difficult part of SVMs; there are numerous papers out there how to solve this. Personally, I use a trail and error approach.&lt;br&gt;
There is no fixed number of rows the algorithm takes. In theory the number of rows can be very large. I believe that it's safe to offer about 2000 rows. The performance is not only depending on the number of rows, but also of the dimensionality of the problem.&lt;br&gt;
The dimensionality depends on the number of columns and the type of the columns. SVMs work in continuous space and therefore a continuous input column is a dimension for the algorithm. A discrete column is transformed to binairy continuous input space. The number of dimensions a discrete column has depends on the number of different values the column has. Each value translates into an additional dimension. For example if a dataset has the column 'X' with the potential values {'A','B','C'}. If the row with Id 1 has the value 'B ' for column X, then this is translated to:&lt;/p&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;th&gt;Id&lt;/th&gt;
            &lt;th&gt;X.A&lt;/th&gt;
            &lt;th&gt;X.B&lt;/th&gt;
            &lt;th&gt;X.C&lt;/th&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;1&lt;/td&gt;
            &lt;td&gt;0&lt;/td&gt;
            &lt;td&gt;1&lt;/td&gt;
            &lt;td&gt;0&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;div&gt;So, the more discrete columns with discrete values there are, the more dimensions the SVM problem has. This can grow very fast and the running time is really influenced by this. The influence of continous input columns is relatively small. &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;3. How many inputs supports (how many dimentions)?&lt;/strong&gt;&lt;br&gt;
There is no limit, but you should consider the text above. with each discrete input column, the dimensionality grows fast. &lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;4. Whats the fuction do I need to use to put the predict in a table?&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;You can use the Excel plug-in for predictions or you can use code. How to write DMX code for predictions: &lt;a href="http://technet.microsoft.com/en-us/library/ms132031.aspx"&gt;http://technet.microsoft.com/en-us/library/ms132031.aspx&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Thanks for the feedback about the viewer. &lt;br&gt;
&lt;br&gt;
If you have more/ additional questions, let me know.&lt;br&gt;
&lt;br&gt;
Regards, &lt;br&gt;
Joris&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>JorisValkonet</author><pubDate>Mon, 10 Nov 2008 12:51:58 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081110125158P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;Joris Volkonet,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I'm an statician, phD in Markovs Chain. Note that I'm creating a process in SQL Data Mining and the modeling, is the final part of the process flow, because I need to run an algorithm to predict good/bad. But neural networks as are not stable for that, which means that if I take a 2 samples from the same dataset, I'll get two different models (ranked by score tiers). Note that from the statistic point of view this is terrible. &lt;/div&gt;
&lt;div&gt;So I think that SVM is a great solution for that issue. &lt;/div&gt;&lt;div&gt;But as I said, I dont know a lot how it works. &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;1. Could give a hand telling how to configure the algorithm to predict a variable good/bad from a list of inputs?&lt;/div&gt;
&lt;div&gt;2. How many rows approximally supports the algorithm?&lt;/div&gt;&lt;div&gt;3. How many inputs supports (how many dimentions)?&lt;/div&gt;&lt;div&gt;4. Whats the fuction do I need to use to put the predict in a table?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;
ps: the viewer is working, but just on SQL Data Mining 2008&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I'll be glad if you could help me.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Great job! &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best regards,&lt;/div&gt;&lt;div&gt;Paulo Carvalho&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;On Mon, Nov 10, 2008 at 7:58 AM, JorisValkonet &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;   &lt;div&gt; &lt;p&gt;From: JorisValkonet&lt;/p&gt; &lt;div&gt;Hi,&lt;br&gt;
&lt;br&gt;
we will work on a tutorial about the algorithm. This might take some time. Therefore, I will try to answer your questions here.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Kernels and variables&lt;/b&gt; &lt;br&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;th&gt;Variable&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;C&lt;/td&gt;
            &lt;td&gt;With the C parameter you can control the trade-off between the margin and misclassification. The lower the C parameter, the less misclassifications should occur, but it also could lead to overfitting. Values [0, infinite] are floats.&lt;/td&gt;

        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;kernel type&lt;/td&gt;
            &lt;td&gt;You can specify the kernel the algorithm should use. Possible values: [linear, polynomial, rbf]. Default: [linear]&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Cache size&lt;/td&gt;
            &lt;td&gt;You can specify the size of the kernel cache used by the algorithm. The default value should be good and the type is int.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Gamma&lt;/td&gt;
            &lt;td&gt;The gamma parameter is used by the RBF kernel. Values [0, infinite] are floats.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Exponent&lt;/td&gt;
            &lt;td&gt;The exponent parameter is used by the polynomial kernel. It is the power parameter in the equation. The values should be floats.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Inhomogeneous&lt;/td&gt;
            &lt;td&gt;The Inhomogeneous parameter is used by the polynomial kernel. The values are [true, false] and indicate which type of polynomial kernel should be used.&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
More details about the kernels can be found on many places on the internet, like wikipedia. We will describe the kernels in more detail in the tutorial. &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;The viewer&lt;br&gt;
&lt;/strong&gt;I cannot tell you why the viewer fails without more details. Can you tell me on whether you installed it on SQL2005 or SQL2008. Are you trying to use the viewer from Excel, BIDS or Management Studio? Do you get an error message from the viewer or installer? The problem could be in the registry, the location where the dll is placed or the compilation type of the dll.&lt;br&gt;

&lt;br&gt;
&lt;strong&gt;Results&lt;/strong&gt;&lt;br&gt;
It depends on what you mean by the results. There are supported functions by the algorithm which provide additional information but these functions are not really results of the algorithm, but more descriptive about the metadata of the input. Unfortunately, there is no function implemented in this first version to return the weight vector calculated by the SMO algorithm. If you like the results of the predictions be put into a table, then there are greate resources on &lt;a href="http://www.sqlserverdatamining.com"&gt;www.sqlserverdatamining.com&lt;/a&gt;. 
&lt;/div&gt; &lt;div&gt; &lt;p&gt;Read the &lt;a href="http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413&amp;ANCHOR#Post131288"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:svmplugin@discussions.codeplex.com?subject=[svmplugin:39413]"&gt;svmplugin@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
 &lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:svmplugin@discussions.codeplex.com"&gt;svmplugin@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/39413"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;
 &lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;br clear=all&gt;&lt;br&gt;-- &lt;br&gt;Abraços,&lt;br&gt;_______________________________&lt;br&gt;Paulo Carvalho&lt;br&gt;when you think that you know all answers, life comes and change all questions...&lt;br&gt;brilliant minds discuss ideas, half minds discuss events, dumb minds discuss people...&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><author>pauloebc</author><pubDate>Mon, 10 Nov 2008 12:07:10 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081110120710P</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
we will work on a tutorial about the algorithm. This might take some time. Therefore, I will try to answer your questions here.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Kernels and variables&lt;/b&gt; &lt;br&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;th&gt;Variable&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;C&lt;/td&gt;
            &lt;td&gt;With the C parameter you can control the trade-off between the margin and misclassification. The lower the C parameter, the less misclassifications should occur, but it also could lead to overfitting. Values [0, infinite] are floats.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;kernel type&lt;/td&gt;
            &lt;td&gt;You can specify the kernel the algorithm should use. Possible values: [linear, polynomial, rbf]. Default: [linear]&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Cache size&lt;/td&gt;
            &lt;td&gt;You can specify the size of the kernel cache used by the algorithm. The default value should be good and the type is int.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Gamma&lt;/td&gt;
            &lt;td&gt;The gamma parameter is used by the RBF kernel. Values [0, infinite] are floats.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Exponent&lt;/td&gt;
            &lt;td&gt;The exponent parameter is used by the polynomial kernel. It is the power parameter in the equation. The values should be floats.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Inhomogeneous&lt;/td&gt;
            &lt;td&gt;The Inhomogeneous parameter is used by the polynomial kernel. The values are [true, false] and indicate which type of polynomial kernel should be used.&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
More details about the kernels can be found on many places on the internet, like wikipedia. We will describe the kernels in more detail in the tutorial. &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;The viewer&lt;br&gt;
&lt;/strong&gt;I cannot tell you why the viewer fails without more details. Can you tell me on whether you installed it on SQL2005 or SQL2008. Are you trying to use the viewer from Excel, BIDS or Management Studio? Do you get an error message from the viewer or installer? The problem could be in the registry, the location where the dll is placed or the compilation type of the dll.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Results&lt;/strong&gt;&lt;br&gt;
It depends on what you mean by the results. There are supported functions by the algorithm which provide additional information but these functions are not really results of the algorithm, but more descriptive about the metadata of the input. Unfortunately, there is no function implemented in this first version to return the weight vector calculated by the SMO algorithm. If you like the results of the predictions be put into a table, then there are greate resources on &lt;a href="http://www.sqlserverdatamining.com"&gt;www.sqlserverdatamining.com&lt;/a&gt;. 
&lt;/div&gt;</description><author>JorisValkonet</author><pubDate>Mon, 10 Nov 2008 09:57:51 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081110095751A</guid></item><item><title>New Post: Tutorial?</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=39413</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;I'd like to know about the functionalaty of the algorithm, like:&lt;br&gt;&lt;/div&gt;&lt;div&gt;How many variable the algorithm support?&lt;/div&gt;&lt;div&gt;What kind of variable (int, double, float)?&lt;/div&gt;&lt;div&gt;In my machine, the plugin works but the viewer fails, why?&lt;/div&gt;&lt;div&gt;How can I put the results into new table? whats the fuction do I need to use (GetAttribute...etc)?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;</description><author>pauloebc</author><pubDate>Fri, 07 Nov 2008 09:50:16 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial? 20081107095016A</guid></item><item><title>New Post: Functionality for the next version</title><link>http://www.codeplex.com/svmplugin/Thread/View.aspx?ThreadId=38536</link><description>&lt;div style="line-height: normal;"&gt;Please tell us what we should add in the next version of the plug-in...
&lt;/div&gt;</description><author>JorisValkonet</author><pubDate>Sun, 26 Oct 2008 13:11:01 GMT</pubDate><guid isPermaLink="false">New Post: Functionality for the next version 20081026011101P</guid></item></channel></rss>