<?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: SAS/VA .4 Exploration section - &amp;quot;Decision Tree&amp;quot; and &amp;quot;Cluster&amp;quot; in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-4-Exploration-section-quot-Decision-Tree-quot-and-quot/m-p/578668#M12874</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/208933"&gt;@elkinsbe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here's a little information I was able to find for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Decision Tree&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Implementation follows for the most part the standard C4.5 algorithm to build and prune decision tree. The primary difference between our implementation and C4.5 is the determination of the desired number of branches with the optimal variable for each splitting.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Cluster&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The default technique is k-means clustering. If you are using GUI you basically define inputs and number of clusters. &lt;BR /&gt;The default method for initializing K cluster centeroids is Forgy - you can change that to simple Random. Feature scaling is done default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you considering using DTree to provide clusters by&amp;nbsp;&lt;/SPAN&gt;giving it a target that has nothing to do with the final clusters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Petri&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2019 11:45:30 GMT</pubDate>
    <dc:creator>PetriRoine</dc:creator>
    <dc:date>2019-08-02T11:45:30Z</dc:date>
    <item>
      <title>SAS/VA .4 Exploration section - "Decision Tree" and "Cluster"</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-4-Exploration-section-quot-Decision-Tree-quot-and-quot/m-p/577828#M12859</link>
      <description>&lt;P&gt;May I request someone point me to documentation of these two data analysis options under the Exploration section:&lt;/P&gt;&lt;P&gt;Decision Tree - is this a chi-square ruled tree as I would assume? How are the branch points defined? is there a way to adjust?&lt;/P&gt;&lt;P&gt;Cluster - is this a k-means clustering? what metric does it use? are there any adjustments?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to use one of these -- depending on what I can learn here -- don't really want to use a "black box" ….&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to all in advance for your support and assistance -- Ben&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 17:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-4-Exploration-section-quot-Decision-Tree-quot-and-quot/m-p/577828#M12859</guid>
      <dc:creator>elkinsbe</dc:creator>
      <dc:date>2019-07-30T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/VA .4 Exploration section - "Decision Tree" and "Cluster"</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-4-Exploration-section-quot-Decision-Tree-quot-and-quot/m-p/578668#M12874</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/208933"&gt;@elkinsbe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here's a little information I was able to find for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Decision Tree&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Implementation follows for the most part the standard C4.5 algorithm to build and prune decision tree. The primary difference between our implementation and C4.5 is the determination of the desired number of branches with the optimal variable for each splitting.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Cluster&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The default technique is k-means clustering. If you are using GUI you basically define inputs and number of clusters. &lt;BR /&gt;The default method for initializing K cluster centeroids is Forgy - you can change that to simple Random. Feature scaling is done default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you considering using DTree to provide clusters by&amp;nbsp;&lt;/SPAN&gt;giving it a target that has nothing to do with the final clusters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Petri&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 11:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-4-Exploration-section-quot-Decision-Tree-quot-and-quot/m-p/578668#M12874</guid>
      <dc:creator>PetriRoine</dc:creator>
      <dc:date>2019-08-02T11:45:30Z</dc:date>
    </item>
  </channel>
</rss>

