Data Mining CA2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

54 Terms

1
New cards

main idea of cure

  • Stops the creation of a cluster hierarchy if a level consists of k clusters

  • Uses multiple representative points to evaluate the distance between clusters, adjusts well to arbitrary shaped clusters and avoids single-link effect

2
New cards

Drawbacks of square-error based clustering method

  • Consider only one point as representative of a cluster

  • Good only for convex shaped, similar size and density, and if k can be reasonably estimated

3
New cards

Cure: Shrinking Representative Point

  • Shrink the multiple representative points towards the gravity centre by a fraction of a.

  • Multiple representatives capture the shape of the cluster

4
New cards

ROCK: Robust Clustering using linKs

  • Use links to measure similarity/proximity

  • Not distance based

  • Computational complexity

5
New cards

ROCK Algorithm

  • Draw random sample (get a random sample of the data)

  • Cluster the data using the link agglomerative approach

  • Label data in disk

6
New cards

Density-Based Clustering methods

Clustering based on density (local cluster criterion), such as density-connected points

7
New cards

Major features of Density-Based Clustering methods

  • Discover clusters of arbitrary shape

  • Handle noise

  • One scan

  • Need density parameters as termination condition

8
New cards

density reachable clustering

A point p is density-reachable from a point q with regard to Eps, MinPts if there is a chain of points p1, …, pn, p1 =q, pn = p such that pi+1 is directly density-reachable from pi

9
New cards

density-connected clustering

A point p is density-connected to a point q with regard to Eps, MinPts if there is a point o such that both, p and q are density-reachable from o with regard to Eps and MinPts

10
New cards

DBSCAN

  • Density Based Spatial Clustering of Applications with Noise

  • Relies on a density-based notion of cluster: A cluster is defined as a maximal set of density-connected points

  • Discovers clusters of arbitrary shape in spatial datasets with noise

11
New cards

DBSCAN algorithm

1. Arbitrary select a point p

2. Retrieve all points density-reachable from p with regard to Eps and

MinPts.

3. If p is a core point, a cluster is formed.

4. If p is a border point, no points are density-reachable from p and

DBSCAN visits the next point of the dataset.

5. Continue the process until all of the points have been processed.

12
New cards

spatial data

  • Generalise detailed geographic points into clustered regions, such as business, residential, industrial, or agricultural areas, according to land usage

  • Require the merge of a set of geographic areas by spatial operation

13
New cards

image data

  • Extracted by aggregation and/or approximation

  • Size, colour, shape, texture, orientation, and relative positions and structures of the contained objects or regions in the image

14
New cards

music data

  • Summarise its melody: based on the approximate patterns that repeatedly occur in the segment

  • Summarise its style: based on its tone, tempo, or the major musical instruments played

15
New cards

object identifier

Generalise to the lowest level of class in the class/subclass hierarchies

16
New cards

class composition hierarchies

  • generalise nested structured data

  • generalise only objects closely related in semantics to the current one

17
New cards

Construction and mining of object cubes

  • Extend the attribute-oriented induction method: Apply a sequence of class-based generalisation operators on different attributes; Continue until getting a small number of generalised objects that can be summarized as a concise in high-level terms

  • For efficient implementation: Examine each attribute, generalise it to simple-valued data; Construct a multidimensional data cube (object cube)

18
New cards

multidimesnsional analysis strategy

  • Generalise the plan-base in different directions

  • Look for sequential patterns in the generalised plans

  • Derive high-level plans

19
New cards

dimension tables

Generalise plan-base in a multidimensional way using dimension table

20
New cards

cardinality

Use the number of distinct values at each level to determine the right level of generalisation (level-“planning”)

21
New cards

operators

Use operators merge “+”, option “[ ]” to further generalise patterns

22
New cards

spatial data warehouse

  • Integrated, subject-oriented, time-variant, and non-volatile spatial

  • data repository for data analysis and decision making

23
New cards

Why is spatial data integration a big issue

  • Structure-specific formats (raster- vs. vector-based, OO vs. relational models, different storage and indexing, etc.)

  • Vendor-specific formats (ESRI, MapInfo, Inter-graph, etc.

24
New cards

spatial data cube

  • multidimensional spatial database

  • Both dimensions and measures may contain spatial componenent

25
New cards

On-line integration

  • Collect and store pointers to spatial objects in a spatial data cube

  • Expensive and slow, need efficient aggregation technique

26
New cards

Pre-processing

  • Pre-compute and store all the possible combinations: huge space overhead

  • Pre-compute and store rough approximations in a spatial data cube: accuracy trade-off

27
New cards

selective computation

Only materialise those which will be accessed frequently: a reasonable choice

28
New cards

Two-step mining of spatial association

  • Step 1: Rough spatial computation (as a filter) - Use MBR (minimum bounding rectangle) for rough estimation

  • Step2: Detailed spatial algorithm (as refinement) - Apply only to those objects which have passed the rough spatial association test (no lessthan min_support)

29
New cards

spatial classification

  • Analyse spatial objects to derive classification schemes, such as decision trees in relevance to certain spatial properties (district, highway, river, etc.)

  • Example: Classify regions in a province into rich vs. poor according to the average family income

30
New cards

Spatial trend analysis

  • Detect changes and trends along a spatial dimension

  • Study the trend of non spatial or spatial data changing with space

  • Example: Observe the trend of changes of the climate or vegetation with the increasing distance from an ocean

31
New cards

time-series database

  • Consists of sequences of values or events changing with time

  • Data is recorded at regular intervals

  • Characteristic time-series components: Trend, cycle, seasonal, irregula

32
New cards

time-series database applications

  • Financial: stock price, inflation

  • Biomedical: blood pressure

  • Meteorological: precipitation

33
New cards

time series data

can be illustrated as a time-series graph which describes a point moving overtime

34
New cards

categories of time-series movement

  • Long-term or trend movements (trend curve)

  • Cyclic movements or cycle variations, e.g., business cycles

  • Seasonal movements or seasonal variations: almost identical patterns that a time series appears to follow during corresponding months of successive years

  • Irregular or random movements

35
New cards

the freehand method

  • Fit the curve by looking at the graph

  • Costly and barely reliable for large-scaled data mining

36
New cards

the least-square method

Find the curve minimising the sum of the squares of the deviation of points on the curve from the corresponding data point

37
New cards

the moving-average method

  • Eliminate cyclic, seasonal and irregular patterns

  • Loss of end data

  • Sensitive to outliers

38
New cards

estimations of cyclic variations

If (approximate) periodicity of cycles occurs, cyclic index can be constructed in the same manner as seasonal indexe

39
New cards

estimation of irregular variations 

By adjusting the data for trend, seasonal and cyclic variation

40
New cards

prediction

  • With systematic analysis of the trend, cyclic, seasonal, and irregular components, it is possible to make long- or short-term predictions with reasonable quality

41
New cards

similarity search

finds data sequences that differ only slightly from the given query sequence

42
New cards

whole matching similarity query

find a set of sequences that are similar to each other (as a whole)

43
New cards

subsequence matching similarity query

find sequences that contain sub-sequences that are similar to a given query sequence

44
New cards

typical applications for similarity search

  • Financial market & Market basket data analysis

  • Scientific databases

  • Medical diagnosis

45
New cards

subsequence matching

  • Breaking sequences: into a set of pieces of window with length w

  • Extracting the features: For each subsequence inside the window

  • Mapping: each sequence to a “trail” in the feature space

  • Dividing the trail: of each sequence into “sub-trails” and represent each of them with minimum bounding rectangle

  • Multi-piece assembly algorithm: to search for longer sequence matches

46
New cards

full periodicity

Every point in time contributes (precisely or approximately) to the periodicity

47
New cards

partial periodicity

Only some segments contribute to the periodicity

48
New cards
49
New cards
50
New cards
51
New cards
52
New cards
53
New cards
54
New cards