case class TrainContext(vw: VowpalWabbitNative, synchronizationSchedule: VowpalWabbitSyncSchedule, predictionBuffer: PredictionBuffer = new PredictionBufferDiscard, collectOneStepAheadPrediction: Boolean = false, contextualBanditMetrics: ContextualBanditMetrics = new ContextualBanditMetrics, totalTime: StopWatch = new StopWatch, nativeIngestTime: StopWatch = new StopWatch, learnTime: StopWatch = new StopWatch, multipassTime: StopWatch = new StopWatch) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrainContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TrainContext(vw: VowpalWabbitNative, synchronizationSchedule: VowpalWabbitSyncSchedule, predictionBuffer: PredictionBuffer = new PredictionBufferDiscard, collectOneStepAheadPrediction: Boolean = false, contextualBanditMetrics: ContextualBanditMetrics = new ContextualBanditMetrics, totalTime: StopWatch = new StopWatch, nativeIngestTime: StopWatch = new StopWatch, learnTime: StopWatch = new StopWatch, multipassTime: StopWatch = new StopWatch)
Value Members
- val collectOneStepAheadPrediction: Boolean
- val contextualBanditMetrics: ContextualBanditMetrics
- val learnTime: StopWatch
- val multipassTime: StopWatch
- val nativeIngestTime: StopWatch
- val predictionBuffer: PredictionBuffer
- def result: TrainingStats
- def result(model: Option[Array[Byte]]): Iterator[TrainingResult]
- val synchronizationSchedule: VowpalWabbitSyncSchedule
- val totalTime: StopWatch
- val vw: VowpalWabbitNative