package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ = Owl_optimise_generic.Make(Owl_dense_ndarray.D).Batch.typ =
  1. | Full
  2. | Mini of int
  3. | Sample of int
  4. | Stochastic
val run : typ -> t -> t -> int -> t * t
val batches : typ -> t -> int
val to_string : typ -> string