c

com.microsoft.azure.synapse.ml.vw

ContextualBanditMetrics

class ContextualBanditMetrics extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextualBanditMetrics
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContextualBanditMetrics()

Value Members

  1. def addExample(probLoggingPolicy: Double, reward: Double, probEvalPolicy: Double, count: Int = 1): Unit
  2. def getIpsEstimate: Double
  3. def getSnipsEstimate: Double
  4. var maxIpsNumerator: Double
  5. var offlinePolicyEvents: Double
  6. var snipsDenominator: Double
  7. var snipsNumerator: Double
  8. var totalEvents: Double