struct
Meru::Config
- Meru::Config
- Struct
- Value
- Object
Defined in:
meru/config.crConstructors
Instance Method Summary
- #chunk_size : Int32
- #chunk_size=(chunk_size : Int32)
- #effective_pair_max_depth : Int32 | Nil
- #effective_pair_min_depth : Int32
- #hist_only=(hist_only : Bool)
- #hist_only? : Bool
- #input_paths : Array(String)
- #input_paths=(input_paths : Array(String))
- #k : Int32
- #k=(k : Int32)
- #linear_smudge=(linear_smudge : Bool)
- #linear_smudge? : Bool
- #log_scale=(log_scale : Bool)
- #log_scale? : Bool
- #max_depth : Int32 | Nil
- #max_depth=(max_depth : Int32 | Nil)
- #min_depth : Int32
- #min_depth=(min_depth : Int32)
- #output_prefix : String
- #output_prefix=(output_prefix : String)
- #pair_max_depth : Int32 | Nil
- #pair_max_depth=(pair_max_depth : Int32 | Nil)
- #pair_min_depth : Int32 | Nil
- #pair_min_depth=(pair_min_depth : Int32 | Nil)
- #plot=(plot : Bool)
- #plot? : Bool
- #plot_height : Int32
- #plot_height=(plot_height : Int32)
- #plot_width : Int32
- #plot_width=(plot_width : Int32)
- #threads : Int32
- #threads=(threads : Int32)
Constructor Detail
def self.new(k : Int32 = 21, output_prefix : String = "meru", threads : Int32 = 1, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, plot : Bool = true, input_paths : Array(String) = [] of String, hist_only : Bool = false, pair_min_depth : Int32 | Nil = nil, pair_max_depth : Int32 | Nil = nil, chunk_size : Int32 = 10000, log_scale : Bool = true, linear_smudge : Bool = false, plot_width : Int32 = 40, plot_height : Int32 = 30)
#