package owl

  1. Overview
  2. Docs
Owl - An OCaml Numerical Library

Install

Dune Dependency

Authors

Maintainers

Sources

owl-base-0.3.8.tbz
sha256=7e7725e9a1a967b2af54d7f091a0aea76c54e9abeb4220947921864ef6ffe7d0
md5=247e4b6e6190df68830095441e71e69a

doc/owl/Owl_nlp_lda0/SparseLDA/index.html

Module Owl_nlp_lda0.SparseLDA

val s : float ref
val q : float array ref
val r_non_zero : (int, float) Hashtbl.t ref
val q_non_zero : (int, bool) Hashtbl.t ref
val exclude_token_sparse : model -> int -> int -> int -> s:float ref -> r:float ref -> q:float array ref -> unit
val include_token_sparse : model -> int -> int -> int -> s:float ref -> r:float ref -> q:float array ref -> unit
val init : model -> unit
val sampling : model -> int -> unit
OCaml

Innovation. Community. Security.