Method: Statsample::Factor::MAP.with_dataset
- Defined in:
- lib/statsample/factor/map.rb
.with_dataset(ds, opts = Hash.new) ⇒ Object
53 54 55 |
# File 'lib/statsample/factor/map.rb', line 53 def self.with_dataset(ds,opts=Hash.new) new(ds.correlation_matrix,opts) end |