Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.em
Commits
407efd06
Commit
407efd06
authored
Feb 18, 2015
by
Tiago de Freitas Pereira
Browse files
Publishing
parent
bb14d55c
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/learn/em/include/bob.learn.em/MAP_GMMTrainer.h
View file @
407efd06
...
...
@@ -34,7 +34,7 @@ class MAP_GMMTrainer
const
bool
reynolds_adaptation
=
false
,
const
double
relevance_factor
=
4
,
const
double
alpha
=
0.5
,
boost
::
shared_ptr
<
bob
::
learn
::
em
::
GMMMachine
>
prior_gmm
=
0
);
boost
::
shared_ptr
<
bob
::
learn
::
em
::
GMMMachine
>
prior_gmm
=
boost
::
shared_ptr
<
bob
::
learn
::
em
::
GMMMachine
>
()
);
/**
* @brief Copy constructor
...
...
buildout.cfg
View file @
407efd06
...
...
@@ -6,40 +6,34 @@
parts = scripts
eggs = bob.learn.em
extensions = bob.buildout
;
mr.developer
mr.developer
;auto-checkout = *
develop = .
;src/bob.extension
; src/bob.blitz
; src/bob.core
; src/bob.io.base
; src/bob.sp
; src/bob.math
; src/bob.learn.activation
; src/bob.learn.linear
; src/bob.buildout
; .
auto-checkout = *
develop = src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.sp
src/bob.math
src/bob.learn.activation
src/bob.learn.linear
.
; options for bob.buildout extension
debug = true
verbose = true
newest = false
prefer-final = false
[environ]
BOB_BUILD_PARALLEL = 4
;[sources]
;bob.buildout = git https://github.com/bioidiap/bob.buildout
;bob.extension = git https://github.com/bioidiap/bob.extension
;bob.blitz = git https://github.com/bioidiap/bob.blitz
;bob.core = git https://github.com/bioidiap/bob.core
;bob.io.base = git https://github.com/bioidiap/bob.io.base
;bob.sp = git https://github.com/bioidiap/bob.sp
;bob.math = git https://github.com/bioidiap/bob.math
;bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
;bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
[sources]
bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.sp = git https://github.com/bioidiap/bob.sp
bob.math = git https://github.com/bioidiap/bob.math
bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
Write
Preview
Supports
Markdown
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