(and how is it possible at all since we have to run the classifier first to come up with the results...)
Cheers,Tamir--
You received this message because you are subscribed to the Google Groups "WekaMOOC-general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wekamooc-gener...@googlegroups.com.
To post to this group, send email to wekamooc...@googlegroups.com.
Visit this group at http://groups.google.com/group/wekamooc-general.
To view this discussion on the web, visit https://groups.google.com/d/msgid/wekamooc-general/470304cc-bd75-48ab-a375-e0dcd8cc489d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
hi,
Purpose of data mining is to use past data and predict for future. We may use past data where actual class is known. This is known as train data. Using this data classifier will build a model and apply this model on test data for which actual class is unknown or we want to predict that this can be done by using classification variable.
prof. has already explained