Skip to content

Class Traingsdata #44

@xleonplayz

Description

@xleonplayz

Trainingsdata.pdf

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_DATA is an image, it will be linked to an image file found in the directory var/training under 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions