parameters property
A TransformParameters
object. You can use parameters to tune
(customize) the behavior of the machine learning transform by specifying
what data it learns from and your preference on various tradeoffs (such as
precious vs. recall, or accuracy vs. cost).
Implementation
final TransformParameters? parameters;