Packages

c

org.pmml4s.model

TreeOutputs

class TreeOutputs extends MixedClsWithRegOutputs with MutableConfidence with MutableEntityId

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeOutputs
  2. MutableEntityId
  3. HasEntityId
  4. MutableConfidence
  5. HasConfidence
  6. MixedClsWithRegOutputs
  7. RegOutputs
  8. ClsOutputs
  9. MutablePredictedDisplayValue
  10. HasPredictedDisplayValue
  11. MutablePredictedValueWithProbabilities
  12. MutableProbabilities
  13. MutablePredictedValue
  14. HasPredictedValueWithProbabilities
  15. HasProbabilities
  16. HasPredictedValue
  17. ModelOutputs
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TreeOutputs()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val confidence: Double
    Definition Classes
    MutableConfidenceHasConfidence
  7. val entityId: Any
    Definition Classes
    MutableEntityIdHasEntityId
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def evalPredictedValueByProbabilities(classes: Array[Any]): TreeOutputs.this.type
  11. def evalPredictedValueByProbabilities(): TreeOutputs.this.type
  12. def evalPredictedValueByProbabilities(probabilities: Map[Any, Double]): TreeOutputs.this.type
    Definition Classes
    MutablePredictedValue
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val predictedDisplayValue: String
  20. val predictedValue: Any
  21. val probabilities: Map[Any, Double]
  22. def probability(value: Any): Double
  23. def putProbability(value: Any, probability: Double): TreeOutputs.this.type
    Definition Classes
    MutableProbabilities
  24. def setConfidence(confidence: Double): TreeOutputs.this.type
    Definition Classes
    MutableConfidence
  25. def setEntityId(entityId: Any): TreeOutputs.this.type
    Definition Classes
    MutableEntityId
  26. def setPredictedDisplayValue(predictedDisplayValue: String): TreeOutputs.this.type
  27. def setPredictedValue(predictedValue: Any): TreeOutputs.this.type
    Definition Classes
    MutablePredictedValue
  28. def setProbabilities(probabilities: Map[Any, Double]): TreeOutputs.this.type
    Definition Classes
    MutableProbabilities
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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

Inherited from MutableEntityId

Inherited from HasEntityId

Inherited from MutableConfidence

Inherited from HasConfidence

Inherited from MixedClsWithRegOutputs

Inherited from RegOutputs

Inherited from ClsOutputs

Inherited from MutableProbabilities

Inherited from MutablePredictedValue

Inherited from HasProbabilities

Inherited from HasPredictedValue

Inherited from ModelOutputs

Inherited from AnyRef

Inherited from Any

Ungrouped