package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt = [
  1. | `I of int
  2. | `F of float
  3. | `S of string
  4. | `Arr of t
]
val py_of_elt : [< `Arr of Py.Object.t | `F of float | `I of int | `S of string ] -> Py.Object.t
val py_of_array : [< `Arr of Py.Object.t | `F of float | `I of int | `S of string ] array -> Py.Object.t
val vector : [< `Arr of Py.Object.t | `F of float | `I of int | `S of string ] array -> Py.Object.t
val matrix : [< `Arr of Py.Object.t | `F of float | `I of int | `S of string ] array array -> Py.Object.t
OCaml

Innovation. Community. Security.