Class: NoyesJava::LiveCMN
- Inherits:
-
Object
- Object
- NoyesJava::LiveCMN
- Includes:
- JavaFilter
- Defined in:
- lib/java_impl/live_cmn.rb
Instance Method Summary collapse
-
#initialize(dimensions = 13, mean = 45.0, window_size = 100, shift = 160) ⇒ LiveCMN
constructor
A new instance of LiveCMN.
Methods included from JavaFilter
Constructor Details
#initialize(dimensions = 13, mean = 45.0, window_size = 100, shift = 160) ⇒ LiveCMN
Returns a new instance of LiveCMN.
6 7 8 |
# File 'lib/java_impl/live_cmn.rb', line 6 def initialize dimensions=13, mean=45.0, window_size=100, shift=160 @filter = Java::talkhouse.LiveCMN.new 13, 45.0, 100, 160 end |