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 has been 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=new FanChenLinQuadraticOptimization(alpha.Length, Q, zeros, ones){Tolerance=eps,Shrinking=true,// <-- SHRINKING PROPERTY SHOULD BE USED HERESolution=alpha};boolsuccess= s.Minimize();
The text was updated successfully, but these errors were encountered:
kdbanman
added a commit
to kdbanman/framework
that referenced
this issue
Jul 27, 2016
The
OneclassSupportVectorLearning
class exposes aShrinking
property, which it does not actually use during optimization.This code block in the `Learn' method is the offender:
The text was updated successfully, but these errors were encountered: