Method | Description | |
---|---|---|
AppendStringExample ( bool dictify, string format ) : void |
Formats args based on format to the string example buffer.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
VowpalWabbitMarshalContext ( IVowpalWabbitExamplePool vwPool, string>.Dictionary |
Initializes a new instance of the VowpalWabbitMarshalContext class.
|
|
VowpalWabbitMarshalContext ( VowpalWabbit vw, VowpalWabbitExampleBuilder exampleBuilder, string>.Dictionary |
Initializes a new instance of the VowpalWabbitMarshalContext class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public AppendStringExample ( bool dictify, string format ) : void | ||
dictify | bool | If true, performs dictionarization on the serialized string and inserts a surrogate. |
format | string | The string format used to serialize |
return | void |
public VowpalWabbitMarshalContext ( IVowpalWabbitExamplePool vwPool, string>.Dictionary |
||
vwPool | IVowpalWabbitExamplePool | |
dictionary | string>.Dictionary | Dictionary used for dictify operation. |
fastDictionary | string>.Dictionary | Dictionary used for dictify operation. |
return | System |
public VowpalWabbitMarshalContext ( VowpalWabbit vw, VowpalWabbitExampleBuilder exampleBuilder, string>.Dictionary |
||
vw | VowpalWabbit | The VW instance the example will be imported to. |
exampleBuilder | VowpalWabbitExampleBuilder | A shared example builder. |
dictionary | string>.Dictionary | Dictionary used for dictify operation. |
fastDictionary | string>.Dictionary | Dictionary used for dictify operation. |
return | System |