Skip to content
Prev 49 / 1559 Next

request for examples

On Mon, 13 May 2002, Paul Murrell wrote:

            
That's true of almost all data mining applications.  Think about
a supermarket chain collecting information on all transactions at tills.

Reasons include scale (as above), integrity of data coming from multiple
sources (also as above) and security (most organizations' financial data
is in databases).   Related to scale is efficiency: lots of preprocessing
(indices etc) makes online queries possible.

Another good example is an online transaction system such as airlines'
booking systems and those behind banks' ATM networks.  Or, since, I have
just been browsing one, large discussion forums,  web search engines ....
MIT Press, is a good source for statistics/databases interaction.
On what DBMS?
(Many) pharamaceuticals have their gene chip data stored in databases.
We had to set up Oracle lite and get help (thanks Fei) to get some
results out last year.   Insurance companies have all their claims data on
databases, and MSc summer projects have been 25% taken up extracting the
data.

Yet another one was work on university admissions data: both locally and
nationally that was on a database, and about 70,000 records were extracted
to a spreadsheet.  (And that was just one year's data.)

Brian