Packages

class Targets extends HasTargetFields with PmmlElement

Linear Supertypes
PmmlElement, Serializable, HasExtensions, HasTargetFields, AnyRef, Any
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[Any]]
  7. def categories: Array[Any]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def defaultValue: Option[Double]
  10. def displayValue(value: Any, 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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def get(name: String): Option[Target]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hasExtensions: Boolean
    Definition Classes
    HasExtensions
  18. def hasTarget: Boolean
    Definition Classes
    HasTargetFields
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def multiTargets: Boolean
    Definition Classes
    HasTargetFields
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def postPredictedValue(predictedValue: Double): Double
  26. def priorPredictedValue(name: String): Any
  27. def priorPredictedValue: Any
  28. def priorProbabilities(name: String): Map[Any, Double]
  29. def priorProbabilities: Map[Any, Double]
  30. def singleTarget: Boolean
    Definition Classes
    HasTargetFields
  31. def size: Int
    Definition Classes
    HasTargetFields
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def target: Target
  34. def targetName: String

    Name of the first target for the supervised model.

    Name of the first target for the supervised model.

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

Inherited from PmmlElement

Inherited from Serializable

Inherited from HasExtensions

Inherited from HasTargetFields

Inherited from AnyRef

Inherited from Any

Ungrouped