CovariateList

class CovariateList(val predictors: Array[Predictor]) extends PmmlElement

List of covariate names. Will not be present when there is no covariate. Each name in the list must match a DataField name or a DerivedField name. The covariates will be treated as continuous variables.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(name: String): Option[Predictor]

Inherited methods

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

Concrete fields

val predictors: Array[Predictor]