Interface DatasetImageStats.Builder

  • Method Details

    • total

      The total number of images in the dataset.

      Parameters:
      total - The total number of images in the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • labeled

      The total number of labeled images.

      Parameters:
      labeled - The total number of labeled images.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • normal

      The total number of images labeled as normal.

      Parameters:
      normal - The total number of images labeled as normal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • anomaly

      the total number of images labeled as an anomaly.

      Parameters:
      anomaly - the total number of images labeled as an anomaly.
      Returns:
      Returns a reference to this object so that method calls can be chained together.