mi2-warsaw / FSelectorRcpp

Rcpp (free of Java/Weka) implementation of FSelector entropy-based feature selection algorithms with a sparse matrix support
http://mi2-warsaw.github.io/FSelectorRcpp/
35 stars 15 forks source link

cut_attrs - checking values #43

Closed AleksandraDabrowska closed 7 years ago

AleksandraDabrowska commented 7 years ago

Function should return warning or error when values at data.frame attrs aren't from [0,1].

MarcinKosinski commented 7 years ago

Thanks for the idea. One might put values from other function that information_gain to the cut_attrs regarding that this was a gain of entropy.