Packages

c

org.pmml4s.model

SVMOutputs

class SVMOutputs extends MixedClsWithRegOutputs

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVMOutputs
  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 SVMOutputs()

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. 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]): SVMOutputs.this.type
  9. def evalPredictedValueByProbabilities(): SVMOutputs.this.type
  10. def evalPredictedValueByProbabilities(probabilities: Map[Any, Double]): SVMOutputs.this.type
    Definition Classes
    MutablePredictedValue
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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): SVMOutputs.this.type
    Definition Classes
    MutableProbabilities
  22. def setPredictedDisplayValue(predictedDisplayValue: String): SVMOutputs.this.type
  23. def setPredictedValue(predictedValue: Any): SVMOutputs.this.type
    Definition Classes
    MutablePredictedValue
  24. def setProbabilities(probabilities: Map[Any, Double]): SVMOutputs.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

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