class XLearn::Linear

Public Class Methods

new(**options) click to toggle source
Calls superclass method
# File lib/xlearn/linear.rb, line 3
def initialize(**options)
  @model_type = "linear"
  super
end