Causality Analyzer
Preparing search index...
@agentix-e/causality-analyzer-pipeline
VotingDetector
Class VotingDetector
Index
Constructors
constructor
Properties
config
Methods
detect
update
Constructors
constructor
new
VotingDetector
(
detectors
:
{
detect
:
(
data
:
number
[]
[]
)
=>
DetectionResult
[]
;
update
:
(
point
:
number
[]
)
=>
DetectionResult
;
}
[]
,
config
?:
Partial
<
VotingDetectorConfig
>
,
)
:
VotingDetector
Parameters
detectors
:
{
detect
:
(
data
:
number
[]
[]
)
=>
DetectionResult
[]
;
update
:
(
point
:
number
[]
)
=>
DetectionResult
;
}
[]
config
:
Partial
<
VotingDetectorConfig
>
= {}
Returns
VotingDetector
Properties
Readonly
config
config
:
VotingDetectorConfig
Methods
detect
detect
(
data
:
number
[]
[]
)
:
DetectionResult
[]
Batch detection
Parameters
data
:
number
[]
[]
Returns
DetectionResult
[]
update
update
(
point
:
number
[]
)
:
DetectionResult
Streaming: combine results from all detectors
Parameters
point
:
number
[]
Returns
DetectionResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
Methods
detect
update
Causality Analyzer
Loading...
Batch detection