Skip to content

Commit

Permalink
fit!
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Dec 7, 2023
1 parent 3a20350 commit 547ac29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/types/abstract_hmm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ function obs_logdensities!(logb::AbstractVector, hmm::AbstractHMM, obs, control)
end

"""
fit!(hmm, ...)
fit!(
hmm::AbstractHMM,
obs_seq::AbstractVector;
control_seq::AbstractVector,
seq_ends::AbstractVector{Int},
fb_storage::ForwardBackwardStorage,
)
Update `hmm` in-place based on information generated during forward-backward.
"""
Expand Down

0 comments on commit 547ac29

Please sign in to comment.