Packages

c

org.pmml4s.model

RegressionOutputs

class RegressionOutputs extends MixedClsWithRegOutputs

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

Instance Constructors

  1. new RegressionOutputs()

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 clear(): RegressionOutputs.this.type
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def evalPredictedValueByProbabilities(classes: Array[DataVal]): RegressionOutputs.this.type
  10. def evalPredictedValueByProbabilities(): RegressionOutputs.this.type
  11. def evalPredictedValueByProbabilities(probabilities: Map[DataVal, Double]): RegressionOutputs.this.type
    Definition Classes
    MutablePredictedValue
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def modelElement: ModelElement
    Definition Classes
    RegressionOutputsModelOutputs
  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. val probabilities: Map[DataVal, Double]
  22. def probability(value: DataVal): Double
  23. def putProbability(value: DataVal, probability: Double): RegressionOutputs.this.type
    Definition Classes
    MutableProbabilities
  24. def setPredictedDisplayValue(predictedDisplayValue: String): RegressionOutputs.this.type
  25. def setPredictedValue(predictedValue: Double): RegressionOutputs.this.type
    Definition Classes
    MutablePredictedValue
  26. def setPredictedValue(predictedValue: DataVal): RegressionOutputs.this.type
    Definition Classes
    MutablePredictedValue
  27. def setProbabilities(probabilities: Array[(DataVal, Double)]): RegressionOutputs.this.type
    Definition Classes
    MutableProbabilities
  28. def setProbabilities(probabilities: Map[DataVal, Double]): RegressionOutputs.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

    (Since version 9)

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