class ContextualBanditMetrics extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextualBanditMetrics
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ContextualBanditMetrics()
Value Members
- def addExample(probLoggingPolicy: Double, reward: Double, probEvalPolicy: Double, count: Int = 1): Unit
- def getIpsEstimate: Double
- def getSnipsEstimate: Double
- var maxIpsNumerator: Double
- var offlinePolicyEvents: Double
- var snipsDenominator: Double
- var snipsNumerator: Double
- var totalEvents: Double