classification question
boudi313
New Altair Community Member
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
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:
0
Answers
-
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,
Marius0 -
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 no0 -
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).
0 -
ok I have second question is the logistic regrission in rapidminer is it the same maxixmum entropy or no0