Packages

class TrainContext extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrainContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrainContext(vw: VowpalWabbitNative, contextualBanditMetrics: ContextualBanditMetrics = new ContextualBanditMetrics, totalTime: StopWatch = new StopWatch, nativeIngestTime: StopWatch = new StopWatch, learnTime: StopWatch = new StopWatch, multipassTime: StopWatch = new StopWatch)

Value Members

  1. val contextualBanditMetrics: ContextualBanditMetrics
  2. def getTrainResult: Iterator[TrainingResult]
  3. val learnTime: StopWatch
  4. val multipassTime: StopWatch
  5. val nativeIngestTime: StopWatch
  6. val totalTime: StopWatch
  7. val vw: VowpalWabbitNative