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
"Read from Database, Process Documents From Data, kMeans Clustering"
natenash203
Member Posts: 2 Contributor I
Greetings - My question concerns what I imagine is something very simple that as a newbie, I am merely overlooking. However, after reading the manual and similar posts (like this one: http://rapid-i.com/rapidforum/index.php/topic,5518.0.html ), I am still at a loss.
I am reading data from a DB with the following columns:
Many thanks in advance for helping me through what I imagine is a total noob oversight.
I am reading data from a DB with the following columns:
- entity_id
- raw_text
- Add Set Role operator for the attribute entity_id to id, after Process Documents From Data operator
- Add Set Role operator for the attribute entity_id to id, before Process Documents From Data operator
Many thanks in advance for helping me through what I imagine is a total noob oversight.
Tagged:
0
Answers
Best regards,
Marius
My data looks like this in the database I am querying. In real life, that values within the raw_text column are significantly longer. Also, I rename my database's id column to entity_id and only return ids over 1000, as well as limit it to 100 rows.