trait HasOutput extends AnyRef
- Alphabetic
- By Inheritance
- HasOutput
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def candidateOutputFields: Array[OutputField]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def combineOutputFields(listA: Array[OutputField], listB: Array[OutputField]): Array[OutputField]
- def containInterResults: Boolean
- val customOutputFields: Array[OutputField]
User-defined custom output fields, both the internal output of PMML and predefined output are ignored when the field is specified.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPredictionOnly: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def outputFields: Array[OutputField]
- def outputIndex(feature: ResultFeature, value: Option[Any] = None): Int
- def outputNames: Array[String]
- lazy val predictedValueIndex: Int
- def setOutputFields(outputFields: Array[OutputField]): HasOutput.this.type
- def setSupplementOutput(value: Boolean): HasOutput.this.type
- val supplementOutput: Boolean
A flag for whether to return those predefined output fields not exist in the output element explicitly.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetFieldsOfResidual: Array[Field]
Returns targets that are residual values to be computed, the input data must include target values.
- def targetNamesOfResidual: Array[String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unionCandidateOutputFields: Array[OutputField]
- def unionOutputFields: Array[OutputField]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)