🎉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

"attribute conversion filters"

shalini_batraUser: "shalini_batra"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 2 of 21
    IngoRMUser: "IngoRM"
    New Altair Community Member
    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,
    Ingo
    thanks a lot for guidiing me
    regards,
    Shalini