10
crates/application/src/correlation/queries.rs
Normal file
10
crates/application/src/correlation/queries.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use domain::entry::DateSpan;
|
||||
use domain::user::UserId;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct CorrelationQuery {
|
||||
pub user_id: UserId,
|
||||
pub span: DateSpan,
|
||||
pub minimum_sample_size: usize,
|
||||
pub false_discovery_rate: f64,
|
||||
}
|
||||
Reference in New Issue
Block a user