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
"Loop Attribute Subsets -- -- Loop Order"
dragonedison
Member Posts: 17 Contributor II
Dear everyone,
If there are 10 attributes input to operator "Loop Attribute Subsets", namely "att1", "att2", "att3"... ... how can I visualize what attributes are selected for processing each time, does it comply with a certain rule of order? And what's the rule?
Thanks.
Gary
If there are 10 attributes input to operator "Loop Attribute Subsets", namely "att1", "att2", "att3"... ... how can I visualize what attributes are selected for processing each time, does it comply with a certain rule of order? And what's the rule?
Thanks.
Gary
Tagged:
0
Answers
if you enter a breakpoint before the first inner operator, you can take a look at the example set to get to know which attributes are actually selected. Of course this follows a certain order, but it probably is more useful, that the operator provides a logging value that contains the number of current iteration, the number of currently selected attributes and the names itself as a string. You can use the Log operator to write them into a table that is updated while the process is executed.
Greetings,
Sebastian
Thanks for your reply.
I did try to use a "Log" operator, but it didn't tell me what attributes are selected. When I use a "Write as Text" operator, it generates the following messages,
04.09.2010 16:42:00 Results of ResultWriter 'Write as Text (2)' [1]:
04.09.2010 16:42:00 SimpleExampleSet:
3959 examples,
1 regular attributes,
special attributes = {
label = #10: Bind (binominal/single_value)
}
it tells me 1 attribute is selected, but hasn't told me its name.
Could you please tell me which log operator I should use and how to set it by detail? Do I have to work in the code level? Thanks a lot!
I would refer to the sample processes and the online tutorial but I can't remember which one showed the log operator. So here's a process you should conclude from, how to use it: Anyway I would suggest going through the manual, online tutorials and all samples to get a fair understanding of RapidMiner.
Greetings,
Sebastian