BookmarkSubscribeRSS Feed
Macro
Obsidian | Level 7


Hi,

I have a tree with the root node at the top. Each node value is a vector of length 100k. The goal is to find values of all nodes especially the parent nodes. The input are the leaf node vectors: if there are ten leaves, then there will be ten vectors of length 100k, or a 100k by 10 matrix . The output will be all the aggregated vectors: the value of any parent is the sum of all its children and the value of the leaf is simply the input. If there are 30 nodes in the tree, the output will be a 100k times 30 matrix. Does anyone know a data structure and algorithm to do this efficiently? If I would like  to do this by SAS/IML, it there a way to do it? The tree can be any given tree. Thanks.

4 REPLIES 4
Rick_SAS
SAS Super FREQ

How about you post some data, show us what you've tried so far, and tell us the desired result for the example data?

Macro
Obsidian | Level 7

I don't know how to post data and how to remove personal information on attached file. The desired result can be simply a data table or a matrix provided you have the node name for each column.

Hutch_sas
SAS Employee

What operations do you need to do on the tree? Do you need to be able to add/delete nodes or prune branches? How is the tree to be constructed?

Macro
Obsidian | Level 7

At this moment, I don't need to add/delete or prune branches. Maybe in future I need. At present, assume that I have a fixed tree which is already constructed, we just need to aggregate tree at each height of tree only.  I tried to upload a tree picture, but I failed.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 4 replies
  • 958 views
  • 0 likes
  • 3 in conversation