Method: XLearn::FFM#initialize
- Defined in:
- lib/xlearn/ffm.rb
#initialize(**options) ⇒ FFM
Returns a new instance of FFM.
3 4 5 6 |
# File 'lib/xlearn/ffm.rb', line 3 def initialize(**) @model_type = "ffm" super end |
Returns a new instance of FFM.
3 4 5 6 |
# File 'lib/xlearn/ffm.rb', line 3 def initialize(**) @model_type = "ffm" super end |