Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ChiMerge [ Ker 9 2 ] is a supervised, bottom - up ( i . e . , merge - based ) data discretization method.

ChiMerge [Ker92] is a supervised, bottom-up (i.e., merge-based) data discretization method. It relies on \chi 2 analysis: Adjacent intervals with the least \chi 2 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 (www.ics.uci.edu/mlearn/MLRepository.html), 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: max-interval =6). You need to write a small program to do this to avoid clumsy numerical computation. Submit your simple analysis and your test results: split-points, 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 equal-width partitioning rule.
(c) The automatic generation of a concept hierarchy for numeric data based on the equal-frequency partitioning rule.

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2016 Riva Del Garda Italy September 19 23 2016 Proceedings Part 3 Lnai 9853

Authors: Bettina Berendt ,Bjorn Bringmann ,Elisa Fromont ,Gemma Garriga ,Pauli Miettinen ,Nikolaj Tatti ,Volker Tresp

1st Edition

3319461303, 978-3319461304

More Books

Students also viewed these Databases questions