InstanceField

class InstanceField(val field: String, val column: Option[String]) extends PmmlElement
Value parameters:
column

Defines the name of the tag or column used by element InlineTable. This attribute is required if element InlineTable is used to represent training data.

field

Contains the name of a DataField or a DerivedField (in case isTransformed is set to "true"). Can also contain the name of the case ID variable.

trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Concrete fields

val column: Option[String]
val field: String