Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.learn.em
Merge requests
!17
[Automatic] update links and the ci mostly
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[Automatic] update links and the ci mostly
p1
into
master
Overview
0
Commits
3
Pipelines
3
Changes
12
Merged
[Automatic] update links and the ci mostly
Amir MOHAMMADI
requested to merge
p1
into
master
Oct 4, 2016
Overview
0
Commits
3
Pipelines
3
Changes
12
0
0
Merge request reports
Compare
master
version 2
7e4a1f07
Oct 15, 2016
version 1
d14221fa
Oct 4, 2016
master (base)
and
latest version
latest version
ad2bfd0e
3 commits,
Oct 15, 2016
version 2
7e4a1f07
3 commits,
Oct 15, 2016
version 1
d14221fa
2 commits,
Oct 4, 2016
12 files
+
64
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
bob/learn/em/gaussian.cpp
+
1
−
1
View file @ ad2bfd0e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -375,7 +375,7 @@ static PyObject* PyBobLearnEMGaussian_resize(PyBobLearnEMGaussianObject* self, P
static
auto
log_likelihood
=
bob
::
extension
::
FunctionDoc
(
"log_likelihood"
,
"Output the log likelihood of the sample, x. The input size is checked."
,
".. note:: The
:py:meth:
`__call__` function is an alias for this."
,
".. note:: The
`
`__call__`
`
function is an alias for this."
,
true
)
.
add_prototype
(
"input"
,
"output"
)
Loading