BaselineMethod

object BaselineMethod extends Enumeration

An informational string describing the technique used by the model designer to establish the baseline scores. Allowed values are:

  • max: Indicates that baseline scores are the maximum partial score in element Characteristic
  • min: Baseline scores are the minimum partial score in Characteristic
  • mean: Baseline scores are the mean (weighted average) partial score in Characteristic
  • neutral: Baseline scores are the risk-neutral partial score in Characteristic
  • other: Baseline scores are derived using any other technique.

This attribute is purely informational and does not influence the runtime calculations of reason codes. (By contrast, the reasonCodeAlgorithm is critical to achieving an accurate calculation of reasons.)

class Enumeration
trait Serializable
class Object
trait Matchable
class Any

Type members

Inherited classlikes

@SerialVersionUID(value = -3501153230598116017L)
protected class Val
Inherited from:
Enumeration
@SerialVersionUID(value = 7091335633555234129L)
abstract class Value
Inherited from:
Enumeration
Inherited from:
Enumeration
@SerialVersionUID(value = 7229671200427364242L)
class ValueSet
Inherited from:
Enumeration
@SerialVersionUID(value = 3L)
object ValueSet
Inherited from:
Enumeration

Types

Value members

Inherited methods

final protected def Value(i: Int, name: String): Value
Inherited from:
Enumeration
final protected def Value(name: String): Value
Inherited from:
Enumeration
final protected def Value(i: Int): Value
Inherited from:
Enumeration
final protected def Value: Value
Inherited from:
Enumeration
final def apply(x: Int): Value
Inherited from:
Enumeration
final def maxId: Int
Inherited from:
Enumeration
protected def readResolve(): AnyRef
Inherited from:
Enumeration
override def toString(): String
Definition Classes
Enumeration -> Any
Inherited from:
Enumeration
Inherited from:
Enumeration
final def withName(s: String): Value
Inherited from:
Enumeration

Concrete fields

val max: Value
val mean: Value
val min: Value