<?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: Implement DBSCAN Algorithm on SAS Viya in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/585154#M7975</link>
    <description>SAS Event Stream Processing (aka ESP) implements DBSCAN. See &lt;A href="https://documentation.sas.com/?docsetId=espan&amp;amp;docsetTarget=p1bhz495bvwgapn107kast5bprnq.htm&amp;amp;docsetVersion=5.2&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=espan&amp;amp;docsetTarget=p1bhz495bvwgapn107kast5bprnq.htm&amp;amp;docsetVersion=5.2&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;DBSCAN is also available in SAS In Memory Statistics (aka IMSTAT): &lt;A href="https://documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=p08w4hxeqsgklrn14aqs76gs01te.htm&amp;amp;docsetVersion=2.83&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=p08w4hxeqsgklrn14aqs76gs01te.htm&amp;amp;docsetVersion=2.83&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know ESP or IMSTAT?</description>
    <pubDate>Fri, 30 Aug 2019 09:52:35 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2019-08-30T09:52:35Z</dc:date>
    <item>
      <title>Implement DBSCAN Algorithm on SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/583838#M7972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to perform a DBSCAN clustering on a dataset loaded in CAS. As far as I read, there is no DBSCAN algorithm implemented neither in CAS nor in SAS 9.4. The only clustering method I found in CAS is the K-MEANS but that's inappropriate for my application since I'm working on anomaly detection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I miss something? If DBSCAN is indeed not implemented anywhere in SAS/CAS, what would you recommend me to do? Develop it in CASL? Develop it in SAS Base? Develop it in Python with SWAT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for any advice.&lt;/P&gt;
&lt;P&gt;PS: the DBSCAN implementation should be with high performance, my dataset has a dozen features and some million rows; I tried the sklearn DBSCAN on my machine and it takes forever, I need to use CAS distributed environment I guess.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 09:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/583838#M7972</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2019-08-26T09:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Implement DBSCAN Algorithm on SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/585154#M7975</link>
      <description>SAS Event Stream Processing (aka ESP) implements DBSCAN. See &lt;A href="https://documentation.sas.com/?docsetId=espan&amp;amp;docsetTarget=p1bhz495bvwgapn107kast5bprnq.htm&amp;amp;docsetVersion=5.2&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=espan&amp;amp;docsetTarget=p1bhz495bvwgapn107kast5bprnq.htm&amp;amp;docsetVersion=5.2&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;DBSCAN is also available in SAS In Memory Statistics (aka IMSTAT): &lt;A href="https://documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=p08w4hxeqsgklrn14aqs76gs01te.htm&amp;amp;docsetVersion=2.83&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=p08w4hxeqsgklrn14aqs76gs01te.htm&amp;amp;docsetVersion=2.83&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know ESP or IMSTAT?</description>
      <pubDate>Fri, 30 Aug 2019 09:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/585154#M7975</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-08-30T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Implement DBSCAN Algorithm on SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/626438#M8158</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;in Viya (CAS Server) you also find a list of additional procedures that are relevant for anomaly detection&lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;Robust Principal Component Analysis (RPCA):&lt;/LI&gt;
&lt;LI&gt;Support Vector Data Description (SVDD):&lt;/LI&gt;
&lt;LI&gt;Isolation Forest (PROC FOREST):&lt;/LI&gt;
&lt;LI&gt;Autoencoder (PROC NNET):&lt;/LI&gt;
&lt;LI&gt;PROC SEMISUPLEARN&lt;/LI&gt;
&lt;LI&gt;Also&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=casstat&amp;amp;docsetTarget=casstat_kclus_overview.htm&amp;amp;locale=en"&gt;KCLUS Procedure&lt;/A&gt; (allows to use Nominal Variables)&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The KCLUS procedure uses the&amp;nbsp;&lt;EM&gt;k&lt;/EM&gt;-means algorithm for clustering interval input variables, uses the&amp;nbsp;&lt;EM&gt;k&lt;/EM&gt;-modes algorithm for clustering nominal input variables, and uses&amp;nbsp;&lt;EM&gt;k&lt;/EM&gt;-prototypes algorithm for clustering mixed input that contains both interval and nominal variables.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Gerhard&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Implement-DBSCAN-Algorithm-on-SAS-Viya/m-p/626438#M8158</guid>
      <dc:creator>gsvolba</dc:creator>
      <dc:date>2020-02-21T11:23:25Z</dc:date>
    </item>
  </channel>
</rss>

