Class

org.pmml4s.model

Characteristic

Related Doc: package model

Permalink

class Characteristic extends PmmlElement

Defines the point allocation strategy for each scorecard characteristic (numeric or categorical). Once point allocation between input attributes and partial scores takes place, each scorecard characteristic is assigned a single partial score which is used to compute the overall score. The overall score is simply the sum of all partial scores. Partial scores are assumed to be continuous values of type "double".

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

Instance Constructors

  1. new Characteristic(name: Option[String], reasonCode: Option[String], baselineScore: Option[Double], attributes: Array[Attribute])

    Permalink

    name

    Name of the characteristic. For informational reasons only.

    reasonCode

    Contains the characteristic's reason code, which will be later mapped to a business reason usually associated with an adverse decision.

    baselineScore

    Sets the characteristic's baseline score against which to compare the actual partial score when determining the ranking of reason codes. This attribute is required when useReasonCodes attribute is "true" and attribute baselineScore is not defined in element Scorecard. Whenever baselineScore is defined for a Characteristic, it takes precedence over the baselineScore attribute value defined in element Scorecard. Note that the design-time technique used to determine the baseline scores is captured in the baselineMethod attribute.

    attributes

    Input attributes for each scorecard characteristic are defined in terms of predicates.

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. val attributes: Array[Attribute]

    Permalink

    Input attributes for each scorecard characteristic are defined in terms of predicates.

  6. val baselineScore: Option[Double]

    Permalink

    Sets the characteristic's baseline score against which to compare the actual partial score when determining the ranking of reason codes.

    Sets the characteristic's baseline score against which to compare the actual partial score when determining the ranking of reason codes. This attribute is required when useReasonCodes attribute is "true" and attribute baselineScore is not defined in element Scorecard. Whenever baselineScore is defined for a Characteristic, it takes precedence over the baselineScore attribute value defined in element Scorecard. Note that the design-time technique used to determine the baseline scores is captured in the baselineMethod attribute.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    HasExtensions
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hasExtensions: Boolean

    Permalink
    Definition Classes
    HasExtensions
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. val name: Option[String]

    Permalink

    Name of the characteristic.

    Name of the characteristic. For informational reasons only.

  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. val reasonCode: Option[String]

    Permalink

    Contains the characteristic's reason code, which will be later mapped to a business reason usually associated with an adverse decision.

  21. def score(series: Series): (Double, Option[String])

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

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

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped