Decision Trees Flashcards

1
Q

Decisions in Decision Trees are usually ___ and check ___

A

binary

a single value

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

Decision Trees can be implemented using ___ to represent the nodes

A

a single Abstract Class

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

Do Decision Trees allow for random decisions?

A

Yes

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

Are Decisions trees designed to run every frame or every few frames?

A

Yes

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

Balanced trees have an efficiency of O(___)

A

log2 n

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

Very Unalanced trees have an efficiency of O(___)

A

O(n)

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

With the random decision node the initial decision is decided ___

A

randomly

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

STUDY SLIDE 9

A

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