Skip to content

/AWS1/CL_LOVDATASETIMAGESTATS

Statistics about the images in a dataset.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_total TYPE /AWS1/LOVINTEGER /AWS1/LOVINTEGER

The total number of images in the dataset.

iv_labeled TYPE /AWS1/LOVINTEGER /AWS1/LOVINTEGER

The total number of labeled images.

iv_normal TYPE /AWS1/LOVINTEGER /AWS1/LOVINTEGER

The total number of images labeled as normal.

iv_anomaly TYPE /AWS1/LOVINTEGER /AWS1/LOVINTEGER

the total number of images labeled as an anomaly.


Queryable Attributes

Total

The total number of images in the dataset.

Accessible with the following methods

Method Description
GET_TOTAL() Getter for TOTAL, with configurable default
ASK_TOTAL() Getter for TOTAL w/ exceptions if field has no value
HAS_TOTAL() Determine if TOTAL has a value

Labeled

The total number of labeled images.

Accessible with the following methods

Method Description
GET_LABELED() Getter for LABELED, with configurable default
ASK_LABELED() Getter for LABELED w/ exceptions if field has no value
HAS_LABELED() Determine if LABELED has a value

Normal

The total number of images labeled as normal.

Accessible with the following methods

Method Description
GET_NORMAL() Getter for NORMAL, with configurable default
ASK_NORMAL() Getter for NORMAL w/ exceptions if field has no value
HAS_NORMAL() Determine if NORMAL has a value

Anomaly

the total number of images labeled as an anomaly.

Accessible with the following methods

Method Description
GET_ANOMALY() Getter for ANOMALY, with configurable default
ASK_ANOMALY() Getter for ANOMALY w/ exceptions if field has no value
HAS_ANOMALY() Determine if ANOMALY has a value