trait CluOutputs extends ModelOutputs with MutablePredictedValue with MutablePredictedDisplayValue with MutableEntityId with MutableAffinities
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CluOutputs
- MutableAffinities
- HasAffinities
- MutableEntityId
- HasEntityId
- MutablePredictedDisplayValue
- HasPredictedDisplayValue
- MutablePredictedValue
- HasPredictedValue
- ModelOutputs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def modelElement: ModelElement
- Definition Classes
- ModelOutputs
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val affinities: Map[DataVal, Double]
- Definition Classes
- MutableAffinities
- def affinity(id: DataVal): Double
- Definition Classes
- MutableAffinities → HasAffinities
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): CluOutputs.this.type
- Definition Classes
- CluOutputs → MutableAffinities → MutableEntityId → MutablePredictedDisplayValue → MutablePredictedValue → ModelOutputs
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val entityId: DataVal
- Definition Classes
- MutableEntityId → HasEntityId
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evalPredictedValueByProbabilities(probabilities: Map[DataVal, Double]): CluOutputs.this.type
- Definition Classes
- MutablePredictedValue
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val predictedDisplayValue: String
- Definition Classes
- MutablePredictedDisplayValue → HasPredictedDisplayValue
- val predictedValue: DataVal
- Definition Classes
- MutablePredictedValue → HasPredictedValue
- def setAffinities(affinities: Map[DataVal, Double]): CluOutputs.this.type
- Definition Classes
- MutableAffinities
- def setEntityId(entityId: Int): CluOutputs.this.type
- Definition Classes
- MutableEntityId
- def setEntityId(entityId: String): CluOutputs.this.type
- Definition Classes
- MutableEntityId
- def setEntityId(entityId: DataVal): CluOutputs.this.type
- Definition Classes
- MutableEntityId
- def setPredictedDisplayValue(predictedDisplayValue: String): CluOutputs.this.type
- Definition Classes
- MutablePredictedDisplayValue
- def setPredictedValue(predictedValue: DataVal): CluOutputs.this.type
- Definition Classes
- CluOutputs → MutablePredictedValue
- def setPredictedValue(predictedValue: Double): CluOutputs.this.type
- Definition Classes
- MutablePredictedValue
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)