package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Owl_nlp_lda0.SparseLDASource

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

Innovation. Community. Security.