Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
