From 20b5ba2e1c92f6c5fb98a86c4c313a24543bd166 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 29 Sep 2024 19:13:17 +0000 Subject: [PATCH] Document validation. --- .../laurel/documentation/i-validation.xml | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/i-validation.xml b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/i-validation.xml index 9b52314..4815694 100644 --- a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/i-validation.xml +++ b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/i-validation.xml @@ -3,7 +3,44 @@
- - Validation... - + + + + The validation process checks a number of properties of the underlying + file model. + + + + + + The validation process checks to see if the category requirements are satisfied for all images in the dataset. In + pseudocode, the process is: + + + + + + + + Informally, for each image i, for each required category + c, validation succeeds if at least one caption in + c + is assigned to i. + + +