A streaming service turns every viewer into a vector. Each viewer's average star rating in three genres becomes one coordinate, so a viewer is a point in a three-dimensional "taste space". Here are this week's four viewers:
| Viewer | Action | Comedy | Drama |
|---|---|---|---|
| A | |||
| B | |||
| C | |||
| D |
Before the recommender compares anybody, it mean-centres the data. It builds the average viewer
and replaces each viewer by their taste vector
which records not what someone rated, but how far they sit from the crowd.
How unusual is viewer A? That is, what is the length of viewer A's taste vector?
Round your answer to two decimal places.