Causality Analyzer
Preparing search index...
@agentix-e/causality-analyzer-pipeline
pcAlgorithm
Function pcAlgorithm
pcAlgorithm
(
data
:
Matrix
,
nodeNames
:
string
[]
,
config
?:
Partial
<
PCConfig
>
,
domainKnowledge
?:
DomainKnowledge
,
)
:
{
graph
:
CausalGraph
;
sepSet
:
Map
<
string
,
Set
<
string
>
>
}
PC algorithm: constraint-based causal discovery.
Parameters
data
:
Matrix
nodeNames
:
string
[]
config
:
Partial
<
PCConfig
>
= {}
Optional
domainKnowledge
:
DomainKnowledge
Returns
{
graph
:
CausalGraph
;
sepSet
:
Map
<
string
,
Set
<
string
>
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Causality Analyzer
Loading...
PC algorithm: constraint-based causal discovery.