Method ValidateData
ValidateData(QualityQuery[], TextWriter)
Validate that queries and this IJudge match each other. To be perfectly valid, this Judge must have some data for each and every input quality query, and must not have any data on any other quality query. Note: the quality benchmark run would not fail in case of imperfect validity, just a warning message would be logged.
Declaration
bool ValidateData(QualityQuery[] qq, TextWriter logger)
Parameters
Type | Name | Description |
---|---|---|
QualityQuery[] | Quality queries to be validated. |
|
TextWriter | logger | If not |
Returns
Type | Description |
---|---|
System.Boolean |
|