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...
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.
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.
>
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.