Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

When normalizing a dataset, the resulting data will have a minimum value of 0 and a maximum value of 1. However, the dataset we work

When normalizing a dataset, the resulting data will have a minimum value of 0 and a maximum value of 1. However, the dataset we work with in data mining is typically a sample of a population. Therefore, the minimum and maximum for each of the attributes in the population are unknown. Samples from the population may be added to the dataset over time, and the attribute values for these new objects may then lie outside those you have seen so far. One possibility to handle new minimum and maximum values is to periodically renormalize the data after including the new values. Your task is to think of a normalization scheme that does not require you to renormalize all of the data. Your normalization approach has to fulfill all of the following requirements: - all values (old and new) have to lie in the range between 0 and 1 - no transformation or renormalization of the old values is allowed Describe your normalization approach.

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

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions