In SPSS Modeler, I'm trying to create connections among a couple of nodes. I annotated them with Inst1, Restr1, Aggr1 and Sort1. I then tried to plug them into the command of s.linkPath as following:
stream =
modeler.script.stream()
stream.linkPath(["Inst1" "Restr1" "Aggr1" "Sort1"])
Even though it's not giving me an error, it didn't create any links among them either. What am I missing here?
Free forum by Nabble | Edit this page |