<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035</link>
    <title>MATLAB Central Newsreader - Generation of decision trees in Matlab possible ?</title>
    <description>Feed for thread: Generation of decision trees in Matlab possible ?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 16 Feb 2009 23:24:01 -0500</pubDate>
      <title>Re: Generation of decision trees in Matlab possible ?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035#628717</link>
      <author>Amir Hossein </author>
      <description>could you please tell me how i can show node numbers in my plot using treeplot?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;gfc396$is1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Claus &quot; &amp;lt;il_consigliere@excite.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; news:gfbigi$969$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt;I am writing some code that will provide probabilities to a decision tree, &lt;br&gt;
&amp;gt; &amp;gt;such as this one:&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.time-management-guide.com/decision-tree.html&quot;&gt;http://www.time-management-guide.com/decision-tree.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I don't know how to generate a pleasing tree in matlab, except to recreate &lt;br&gt;
&amp;gt; &amp;gt; something like the link above using a lot of LINE commands. I am looking &lt;br&gt;
&amp;gt; &amp;gt; for a better idea. Can you help?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Neither of these options are exactly what you want, but Statistics Toolbox &lt;br&gt;
&amp;gt; has a classification tree object:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Alternately, you might try using TREEPLOT or TREELAYOUT and rotating the &lt;br&gt;
&amp;gt; created tree:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Steve Lord&lt;br&gt;
&amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; </description>
    </item>
    <item>
      <pubDate>Tue, 11 Nov 2008 09:16:02 -0500</pubDate>
      <title>Generation of decision trees in Matlab possible ?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035#610235</link>
      <author>Claus </author>
      <description>I am writing some code that will provide probabilities to a decision tree, such as this one: &lt;br&gt;
&lt;a href=&quot;http://www.time-management-guide.com/decision-tree.html&quot;&gt;http://www.time-management-guide.com/decision-tree.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I don't know how to generate a pleasing tree in matlab, except to recreate something like the link above using a lot of LINE commands. I am looking for a better idea. Can you help?&lt;br&gt;
&lt;br&gt;
Thanks in advance,&lt;br&gt;
&lt;br&gt;
Claus</description>
    </item>
    <item>
      <pubDate>Tue, 11 Nov 2008 14:02:14 -0500</pubDate>
      <title>Re: Generation of decision trees in Matlab possible ?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035#610280</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Claus &quot; &amp;lt;il_consigliere@excite.com&amp;gt; wrote in message &lt;br&gt;
news:gfbigi$969$1@fred.mathworks.com...&lt;br&gt;
&amp;gt;I am writing some code that will provide probabilities to a decision tree, &lt;br&gt;
&amp;gt;such as this one:&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.time-management-guide.com/decision-tree.html&quot;&gt;http://www.time-management-guide.com/decision-tree.html&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I don't know how to generate a pleasing tree in matlab, except to recreate &lt;br&gt;
&amp;gt; something like the link above using a lot of LINE commands. I am looking &lt;br&gt;
&amp;gt; for a better idea. Can you help?&lt;br&gt;
&lt;br&gt;
Neither of these options are exactly what you want, but Statistics Toolbox &lt;br&gt;
has a classification tree object:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Alternately, you might try using TREEPLOT or TREELAYOUT and rotating the &lt;br&gt;
created tree:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
    <item>
      <pubDate>Wed, 12 May 2010 18:19:06 -0400</pubDate>
      <title>Re: Generation of decision trees in Matlab possible ?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035#744716</link>
      <author>cannot Ribeiro</author>
      <description>you can not. You have to write a script to do it.&lt;br&gt;
&lt;br&gt;
pedro&lt;br&gt;
&lt;br&gt;
&quot;Amir Hossein &quot; &amp;lt;a.gharehgozli@gmail.com&amp;gt; wrote in message &amp;lt;gncsih$eu9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; could you please tell me how i can show node numbers in my plot using treeplot?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;gfc396$is1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Claus &quot; &amp;lt;il_consigliere@excite.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; news:gfbigi$969$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;I am writing some code that will provide probabilities to a decision tree, &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;such as this one:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://www.time-management-guide.com/decision-tree.html&quot;&gt;http://www.time-management-guide.com/decision-tree.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I don't know how to generate a pleasing tree in matlab, except to recreate &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; something like the link above using a lot of LINE commands. I am looking &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; for a better idea. Can you help?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Neither of these options are exactly what you want, but Statistics Toolbox &lt;br&gt;
&amp;gt; &amp;gt; has a classification tree object:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Alternately, you might try using TREEPLOT or TREELAYOUT and rotating the &lt;br&gt;
&amp;gt; &amp;gt; created tree:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; -- &lt;br&gt;
&amp;gt; &amp;gt; Steve Lord&lt;br&gt;
&amp;gt; &amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &amp;gt; </description>
    </item>
    <item>
      <pubDate>Wed, 12 May 2010 18:19:06 -0400</pubDate>
      <title>Re: Generation of decision trees in Matlab possible ?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035#744717</link>
      <author>cannot Ribeiro</author>
      <description>you can not. You have to write a script to do it.&lt;br&gt;
&lt;br&gt;
pedro&lt;br&gt;
&lt;br&gt;
&quot;Amir Hossein &quot; &amp;lt;a.gharehgozli@gmail.com&amp;gt; wrote in message &amp;lt;gncsih$eu9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; could you please tell me how i can show node numbers in my plot using treeplot?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;gfc396$is1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Claus &quot; &amp;lt;il_consigliere@excite.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; news:gfbigi$969$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;I am writing some code that will provide probabilities to a decision tree, &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;such as this one:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://www.time-management-guide.com/decision-tree.html&quot;&gt;http://www.time-management-guide.com/decision-tree.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I don't know how to generate a pleasing tree in matlab, except to recreate &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; something like the link above using a lot of LINE commands. I am looking &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; for a better idea. Can you help?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Neither of these options are exactly what you want, but Statistics Toolbox &lt;br&gt;
&amp;gt; &amp;gt; has a classification tree object:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Alternately, you might try using TREEPLOT or TREELAYOUT and rotating the &lt;br&gt;
&amp;gt; &amp;gt; created tree:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; -- &lt;br&gt;
&amp;gt; &amp;gt; Steve Lord&lt;br&gt;
&amp;gt; &amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &amp;gt; </description>
    </item>
    <item>
      <pubDate>Wed, 12 May 2010 18:20:08 -0400</pubDate>
      <title>Re: Generation of decision trees in Matlab possible ?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239035#744718</link>
      <author>cannot Ribeiro</author>
      <description>you can not. You have to write a script to do it.&lt;br&gt;
&lt;br&gt;
pedro&lt;br&gt;
&lt;br&gt;
&quot;Amir Hossein &quot; &amp;lt;a.gharehgozli@gmail.com&amp;gt; wrote in message &amp;lt;gncsih$eu9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; could you please tell me how i can show node numbers in my plot using treeplot?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;gfc396$is1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Claus &quot; &amp;lt;il_consigliere@excite.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; news:gfbigi$969$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;I am writing some code that will provide probabilities to a decision tree, &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;such as this one:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://www.time-management-guide.com/decision-tree.html&quot;&gt;http://www.time-management-guide.com/decision-tree.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I don't know how to generate a pleasing tree in matlab, except to recreate &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; something like the link above using a lot of LINE commands. I am looking &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; for a better idea. Can you help?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Neither of these options are exactly what you want, but Statistics Toolbox &lt;br&gt;
&amp;gt; &amp;gt; has a classification tree object:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq4embr-1.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Alternately, you might try using TREEPLOT or TREELAYOUT and rotating the &lt;br&gt;
&amp;gt; &amp;gt; created tree:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treelayout.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; -- &lt;br&gt;
&amp;gt; &amp;gt; Steve Lord&lt;br&gt;
&amp;gt; &amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &amp;gt; </description>
    </item>
  </channel>
</rss>

