package owl
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/index.html
Module Owl_nlp_lda0
NLP: LDA module
module MS = Owl_sparse.Dok_matrix
module MD = Owl_dense.Matrix.D
type dsmat = (float, Bigarray.float64_elt) Owl_dense_matrix_generic.t
type spmat = (float, Bigarray.float64_elt) Owl_sparse_dok_matrix.t
type model = {
mutable n_d : int;
mutable n_k : int;
mutable n_v : int;
mutable alpha : float;
mutable beta : float;
mutable alpha_k : float;
mutable beta_v : float;
mutable t_dk : dsmat;
mutable t_wk : spmat;
mutable t__k : dsmat;
mutable t__z : int array array;
mutable iter : int;
mutable data : int array array;
mutable vocb : (string, int) Hashtbl.t;
}
val include_token : model -> int -> int -> int -> unit
val exclude_token : model -> int -> int -> int -> unit
val likelihood : model -> float
val show_info : model -> int -> float -> unit
module SimpleLDA : sig ... end
module SparseLDA : sig ... end
module FTreeLDA : sig ... end
module LightLDA : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>