Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
1c1485ef
Commit
1c1485ef
authored
Oct 13, 2010
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
6b5df895
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
boost.cpp
modules/ml/src/boost.cpp
+2
-2
data.cpp
modules/ml/src/data.cpp
+1
-1
No files found.
modules/ml/src/boost.cpp
View file @
1c1485ef
...
...
@@ -1894,7 +1894,7 @@ float CvBoost::calc_error( CvMLData* _data, int type, std::vector<float> *resp )
void
CvBoost
::
write_params
(
CvFileStorage
*
fs
)
const
{
//
CV_FUNCNAME( "CvBoost::write_params" );
CV_FUNCNAME
(
"CvBoost::write_params"
);
__BEGIN__
;
...
...
@@ -1995,7 +1995,7 @@ void CvBoost::read_params( CvFileStorage* fs, CvFileNode* fnode )
void
CvBoost
::
read
(
CvFileStorage
*
fs
,
CvFileNode
*
node
)
{
CV_FUNCNAME
(
"Cv
RTrees
::read"
);
CV_FUNCNAME
(
"Cv
Boost
::read"
);
__BEGIN__
;
...
...
modules/ml/src/data.cpp
View file @
1c1485ef
...
...
@@ -141,7 +141,7 @@ static char *fgets_chomp(char *str, int n, FILE *stream)
int
CvMLData
::
read_csv
(
const
char
*
filename
)
{
const
int
M
=
1
0000
;
const
int
M
=
5
0000
;
const
char
str_delimiter
[
3
]
=
{
' '
,
delimiter
,
'\0'
};
FILE
*
file
=
0
;
CvMemStorage
*
storage
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment