search for: nominaltobinary

Displaying 1 result from an estimated 1 matches for "nominaltobinary".

2009 Jan 07
1
Question about the RWEKA package
...ear List, I´m trying to implement the functionalities from WEKA into my modeling project in R through the RWeka package. In this context I have a slightly special question about the filters implemented in WEKA. I want to convert nominal attributes with k values into k binary attributes through the NominalToBinary filter ("weka.filters.supervised.attribute.NominalToBinary"). But unfortunately I can`t apply the filter to my data. Here is my code: nombi <- make_Weka_filter("weka/filters/supervised/attribute/NominalToBinary") x2bin <- nombi(data=dat, control =Weka_control(N=TRUE, A=TR...