Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ChiMerge [ Ker 9 2 ] is a supervised, bottom - up ( i . e . , merge - based ) data discretization method.
ChiMerge Ker is a supervised, bottomup ie mergebased data discretization method. It relies on chi analysis: Adjacent intervals with the least chi values are merged together until the chosen stopping criterion satisfies.
a Briefly describe how ChiMerge works.
b Take the IRIS data set, obtained from the University of CaliforniaIrvine Machine
Learning Data Repository wwwics.uci.edumlearnMLRepositoryhtml as a data set to be discretized. Perform data discretization for each of the four numeric attributes using the ChiMerge method. Let the stopping criteria be: maxinterval You need to write a small program to do this to avoid clumsy numerical computation. Submit your simple analysis and your test results: splitpoints, final intervals, and the documented source program.
Propose an algorithm, in pseudocode or in your favorite programming language, for the following:
a The automatic generation of a concept hierarchy for nominal data based on the number of distinct values of attributes in the given schema.
b The automatic generation of a concept hierarchy for numeric data based on the equalwidth partitioning rule.
c The automatic generation of a concept hierarchy for numeric data based on the equalfrequency partitioning rule.
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