Output

class Output(val outputFields: Array[OutputField]) extends HasOutputFields with HasField with PmmlElement

Output element describes a set of result values that can be returned from a model.

trait Serializable
trait HasField
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getField(name: String): Option[Field]

Returns the field of a given name, None if a field with the given name does not exist

Returns the field of a given name, None if a field with the given name does not exist

Definition Classes

Inherited methods

def containInterResults: Boolean
Inherited from:
HasOutputFields
Inherited from:
HasExtensions
def field(name: String): Field

Returns the field of a given name.

Returns the field of a given name.

Throws:
FieldNotFoundException

if a field with the given name does not exist

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

Concrete fields

lazy val map: Map[String, OutputField]
override val outputFields: Array[OutputField]