Method | Description | |
---|---|---|
CreateExample ( ) : VowpalWabbitExample |
Creates the managed example representation.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Parse ( |
Parses the example.
|
|
VowpalWabbitJsonBuilder ( |
Initializes a new instance of VowpalWabbitJsonBuilder.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
MarshalFloatFeature ( |
||
Parse ( List |
||
ParseFeature ( List |
Expects that actual feature value.
|
|
ParseFeature ( |
Expects that actual feature value.
|
|
ParseFeatureArray ( |
Expects: "1,2.2,3]" (excluding the leading [)
|
|
ParseFeatureArrayReUsable ( ) : IVowpalWabbitMarshalAction |
Expects: "1,2.2,3]" (excluding the leading [)
|
|
ParseFeatureReUsable ( ) : IVowpalWabbitMarshalAction | ||
ParseLabel ( ) : void | ||
ParseNamespaceAndFeatures ( List |
Parses { "feature1":1, "feature2":true, .... }
|
|
ParseProperties ( List |
||
ParseSpecialProperty ( |
||
VowpalWabbitJsonBuilder ( ) : System |
public CreateExample ( ) : VowpalWabbitExample | ||
return | VowpalWabbitExample |
public Parse ( |
||
reader | The example to parse. | |
label | ILabel |
/// Optional label, taking precedence over "_label" property found in |
extensions | List |
Action to be executed when special properties are discovered. |
return | void |
public VowpalWabbitJsonBuilder ( |
||
serializer | ||
vwPool | IVowpalWabbitExamplePool | |
defaultMarshaller | VowpalWabbitDefaultMarshaller | |
jsonSerializer | ||
multiIndex | int | |
return | System |