Packages

t

org.pmml4s.common

CluOutputs

trait CluOutputs extends ModelOutputs with MutablePredictedValue with MutablePredictedDisplayValue with MutableEntityId with MutableAffinities

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CluOutputs
  2. MutableAffinities
  3. HasAffinities
  4. MutableEntityId
  5. HasEntityId
  6. MutablePredictedDisplayValue
  7. HasPredictedDisplayValue
  8. MutablePredictedValue
  9. HasPredictedValue
  10. ModelOutputs
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def modelElement: ModelElement
    Definition Classes
    ModelOutputs

Concrete 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. val affinities: Map[DataVal, Double]
    Definition Classes
    MutableAffinities
  5. def affinity(id: DataVal): Double
    Definition Classes
    MutableAffinitiesHasAffinities
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): CluOutputs.this.type
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val entityId: DataVal
    Definition Classes
    MutableEntityIdHasEntityId
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def evalPredictedValueByProbabilities(probabilities: Map[DataVal, Double]): CluOutputs.this.type
    Definition Classes
    MutablePredictedValue
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  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
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. val predictedDisplayValue: String
  20. val predictedValue: DataVal
  21. def setAffinities(affinities: Map[DataVal, Double]): CluOutputs.this.type
    Definition Classes
    MutableAffinities
  22. def setEntityId(entityId: Int): CluOutputs.this.type
    Definition Classes
    MutableEntityId
  23. def setEntityId(entityId: String): CluOutputs.this.type
    Definition Classes
    MutableEntityId
  24. def setEntityId(entityId: DataVal): CluOutputs.this.type
    Definition Classes
    MutableEntityId
  25. def setPredictedDisplayValue(predictedDisplayValue: String): CluOutputs.this.type
  26. def setPredictedValue(predictedValue: DataVal): CluOutputs.this.type
    Definition Classes
    CluOutputsMutablePredictedValue
  27. def setPredictedValue(predictedValue: Double): CluOutputs.this.type
    Definition Classes
    MutablePredictedValue
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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

    (Since version 9)

Inherited from MutableAffinities

Inherited from HasAffinities

Inherited from MutableEntityId

Inherited from HasEntityId

Inherited from MutablePredictedValue

Inherited from HasPredictedValue

Inherited from ModelOutputs

Inherited from AnyRef

Inherited from Any

Ungrouped