Plotting a transposed vector for SVM

108 Views Asked by At

I need help plotting a set of transposed vectors to build an SVM. My set is:

Positive class: $[−1$ $3]^T$, $[0$ $2]^T$, $[0$ $1]^T$, $[0$ $0]^T$

Negative class: $[1$ $5]^T$, $[1$ $6]^T$, $[3$ $3]^T$

I'm not sure how to plot a transposed vectors and am having trouble starting the problem given to me. If anyone can help, it would be greatly appreciated.