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