Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Sankey plot
Best Answers
-
Marco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,996 RM Engineering
Answers
The "To" and "From" columns work like this:
- Take all values from the "From" column which do NOT appear in the "To" column, as those are the starting nodes - there is no value that goes to them. These form the 1st layer.
- The corresponding "To" colum value is now used to generate the 2nd layer.
- Find all rows that have a value from the latest layer in the "From" column and use their "To" column to generate the next layer.
Step 3 is repeated until all rows are exhausted and thus everything has been added.Regards,
Marco