FactorList

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

List of factor (categorical predictor) names. Not present if this particular regression flavor does not support factors (ex. linear regression). If present, the list may or may not be empty. Each name in the list must match a DataField name or a DerivedField name. The factors must be categorical 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]