C# Class VW.VowpalWabbitMultiworldTesting

Inheritance: IDisposable
显示文件 Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Evaluate ( uint learnedAction, int numActions, VW.Labels.ContextualBanditLabel label ) : PoliciesPerformance
VowpalWabbitMultiworldTesting ( Stream vwModel = null ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Evaluate() public method

public Evaluate ( uint learnedAction, int numActions, VW.Labels.ContextualBanditLabel label ) : PoliciesPerformance
learnedAction uint
numActions int
label VW.Labels.ContextualBanditLabel
return PoliciesPerformance

VowpalWabbitMultiworldTesting() public method

public VowpalWabbitMultiworldTesting ( Stream vwModel = null ) : System
vwModel Stream Optional model to see multiworld testing
return System