C# Class cs_unittest.VowpalWabbitExampleJsonValidator

Inheritance: IDisposable
Datei anzeigen Open project: arielf/vowpal_wabbit Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Validate ( string line, VowpalWabbitExampleCollection example, IVowpalWabbitLabelComparator labelComparator = null, ILabel label = null ) : void
Validate ( string line, string json, IVowpalWabbitLabelComparator labelComparator = null, ILabel label = null ) : void
Validate ( string lines, string json, IVowpalWabbitLabelComparator labelComparator = null, ILabel label = null, int index = null, VowpalWabbitJsonExtension extension = null ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
VowpalWabbitExampleJsonValidator ( VowpalWabbitSettings settings ) : System
VowpalWabbitExampleJsonValidator ( string args = null ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Validate() public method

public Validate ( string line, VowpalWabbitExampleCollection example, IVowpalWabbitLabelComparator labelComparator = null, ILabel label = null ) : void
line string
example VowpalWabbitExampleCollection
labelComparator IVowpalWabbitLabelComparator
label ILabel
return void

Validate() public method

public Validate ( string line, string json, IVowpalWabbitLabelComparator labelComparator = null, ILabel label = null ) : void
line string
json string
labelComparator IVowpalWabbitLabelComparator
label ILabel
return void

Validate() public method

public Validate ( string lines, string json, IVowpalWabbitLabelComparator labelComparator = null, ILabel label = null, int index = null, VowpalWabbitJsonExtension extension = null ) : void
lines string
json string
labelComparator IVowpalWabbitLabelComparator
label ILabel
index int
extension VowpalWabbitJsonExtension
return void