Packages

c

org.pmml4s.model

RuleSet

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])

    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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val defaultConfidence: Option[Double]
  7. val defaultScore: Option[Any]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def extensions: Seq[Extension]
    Definition Classes
    HasExtensions
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fire(series: Series): Array[SimpleRule]
  13. def first(series: Series): Option[SimpleRule]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hasExtensions: Boolean
    Definition Classes
    HasExtensions
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val nbCorrect: Option[Int]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val recordCount: Option[Int]
  23. val ruleSelectionMethods: Array[RuleSelectionMethod]
  24. val rules: Array[Rule]
  25. val scoreDistributions: ScoreDistributions
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped