Packages

c

org.pmml4s.model

MiningOutputs

class MiningOutputs extends ClsOutputs with RegOutputs with CluOutputs with SegmentOutputs

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MiningOutputs
  2. SegmentOutputs
  3. MutableSegment
  4. HasSegment
  5. HasTransformedValue
  6. CluOutputs
  7. MutableAffinities
  8. HasAffinities
  9. MutableEntityId
  10. HasEntityId
  11. RegOutputs
  12. ClsOutputs
  13. MutablePredictedDisplayValue
  14. HasPredictedDisplayValue
  15. MutablePredictedValueWithProbabilities
  16. MutableProbabilities
  17. MutablePredictedValue
  18. HasPredictedValueWithProbabilities
  19. HasProbabilities
  20. HasPredictedValue
  21. ModelOutputs
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MiningOutputs()

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[Any, Double]
    Definition Classes
    MutableAffinities
  5. def affinity(id: Any): Double
    Definition Classes
    MutableAffinitiesHasAffinities
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val entityId: Any
    Definition Classes
    MutableEntityIdHasEntityId
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def evalPredictedValueByProbabilities(classes: Array[Any]): MiningOutputs.this.type
  12. def evalPredictedValueByProbabilities(): MiningOutputs.this.type
  13. def evalPredictedValueByProbabilities(probabilities: Map[Any, Double]): MiningOutputs.this.type
    Definition Classes
    MutablePredictedValue
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val predictedDisplayValue: String
  22. val predictedValue: Any
  23. val probabilities: Map[Any, Double]
  24. def probability(value: Any): Double
  25. def putAffinity(id: Any, affinity: Double): MiningOutputs.this.type
    Definition Classes
    MutableAffinities
  26. def putProbability(value: Any, probability: Double): MiningOutputs.this.type
    Definition Classes
    MutableProbabilities
  27. def putSegment(id: String, segment: Series): MiningOutputs.this.type
    Definition Classes
    MutableSegment
  28. def putSegments(segments: Map[String, Series]): MiningOutputs.this.type
    Definition Classes
    MutableSegment
  29. def segment(id: String): Series
    Definition Classes
    MutableSegmentHasSegment
  30. val segments: Map[String, Series]
    Definition Classes
    MutableSegment
  31. def setAffinities(affinities: Map[Any, Double]): MiningOutputs.this.type
    Definition Classes
    MutableAffinities
  32. def setEntityId(entityId: Any): MiningOutputs.this.type
    Definition Classes
    MutableEntityId
  33. def setPredictedDisplayValue(predictedDisplayValue: String): MiningOutputs.this.type
  34. def setPredictedValue(predictedValue: Any): MiningOutputs.this.type
    Definition Classes
    CluOutputsMutablePredictedValue
  35. def setProbabilities(probabilities: Map[Any, Double]): MiningOutputs.this.type
    Definition Classes
    MutableProbabilities
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SegmentOutputs

Inherited from MutableSegment

Inherited from HasSegment

Inherited from HasTransformedValue

Inherited from CluOutputs

Inherited from MutableAffinities

Inherited from HasAffinities

Inherited from MutableEntityId

Inherited from HasEntityId

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