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
04d484c6
Commit
04d484c6
authored
Jun 23, 2011
by
Ilya Lysenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc fix
parent
023f48dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
check_docs_whitelist.txt
doc/check_docs_whitelist.txt
+2
-1
random_trees.rst
modules/ml/doc/random_trees.rst
+2
-2
statistical_models.rst
modules/ml/doc/statistical_models.rst
+2
-2
No files found.
doc/check_docs_whitelist.txt
View file @
04d484c6
...
...
@@ -43,7 +43,8 @@ Mat cv::findFundamentalMat( InputArray points1, InputArray points2, OutputArray
Mat findHomography( InputArray srcPoints, InputArray dstPoints, OutputArray mask, int method=0, double ransacReprojThreshold=3);
########################################## ml ######################################
cvParamLattice
cvDefaultParamLattice
CvBoostTree
CvForestTree
CvSVMKernel
...
...
modules/ml/doc/random_trees.rst
View file @
04d484c6
...
...
@@ -223,7 +223,7 @@ CvRTrees::calc_error
The method is identical to :ocv:func:`CvDTree::calc_error` but uses the random forest as predictor.
.. index:: CvRTrees::get_train_error
()
.. index:: CvRTrees::get_train_error
.. _CvRTrees::get_train_error:
...
...
@@ -236,7 +236,7 @@ CvRTrees::get_train_error
The method works for classification problems only. It returns the proportion of incorrectly classified train samples.
.. index:: CvRTrees::get_rng
()
.. index:: CvRTrees::get_rng
.. _CvRTrees::get_rng:
...
...
modules/ml/doc/statistical_models.rst
View file @
04d484c6
...
...
@@ -142,7 +142,7 @@ The method ``write`` stores the complete model state in the file storage with th
CvStatModel
::
read
-----------------
..
ocv
:
function
::
void
CvStatMode
::
read
(
CvFileStorage
*
storage
,
CvFileNode
*
node
)
..
ocv
:
function
::
void
CvStatMode
l
::
read
(
CvFileStorage
*
storage
,
CvFileNode
*
node
)
Reads
the
model
from
the
file
storage
.
...
...
@@ -157,7 +157,7 @@ The previous model state is cleared by ``clear()`` .
CvStatModel
::
train
------------------
..
ocv
:
function
::
bool
CvStatMode
::
train
(
const
Mat
&
train_data
,
[
int
tflag
,]
...,
const
Mat
&
responses
,
...,
[
const
Mat
&
var_idx
,]
...,
[
const
Mat
&
sample_idx
,]
...
[
const
Mat
&
var_type
,]
...,
[
const
Mat
&
missing_mask
,]
<
misc_training_alg_params
>
...
)
..
ocv
:
function
::
bool
CvStatMode
l
::
train
(
const
Mat
&
train_data
,
[
int
tflag
,]
...,
const
Mat
&
responses
,
...,
[
const
Mat
&
var_idx
,]
...,
[
const
Mat
&
sample_idx
,]
...
[
const
Mat
&
var_type
,]
...,
[
const
Mat
&
missing_mask
,]
<
misc_training_alg_params
>
...
)
Trains
the
model
.
...
...
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