AnalyzerPool

data class AnalyzerPool<DataFrame, State, Output>(val desiredAnalyzerCount: Int, val analyzers: List<Analyzer<DataFrame, State, Output>>)

A pool of analyzers.

Constructors

Link copied to clipboard
constructor(desiredAnalyzerCount: Int, analyzers: List<Analyzer<DataFrame, State, Output>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard