Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Pragyan Rover from Chandrayan 3 must make decisions for measuring certain parameters from the moon ( c 0 or c 1 ) and data

The Pragyan Rover from Chandrayan 3 must make decisions for measuring certain parameters from the moon (c0 or c1) and data comes from 10 sensors (Dataset attached). Use the below decision tree and create Prolog rules to predict which parameter to measure for the given condition. Take the attribute values from the user by giving suitable user prompts and predict the class
a5= false: c0(44.0/2.0)
a5= true
| a8= false
|| a9= false
||| a2= false: c0(4.0/1.0)
||| a2= true
|||| a0= false
||||| a4= false: c1(2.0)
||||| a4= true: c0(2.0)
|||| a0= true: c1(5.0)
|| a9= true: c1(15.0/1.0)
| a8= true
|| a1= false
||| a2= false
|||| a0= false: c1(4.0/1.0)
|||| a0= true: c0(3.0)
||| a2= true
|||| a4= false: c1(5.0)
|||| a4= true: c0(2.0)
|| a1= true: c0(14.0/2.0)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago