Packages

t

org.pmml4s.common

MixedClsWithRegOutputs

trait MixedClsWithRegOutputs extends ClsOutputs with RegOutputs

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

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