-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Class Trainingsdata in module/helper
The Trainingsdata class is designed to represent training data in a PDF format for data evaluation. The goal is to replicate the PDF structure closely, particularly keeping the first page identical to the original, while allowing for adjustments on the second page where the data is displayed.
Attributes
-
$DATA_TYPE
Type:String
Description: Specifies the data type (e.g., matrix, image, etc.). -
$SHOWN_DATA
Type:String
Description: A string containing the names of all datasets included in the PDF. -
$INPUT_DATA
Type:String
Description: Represents an individual element from$SHOWN_DATA. This could either be a reference to an image or a matrix. -
Image Data
If$INPUT_DATAis an image, it will be linked to an image file found in the directoryvar/trainingunder the same name as$INPUT_DATA.
Usage
The Trainingsdata class organizes data for PDF output, enabling a structured view of training datasets. The first page of the PDF layout remains constant, while the data representation on the second page can be modified as needed to fit the data structure.