case classLabeledImage(image: Image, label: Int, filename: Option[String] = scala.None) extends AbstractLabeledImage[Int] with Product with Serializable
A labeled image. Commonly used in Image classification.
image
An Image.
label
A label. Should be in [0 .. K] where K is some number of unique labels.
Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractLabeledImage[Int], AnyRef, Any
A labeled image. Commonly used in Image classification.
An Image.
A label. Should be in [0 .. K] where K is some number of unique labels.