Rename recursive fitter and binary model
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mod recursive;
|
||||
|
||||
pub use recursive::RecursiveFitter;
|
||||
pub use recursive::Recursive;
|
||||
|
||||
pub trait Fitter {
|
||||
fn add_sample(&mut self, t: f64) -> usize;
|
||||
|
||||
Reference in New Issue
Block a user