Method: Sooth::Predictor#initialize

Defined in:
ext/sooth_native/native.c,
ext/sooth_native/native.c

#initialize(error_event) ⇒ Object

Returns a new Sooth::Predictor instance.

Parameters:

  • error_event (Fixnum)

    The event to be returned by #select when no observations have been made for the context.



60
# File 'ext/sooth_native/native.c', line 60

VALUE method_sooth_native_initialize(VALUE self, VALUE error_event);