Class: Datasets::CIFAR::Record10
- Inherits:
-
Struct
- Object
- Struct
- Datasets::CIFAR::Record10
- Includes:
- Pixelable
- Defined in:
- lib/datasets/cifar.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#label ⇒ Object
Returns the value of attribute label.
Method Summary
Methods included from Pixelable
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
20 21 22 |
# File 'lib/datasets/cifar.rb', line 20 def data @data end |
#label ⇒ Object
Returns the value of attribute label
20 21 22 |
# File 'lib/datasets/cifar.rb', line 20 def label @label end |