https://github.com/ccerhan/LibSVMsharp/blob/58e04ae6bb4923d86f9e8948310f03dcad7ce2df/LibSVMsharp/Extensions/SVMProblemExtensions.cs#L85 Should this be a call to [PredictValues](https://github.com/ccerhan/LibSVMsharp/blob/58e04ae6bb4923d86f9e8948310f03dcad7ce2df/LibSVMsharp/Extensions/SVMNodeExtensions.cs#L36) rather than [PredictProbability](https://github.com/ccerhan/LibSVMsharp/blob/58e04ae6bb4923d86f9e8948310f03dcad7ce2df/LibSVMsharp/Extensions/SVMNodeExtensions.cs#L28)?
LibSVMsharp/LibSVMsharp/Extensions/SVMProblemExtensions.cs
Line 85 in 58e04ae
Should this be a call to PredictValues rather than PredictProbability?