Function streaming_pareto_analysis

Source
pub fn streaming_pareto_analysis<I>(
    data_iter: I,
    config: &MemoryConfig,
) -> Result<ChunkAnalysisResult<IncrementalPareto>, BenfError>
where I: Iterator<Item = f64>,
Expand description

ストリーミングパレート分析