Skip to content

Commit

Permalink
Export PreprocessedData associated types of outlier detectors
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Sep 25, 2024
1 parent 3541e5e commit 3f4edcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/augurs-outlier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ mod sensitivity;
#[cfg(test)]
mod testing;

pub use dbscan::DbscanDetector;
pub use dbscan::{Data as DbscanData, DbscanDetector};
pub use error::Error;
pub use mad::MADDetector;
pub use mad::{MADDetector, PreprocessedData as MADData};
use sensitivity::Sensitivity;

/// A band indicating the min and max value considered outlying
Expand Down

0 comments on commit 3f4edcd

Please sign in to comment.