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

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

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

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

    Permalink
    Definition Classes
    HasScoreDistributions
  19. def hasExtensions: Boolean

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

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

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val isLeaf: Boolean

    Permalink
  24. val isSplit: Boolean

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

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

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

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

    Permalink
  29. val predicate: Predicate

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

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

    Permalink
  32. val score: Option[Any]

    Permalink
  33. val scoreDistributions: ScoreDistributions

    Permalink
    Definition Classes
    NodeHasScoreDistributions
  34. val size: Int

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

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

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

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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