Packages

c

org.pmml4s.model

NaiveBayesOutputs

class NaiveBayesOutputs extends ClsOutputs

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

Instance Constructors

  1. new NaiveBayesOutputs()

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

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