🎉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

classification question

User: "boudi313"
New Altair Community Member
Updated by Jocelyn
hi all

I want to ask a question about classification algorthims in rapid miner 

the qustion is :
can I put 2 classification operators one follow each other eg: knn->NB  or  logistic regrission -> NB is that possible in rapid miner if it yes I want an explaintion for this if not I want to know how to do this in any other way this is important to me because I want it to my master thesis in opinion mining

please answer me

thank you 

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "MariusHelf"
    New Altair Community Member
    Hi,

    first of all let me state that modern keyboards with the "dot" and "comma" keys are available in your local computer store. Using such a keyboard can greatly improve the readability of your texts ;)

    Concerning your question: I don't fully understand what you mean by "put 2 classification operators one follow each other". Can you be a bit more specific?

    All the best,
    Marius
    User: "boudi313"
    New Altair Community Member
    OP
    I mean that I want to use 2 classification operators instead of 1 for more accurcy of the classification  eg:  use KNN operator  then put NB operator

    do you now understand or no 
    User: "frito"
    New Altair Community Member
    Hi

    if you mean putting them back to back i.e. in series, then why not. You can do it in RM.

    k-nn will output K clusters and the subsequent clustering may produce new clusters out of the K clusters (centroids or whatever).

    User: "boudi313"
    New Altair Community Member
    OP
    ok I  have second question is the logistic regrission in rapidminer is it the same  maxixmum entropy or no