Definition:
- Adding new features:
- We artificially can add new dimensions with random values in order to seperate the data points into classes more separately, reducing error rate
- Fit model f~(x) to encoded (±1)y(i) values using standard least squares data fitting
- f~(x) is a scalar number
- should be near +1 when y=+1 and -1 when y=−1
- Skewed decision threshold:
- the funcion is then f^(x)=sign(f~(x)−α)
- f^(x)=+1 if f~(x)≥α
- f^(x)=−1 if f~(x)<α
- α is decision threshold
- but there will be trade off, ex: if α too low then there will be more false positive