Module Values_1.EvaluationMetricsSource

Evaluation metrics provide an estimate of the quality of your machine learning transform.

Sourcetype nonrec t = {
  1. transformType : TransformType.t option;
    (*

    The type of machine learning transform.

    *)
  2. findMatchesMetrics : FindMatchesMetrics.t option;
    (*

    The evaluation metrics for the find matches algorithm.

    *)
}
Sourceval make : ?transformType:??? -> ?findMatchesMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of Values_0.GenericBoundedDouble.t | `List of [> `Structure of (string * [> `Double of Values_0.GenericBoundedDouble.t | `String of Values_0.NameString.t ]) list ] list | `Structure of (string * [> `Long of RecordsCount.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t