recover threshold and window size
[mussa.git] / alg / nway_paths.cpp
index 3cd47232e1da60c2a007e589bad5dfaeff7c3c9a..33c195b5e6aa3288164126cbdd8541dd4eb61876 100644 (file)
@@ -44,6 +44,15 @@ NwayPaths::set_soft_thres(int sft_thres)
   soft_thres = sft_thres;
 }
 
+int NwayPaths::get_threshold() const
+{
+  return threshold;
+}
+
+int NwayPaths::get_window() const
+{
+  return win_size;
+}
 
 // dumbly goes thru and combines path windows exactly adjacent (ie + 1 index)
 // doesn't deal with interleaved adjacency