<?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 Identify independet &amp;quot;network clusters&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Identify-independet-quot-network-clusters-quot/m-p/135949#M261067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to split network-data containing "from" and "to" items into independent "clusters". For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333399;"&gt;Data Have; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp; Input From To;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp; Datalines; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;200 401&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;200 460&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;460 402&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;460 403&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;461 400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;299 500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;299 501&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;500 508&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;500 509&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080;"&gt;Data Want;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;&amp;nbsp; Input Cluster_Nr Members $;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;&amp;nbsp; Datalines;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;1 200_460_461_403_402_401_400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;2 299_500_501_508_509&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is, there is no path leading from 299 to 400 or from 200 to 509, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2 questions are:&lt;/P&gt;&lt;P&gt;1) is there a standard way, this is using for example a SAS/OR procedure, to do this?&lt;/P&gt;&lt;P&gt;2) if there is no standard way to do this, how could it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&amp;amp;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2014 16:39:12 GMT</pubDate>
    <dc:creator>user24feb</dc:creator>
    <dc:date>2014-12-04T16:39:12Z</dc:date>
    <item>
      <title>Identify independet "network clusters"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identify-independet-quot-network-clusters-quot/m-p/135949#M261067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to split network-data containing "from" and "to" items into independent "clusters". For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333399;"&gt;Data Have; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp; Input From To;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp; Datalines; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;200 401&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;200 460&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;460 402&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;460 403&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;461 400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;299 500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;299 501&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;500 508&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;500 509&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080;"&gt;Data Want;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;&amp;nbsp; Input Cluster_Nr Members $;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;&amp;nbsp; Datalines;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;1 200_460_461_403_402_401_400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;2 299_500_501_508_509&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008080;"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is, there is no path leading from 299 to 400 or from 200 to 509, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2 questions are:&lt;/P&gt;&lt;P&gt;1) is there a standard way, this is using for example a SAS/OR procedure, to do this?&lt;/P&gt;&lt;P&gt;2) if there is no standard way to do this, how could it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&amp;amp;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 16:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identify-independet-quot-network-clusters-quot/m-p/135949#M261067</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2014-12-04T16:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Identify independet "network clusters"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identify-independet-quot-network-clusters-quot/m-p/135950#M261068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for the statement CONCOMP in PROC OPTNET of SAS/OR. It finds connected components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/ornoaug/66084/HTML/default/viewer.htm#ornoaug_optnet_details11.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://support.sas.com/documentation/cdl/en/ornoaug/66084/HTML/default/viewer.htm#ornoaug_optnet_details11.htm"&gt;SAS/OR(R) 12.3 User's Guide: Network Optimization Algorithms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 16:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identify-independet-quot-network-clusters-quot/m-p/135950#M261068</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-12-04T16:49:00Z</dc:date>
    </item>
  </channel>
</rss>

