Packages

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.

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

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)

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. def apply(i: Int): Node
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val children: Array[Node]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val defaultChild: Option[String]
  9. val defaultChildNode: Option[Node]
  10. val embeddedModel: Option[EmbeddedModel]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def eval(series: Series): Predication

    Evaluates the predicate.

    Evaluates the predicate.

    Definition Classes
    NodePredicate
  14. def extensions: Seq[Extension]
    Definition Classes
    HasExtensions
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getConfidence(value: Any): Double
    Definition Classes
    HasScoreDistributions
  17. def getProbability(value: Any): Double
    Definition Classes
    HasScoreDistributions
  18. def getScoreDistribution(value: Any): Option[ScoreDistribution]
    Definition Classes
    HasScoreDistributions
  19. def hasExtensions: Boolean
    Definition Classes
    HasExtensions
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. val id: Option[String]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val isLeaf: Boolean
  24. val isSplit: Boolean
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. val partition: Option[Partition]
  29. val predicate: Predicate
  30. def probabilities: Map[Any, Double]
    Definition Classes
    HasScoreDistributions
  31. val recordCount: Option[Double]
  32. val score: Option[Any]
  33. val scoreDistributions: ScoreDistributions
    Definition Classes
    NodeHasScoreDistributions
  34. val size: Int
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HasScoreDistributions

Inherited from Predicate

Inherited from PmmlElement

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped