Trait

org.pmml4s.metadata

HasOutput

Related Doc: package metadata

Permalink

trait HasOutput extends AnyRef

Self Type
Model
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasOutput
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def defaultOutputFields: Array[OutputField]

    Permalink

    Returns all candidates output fields of this model when there is no output specified explicitly.

  2. abstract def output: Option[Output]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def candidateOutputFields: Array[OutputField]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def combineOutputFields(listA: Array[OutputField], listB: Array[OutputField]): Array[OutputField]

    Permalink
  8. def containInterResults: Boolean

    Permalink
  9. var customOutputFields: Array[OutputField]

    Permalink

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

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isPredictionOnly: Boolean

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def outputFields: Array[OutputField]

    Permalink
  21. def outputIndex(feature: ResultFeature, value: Option[Any] = None): Int

    Permalink
  22. def outputNames: Array[String]

    Permalink
  23. lazy val predictedValueIndex: Int

    Permalink
  24. def setOutputFields(outputFields: Array[OutputField]): HasOutput.this.type

    Permalink
  25. def setSupplementOutput(value: Boolean): HasOutput.this.type

    Permalink
  26. var supplementOutput: Boolean

    Permalink

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

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def targetFieldsOfResidual: Array[Field]

    Permalink

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

  29. def targetNamesOfResidual: Array[String]

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def unionCandidateOutputFields: Array[OutputField]

    Permalink
  32. def unionOutputFields: Array[OutputField]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped