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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
The OneclassSupportVectorLearning class exposes a Shrinking property, which it does not actually use during optimization.
This code block in the `Learn' method is the offender:
vars=newFanChenLinQuadraticOptimization(alpha.Length,Q,zeros,ones){Tolerance=eps,Shrinking=true,// <-- SHRINKING PROPERTY SHOULD BE USED HERESolution=alpha};boolsuccess=s.Minimize();