"attribute conversion filters"
shalini_batra
New Altair Community Member
In weka we have afilter convert StingToWord vector which converts the contents of a attribute , i.e. say we have 12 wprds seperated by a comma within an attibute, all those words are converted to the attribute ... do we have any such facility in rapidminer
to clarify further suppose we have a attibute automobile( car,truck,tempo,tractor) then by applying StringToWordvector we get five attribute automobile, car, truck, tempo, tractor
i'm stuck with this in rapidminer ... i could easily do this in WEKA
thanks in advance
to clarify further suppose we have a attibute automobile( car,truck,tempo,tractor) then by applying StringToWordvector we get five attribute automobile, car, truck, tempo, tractor
i'm stuck with this in rapidminer ... i could easily do this in WEKA
thanks in advance
0
Answers
-
In RapidMiner, you could use the Text plugin for real texts which will then for the setting occurences deliver the results. If you already have a single nominal value, the operator Nominal2Binominal is your friend. And if you do not want to use the Text plugin just for splitting those nominal values, the new operator "Split" in the upcoming 4.4 will help.
Cheers,
Ingo0 -
thanks a lot for guidiing me
regards,
Shalini0