accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.46k stars 2k forks source link

SequentialMinimalOptimizationRegression<> not founded #2151

Closed mikesneider closed 3 years ago

mikesneider commented 3 years ago

I am trying to use SequentialMinimalOptimizationRegression<Polynomial>()as the example in here nevertheless, SequentialMinimalOptimizationRegression is not founded in MachineLearning.VectorMachines.Learning library.

Accord.NET version 3.8 image

Help Topic: http://accord-framework.net/docs/html/T_Accord_MachineLearning_VectorMachines_Learning_SequentialMinimalOptimizationRegression.htm

cesarsouza commented 3 years ago

Hi there,

If I recall correctly, I believe the SMOr algorithm is in the .GPL part of the library. You might need to add a package reference to https://www.nuget.org/packages/Accord.MachineLearning.GPL/ as well.