<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: kernel k means in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205922#M2792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 03:24:52 GMT</pubDate>
    <dc:creator>AlexeyS</dc:creator>
    <dc:date>2015-06-17T03:24:52Z</dc:date>
    <item>
      <title>kernel k means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205918#M2788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, please help me.I want to build kernel-k-means.&lt;/P&gt;&lt;P&gt;i have only basic sas tools.&lt;/P&gt;&lt;P&gt;i have the next data(example)&lt;SPAN style="font-size: 10pt;"&gt; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;d_temp1&amp;nbsp; d_temp2&lt;/P&gt;&lt;P&gt;0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;-0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;&lt;P&gt;2.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first question how can i transpose my column data to matrix 4*2?&lt;/P&gt;&lt;P&gt;second question is, I created kernel matrix from Gaussian function , so in this example, i got matrix 4*4 , in sas i got row data matrix, d1-d16.&lt;/P&gt;&lt;P&gt;Now i have to random check two observation, two row observation, choose first clusters, but i can't do it because in spite of defining matrix,it's not matrix, because i cannot choose two rows.&lt;/P&gt;&lt;P&gt;What i should do? how can i work? &lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 06:09:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205918#M2788</guid>
      <dc:creator>AlexeyS</dc:creator>
      <dc:date>2015-06-15T06:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: kernel k means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205919#M2789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexey,&lt;/P&gt;&lt;P&gt;You need a data mining license to use PROC HPCLUS. According to this link (&lt;A href="http://support.sas.com/rnd/app/stat/procedures/ClusterAnalysis.html" style="font-size: 10pt;" title="http://support.sas.com/rnd/app/stat/procedures/ClusterAnalysis.html"&gt;Cluster Analysis&lt;/A&gt;), if you have SAS/Stat you have access to PROC CLUSTER and PROC FASTCLUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to handle data sets as matrices, you should use SAS Interactive Matrix Language (&lt;A href="http://support.sas.com/rnd/app/iml/" title="http://support.sas.com/rnd/app/iml/"&gt;SAS/IML Software&lt;/A&gt;). But I think you can skip this step if you use a proc that does clustering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205919#M2789</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-06-15T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: kernel k means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205920#M2790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel, thank you for your answer.&lt;/P&gt;&lt;P&gt;I develop Kernel K-means by myself and unfortunately i don't have SAS/IML, otherwise i didn't had a problem.&lt;/P&gt;&lt;P&gt;i tried to do it with arrays and i saw i have a problem, i simply can't do it.&lt;/P&gt;&lt;P&gt;i saw two problems :&lt;/P&gt;&lt;P&gt;1. i get two column vector and i want to define them as matrix , and i couldn't do it.(d-dimension)&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d1&amp;nbsp; d2&lt;/P&gt;&lt;P&gt;x1&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;x2&amp;nbsp;&amp;nbsp; 0.1 3&lt;/P&gt;&lt;P&gt;x3&amp;nbsp; -1&amp;nbsp;&amp;nbsp; 1.1&lt;/P&gt;&lt;P&gt;i want to define matrix as 3*2 with array&lt;/P&gt;&lt;P&gt;2. assume i did it' i created kernel matrix, and i need in first step to choose two random observation for clustering, and because it as if matrix, i can't random choose row, because in SAS, i have only one row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you think about the problem? in my opinion we have to buy IML, i can't to solve matrix problems with basic tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 18:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205920#M2790</guid>
      <dc:creator>AlexeyS</dc:creator>
      <dc:date>2015-06-15T18:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: kernel k means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205921#M2791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alexey,&lt;/P&gt;&lt;P&gt;I could not workaround this without IML. If you want to code matrices and linear algebra, you really need IML.&lt;/P&gt;&lt;P&gt;One of the advantages of the data-step code is that it processes data really fast by processing one row of your data set at a time. Unfortunately this does not help you do what you are trying to do with arrays.&lt;/P&gt;&lt;P&gt;I hope you get to try one of the cluster algorithms in SAS/STAT or code your own in IML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 23:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205921#M2791</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-06-16T23:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: kernel k means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205922#M2792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 03:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/kernel-k-means/m-p/205922#M2792</guid>
      <dc:creator>AlexeyS</dc:creator>
      <dc:date>2015-06-17T03:24:52Z</dc:date>
    </item>
  </channel>
</rss>

