문제

I'm looking for a Support Vector Machine library that I can use in my .NET projects. The two promising ones I've found so far are NPatternRecognizer, but it only supports classification (not regression). LibSVM supports regression, but the .NET wrappers don't seem to. Are there any good recommendations for .NET SVM libraries that support regression?

도움이 되었습니까?

해결책

SVM.NET looks like it supports regression.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top