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
How to aggregate the polarity confidence and subjectivity confidence of individual tweets?
lambamanika07
Member Posts: 24
Maven
Maven

I want a single confidence level for each polarity and subjectivity. How to add up all the individual tweets polarity and subjectivity confidence?
Tagged:
0
Answers
-
Have you tried the Aggregate operator?1
-
As @Thomas_Ott says, this can be done with Aggregate, but have you thought about what that would actually mean? It really isn't intuitive. It would be the average confidence score across a number of distinct tweets, so you would need to be careful about how you interpreted that quantity.
1 -
@lambamanika07
Hello,
May I know how do you get the subjectivity polarity?
I want to calculate subjectivity for each of the user review comment in my excel. But, I am not sure which operator to be used in rapid miner.
thanks.0 -
@HeikoeWin786 I used “Aylein” operator to perform sentiment analysis. You have to first download the “text analysis package”, I guess from marketplace to get that operator and then put the API key into the operator just like Twitter operator. It allows sentiment analysis of around 1000 per day from one account. I hope that answer your question!2
-
0
Unicorn
Contributor I