Class

org.pmml4s.metadata

Targets

Related Doc: package metadata

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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. def apply(name: String): Target

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
  7. def categories: Array[Any]

    Permalink
  8. def clone(): AnyRef

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

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

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    HasExtensions
  17. def hasTarget: Boolean

    Permalink
    Definition Classes
    HasTargetFields
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. def multiTargets: Boolean

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

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

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

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

    Permalink
  25. def priorPredictedValue(name: String): Any

    Permalink
  26. def priorPredictedValue: Any

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

    Permalink
  28. def priorProbabilities: Map[Any, Double]

    Permalink
  29. def singleTarget: Boolean

    Permalink
    Definition Classes
    HasTargetFields
  30. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  32. def target: Target

    Permalink
  33. def targetName: String

    Permalink

    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]

    Permalink
    Definition Classes
    TargetsHasTargetFields
  35. val targets: Array[Target]

    Permalink
  36. def toString(): String

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

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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