🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how can i calculate entropy and standard deviation of one numeric feature for each record?

User: "ramzanzadeh72"
New Altair Community Member
Updated by Jocelyn

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????

 

 

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "sgenzer"
    Altair Employee

    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

     

    User: "ramzanzadeh72"
    New Altair Community Member
    OP

    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???

    User: "sgenzer"
    Altair Employee

    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

     

    User: "Thomas_Ott"
    New Altair Community Member

    @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.