f0,f1,...,fD−1f0,f1,...,fD−1
, the prediction is given by determining what side of the hyperplane the point falls into. That is the same as the sign of the features' weighted sum, i.e. ∑D−1i=0(wi∗fi)+b∑i=0D−1(wi∗fi)+b
, where w0,w1,...,wD−1w0,w1,...,wD−1
are the weights computed by the algorithm, and b
is the bias computed by the algorithm.f0,f1,...,fD−1f0,f1,...,fD−1,
the prediction is given by determining what side of the hyperplane the point falls into. That is the same as the sign of the feautures' weighted sum, i.e. ∑D−1i=0(wi∗fi)+b∑i=0D−1(wi∗fi)+b,
where w0,w1,...,wD−1w0,w1,...,wD−1
are the weights computed by the algorithm, and bb is the bias computed by the algorithm.