Section 7 Flashcards

1
Q

What are the four steps of a classification?

A

Select training areas
Build spectral signatures
Classification
Accuracy assessment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the two approaches to digital classification.

A

Supervised

Unsupervised

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a supervised classification?

A

You determine the class boundary based on training sites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an unsupervised classification?

A

The class boundaries are determined automatically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the main source of error of classification?

A

Miss class identification by user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a training site?

A

The sample areas a user selects for the classes to be based off of.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you decide to use supervised or unsupervised?

A

If there is previous knowledge of the site use supervised. If not unsupervised

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In an unsupervised classification what are the two inputs by the user?

A

The preferred cluster algorithm

Number of classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name the three parametric classification algorithms.

A

Minimum distance to mean

Parallelpiped

Maximum likelihood

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name the three non parametric classification algorithms.

A

Spectral mixture analysis

Spectral angle mapper

Support vector machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does the minimum distance to mean algorithm work?

A

Relies on the straight line (Euclidean) distance from the class means to the unclassified pixel. It is simple and efficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the downside to the minimum distance to mean?

A

Insensitive to different degrees of variation in spectral response of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does the parallelepiped algorithm work?

A

It is the simplest method, known as the box classifier because it uses one to classify minimum and maximum ranges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the problems with the parallelepiped?

A

When boxes overlap the box the is over top will claim the entire area. Like coding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a stepped parallelepiped?

A

It is an improvement in the boxes are stepped to reduce overlapping and make a tighter classification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the maximum likelihood classifier?

A

It uses normal distribution to make a statistical probability of the pixels location. It assigns pixels a class based on the max probability

17
Q

What is a negative of the maximum likelihood classifier?

A

The assumption that data is normally distributed and it is computationally intense

18
Q

Describe the spectral mixture analysis (SMA) algorithm.

A

It decomposes a pixel to look at the spectral signature. It can be linear or non linear

19
Q

Describe the SMA linear.

A

All reflective elements contribute to its representation. It is additive

20
Q

Describe the SMA non linear.

A

Looks at reflective components proportionally

21
Q

Describe the spectral angle mapper (SAM) algorithm.

A

It compares spectral signatures, it is insensitive to intensity

22
Q

Describe the support vector machine (SVM) algorithm.

A

Similar to maximum likelihood, it yield high classification results

23
Q

What is an error confusion matrix?

A

An accuracy assessment that does a class by class basis for relationships.

24
Q

Where is the optimal place reference data should be collected?

A

The field

25
Q

What are the five sampling strategies?

A
Systematic
Stratified
Random
Stratified random
Cluster resampling
26
Q

What is the systematic sampling strategy?

A

Uniform sampling that uses a pattern like a grid. This is not very useful.

27
Q

What is stratified sampling strategies?

A

Sample based on predetermined strategy based on location or class

28
Q

Describe random sample strategy.

A

Yields statistically selected sample with no bias

29
Q

Describe the stratified random sample strategy.

A

Most effective

30
Q

What are the downsides of cluster sampling?

A

It is only used when limited access to site and there will be bias spatial results

31
Q

What is a kappa coefficient?

A

A normalization process used to standardize error matrix results so they can be compared

32
Q

What is the key goal of a classification?

A

Simplification or reduction in the complexity of a system into something meaningful for the observer