You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +42,8 @@ public sealed class LinearSvm : OnlineLinearTrainer<LinearSvm.Arguments, BinaryP
42
42
+"and all the negative examples are on the other. After this mapping, quadratic programming is used to find the separating hyperplane that maximizes the "
43
43
+"margin, i.e., the minimal distance between it and the instances.";
0 commit comments