Parameter
class Parameter(val name: String, val label: Option[String], val referencePoint: Double) extends PmmlElement
Each Parameter contains a required name and optional label.
- Value parameters:
- label
If present, is meant to give a hint on a Parameter's correlation with the Predictors.
- name
Should be unique within the model and as brief as possible (since Parameter names appear frequently in the document).
- referencePoint
The optional attribute referencePoint is used in Cox regression models only and has a default value of 0