org.pmml4s.metadata

Targets

class Targets extends HasTargetFields with PmmlElement

Linear Supertypes
PmmlElement, Serializable, Serializable, HasExtensions, HasTargetFields, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Targets
  2. PmmlElement
  3. Serializable
  4. Serializable
  5. HasExtensions
  6. HasTargetFields
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(name: String): Target

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def categories(name: String): Option[Array[Any]]

  9. def categories: Array[Any]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def defaultValue: Option[Double]

  12. def displayValue(value: Any, name: String = null): Option[String]

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

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

    Definition Classes
    AnyRef → Any
  15. def extensions: Seq[Extension]

    Definition Classes
    HasExtensions
  16. def get(name: String): Option[Target]

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hasExtensions: Boolean

    Definition Classes
    HasExtensions
  19. def hasTarget: Boolean

    Definition Classes
    HasTargetFields
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def multiTargets: Boolean

    Definition Classes
    HasTargetFields
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def postPredictedValue(predictedValue: Double): Double

  27. def priorPredictedValue(name: String): Any

  28. def priorPredictedValue: Any

  29. def priorProbabilities(name: String): Map[Any, Double]

  30. def priorProbabilities: Map[Any, Double]

  31. def singleTarget: Boolean

    Definition Classes
    HasTargetFields
  32. def size: Int

    Definition Classes
    HasTargetFields
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def target: Target

  35. def targetName: String

    Name of the first target for the supervised model.

    Name of the first target for the supervised model.

    Definition Classes
    HasTargetFields
  36. def targetNames: Array[String]

    Definition Classes
    TargetsHasTargetFields
  37. val targets: Array[Target]

  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from HasTargetFields

Inherited from AnyRef

Inherited from Any

Ungrouped