classification question

boudi313
boudi313 New Altair Community Member
edited November 5 in Community Q&A
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 
Tagged:

Answers

  • MariusHelf
    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
  • boudi313
    boudi313 New Altair Community Member
    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 
  • 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).

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