C# Class VW.VowpalWabbitThreadSafeExamplePool

Inheritance: IVowpalWabbitExamplePool
Afficher le fichier Open project: NativoPlatform/vowpal_wabbit

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

GetOrCreateNativeExample ( ) : VowpalWabbitExample
ReturnExampleToPool ( VowpalWabbitExample example ) : void
VowpalWabbitThreadSafeExamplePool ( IVowpalWabbitExamplePool pool ) : 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

GetOrCreateNativeExample() public méthode

public GetOrCreateNativeExample ( ) : VowpalWabbitExample
Résultat VowpalWabbitExample

ReturnExampleToPool() public méthode

public ReturnExampleToPool ( VowpalWabbitExample example ) : void
example VowpalWabbitExample
Résultat void

VowpalWabbitThreadSafeExamplePool() public méthode

public VowpalWabbitThreadSafeExamplePool ( IVowpalWabbitExamplePool pool ) : System
pool IVowpalWabbitExamplePool
Résultat System