pub fn parallel_outlier_detection(
data: &[f64],
config: &ParallelConfig,
z_threshold: f64,
) -> Result<ParallelResult<Vec<(usize, f64, f64)>>>
Expand description
並列異常値検出
pub fn parallel_outlier_detection(
data: &[f64],
config: &ParallelConfig,
z_threshold: f64,
) -> Result<ParallelResult<Vec<(usize, f64, f64)>>>
並列異常値検出