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
Listing all different values for an attribute
Hi,
I would like to be able to list all the different values for an attribute. For example:
to get the number of times that L.A appears I can use Statistics.Count but I need to have the city name values isolated (L.A, Boston Cleveland, and New York)
I need to do it with rapidminer API ... is there any function like .... List l = Attribute.getDifferentValues() ?
Thx a lot
I would like to be able to list all the different values for an attribute. For example:
Rapidminer GUI output would be in range column: L.A (3) Boston(1) Cleveland(1) New york(1)
City
L.A
L.A
L.A
Boston
Cleveland
New York
to get the number of times that L.A appears I can use Statistics.Count but I need to have the city name values isolated (L.A, Boston Cleveland, and New York)
I need to do it with rapidminer API ... is there any function like .... List l = Attribute.getDifferentValues() ?
Thx a lot
0
Answers
Greetings,
Sebastian