U1 - Data Mining Task Primitives
U1 - Data Mining Task Primitives
A data mining task can be specified in the form of a data mining query,
which is input to the data mining system. A data mining query is defined
in terms of data mining task primitives. These primitives allow the user to
interactively communicate with the data mining system during discovery
to direct the mining process or examine the findings from different angles
or depths. The data mining primitives specify the following,
This initial relation may or may not correspond to physical relation in the
database. Since virtual relations are called Views in the field of databases,
the set of task-relevant data for data mining is called a minable view.
This knowledge about the domain to be mined is useful for guiding the
knowledge discovery process and evaluating the patterns found. Concept
hierarchies are a popular form of background knowledge, which allows
data to be mined at multiple levels of abstraction.
In particular, you are interested in the customer's age, income, the types
of items purchased, the purchase location, and where the items were
made. You would like to view the resulting classification in the form of
rules. This data mining query is expressed in DMQL3 as follows, where
each line of the query has been enumerated to aid in our discussion.