Packages

c

org.pmml4s.model

ClusteringOutputs

class ClusteringOutputs extends CluOutputs

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusteringOutputs
  2. CluOutputs
  3. MutableAffinities
  4. HasAffinities
  5. MutableEntityId
  6. HasEntityId
  7. MutablePredictedDisplayValue
  8. HasPredictedDisplayValue
  9. MutablePredictedValue
  10. HasPredictedValue
  11. ModelOutputs
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClusteringOutputs()

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[DataVal, Double]
    Definition Classes
    MutableAffinities
  5. def affinity(id: DataVal): Double
    Definition Classes
    MutableAffinitiesHasAffinities
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): ClusteringOutputs.this.type
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val entityId: DataVal
    Definition Classes
    MutableEntityIdHasEntityId
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def evalPredictedValueByProbabilities(probabilities: Map[DataVal, Double]): ClusteringOutputs.this.type
    Definition Classes
    MutablePredictedValue
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def modelElement: ModelElement
    Definition Classes
    ClusteringOutputsModelOutputs
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. val predictedDisplayValue: String
  21. val predictedValue: DataVal
  22. def setAffinities(affinities: Map[DataVal, Double]): ClusteringOutputs.this.type
    Definition Classes
    MutableAffinities
  23. def setEntityId(entityId: Int): ClusteringOutputs.this.type
    Definition Classes
    MutableEntityId
  24. def setEntityId(entityId: String): ClusteringOutputs.this.type
    Definition Classes
    MutableEntityId
  25. def setEntityId(entityId: DataVal): ClusteringOutputs.this.type
    Definition Classes
    MutableEntityId
  26. def setPredictedDisplayValue(predictedDisplayValue: String): ClusteringOutputs.this.type
  27. def setPredictedValue(predictedValue: DataVal): ClusteringOutputs.this.type
    Definition Classes
    CluOutputsMutablePredictedValue
  28. def setPredictedValue(predictedValue: Double): ClusteringOutputs.this.type
    Definition Classes
    MutablePredictedValue
  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 CluOutputs

Inherited from MutableAffinities

Inherited from HasAffinities

Inherited from MutableEntityId

Inherited from HasEntityId

Inherited from MutablePredictedValue

Inherited from HasPredictedValue

Inherited from ModelOutputs

Inherited from AnyRef

Inherited from Any

Ungrouped