Upgrade crates and fix clippy warnings
This commit is contained in:
@@ -6,6 +6,12 @@ use crate::kernel::Kernel;
|
||||
use crate::observation::*;
|
||||
use crate::storage::Storage;
|
||||
|
||||
/*
|
||||
trait BinaryObeservation: Observation {
|
||||
fn new(storage: &mut Storage, elems: &[(usize, f64)], t: f64, margin: f64) -> Self;
|
||||
}
|
||||
*/
|
||||
|
||||
pub enum BinaryModelObservation {
|
||||
Probit,
|
||||
Logit,
|
||||
|
||||
Reference in New Issue
Block a user