Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EvaluationMetrics Source #
Evaluation metrics provide an estimate of the quality of your machine learning transform.
See: newEvaluationMetrics
smart constructor.
EvaluationMetrics' | |
|
Instances
Create a value of EvaluationMetrics
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:findMatchesMetrics:EvaluationMetrics'
, evaluationMetrics_findMatchesMetrics
- The evaluation metrics for the find matches algorithm.
$sel:transformType:EvaluationMetrics'
, evaluationMetrics_transformType
- The type of machine learning transform.
evaluationMetrics_findMatchesMetrics :: Lens' EvaluationMetrics (Maybe FindMatchesMetrics) Source #
The evaluation metrics for the find matches algorithm.
evaluationMetrics_transformType :: Lens' EvaluationMetrics TransformType Source #
The type of machine learning transform.