Method: Eps::LabelEncoder#initialize
- Defined in:
- lib/eps/label_encoder.rb
#initialize ⇒ LabelEncoder
Returns a new instance of LabelEncoder.
5 6 7 |
# File 'lib/eps/label_encoder.rb', line 5 def initialize @labels = {} end |
Returns a new instance of LabelEncoder.
5 6 7 |
# File 'lib/eps/label_encoder.rb', line 5 def initialize @labels = {} end |