Add some scaling into feature map functions
skent259 opened this issue · 0 comments
skent259 commented
When dataset is unscaled, passing to misvm directly, even with the scale = TRUE parameter, it doesn't get scaled in the kfm function. This causes a poorly scaled eigen-spectrum and it makes learning almost impossible for the svm.
One solution is to add the scaling directly into the feature map functions, which is ideal anyways.