removed many extra whitespaces; fixed 1 warning

This commit is contained in:
Vadim Pisarevsky
2014-08-03 03:08:25 +04:00
parent 28ca6ac05e
commit 2520e335d1
17 changed files with 79 additions and 81 deletions

View File

@@ -292,7 +292,7 @@ public:
if( vcount > 0 )
exp( R, R );
}
void calc( int vcount, int var_count, const float* vecs,
const float* another, Qfloat* results )
{
@@ -353,7 +353,7 @@ static void sortSamplesByClasses( const Mat& _samples, const Mat& _responses,
class_ranges.push_back(i+1);
}
}
//////////////////////// SVM implementation //////////////////////////////
ParamGrid SVM::getDefaultGrid( int param_id )
@@ -1205,7 +1205,7 @@ public:
int max_iter;
double C[2]; // C[0] == Cn, C[1] == Cp
Ptr<SVM::Kernel> kernel;
SelectWorkingSet select_working_set_func;
CalcRho calc_rho_func;
GetRow get_row_func;