The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Transition Graph: Error creating renderer: java.lang.NullPointer...
Hello,
I want to use the Transition Graph Operator, but I'm not able to get it working. I have two string attributes containing my nodes (source and target) and an additional real-valued strength attribute.
After my first try I got the error message that an id-attribute is needed. I don't really get why an id is needed, but I just generated one. Now my process executes, but I can not view the graph, it shows: "Error creating renderer Graph View (see log)".
In the log there is "WARNING: Error creating renderer: java.lang.NullPointerException".
I'm not sure if it is a bug or I'm using it in a wrong manner, because I did not find examples using it. Can you help me?
Best regards,
Christian
I want to use the Transition Graph Operator, but I'm not able to get it working. I have two string attributes containing my nodes (source and target) and an additional real-valued strength attribute.
After my first try I got the error message that an id-attribute is needed. I don't really get why an id is needed, but I just generated one. Now my process executes, but I can not view the graph, it shows: "Error creating renderer Graph View (see log)".
In the log there is "WARNING: Error creating renderer: java.lang.NullPointerException".
I'm not sure if it is a bug or I'm using it in a wrong manner, because I did not find examples using it. Can you help me?
Best regards,
Christian
0
Answers
I think that operator is under review, see the recent posts here...
http://rapid-i.com/rapidforum/index.php/topic,4381.msg15939.html#msg15939
in fact this is an other operator and seems to be a bug. I have fixed it an it will be gone with the next RapidMiner update.
Cheers,
Nils
Best regards,
Christian
the ID is used to filter attributes in the Graph view. You can select a source filter and all transitions from that source will be shown.
The the correct way to use it is to set the role of the source attribute to ID I think.
Here is an example process which works fine for me. Regards,
Nils
Anyway, my main problem is fixed now and I thank you very much for your fast reaction .
Best regards,
Christian