org.pmml4s.model

Node

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(i: Int): Node

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val children: Array[Node]

  9. def clone(): AnyRef

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

  11. val defaultChildNode: Option[Node]

  12. val embeddedModel: Option[EmbeddedModel]

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def eval(series: Series): Predication

    Evaluates the predicate.

    Evaluates the predicate.

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

    Definition Classes
    HasExtensions
  17. def finalize(): Unit

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

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

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

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

    Definition Classes
    HasScoreDistributions
  22. def hasExtensions: Boolean

    Definition Classes
    HasExtensions
  23. def hashCode(): Int

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

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. val isLeaf: Boolean

  27. val isSplit: Boolean

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

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. val partition: Option[Partition]

  32. val predicate: Predicate

  33. def probabilities: Map[Any, Double]

    Definition Classes
    HasScoreDistributions
  34. val recordCount: Option[Double]

  35. val score: Option[Any]

  36. val scoreDistributions: ScoreDistributions

    Definition Classes
    NodeHasScoreDistributions
  37. val size: Int

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    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