Reputation:
I have a data and 2 classes. After separating them I want to plot a line between them with final weight vector. Is there a suitable method for my final weight which is 3 by 1
matrix. For example the [1,3,-4]
matrix is equivalent to x1+3x2-4=0
equation. How can I draw this equation's line in plot?
Upvotes: 0
Views: 166