Decision Trees Flashcards

1
Q

Ʌ

A

And

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

V

A

Or

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

Y = X_2 X_5

A

If x_2 and x_5 then Y = true, if not then Y = false.

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

Y = X_2 V X_5

A

If x_2 or if x_5 then Y = true, if not then false.

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

¬X_1

A

Not x_1, so if x_1 then Y = false.

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

Y = X_2 X_5 V X_3 ¬X_1

A

If x_2 and x_5 or if x_3 and not x_1, then true, else false.

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