Class: Datasets::CIFAR::Record100
- Inherits:
-
Struct
- Object
- Struct
- Datasets::CIFAR::Record100
- Includes:
- Pixelable
- Defined in:
- lib/datasets/cifar.rb
Instance Attribute Summary collapse
-
#coarse_label ⇒ Object
Returns the value of attribute coarse_label.
-
#data ⇒ Object
Returns the value of attribute data.
-
#fine_label ⇒ Object
Returns the value of attribute fine_label.
Method Summary
Methods included from Pixelable
Instance Attribute Details
#coarse_label ⇒ Object
Returns the value of attribute coarse_label
24 25 26 |
# File 'lib/datasets/cifar.rb', line 24 def coarse_label @coarse_label end |
#data ⇒ Object
Returns the value of attribute data
24 25 26 |
# File 'lib/datasets/cifar.rb', line 24 def data @data end |
#fine_label ⇒ Object
Returns the value of attribute fine_label
24 25 26 |
# File 'lib/datasets/cifar.rb', line 24 def fine_label @fine_label end |