Values_1.EvaluationMetricsSourceEvaluation metrics provide an estimate of the quality of your machine learning transform.
type nonrec t = {transformType : TransformType.t option;The type of machine learning transform.
*)findMatchesMetrics : FindMatchesMetrics.t option;The evaluation metrics for the find matches algorithm.
*)}val 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 ]