package oml

  1. Overview
  2. Docs
type spec = multivariate_spec
val default : spec
type input = float array
type t
val describe : t -> string
val eval : t -> input -> float
val regress : ?spec:spec -> input array -> resp:float array -> t
val residuals : t -> float array
val coefficients : t -> float array
OCaml

Innovation. Community. Security.