"Clustering Algorithms" Flashcards

(5 cards)

1
Q

How can clustering be applied to public transport planning?

Think about grouping users by location.

A

To identify passenger groups (by location) that could be efficiently served by the same bus stop.

This helps in optimizing stop locations to serve clusters of demand.

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

How can clustering be used in freight and delivery services?

Think about grouping destinations.

A

To identify delivery customers that could be grouped together and served by the same truck route.

This minimizes total travel distance and improves delivery efficiency.

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

Multiple Choice

What is the fundamental input for a clustering problem?
A) A collection of elements with a common set of properties.
B) A pre-defined set of group labels.
C) A single element to be classified.

The algorithm needs data to analyze for similarities.

A

A) A collection of elements with a common set of properties.

The properties (e.g., income, location, travel frequency) are used to me

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

Definition

What is the elbow method?

A

The elbow method is a generic technique that is used to determine the optimal number of
clusters in a dataset.

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

Simple Q&A

What is a disadvantage of the elbow method?

A

It does not take into account any further operational aspects of the problem.

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