![]() |
#1
|
|||
|
|||
![]()
Edit: Solved it, the story below is no longer relevant.
![]() I'm confused about how one is supposed to calculate the score exactly. My biggest confusion seems to stem from the misunderstanding of what a 'point' is. Is a point one of the input vectors? so 101, 110 and 111 are 3 points? So then g[a], returns 1 for all three points would mean that: Code:
101 | 1 110 | 1 111 | 1 Code:
101 | 0 110 | 0 111 | 0 Code:
101 | 0 110 | 0 111 | 1 Code:
101 | 1 110 | 1 111 | 0 Code:
101 | 0 110 | 0 111 | 1 I'm utterly confused by the question. :/ |
Thread Tools | |
Display Modes | |
|
|