Markov.ModelServer.State (markov v4.1.3)

Link to this section Summary

Link to this section Types

@type t() :: %Markov.ModelServer.State{
  aboba: integer(),
  history_file: :file.io_device(),
  main_table: Sidx.Table.t(),
  options: [Markov.model_option()],
  path: String.t()
}