Need Some Information About "Weight by Rule" & "Information Gain" - HELP PLS
shahinexir
MemberPosts:2Contributor I
hello
Ive been working on mythesisand i need to work with "weight by rule" & "Weight byInformation Gain" Operators in rapidminer.
but the problem is i really have no idea what does These two operators do in order to give each attribute a weight. i mean i dont know how do they work andhow they calculate the weights of each attribute.
ive read the documantaion given by rapidminer website but the description was too short and still i cant get how do these two operators work.
so im asking you forany kind of informationabout these operators in rapidminer andexplanationthat how do they work. so any information would be appreciated . thank you so much . best regards
Tagged:
0
Answers
Hi,
you may wanna have a look at the implementation.
see:https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/operator/features/weighting/InfoGainRatioWeighting.java
+
https://github.com/rapidminer/rapidminer-studio/tree/master/src/main/java/com/rapidminer/operator/learner/tree/criterions
Best,
Martin
Dortmund, Germany
hi,
感谢你您的回复
but i dont need the implementation.
the only thing that i need to know is that how for example "weight by rule" operator works. what does it actually do on a attribute and how does it calculate the weight of each attr.
i just need a very clear and brief explanation of it and thats it .
do you think you can help me with that ? i really appreciate it . thank you.
Hi,
Weight by Rule should implement the OneR algorithm. This explains it:http://www.saedsayad.com/oner.htm
But i've not double checked it.
Cheers,
Martin
Dortmund, Germany