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

trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val label: Option[String]
val name: String
val referencePoint: Double