oml
Math Library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library oml
include module type of Oml_sampling
val uniform_i : ?seed:int array -> int -> int generator
val uniform_f : ?seed:int array -> float -> float generator
val normal :
?seed:int array ->
mean:float ->
std:float ->
unit ->
float generator
val normal_std : ?seed:int array -> unit -> float generator
val categorical : ?seed:int array -> float array -> int generator
val softmax :
?seed:int array ->
?temperature:float ->
float array ->
int generator
module Poly : sig ... end