I'm working on a problem set. The class is called 'Algorithms for Inference'. In the definition of the problem, it says
$V$ is a set of vertices. An "independent set" can be represented as a binary vector of dimension $n=|V|$ with $I=[I_i]\in \{0,1\}^{|V|}$ representing the subset of vertices $\{i \in V : I_i = 1\}$ .
I don't understand what this at all, and want to kill myself. Could someone explain this to me as he/she would explain it to a 6-year old child? Thanks.
EDIT: Now I get the basic intuition now. The definition 'Independent set' is just a custom definition in my pset, and I didn't post it in the interest of conciseness. Just one more question, what does $I=[I_i]$ mean?