minor fixes
This commit is contained in:
parent
6b5df89532
commit
1c1485efd3
@ -1894,7 +1894,7 @@ float CvBoost::calc_error( CvMLData* _data, int type, std::vector<float> *resp )
|
|||||||
|
|
||||||
void CvBoost::write_params( CvFileStorage* fs ) const
|
void CvBoost::write_params( CvFileStorage* fs ) const
|
||||||
{
|
{
|
||||||
//CV_FUNCNAME( "CvBoost::write_params" );
|
CV_FUNCNAME( "CvBoost::write_params" );
|
||||||
|
|
||||||
__BEGIN__;
|
__BEGIN__;
|
||||||
|
|
||||||
@ -1995,7 +1995,7 @@ void CvBoost::read_params( CvFileStorage* fs, CvFileNode* fnode )
|
|||||||
void
|
void
|
||||||
CvBoost::read( CvFileStorage* fs, CvFileNode* node )
|
CvBoost::read( CvFileStorage* fs, CvFileNode* node )
|
||||||
{
|
{
|
||||||
CV_FUNCNAME( "CvRTrees::read" );
|
CV_FUNCNAME( "CvBoost::read" );
|
||||||
|
|
||||||
__BEGIN__;
|
__BEGIN__;
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ static char *fgets_chomp(char *str, int n, FILE *stream)
|
|||||||
|
|
||||||
int CvMLData :: read_csv(const char* filename)
|
int CvMLData :: read_csv(const char* filename)
|
||||||
{
|
{
|
||||||
const int M = 10000;
|
const int M = 50000;
|
||||||
const char str_delimiter[3] = { ' ', delimiter, '\0' };
|
const char str_delimiter[3] = { ' ', delimiter, '\0' };
|
||||||
FILE* file = 0;
|
FILE* file = 0;
|
||||||
CvMemStorage* storage;
|
CvMemStorage* storage;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user