mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
EM algorithm
This commit is contained in:
parent
29ec128c9d
commit
7737cecf6d
2 changed files with 28 additions and 0 deletions
|
|
@ -35,5 +35,6 @@ print m.checkgrad()
|
|||
m.optimize()
|
||||
#m.em(plot_all=False) # EM algorithm
|
||||
m.plot(samples=3)
|
||||
m.EM()
|
||||
|
||||
print(m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue