Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Decision Tree
Date: Fri, 2 Nov 2007 00:55:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 32
Message-ID: <fgdsh8$ael$1@fred.mathworks.com>
References: <fga5c2$pnr$1@fred.mathworks.com> <1193843210.865810.239820@z9g2000hsf.googlegroups.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1193964904 10709 172.30.248.35 (2 Nov 2007 00:55:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 2 Nov 2007 00:55:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:435739



I saw plottree or something like that that lets me make a
single vector

A = [1 2 2 3 4 5 2 1];

with the parent node's and plot it... but I need to keep
track of more of that (transition probabilities and that
kind of stuff).  Is there no built in way to do this?

Thanks

David

 "myemail.an@googlemail.com" <myemail.an@googlemail.com>
wrote in message
<1193843210.865810.239820@z9g2000hsf.googlegroups.com>...
> On 31 Oct, 15:01, "David Doria" <daviddo...@gmail.com> wrote:
> > I need to implement a decision tree.  Is there any canned
> > structure or something to help with this? Just seems like it
> > could get out of hand without pointers and such...
> >
> > Thanks,
> >
> > David
> 
> The statistics toolbox does have this feature, but I don't
know the
> details as I never used it. Browse the Mathworks website:
there is
> plenty of information there.
>