HasOutput

trait HasOutput
class Object
trait Matchable
class Any

Value members

Abstract methods

def output: Option[Output]

Concrete methods

def combineOutputFields(listA: Array[OutputField], listB: Array[OutputField]): Array[OutputField]
def containInterResults: Boolean
def isPredictionOnly: Boolean
def outputIndex(feature: ResultFeature, value: Option[Any]): Int
def outputNames: Array[String]
def setOutputFields(outputFields: Array[OutputField]): HasOutput
def setSupplementOutput(value: Boolean): HasOutput

Returns targets that are residual values to be computed, the input data must include target values.

Returns targets that are residual values to be computed, the input data must include target values.

def targetNamesOfResidual: Array[String]

Concrete fields

User-defined custom output fields, both the internal output of PMML and predefined output are ignored when the field is specified.

User-defined custom output fields, both the internal output of PMML and predefined output are ignored when the field is specified.

lazy val predictedValueIndex: Int
var supplementOutput: Boolean

A flag for whether to return those predefined output fields not exist in the output element explicitly.

A flag for whether to return those predefined output fields not exist in the output element explicitly.