package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

## module Ndarray.String

Build an Ndarray containing strings.

val vector : string array -> t

### vector

Build a vector from an OCaml string array.

val vectors : string array list -> List.t

### vectors

Build a Python list of Ndarrays, with each Ndarray being a vector initialized from an OCaml string array.

OCaml

Innovation. Community. Security.