package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.7.2.tbz
sha256=08c63c2c6f4a73143062ae1d2b7a809cdc8ae829a50b5bb1ecd9de6e2e5a5549
sha512=574cc39a186ef89bf73fbd9e42dd555b0d03ac1f70f745bc3f0932c623d217030a6375b6418fe4f262d9bff161ff254df10ba27d8f5fa8783c86e88af0755305

doc/owl/Owl_nlp_similarity/index.html

Module Owl_nlp_similaritySource

Sourcetype t =
  1. | Cosine
  2. | Euclidean
  3. | KL_D
Sourceval to_string : t -> string
Sourceval kl_distance : 'a -> 'b -> float
Sourceval cosine_distance : ('a * float) array -> ('a * float) array -> float
Sourceval inner_product : ('a * float) array -> ('a * float) array -> float
Sourceval inner_product_fast : ('a * float) array -> ('a * float) array -> float
Sourceval euclidean_distance : ('a * float) array -> ('a * float) array -> float
Sourceval distance : t -> ('a * float) array -> ('a * float) array -> float
OCaml

Innovation. Community. Security.