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 can i calculate entropy and standard deviation of one numeric feature for each record?

ramzanzadeh72ramzanzadeh72 Member Posts: 14 Learner III
edited November 2018 in Help

hi

i am new in rapidminer and i want to calculate entropy and standard deviation of one feature for each record of example set... i cant find this operator.... how i can do it????

 

 

Tagged:

Answers

  • sgenzersgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    hello @ramzanzadeh72 - welcome to the community. I'm confused with your question. How do you calculate the standard deviation of only one number? If you want to calculate the standard deviation of an entire column/feature, you can do this easily with the Aggregate operator.


    Scott

     

  • ramzanzadeh72ramzanzadeh72 Member Posts: 14 Learner III

    yes, actually i want to calculate entropy and standard deviation of one feature for entire records... standard devation can be calculate by "aggregate operator" but what about entropy???

  • sgenzersgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    hmm I have never heard this request before. IFAIK the only way to do this would be to compute the formula with a Generate Macro operator.

     

    Scott

     

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    @ramzanzadeh72 I assume you are referring to Information theory. So there's a few ways to do it. There's an operator called Discretize by Entropy and there is are some weighting operators using Information Gain. 

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
Sign In or Register to comment.