deleted excess semicolons, commas

This commit is contained in:
Ilya Lavrenov
2014-01-18 01:30:29 +04:00
parent e965f3d3d4
commit 37789f015a
68 changed files with 442 additions and 413 deletions

View File

@@ -515,7 +515,7 @@ public:
CV_WRAP virtual int get_support_vector_count() const;
virtual const float* get_support_vector(int i) const;
virtual CvSVMParams get_params() const { return params; };
virtual CvSVMParams get_params() const { return params; }
CV_WRAP virtual void clear();
static CvParamGrid get_default_grid( int param_id );
@@ -1523,7 +1523,7 @@ public:
// API
// virtual bool train( CvMLData* data,
CvGBTreesParams params=CvGBTreesParams(),
bool update=false ) {return false;};
bool update=false ) {return false;}
// INPUT
// data - training set.