Binning multiple dimensions

Hello,

I’m trying to figure out a (probably) simple problem and can’t figure it out. :face_with_spiral_eyes:

I have points on a scatter plot, representing features in my data set and i want to evaluate in which bin (sector) the point would land, from 1 to 9.

Image:
image

Thanks in advance for some ideas.

Looks like Immobilien
Maybe dictionary binner node can help when you set the boundaries for all 9 squares
br

Hi,
If you want to define the bins yourself, you can use the Numeric Binner node. If you want them calculated based on the upper and lower bounds, you can use the Auto-Binner instead. Apply them to all your dimensions and then you can simply concatenate the bin names with a String Manipulation or Column Aggregator node. Does that help?
Kind regards,
Alexander

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.