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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getConfidence(value: Any): Double

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

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

    Definition Classes
    HasScoreDistributions
  21. def hasExtensions: Boolean

    Definition Classes
    HasExtensions
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. val id: Option[String]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val isLeaf: Boolean

  26. val isSplit: Boolean

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. val partition: Option[Partition]

  31. val predicate: Predicate

  32. def probabilities: Map[Any, Double]

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

  34. val score: Option[Any]

  35. val scoreDistributions: ScoreDistributions

    Definition Classes
    NodeHasScoreDistributions
  36. val size: Int

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

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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