Packages

c

com.microsoft.azure.synapse.ml.policyeval

CressieReadInterval

class CressieReadInterval extends Aggregator[CressieReadIntervalInput, CressieReadIntervalBuffer, BanditEstimator] with Serializable with SynapseMLLogging

Cressie-Read with intervals off-policy evaluation metric.

Background http://www.machinedlearnings.com/2020/12/distributionally-robust-contextual.html

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CressieReadInterval
  2. SynapseMLLogging
  3. Logging
  4. Aggregator
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CressieReadInterval(empiricalBounds: Boolean)

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 alpha: Double
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val atol: Double
  7. def bufferEncoder: Encoder[CressieReadIntervalBuffer]
    Definition Classes
    CressieReadInterval → Aggregator
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def finish(acc: CressieReadIntervalBuffer): BanditEstimator
    Definition Classes
    CressieReadInterval → Aggregator
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  16. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  19. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  20. def logBase(info: SynapseMLLogInfo): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  21. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  22. def logClass(): Unit
    Definition Classes
    SynapseMLLogging
  23. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  28. def logFit[T](f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  29. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  32. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logTrain[T](f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  35. def logTransform[T](f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  36. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  37. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def merge(acc1: CressieReadIntervalBuffer, acc2: CressieReadIntervalBuffer): CressieReadIntervalBuffer
    Definition Classes
    CressieReadInterval → Aggregator
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def outputEncoder: Encoder[BanditEstimator]
    Definition Classes
    CressieReadInterval → Aggregator
  44. def reduce(acc: CressieReadIntervalBuffer, x: CressieReadIntervalInput): CressieReadIntervalBuffer
    Definition Classes
    CressieReadInterval → Aggregator
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toColumn: TypedColumn[CressieReadIntervalInput, BanditEstimator]
    Definition Classes
    Aggregator
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val uid: String
    Definition Classes
    CressieReadIntervalSynapseMLLogging
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. def zero: CressieReadIntervalBuffer
    Definition Classes
    CressieReadInterval → Aggregator

Inherited from SynapseMLLogging

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped