Make models cloneable
This commit is contained in:
@@ -2,6 +2,7 @@ use ndarray::prelude::*;
|
||||
|
||||
use super::Kernel;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct Exponential {
|
||||
var: f64,
|
||||
l_scale: f64,
|
||||
|
||||
Reference in New Issue
Block a user