help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trees (Nested Cell Array) in Octave.


From: Etienne Grossmann
Subject: Re: Trees (Nested Cell Array) in Octave.
Date: Tue, 3 Oct 2006 02:00:49 -0400
User-agent: Mutt/1.4.2.1i

  Hi Muthu,

it probably depends the type of tree you are interested in; I use a
sparse graph representation for decision trees.

  Etienne

On Mon, Oct 02, 2006 at 07:48:53PM -0500, Muthiah Annamalai wrote:
# Hello there,
# I am presently using a nested-cell array 
# x={1 { 2 3} {4 { 5 6} } }; to represent a
# tree structure below.
# 
#  -1
#   |-2
#   |-3
#  -|-4
#     |-5
#     |-6
# 
# Is there any other way using(excluding  lists
# where you cannot do this ) other Octave constructs?
# 
# Thanks
# Muthu
# 
# 
# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave

-- 
Etienne Grossmann ------ http://www.isr.ist.utl.pt/~etienne


reply via email to

[Prev in Thread] Current Thread [Next in Thread]