C# Class VW.VowpalWabbitMultiworldTesting

Inheritance: IDisposable
Afficher le fichier Open project: NativoPlatform/vowpal_wabbit Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

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

Evaluate() public méthode

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

VowpalWabbitMultiworldTesting() public méthode

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