DatasetImageStats

Statistics about the images in a dataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val anomaly: Int?

the total number of images labeled as an anomaly.

Link copied to clipboard
val labeled: Int?

The total number of labeled images.

Link copied to clipboard
val normal: Int?

The total number of images labeled as normal.

Link copied to clipboard
val total: Int?

The total number of images in the dataset.

Functions

Link copied to clipboard
inline fun copy(block: DatasetImageStats.Builder.() -> Unit = {}): DatasetImageStats
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String