fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code

This commit is contained in:
Vadim Pisarevsky
2014-08-03 12:46:28 +04:00
parent 9cb79b9abb
commit eeb786fcfd
10 changed files with 30 additions and 30 deletions

View File

@@ -1587,7 +1587,7 @@ public:
bool balanced )
{
int svmType = params.svmType;
RNG rng(-1);
RNG rng((uint64)-1);
if( svmType == ONE_CLASS )
// current implementation of "auto" svm does not support the 1-class case.