InstanceFields

class InstanceFields(val instanceFields: Array[InstanceField]) extends PmmlElement

Serves as an envelope for all the fields included in the training instances. It encapsulates InstanceField elements.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(name: String): String
def columns: Array[String]
def names: Array[String]

Inherited methods

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

Concrete fields