Packages

class Targets extends HasTargetFields with PmmlElement

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Targets
  2. PmmlElement
  3. Serializable
  4. HasExtensions
  5. HasTargetFields
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Targets(targets: Array[Target])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(name: String): Target
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def categories(name: String): Option[Array[DataVal]]
  7. def categories: Array[DataVal]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def defaultValue: Option[Double]
  10. def displayValue(value: DataVal, name: String = null): Option[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def extensions: Seq[Extension]
    Definition Classes
    HasExtensions
  14. def get(name: String): Option[Target]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hasExtensions: Boolean
    Definition Classes
    HasExtensions
  17. def hasTarget: Boolean
    Definition Classes
    HasTargetFields
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def multiTargets: Boolean
    Definition Classes
    HasTargetFields
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def postPredictedValue(predictedValue: Double): Double
  25. def priorPredictedValue(name: String): DataVal
  26. def priorPredictedValue: DataVal
  27. def priorProbabilities(name: String): Map[DataVal, Double]
  28. def priorProbabilities: Map[DataVal, Double]
  29. def singleTarget: Boolean
    Definition Classes
    HasTargetFields
  30. def size: Int
    Definition Classes
    HasTargetFields
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def target: Target
  33. def targetName: String

    Name of the first target for the supervised model.

    Name of the first target for the supervised model.

    Definition Classes
    HasTargetFields
  34. def targetNames: Array[String]
    Definition Classes
    TargetsHasTargetFields
  35. val targets: Array[Target]
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from PmmlElement

Inherited from Serializable

Inherited from HasExtensions

Inherited from HasTargetFields

Inherited from AnyRef

Inherited from Any

Ungrouped