Question
please , I need classification not an R code( i mean written explanation with steps) , Using R, load the iris data set with data(iris).
please , I need classification not an R code( i mean written explanation with steps) , Using R, load the "iris" data set with data(iris).
Transform the dataset to a new one with the four Boolean features. ref attachment
Now using table() build the 4 pairwise tables (attached below)
Hence, complete the formulas for the classifier, given below picture.Ignore the normaliser, p(SLC, SWC, PLC, PWC), so just resulting in
p(Species)p(SLC|Species)p(SWC|Species)p(PLC|Species)p(PWC|Species)
Now, now consider the same data with logistic regression (as per the practical).Give the full formula for this, detailing all the features.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started