Class

org.pmml4s.model

Node

Related Doc: package model

Permalink

class Node extends Predicate with HasScoreDistributions

This element is an encapsulation for either defining a split or a leaf in a tree model. Every Node contains a predicate that identifies a rule for choosing itself or any of its siblings. A predicate may be an expression composed of other nested predicates.

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

Instance Constructors

  1. new Node(predicate: Predicate, children: Array[Node], id: Option[String] = None, score: Option[Any] = None, recordCount: Option[Double] = None, defaultChild: Option[String] = None, scoreDistributions: ScoreDistributions = new ScoreDistributions, partition: Option[Partition] = None, embeddedModel: Option[EmbeddedModel] = None)

    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(i: Int): Node

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val children: Array[Node]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val defaultChild: Option[String]

    Permalink
  9. val defaultChildNode: Option[Node]

    Permalink
  10. val embeddedModel: Option[EmbeddedModel]

    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 eval(series: Series): Predication

    Permalink

    Evaluates the predicate.

    Evaluates the predicate.

    Definition Classes
    NodePredicate
  14. def extensions: Seq[Extension]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getConfidence(value: Any): Double

    Permalink
    Definition Classes
    HasScoreDistributions
  18. def getProbability(value: Any): Double

    Permalink
    Definition Classes
    HasScoreDistributions
  19. def getScoreDistribution(value: Any): Option[ScoreDistribution]

    Permalink
    Definition Classes
    HasScoreDistributions
  20. def hasExtensions: Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val id: Option[String]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val isLeaf: Boolean

    Permalink
  25. val isSplit: Boolean

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val partition: Option[Partition]

    Permalink
  30. val predicate: Predicate

    Permalink
  31. def probabilities: Map[Any, Double]

    Permalink
    Definition Classes
    HasScoreDistributions
  32. val recordCount: Option[Double]

    Permalink
  33. val score: Option[Any]

    Permalink
  34. val scoreDistributions: ScoreDistributions

    Permalink
    Definition Classes
    NodeHasScoreDistributions
  35. val size: Int

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

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

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

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

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

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

Inherited from HasScoreDistributions

Inherited from Predicate

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped