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.

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

Inherited from HasScoreDistributions

Inherited from Predicate

Inherited from PmmlElement

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped