package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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