package owl-base

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

Module Impl.LossSource

Sourcetype typ =
  1. | Hinge
  2. | L1norm
  3. | L2norm
  4. | Quadratic
  5. | Cross_entropy
  6. | Custom of t -> t -> t
    (*

    Types of loss functions.

    *)
Sourceval run : typ -> t -> t -> t

Execute the computations defined in module ``typ``.

Sourceval to_string : typ -> string

Convert the module ``typ`` to its string representation.