Class

org.pmml4s.model

RuleSet

Related Doc: package model

Permalink

class RuleSet extends PmmlElement

Linear Supertypes
PmmlElement, Serializable, Serializable, HasExtensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuleSet
  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 RuleSet(ruleSelectionMethods: Array[RuleSelectionMethod], scoreDistributions: ScoreDistributions, rules: Array[Rule], recordCount: Option[Int], nbCorrect: Option[Int], defaultScore: Option[Any], defaultConfidence: Option[Double])

    Permalink

    ruleSelectionMethods

    specifies how to select rules from the ruleset to score a new case. If more than one method is included, the first method is used as the default method for scoring, but the other methods included may be selected by the application wishing to perform scoring as valid alternative methods.

    scoreDistributions

    describe the distribution of the predicted value in the test/training data.

    rules

    contains 0 or more rules which comprise the ruleset.

    recordCount

    The number of training/test cases to which the ruleset was applied to generate support and confidence measures for individual rules.

    nbCorrect

    indicates the number of training/test instances for which the default score is correct.

    defaultScore

    The value of score in a RuleSet serves as the default predicted value when scoring a case no rules in the ruleset fire.

    defaultConfidence

    provides a confidence to be returned with the default score (when scoring a case and no rules in the ruleset fire).

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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val defaultConfidence: Option[Double]

    Permalink

    provides a confidence to be returned with the default score (when scoring a case and no rules in the ruleset fire).

  7. val defaultScore: Option[Any]

    Permalink

    The value of score in a RuleSet serves as the default predicted value when scoring a case no rules in the ruleset fire.

  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. def fire(series: Series): Array[SimpleRule]

    Permalink
  13. def first(series: Series): Option[SimpleRule]

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

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

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

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

    Permalink
    Definition Classes
    Any
  18. val nbCorrect: Option[Int]

    Permalink

    indicates the number of training/test instances for which the default score is correct.

  19. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val recordCount: Option[Int]

    Permalink

    The number of training/test cases to which the ruleset was applied to generate support and confidence measures for individual rules.

  23. val ruleSelectionMethods: Array[RuleSelectionMethod]

    Permalink

    specifies how to select rules from the ruleset to score a new case.

    specifies how to select rules from the ruleset to score a new case. If more than one method is included, the first method is used as the default method for scoring, but the other methods included may be selected by the application wishing to perform scoring as valid alternative methods.

  24. val rules: Array[Rule]

    Permalink

    contains 0 or more rules which comprise the ruleset.

  25. val scoreDistributions: ScoreDistributions

    Permalink

    describe the distribution of the predicted value in the test/training data.

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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