Non-linear Support Vector Regression with C# and “Accord.NET”
问题 what should I use for non-linear vector regression with C# in Accord ? Thanks (traininginputs double[][] and trainingoutput double[] NOT int[]) 回答1: Accord.NET provides a Support Vector Machine learning algorithm for regression problems in the SequentialMinimalOptimizationRegression class. There is an example application for this topic in the sample application's wiki page. Here is an example on how to use it: // Example regression problem. Suppose we are trying // to model the following